Grafikkarten und Monitore Fedora Core

Aus Linupedia.org
Wechseln zu: Navigation, Suche

ATI-Treiber Installation

Fedora Core 3

Fedora Core 4

Fedora Core 5

Fedora Core 6

Root werden:

su -

Treiber von Livna.org installieren:

yum install kmod-fglrx

X-Server beenden:

init 3

Als Root anmelden und dann den Treiber aktivieren:

ati-fglrx-config-display enable

Treiber konfigurieren (Singlehead):

aticonfig --initial

X-Server starten:

init 5

/etc/xorg.conf editieren:

  • Section "Modules", "DRI" und "Extensions" ergänzen (am Besten dazu mit der Musterkonfiguration vergleichen)
   # 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

Nach den Änderungen empfielt sich ein Neustart des Systems. Danach müsste der Treiber und die 3D-Unterstützung funktionieren.

NVIDIA-Treiber Installation

Fedora Core 3

Fedora Core 4

Fedora Core 5

Fedora Core 6