Results 1 to 10 of 52
When I start-up linux suse 10.2. In stead of bootting to the desktop it stops at the comand line I can put my username and password what comand do I ...
- 10-27-2007 #1Just Joined!
- Join Date
- Apr 2007
- Location
- Albury
- Posts
- 7
Desktop will not start
When I start-up linux suse 10.2. In stead of bootting to the desktop it stops at the comand line I can put my username and password what comand do I use to start the desktop
- 10-27-2007 #2I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-21-2007 #3Just Joined!
- Join Date
- Apr 2007
- Location
- Albury
- Posts
- 7
After typing "startx" error message
this is what i get . Fatal:error inserting nvidia [/lib/modules/2.6.18.2-34-default/weak-updates /nvidia.ko]no such device
[EE]nvidia[o]:failed to load the nvidia kernel module!
[EE]nvidia[O]:***aborting***
[EE]screens found , but none have a usable configuration
Fatal server error
no screens found
x10 fatal IO error 104 [correction reset by peer] on x server ":0.0"
after 0 requests [0 known processed] with 0 events remaining
linux-kxle:#_ [flashin cursor
- 11-21-2007 #4
It seems like there is a problem with your nvidia driver. What you can switch to root in the terminal and then edit /etc/X11/xorg.conf and change
toCode:Driver "nvidia"
After that enter the commandsCode:Driver "nv"
That will shutdown X and then start it up again. Your system will be using the opensource nvidia driver which has no 3d acceleration. You will have to reinstall the official nvidia driver and then run "sax2" or simply edit /etc/X11/xorg.conf and change the driver from nv to nvidia.Code:#init 3 #init 5
- 12-09-2007 #5Just Joined!
- Join Date
- Apr 2007
- Location
- Albury
- Posts
- 7
Permission denied
when in root and i put in" /etc/x11/xorg.conf" get back message "permission denied"
- 12-09-2007 #6
You need to use an editor e.g. emacs, vim or nano e.g.
Always back up files before editing them so that if anything goes wrong, you can revert to the previous file.Code:#vim /etc/X11/xorg.conf
- 12-22-2007 #7Just Joined!
- Join Date
- Jul 2007
- Posts
- 68
I am facing the same problems assuming that my installation files are corrupt. Is there any fix to this? Also, since I am trying to reinstall, my DVD's integrity is bad. I've already burned over ten 10.3 DVD images and none of them work. Are there any recommendations in what to do about this?
- 12-22-2007 #8
Basically follow Ross62's advice.
It assumes you have and NVIDIA card installed. This mostly happens when the kernel gets upgraded. Then you must rinstall the video driver. That is with NVIDIA or any other video driver.
Instead of replacing the Driver line in /etc/X11/xorg.conf with "NV" (the open source NVIDIA driver) replace it with "vesa" the generic video driver. This will allow starting the GUI. But you will not have 3D acceleration for that you nust reinstall the video driver.
AS to the burner's problem...have you tried cleaning the heads you can get a cleaner kit at Radio Shack or other computer/electronics stores or online. Sometimes that work or it could be it is just broken. The newer cheap hardware just does not last
- 12-22-2007 #9Just Joined!
- Join Date
- Jul 2007
- Posts
- 68
Are there any clearer solutions that I can use to resolve this situation? I am only a beginner with the Linux Terminal, and am not really aware what the commands are to overwrite the video card configuration file (can you please reinstate it so I can better understand). I am running two video cards in my system, and I noticed that a couple of months back when I tried installed 10.2 on my system, I had to disconnect my DVI cable from the 1st card and connect it to the 2nd one to see the GUI. Does SuSE Linux conflict when there is a SLI configuration in the system?
- 12-22-2007 #10
What is the exact problem you're having? You want to use another Video card?
Post your xorg.conf file here with this command
Try burning DVD/CD's at lowest speed possible and make sure the writer is not defective.Code:cat /etc/X11/xorg.conf
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote
