Hi friends,
I have upgraded from Gutsy to Hardy and boot stucked at some point. To fix it I had to edit xorg.conf changing
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
to
Section "Device"
Identifier "Generic Video Card"
Driver "nv"
EndSection
After that I loged in with no problems. So I notice that my OpenGL screensavers are not working and when I tried to test desktop effects nothing happened. When I run
compiz --replace
I got
Checking for Xgl: not present.
No whitelisted driver found
aborting and using fallback: /usr/bin/kwin
I tried to reinstall nvidia driver using Envy but I got an error too. I tried to reinstall compiz and all related packages but it not solved the problem.
Can anyone help me with this??
I have upgraded from Gutsy to Hardy and boot stucked at some point. To fix it I had to edit xorg.conf changing
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
to
Section "Device"
Identifier "Generic Video Card"
Driver "nv"
EndSection
After that I loged in with no problems. So I notice that my OpenGL screensavers are not working and when I tried to test desktop effects nothing happened. When I run
compiz --replace
I got
Checking for Xgl: not present.
No whitelisted driver found
aborting and using fallback: /usr/bin/kwin
I tried to reinstall nvidia driver using Envy but I got an error too. I tried to reinstall compiz and all related packages but it not solved the problem.
Can anyone help me with this??
Comment