diff options
Diffstat (limited to 'etc/X11/xorg.conf.usbseat')
-rw-r--r-- | etc/X11/xorg.conf.usbseat | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/X11/xorg.conf.usbseat b/etc/X11/xorg.conf.usbseat index 68f714c..4cd8008 100644 --- a/etc/X11/xorg.conf.usbseat +++ b/etc/X11/xorg.conf.usbseat @@ -6,23 +6,23 @@ Section "ServerFlags" Option "DontZap" "true" Option "AllowMouseOpenFail" "yes" EndSection - + Section "Module" Load "ddc" EndSection - -Section "Files" + +Section "Files" ModulePath "/usr/lib/xorg/modules" ModulePath "/usr/local/lib/xorg/modules" EndSection - + Section "Device" Identifier "dl" driver "fbdev" Option "ReportDamage" "true" Option "fbdev" "/dev/usbseat/%ID_SEAT%/display" EndSection - + Section "InputDevice" Identifier "keyboard" Driver "evdev" @@ -31,7 +31,7 @@ Section "InputDevice" Option "XkbModel" "evdev" Option "XkbLayout" "us" EndSection - + Section "InputDevice" Identifier "mouse" Driver "mouse" @@ -41,20 +41,20 @@ Section "InputDevice" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection - + Section "Monitor" Identifier "monitor" EndSection - + Section "Screen" Identifier "screen" Device "dl" Monitor "monitor" EndSection - + Section "ServerLayout" Identifier "%ID_SEAT%" - Screen 0 "screen" 0 0 + Screen 0 "screen" 0 0 InputDevice "keyboard" "CoreKeyboard" InputDevice "mouse" "CorePointer" EndSection |