From Fedora Project Wiki

Line 29: Line 29:
The video-nv driver is replaced by the video-nouveau as the default graphics driver for NVIDIA video cards. See https://fedoraproject.org/wiki/Features/NouveauAsDefault for more information.
The video-nv driver is replaced by the video-nouveau as the default graphics driver for NVIDIA video cards. See https://fedoraproject.org/wiki/Features/NouveauAsDefault for more information.
Unfortunately nouveau doesn't work for the NVIDIA video card used in the Power Mac G4 MDD dual 867 Mhz CPU. You need to switch back to nv.
Unfortunately nouveau doesn't work for the NVIDIA video card used in the Power Mac G4 MDD dual 867 Mhz CPU. You need to switch back to nv.
Howto will follow.
<BR>
<BR>


Check that the nv driver ist installed. If not install it:
Check that the nv driver ist installed. If not install it:
<pre>
<pre>
# yum install xorg-x11-drv-nv
# yum install xorg-x11-drv-nv
</pre>
</pre>
Now you need to disable the nouveau driver.
Now you need to disable the nouveau driver.
Check that the file /etc/modprobe.d/blacklist-nouveau.conf exists If not create it:
Check that the file /etc/modprobe.d/blacklist-nouveau.conf exists If not create it:
<pre>
# vi /etc/modprobe.d/blacklist-nouveau.conf
# vi /etc/modprobe.d/blacklist-nouveau.conf
</pre>


Add:
Add:
<pre>
blacklist nouveau
blacklist nouveau
</pre>
Create new initrd. If you have a Fedora minimal installtion you need to install mkinitrd first.
Create new initrd. If you have a Fedora minimal installtion you need to install mkinitrd first.
<pre>
# yum install mkinitrd
# yum install mkinitrd
</pre>
<pre>
# mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r)
# mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r)
</pre>


Reboot System:
Reboot System:
<pre>
# reboot
# reboot
</pre>


Configure you display:
Configure you display:


<pre>
# system-config-display --reconfig
# system-config-display --reconfig
</pre>

Revision as of 08:08, 26 February 2010

Walter Justen


About

I'm based in Germany in a town near Cologne. Working as a Senior System Engineer / Admin since more than ten years with Linux. My first distro was RedHat 4.2 and i'm using Fedora since version 1.0.

Contact

  • Email: walt AT <this domain>
  • Fedora Account: walt
  • IRC: waltJ on freenode (#fedora-bugzappers #fedora-ppc #fedora-de)
  • Location: Kerpen, Germany


Activities within Fedora


Fedorabutton-proudfedoracontributor.png


Documentation


Issues with Fedora 12 PPC


NVIDIA GeForce4 MX

The video-nv driver is replaced by the video-nouveau as the default graphics driver for NVIDIA video cards. See https://fedoraproject.org/wiki/Features/NouveauAsDefault for more information. Unfortunately nouveau doesn't work for the NVIDIA video card used in the Power Mac G4 MDD dual 867 Mhz CPU. You need to switch back to nv.

Check that the nv driver ist installed. If not install it:

# yum install xorg-x11-drv-nv

Now you need to disable the nouveau driver. Check that the file /etc/modprobe.d/blacklist-nouveau.conf exists If not create it:

# vi /etc/modprobe.d/blacklist-nouveau.conf

Add:

blacklist nouveau

Create new initrd. If you have a Fedora minimal installtion you need to install mkinitrd first.

# yum install mkinitrd
# mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r)

Reboot System:

# reboot

Configure you display:

# system-config-display --reconfig