I recently installed Kubuntu after a few problems and now when I boot the screen is covered in thin white vertical lines and my pc freezes before bootup is complete. I think my motherboard graphics chip doen't have the correct driver. I have found a Nvidia driver on a cd but don't know how to copy the driver from cd and install from the command line. i can only use my system from the command line. Can anyone help. I have re-installed several times but this doesn't solve the problem. I may buy a new graphics card if I think it will help.
Announcement
Collapse
No announcement yet.
Install graphic driver from command line
Collapse
This topic is closed.
X
X
-
Re: Install graphic driver from command line
If the driver you have on CD is a Windows driver, then don't try and use it - it won't work and you'll probably just get confused.
OK, let's see if we can get you some sort of GUI so you can better see what's going on... edit your X config file (/etc/X11/xorg.conf), find the 'Section "Device"' bit, and change:
Code:"Driver" "nvidia"
Code:"Driver" "nv"
Code:sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
You should then be able to do a
Code:sudo /etc/init.d/kdm restart
- Top
- Bottom
-
Re: Install graphic driver from command line
I tried both "nvidia" and "nv" neither made any difference. After the inital selection screen, which is a blue screen covered in thin vertical lines giving a water effect,
bootup freezes about halfway through, not sure what at which process since the text display is too fast to read (maybe there is a way I can control each proces at startup?) Once the boot process freezes I have to cold start my machine.
- Top
- Bottom
Comment
Comment