# X configuration # # This Xorg configuration has the following sections: # * Files # * Modules # * Input devices # * Monitors # * Modes # * Devices # * Screens (combining devices and monitors) # * Server layouts (combining screens and input devices) # * DRI ############################################################################### # FILES # ############################################################################### Section "Files" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID/" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/" FontPath "/usr/share/fonts/X11/misc/" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1/" FontPath "/usr/share/fonts/X11/100dpi/" FontPath "/usr/share/fonts/X11/75dpi/" EndSection ############################################################################### # MODULES # ############################################################################### Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection ############################################################################### # INPUT DEVICES # ############################################################################### Section "InputDevice" Identifier "PowerBook ADB Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "PowerBook ADB Mice" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection ############################################################################### # MONITORS # ############################################################################### Section "Monitor" Identifier "PowerBook DFP" Option "DPMS" # The DellModes should really be included here, including them in # the other monitor section causes them to be ignored. UseModes "DFPModes" UseModes "DellModes" Option "ReducedBlanking" "True" EndSection Section "Monitor" Identifier "External Monitor" Option "DPMS" # These options don't seem te make any difference #UseModes "DellModes" Option "ReducedBlanking" "True" EndSection ############################################################################### # MODES ############################################################################### Section "Modes" Identifier "DellModes" # Modeline for Dell 2407 FWP as supplied by EDID information ModeLine "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ModeLine "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync EndSection Section "Modes" Identifier "DFPModes" Modeline "1280x854" 79.81 1280 1296 1408 1536 854 855 858 866 EndSection ############################################################################### # DEVICES # ############################################################################### Section "Device" Identifier "ATI Radeon M10" Driver "radeon" BusID "PCI:0:16:0" Screen 0 Option "AGPMode" "4" Option "AGPFastWrite" "true" Option "MergedFB" "true" Option "MergedNonRectangular" "true" Option "CRT2Position" "LeftOf" Option "CRT2Hsync" "31-74" Option "CRT2VRefresh" "56-76" Option "DynamicClocks" "on" Option "EnablePageFlip" "false" # I switch this on to force the use of modelines # Option "IgnoreEDID" "on" Option "MetaModes" "1280x854-1920x1200 1280x854-1600x1200 1280x854-1024x768 1280x854-1280x1024" EndSection Section "Device" Identifier "ATI Radeon M10 (secondary)" Driver "radeon" BusID "PCI:0:16:0" Screen 1 EndSection ############################################################################### # SCREENS # ############################################################################### Section "Screen" Identifier "Internal Screen" Device "ATI Radeon M10" Monitor "PowerBook DFP" DefaultDepth 16 SubSection "Display" Depth 24 Modes "1280x854" # Necessary to reach highest resolution Virtual 3200 1200 EndSubSection SubSection "Display" Depth 16 Modes "1280x854" # Necessary to reach highest resolution Virtual 3200 1200 EndSubSection EndSection Section "Screen" Identifier "External Screen" Device "ATI Radeon M10 (secondary)" Monitor "External Monitor" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1920x1200" "1680x1050" "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" # Necessary when using IgnoreEDID Virtual 3200 1200 EndSubSection SubSection "Display" Depth 24 Modes "1920x1200" "1680x1050" "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" # Necessary when using IgnoreEDID Virtual 3200 1200 EndSubSection EndSection ############################################################################### # SERVER LAYOUTS # ############################################################################### Section "ServerLayout" Identifier "Default Layout" Screen 0 "Internal Screen" InputDevice "PowerBook ADB Keyboard" "CoreKeyboard" InputDevice "PowerBook ADB Mice" "CorePointer" EndSection ############################################################################### # DRI # ############################################################################### Section "DRI" Group "video" Mode 0660 EndSection