Re: [SOLVED] Login problem after upgrading to Kubuntu 10.04.1
Hi eveybody,
I finally resolved the login problem. it was related to default video driver of the 10.04 that is driver "nouveau" that doesn't work with the geforce go 7300 card of my laptop . I installed the nvidia driver vers. 260.19.29 with the following procedure and all works now
thanks everybody
Sandro
Hi eveybody,
I finally resolved the login problem. it was related to default video driver of the 10.04 that is driver "nouveau" that doesn't work with the geforce go 7300 card of my laptop . I installed the nvidia driver vers. 260.19.29 with the following procedure and all works now
Code:
sudo apt-get --purge remove xserver-xorg-video-nouveau sudo apt-get add-apt-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-common nvidia-settings nvidia-current sudo update-alternatives --config gl_conf sudo ldconfig sudo nvidia-xconfig
Sandro
Comment