# dyne:bolic XF86Config file # of course this comes from the XFree86 examples # packed together by Jaromil # mice handling by C1cc10 Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" InputDevice "Keyboard0" InputDevice "Configured Mouse" InputDevice "USB Mouse" InputDevice "Generic Mouse" EndSection Section "Files" # RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/xorg/modules" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/TTF" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/intl/" EndSection Section "Module" Load "record" Load "xtrap" Load "extmod" Load "glx" Load "dri" Load "dbe" # Load "speedo" Load "type1" Load "freetype" EndSection Section "DRI" Mode 0666 EndSection Section "ServerFlags" # Option "NoTrapSignals" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbTypes" "default" Option "XkbCompat" "basic+pc+iso9995" Option "CoreKeyboard" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "auto" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/ttyS0" Option "Protocol" "Microsoft" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "auto" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Notebook" ModelName "LCD" HorizSync 28.0 - 64.0 VertRefresh 43.0 - 60.0 Option "DPMS" "true" ModeLine "1024x768" 68.90 1024 1045 1077 1408 768 802 808 823 +hsync +vsync ModeLine "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync ModeLine "1280x720" 68.90 1280 1301 1333 1408 720 802 808 823 +hsync +vsync ModeLine "1280x720" 74.48 1280 1336 1472 1664 720 721 724 746 +hsync ModeLine "1280x800" 68.90 1280 1301 1333 1408 800 802 808 823 +hsync +vsync ModeLine "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 +hsync ModeLine "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 ModeLine "1280x1024" 85.51 1280 1344 1480 1680 1024 1025 1028 1083 interlace +hsync ModeLine "1280x1024" 77.80 1280 1344 1480 1680 1024 1025 1028 1077 interlace +hsync EndSection Section "Monitor" Identifier "Monitor1" VendorName "External" ModelName "LCD" Option "DPMS" "true" HorizSync 28-64 VertRefresh 43-60 EndSection Section "Device" Identifier "VGA0" Driver "radeon" Option "DRI" "True" Option "RenderAccel" "on" Option "AccelMethod" "XAA" Option "AccelDFS" "1" Option "AGPMode" "4" Option "AGPFastWrite" "1" Option "GARTSize" "64" Option "EnablePageFlip" "1" Option "ColorTiling" "1" Option "DynamicClocks" "on" Option "MonitorLayout" "LVDS,AUTO" Option "VideoOverlay" "on" Option "MergedFB" "true" Option "MetaModes" "1280x800-1280x1024 1280x800-1280x1024" BusID "PCI:3:0:0" EndSection Section "Device" Identifier "VGA1" Driver "radeon" Screen 1 # Option "DRI" "True" BusID "PCI:3:0:0" EndSection Section "Screen" Identifier "Screen0" Device "VGA0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1280x800" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "VGA1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection