# /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was hardcrafted created by Philip Van Hoof. It's purpose is to # be the configuration of X.Org for the Acer Travelmate 8000 laptop which # has a Radeon 9600M and a 1400x1050 laptop panel. This configuration is # ment for those who want to use the closedsource fglrx driver from ATI on # for example Debian and/or Ubuntu systems # # To install their binary-driver, you can convert their RPM package using # # alien -d originalfilename.rpm # dpkg -i --force-overwrite originalfilename.deb # # For example (on Mon Feb 14, 2005 you would have to type:) # alien -d fglrx_6_8_0-8.8.25-1.i386.rpm # dpkg -i --force-overwrite fglrx-6-8-0_8.8.25-2_i386.deb # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum' # sudo dpkg-reconfigure xserver-xorg 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/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "GLcore" Load "speedo" Load "v4l" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Primary Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Primary Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "Primary Radeon" Driver "fglrx" # ### generic DRI settings ### # === disable PnP Monitor === #Option "NoDDC" # === disable/enable XAA/DRI === Option "no_accel" "no" Option "no_dri" "no" # === misc DRI settings === Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr # ### FireGL DDX driver module specific settings ### # === Screen Management === # Single Head (1 screen, second dark) #Option "DesktopSetup" "0x00000000" #Option "MonitorLayout" "AUTO, AUTO" # Laptop Mode (Ability to toggle between internal / external screen) #Option "DesktopSetup" "0x00000100" #Option "MonitorLayout" "AUTO, NONE" # Clone Mode (2 screens - same content) Option "DesktopSetup" "0x00000100" #Option "MonitorLayout" "AUTO, AUTO" Option "MonitorLayout" "AUTO, STV" # Big Desktop (2 screens - one framebuffer) # horizontal arrangement: monitor connector 1 => left display #Option "DesktopSetup" "0x00000200" # horizontal arrangement: monitor connector 1 => right display #Option "DesktopSetup" "0x00000201" # vertical arrangement: monitor connector 1 => top display #Option "DesktopSetup" "0x00000300" # vertical arrangement: monitor connector 1 => bottom display #Option "DesktopSetup" "0x00000301" #Option "MonitorLayout" "AUTO, AUTO" # Dual Head (2 screens - two drivers) #Option "DesktopSetup" "0x00000000" #Option "MonitorLayout" "AUTO, AUTO" #Screen 0 #Screen 1 # Monitor Layout Options #(p) auto detect -(s) auto detect #Option "MonitorLayout" "AUTO, AUTO" #(p) CRT display device -(s) CRT display device #Option "MonitorLayout" "CRT, CRT" #(p) DVI display device -(s) CRT display device #Option "MonitorLayout" "TMDS, CRT" #(p) DVI display device -(s) DVI display device(FireGL Z1/X1/X2 only!) #Option "MonitorLayout" "TMDS, TMDS" #(p) Laptop Panel device-(s) CRT display device(Laptops w. M9/M10 only!) #Option "MonitorLayout" "LVDS, CRT" #(p) Laptop Panel device-(s) DVI display device(Laptops w. M9/M10 only!) #Option "MonitorLayout" "LVDS, TMDS" #(p) auto detect -(s) TV out #Option "MonitorLayout" "AUTO, STV" #(p) CRT display device -(s) TV out #Option "MonitorLayout" "CRT, STV" #(p) DVI display device -(s) TV out #Option "MonitorLayout" "TMDS, STV" #(p) Laptop Panel device-(s) TV out #Option "MonitorLayout" "LVDS, STV" #(p) TV out -(s) auto detect #Option "MonitorLayout" "STV, AUTO" Option "IgnoreEDID" "off" Option "HSync2" "unspecified" Option "VRefresh2" "unspecified" Option "ScreenOverlap" "0" # === TV-out Management === Option "NoTV" "no" Option "TVStandard" "PAL-M Option "TVHSizeAdj" "0" Option "TVVSizeAdj" "0" Option "TVHPosAdj" "0" Option "TVVPosAdj" "0" Option "TVHStartAdj" "0" Option "TVColorAdj" "0" Option "GammaCorrectionI" "0x06419064" Option "GammaCorrectionII" "0x00000000" # === OpenGL specific profiles/settings === Option "Capabilities" "0x00000000" # === Video Overlay for the Xv extension === Option "VideoOverlay" "on" # === OpenGL Overlay === # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically Option "OpenGLOverlay" "off" # === Center Mode (Laptops only) === Option "CenterMode" "off" # === Pseudo Color Visuals (8-bit visuals) === Option "PseudoColorVisuals" "off" # === QBS Management === Option "Stereo" "off" Option "StereoSyncEnable" "1" # === FSAA Management === Option "FSAAEnable" "no" Option "FSAAScale" "1" Option "FSAADisableGamma" "no" Option "FSAACustomizeMSPos" "no" Option "FSAAMSPosX0" "0.000000" Option "FSAAMSPosY0" "0.000000" Option "FSAAMSPosX1" "0.000000" Option "FSAAMSPosY1" "0.000000" Option "FSAAMSPosX2" "0.000000" Option "FSAAMSPosX3" "0.000000" Option "FSAAMSPosY3" "0.000000" Option "FSAAMSPosX4" "0.000000" Option "FSAAMSPosY4" "0.000000" Option "FSAAMSPosX5" "0.000000" Option "FSAAMSPosY5" "0.000000" # === Misc Options === # default (FireGL workstation boards: fast) Option "UseFastTLS" "0" # fast operation (only for standard gnu C/C++ OpenGL applications #Option "UseFastTLS" "1" # compatible operation (for WineX, VM emulators and some profilers) #Option "UseFastTLS" "2" Option "BufferTiling" "true" Option "EnablePrivateBackZ" "true" Option "BlockSignalsOnLock" "true" Option "UseInternalAGPGART" "true" Option "ForceGenericCPU" "false" #Option "EnableDepthMoves" "false" #Option "EnableHPV" "false" #AGP locked user pages: disabled #Option "KernelModuleParm" "agplock=1;agpgart=2;debug=0x00040003" Option "KernelModuleParm" "agplock=1;agpgart=2" BusID "PCI:1:0:0" # vendor=1002, device=4e50 Screen 0 EndSection # Configuration for dualhead #Section "Device" # Identifier "Secondary Radeon" # Driver "fglrx" # BusID "PCI:1:0:0" # Option "AGPMode" "4" # Option "DPMS" # VideoRam 65536 # Screen 1 #EndSection # Your extra screen #Section "Screen" # Identifier "Secondary Screen" # Device "Secondary Radeon" # Monitor "Secondary Monitor" # DefaultDepth 24 # SubSection "Display" # Depth 16 # Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" # EndSubSection # SubSection "Display" # Depth 24 # Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" # EndSubSection #EndSection # Your extra monitor #Section "Monitor" # Identifier "Secondary Monitor" # #HorizSync 30-82 # HorizSync 30-72 # # #VertRefresh 50-120 # VertRefresh 50-80 # # Modeline "1280x1024" 135.00 1280 1312 1416 1664 1024 1027 1030 1064 -hsync -vsync # Modeline "1024x768" 135.00 1280 1312 1416 1664 1024 1027 1030 1064 -hsync -vsync # Modeline "800x600" 135.00 1280 1312 1416 1664 1024 1027 1030 1064 -hsync -vsync # # Option "dpms" #EndSection Section "Monitor" Identifier "Primary Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Primary Screen" Device "Primary Radeon" Monitor "Primary Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 # Modes "800x600" Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Primary Screen" # Screen 0 "Primary Screen" 0 0 # Screen 1 "Secondary Screen" RightOf "Screen0" InputDevice "Primary Keyboard" InputDevice "Primary Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection