X org conf für ATI Radeon 9800 pro mit Samsung SyncMaster 959NF auf Fedora Core 6 32 Bit

Aus Linupedia.org
Version vom 13. Dezember 2006, 14:05 Uhr von Greunke (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche
   # Modified xorg.conf -- 2006-12-02
   
   Section "ServerLayout"
	   Identifier     "single head configuration"
	   Screen      0  "aticonfig-Screen[0]" 0 0
	   InputDevice    "Keyboard0" "CoreKeyboard"
   EndSection
   
   Section "Files"
   EndSection
   
   Section "Module"
           Load  "glx"
           Load  "freetype"
           Load  "dri"
   EndSection

   Section "InputDevice"
	   Identifier   "Keyboard0"
	   Driver       "kbd"
	   Option	"XkbModel" "pc105"
	   Option	"XkbLayout" "de"
   EndSection
   
   Section "Monitor"
	   Identifier   "Monitor0"
	   ModelName    "Samsung SyncMaster 959NF"
	   HorizSync    31.5 - 110.0
	   VertRefresh  50.0 - 160.0
	   Option       "dpms"
   EndSection
   
   Section "Monitor"
	   Identifier   "aticonfig-Monitor[0]"
	   Option	"VendorName" "ATI Proprietary Driver"
	   Option	"ModelName" "Generic Autodetecting Monitor"
	   Option	"DPMS" "true"
   EndSection
   
   Section "Device"
	   Identifier   "Videocard0"
	   Driver       "radeon"
	   Option	"VideoOverlay" "on"
   EndSection
   
   Section "Device"
	   Identifier   "aticonfig-Device[0]"
	   Driver       "fglrx"
	   Option	"VideoOverlay" "on"
   EndSection
   
   Section "Screen"
	   Identifier   "Screen0"
	   Device       "Videocard0"
	   Monitor      "Monitor0"
	   DefaultDepth     24
	      SubSection "Display"
		   Viewport   0 0
		   Depth     24
		   Modes    "1280x1024" "1024x768" "800x600" "640x480"
	   EndSubSection
   EndSection
   
   Section "Screen"
	   Identifier "aticonfig-Screen[0]"
	   Device     "aticonfig-Device[0]"
	   Monitor    "aticonfig-Monitor[0]"
	   DefaultDepth     24
	   SubSection "Display"
		   Viewport   0 0
		   Depth     24
		   Modes    "1280x1024" "1024x768" "800x600" "640x480"
	   EndSubSection
   EndSection
   
   Section "DRI"
	   Group        0
	   Mode         0666
   EndSection

   Section "Extensions"
	   Option	"Composite" "Disable"
   EndSection