# Heidi's XF86Config-4 file, bits and pieces stolen # from all over the place, and other stuff sort of put together via # the blackest of black magic (or trial, swearing, and error). # Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" EndSection Section "Module" Load "dbe" Load "glx" Load "type1" Load "freetype" EndSection Section "InputDevice" Driver "Keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "pc104" Option "XkbRules" "xfree86" Option "XkbVariant" "nodeadkeys" Option "XkbDisable" EndSection Section "InputDevice" Driver "mouse" Identifier "trackpad" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Monitor" Identifier "tftmonitor" ModelName "XGA 1024X768@60HZ" VendorName "Toshiba" VertRefresh 60-75 HorizSync 31.5-80.0 EndSection Section "Modes" Identifier "Modes[0]" Modeline "1024x768" 66.29 1024 1040 1216 1400 768 768 777 802 Modeline "800x600" 40.56 800 816 928 1072 600 600 609 626 Modeline "640x480" 25.96 640 656 720 864 480 480 489 501 EndSection Section "Screen" Identifier "Screen 1" Device "tridentdevice" Monitor "tftmonitor" DefaultDepth 24 SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Device" Identifier "tridentdevice" Driver "trident" VideoRam 16384 EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "trackpad" "CorePointer" Option "Xinerama" "off" Screen "Screen 1" InputDevice "USB Mouse" "SendCoreEvents" # Option "XaaNoScreenToScreenCopy" # Option "XaaNoSolidFillRect" # Option "XaaNoSolidTwoPointLine" # Option "XaaNoSolidBresenhamLine" # Option "XaaNoScreenToScreenColorExpandFill" # Option "XaaNoCPUToScreenColorExpandFill" # Option "XaaNoScanlineCPUToScreenColorExpandFill" # Option "XaaNoMono8x8PatternFillRect" # Option "XaaNoColor8x8PatternFillRect" # Option "XaaNoImageWriteRect" EndSection #Section "DRI" #EndSection