Announcement

Collapse
No announcement yet.

[SOLVED] Login problem after upgrading to Kubuntu 10.04.1

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    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

    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
    thanks everybody
    Sandro
    Dual-booting:<br />Kubuntu: Karmic Koala (Main OS)<br />Windows:Vista Home Premium<br />--------------------------------------------------------------<br />Sony Vaio&nbsp; VGN-NR21Z - 2 Duo processor T8100<br />Graphics nvidia GeForce 8400M GT GPU

    Comment


      #17
      Re: [SOLVED] Login problem after upgrading to Kubuntu 10.04.1

      Great stuff! It pays to persevere, as you have done

      Comment


        #18
        Re: [SOLVED] Login problem after upgrading to Kubuntu 10.04.1

        Originally posted by sandro54
        sudo apt-get add-apt-repository ppa:ubuntu-x-swat/x-updates
        For anyone reading this thread, the above command doesn't work (at least on my system).

        The one that does is:
        Code:
        sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

        Please Read Me

        Comment


          #19
          Re: [SOLVED] Login problem after upgrading to Kubuntu 10.04.1

          Hi
          I solved the login problem, I installed the last driver version 260.19.29 and all is ok finally

          I performed in order the following step :
          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
          thanks to everybody

          Dual-booting:<br />Kubuntu: Karmic Koala (Main OS)<br />Windows:Vista Home Premium<br />--------------------------------------------------------------<br />Sony Vaio&nbsp; VGN-NR21Z - 2 Duo processor T8100<br />Graphics nvidia GeForce 8400M GT GPU

          Comment

          Working...
          X