Hello all, I am very new to linux (less that a week), so please excuse me for my dumb question.
My friend sent me this Toshiba laptop, and I want to make it a linux box so that I have somethings to fall back on if my iMac decides to visit Steve. The background info is as followings:
- Toshiba laptop A200 with nVidia Geforce Go7300 graphic card
- Installed with openSUSE 12.1 and KDE desktop is selected
- Downloaded nVidia drivers 290.10 and 285.05.09
I managed to install openSUSE on the laptop and let the computer run using openSUSE’s graphic driver. The issue was poor resolution, and texts were hard to read.
So, I first installed nVidia driver 290.10. I found myself running into issue: the screen was flashing between black screen and terminal interface. Somethings was really wrong. I gave up this driver after realizing that many people are having problems with it.
Then, I cleaned up the system (yes, reinstalled openSUSE) and installed the older nVidia driver 285.05.09. When I start the laptop, it goes through screens showing (1) startup options (choosing normal mode); (2) log in interface (with very good resolution, /happy dance); and then (3) five icons fading in. OK, that is the moment the issue presented itself. The last icon, the KDE big icon, just stay fading out, and the screen stops here and not switching to the desktop screen. The computer would play the chord, but then the screen locks there even though I can move the mouse (which has a better look than in Failsafe mode). So, I guess the older driver somewhat is working, but then somethings is stopping the OS working properly.
Anyone has suggestions on how to fix it?
I installed the driver with the following steps:
- Using terminal, zypper install gcc make automake autoconf kernel-source kernel-syms
- Using terminal, echo “blacklist nouveau” >> /etc/modprobe.d/50-blacklist.conf
- Using Boot Loader in YaST to edit normal startup option, add nomodeset in splash
- Reboot through Failsafe mode with 3 at boot options to enter into console terminal
- Login, cd Downloads (where the driver locates), type su + password
- Install driver by sh NVIDIA-Linux-x86-285.05.09.run -a -q
- Done and reboot