Monday, August 10, 2009

xorg.conf selected parts

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver          "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us(intl), ru(winkeys)"
    Option         "XkbOptions" "grp:caps_toggle,grp:win_switch,grp_led:scroll"
EndSection    

Section "Monitor"
    Identifier      "Generic Monitor"
    Option          "DPMS"
    HorizSync       28-96
    VertRefresh     43-160
EndSection

Keyboard and monitor configuration from xorg.conf because I can't remember them by heart and always have problems reconfiguring them.

0 comments:

Post a Comment