Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/TrueType" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/Speedo" EndSection Section "Module" #disable "glx" #disable "dri" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbModel" "pc104" Option "Xkblayout" "us,ru" Option "Xkboptions" "grp:ctrl_shift_toggle" EndSection Section "InputDevice" Identifier "Tablet" Driver "summa" Option "Device" "/dev/ttyS1" Option "Compatible" "true" Option "Mode" "absolute" Option "XSize" "4" Option "YSize" "3" Option "Xoffset" "0" Option "Yoffset" "0" Option "Buttons" "2" Option "Emulate3Buttons" "true" Option "SendCoreEvents" "true" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection #to connect a mouse on a serial port... #Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Device" "/dev/ttyS1" # Option "Protocol" "Auto" #EndSection Section "Device" Identifier "SGIdevice" Driver "fbdev" EndSection Section "Monitor" Identifier "SGImonitor" HorizSync 31-65 VertRefresh 55-100 EndSection Section "Screen" Identifier "Default Screen" Device "SGIdevice" Monitor "SGImonitor" DefaultDepth 15 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Mouse1" "CorePointer" InputDevice "Tablet" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection