WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Personal keyboard shortcuts  (Read 4429 times)

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: Personal keyboard shortcuts
« Reply #15 on: February 07, 2011, 05:46:14 AM »
DPMS can be deactivated with xorg.conf.
I post parameters if needed.

Concerning keyboard shotcurts, it's running with actkbd.
(configuration if needed).
But the default shotcuts are also in use.

I will see how to remove then when i certainly compile kernel in order to remove lines printed at boot time.
And after i know how all is done, i will (if i find how) remode unused drivers, and set MY machine drivers.

Daniel.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Personal keyboard shortcuts
« Reply #16 on: February 07, 2011, 06:33:16 AM »
'xset' should be able to handle DPMS dynamically without any xorg.conf or even without Xorg.
AFAIK, Xvesa in base has no DPMS support, while Xvesa.tcz does.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: Personal keyboard shortcuts
« Reply #17 on: February 07, 2011, 07:04:41 AM »
I use xorg.conf dpms configuration because i do comment the .xsession "$DESKTOP" ... line
and i have black screen, even if i have a start script with 'xset' used to don't have dpms.

Now, it's running like i want. :)

Thanks
Daniel.

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: Personal keyboard shortcuts
« Reply #18 on: February 09, 2011, 02:06:54 AM »
Following with keyboard and actkbd ...

On my machine, the keyboard is plugged, and the associated event number is 5!

But, it is different on others machines, and others kbd.

How can i automaticaly détect the associated keyboard event to link to the actkbd daemon?
and with usb keyboard plugged ?
--> udev rule !?!

Thanks
Daniel.

PS:
with /proc/bus/input/devices, i can read the event number ...
is there other means of knowing that information ?