I've upgraded to F17 using yum, and it didn't got completed successfully. I had to do the upgrade manually. During that process, I deleted so many packages accidentally. I manage to get gnome running, but I think something wrong with the graphic driver.
I tried running Proteus using wine and it gives me this error:
Code:
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "Gallium 0.4 on AMD RS780", version "1.4 (2.1 Mesa 8.0.3)").
lspci -k tells me this
Code:
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]
Subsystem: Acer Incorporated [ALI] Device 021b
Kernel driver in use: radeon
If I remember correctly, radeon has been replaced with something else, is it true?
One more thing, during boot, the Plymouth that's showing is the blue progress bar, not the icon.
I had installed the following group to make my installation at least usable:
- base
- GNOME Desktop Environment
Driver packages
Code:
$ rpm -qa | grep mesa
mesa-dri-drivers-8.0.3-1.fc17.x86_64
mesa-dri-filesystem-8.0.3-1.fc17.x86_64
mesa-libGL-8.0.3-1.fc17.i686
mesa-libGL-devel-8.0.3-1.fc17.x86_64
mesa-libglapi-8.0.3-1.fc17.x86_64
mesa-dri-filesystem-8.0.3-1.fc17.i686
mesa-libGLU-8.0.3-1.fc17.i686
mesa-libGLU-8.0.3-1.fc17.x86_64
mesa-libglapi-8.0.3-1.fc17.i686
mesa-libxatracker-8.0.3-1.fc17.x86_64
mesa-libGL-8.0.3-1.fc17.x86_64
$ rpm -qa | grep xorg | grep -v font | sort
xorg-x11-drivers-7.4-8.fc17.x86_64
xorg-x11-drv-apm-1.2.3-15.fc17.x86_64
xorg-x11-drv-ast-0.93.9-6.fc17.x86_64
xorg-x11-drv-ati-6.14.4-5.20120417git0bda305f7.fc17.x86_64
xorg-x11-drv-cirrus-1.3.2-19.fc17.x86_64
xorg-x11-drv-dummy-0.3.5-4.fc17.x86_64
xorg-x11-drv-evdev-2.7.0-2.fc17.x86_64
xorg-x11-drv-fbdev-0.4.2-8.fc17.x86_64
xorg-x11-drv-glint-1.2.7-1.fc17.x86_64
xorg-x11-drv-i128-1.3.5-1.fc17.x86_64
xorg-x11-drv-i740-1.3.2-16.fc17.x86_64
xorg-x11-drv-intel-2.19.0-1.fc17.x86_64
xorg-x11-drv-keyboard-1.6.1-4.fc17.x86_64
xorg-x11-drv-mach64-6.9.1-1.fc17.x86_64
xorg-x11-drv-mga-1.4.13-19.20120104git9223c44a7.fc17.x86_64
xorg-x11-drv-modesetting-0.2.0-1.fc17.x86_64
xorg-x11-drv-mouse-1.7.2-1.fc17.x86_64
xorg-x11-drv-nouveau-0.0.16-35.20120306gitf5d1cd2.fc17.x86_64
xorg-x11-drv-nv-2.1.18-15.fc17.x86_64
xorg-x11-drv-openchrome-0.2.906-1.fc17.x86_64
xorg-x11-drv-qxl-0.0.22-0.fc17.x86_64
xorg-x11-drv-r128-6.8.2-1.fc17.x86_64
xorg-x11-drv-rendition-4.2.4-14.fc17.x86_64
xorg-x11-drv-s3virge-1.10.4-15.fc17.x86_64
xorg-x11-drv-savage-2.3.4-1.fc17.x86_64
xorg-x11-drv-siliconmotion-1.7.5-9.fc17.x86_64
xorg-x11-drv-sis-0.10.4-1.fc17.x86_64
xorg-x11-drv-sisusb-0.9.4-13.fc17.x86_64
xorg-x11-drv-synaptics-1.6.1-1.fc17.x86_64
xorg-x11-drv-tdfx-1.4.3-18.20120104gitfe60f0ed2.fc17.x86_64
xorg-x11-drv-trident-1.3.4-14.fc17.x86_64
xorg-x11-drv-v4l-0.2.0-20.fc17.x86_64
xorg-x11-drv-vesa-2.3.0-15.fc17.x86_64
xorg-x11-drv-vmmouse-12.8.0-1.fc17.x86_64
xorg-x11-drv-vmware-12.0.2-1.fc17.x86_64
xorg-x11-drv-void-1.4.0-8.fc17.x86_64
xorg-x11-drv-voodoo-1.2.4-14.fc17.x86_64
xorg-x11-drv-wacom-0.14.0-2.fc17.x86_64
xorg-x11-proto-devel-7.6-21.fc17.noarch
xorg-x11-server-common-1.12.0-5.fc17.x86_64
xorg-x11-server-utils-7.5-12.fc17.x86_64
xorg-x11-server-Xorg-1.12.0-5.fc17.x86_64
xorg-x11-xauth-1.0.7-1.fc17.x86_64
xorg-x11-xinit-1.3.2-5.fc17.x86_64
xorg-x11-xkb-utils-7.5-6.fc17.x86_64
What else do I missed?