From Fedora Project Wiki

Line 26: Line 26:
<BR>
<BR>
* 2010
* 2010
** 21.08 - 22.08.09 [[FrOSCon_2010|FrOSCon 2010]]: St. Augustin, Germany
** 21.08 - 22.08.10 [[FrOSCon_2010|FrOSCon 2010]]: St. Augustin, Germany
** 13.11 - 14.11.10 [[OpenRheinRuhr2010|OpenRheinRuhr 2010]]: Oberhausen, Germany
<BR><BR><BR>
<BR><BR><BR>



Revision as of 08:59, 13 July 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


Events


Events I attend(ed)




Documentation


Issues with Fedora 12 PPC


NVIDIA GeForce4 MX

The X11 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 with dual 867 Mhz CPU. You need to switch back to nv.

Check that the nv driver is 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

Check that mkinitrd is installed. If you have a Fedora minimal installation you need to install it.

# yum install mkinitrd

Create new initrd:

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

Reboot System:

# reboot

Re-configure you display:

# system-config-display --reconfig