[EDIT | DELL] #40 xorg.conf per il mio sistema (Radeon Mobility X600) 29/12/2008 PERMALINKPosto il mio xorg.conf in caso lo perdessi e in caso servisse a qualcuno che ha la mia stessa scheda grafica.
PS: Nel momento in cui scrivo uso Xorg 1.5.3 con l'hotplug attivo, dunque per quanto riguarda la tastiera e il touchpad ci pensa HAL.
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen" 0 0
Option "AIGLX" "true"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
Option "AIGLX" "On"
Option "GlxVisuals" "all"
EndSection
Section "Monitor"
Identifier "Monitor"
Option "DPMS" "true"
Option "NoMTRR"
EndSection
Section "Device"
Identifier "Device"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "DRI" "true"
Option "FBTexPercent" "100"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "ColorTiling" "true"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "DynamicClocks" "false"
Option "PanelSize" "1280x800"
Option "AccelDFS" "true"
Option "DepthBits" "24"
Option "DMAForXv" "true"
Option "SubPixelOrder" "RGB"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen"
Device "Device"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
Virtual 1280 800
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Powered By: