# ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "ServerLayout" Identifier "Server Layout" Screen "Screen" 0 0 InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "Files" #FontPath "tcp/localhost:7000" #FontPath "tcp/localhost:7101" #FontPath "/usr/share/fonts/X11/Speedo/" FontPath "unix/:7000" FontPath "unix/:7101" FontPath "/usr/share/fonts/X11/misc/" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1/" FontPath "/usr/share/fonts/X11/75dpi/" FontPath "/usr/share/fonts/X11/100dpi/" EndSection Section "Module" Load "dbe" # Double buffer extension Load "extmod" Load "freetype" Load "glx" Load "dri" EndSection Section "ServerFlags" #Option "NoTrapSignals" Option "DontZap" #Option "Dont Zoom" Option "AllowDeactivateGrabs" "yes" Option "AllowClosedownGrabs" "yes" Option "AIGLX" "off" EndSection Section "Extensions" #Option "Composite" "Disable" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" #Option "XkbRules" "xorg" #Option "XkbModel" "cymotion" #Option "XkbLayout" "us" #Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Mouse" Driver "evdev" #Option "Name" "Logitech USB Receiver" Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse" Option "evBits" "+1-2" Option "keyBits" "~272-287" Option "relBits" "~0-2 ~6 ~8" Option "ZAxisMapping" "4 5" Option "HWHEELRelativeAxisButtons" "7 6" EndSection #Section "InputDevice" # Identifier "Mouse" # Driver "mouse" #EndSection Section "Monitor" Identifier "EIZO" DisplaySize 546 410 HorizSync 30.0 - 130.0 VertRefresh 50.0 - 160.0 ModeLine "1600x1200" 230.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync ModeLine "pal" 50.0 768 796 820 988 576 582 587 598 -hsync -vsync ModeLine "pal169" 103.9 1022 1056 1120 1312 766 769 771 792 ModeLine "ntsc" 50.0 704 736 760 920 576 582 587 598 -hsync -vsync Option "DPMS" Option "PreferredMode" "1600x1200" EndSection Section "Device" Identifier "Vesa" Driver "vesa" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "Radeon" Driver "radeonhd" Option "Monitor-DVI-I_1/analog" "EIZO" #Option "HPD" "off" #Option "ModeDebug" "yes" EndSection Section "Screen" Identifier "Screen" #Device "Vesa" #Option "backingstore" #Option "HWCursor" "no" Device "Radeon" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "pal" "ntsc" "pal169" Virtual 1600 1200 EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "pal" "ntsc" "pal169" Virtual 1600 1200 EndSubSection SubSection "Display" Depth 32 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "pal" "ntsc" "pal169" Virtual 1600 1200 EndSubSection EndSection Section "DRI" Mode 0666 EndSection