Results 1 to 10 of 11
I'm using SuSe SLED 10. After a restart, everytime I boot up i'm in the command line. I've tried startx and done a lot of googling looking for solutions. Any ...
- 09-20-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
can't boot into gui
I'm using SuSe SLED 10. After a restart, everytime I boot up i'm in the command line. I've tried startx and done a lot of googling looking for solutions. Any idea what to do?
- 09-20-2008 #2
If running startx doesn't give you a "GUI" what does it give you? Perhaps some error messages? Look for the ones that have (EE) beside them, write them down and post the error messages here please.
- 09-20-2008 #3Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
it shows me this grey screen with an X cursor that I can move, but nothing else, then it skips back to a command line.
- 09-21-2008 #4
Try to reconfigure Graphics Card. Execute this
In case it doesn't work, execute thisCode:sax2
Post output here.Code:su - lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-21-2008 #5Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
the first one got me to the sax2 setup screen fine. It apparently changed the screen res, but then after it closed it was the same. afterwards, startx failed but the grey screen was higher res.
Second one gave me
01:00.0 vga compatable controller: VIA technologies, Inc. Unknown device, 3371 (rev 01)
and then
Driver "kbd"
driver "synaptics"
driver "mouse"
driver "via"
nothing else.
- 09-21-2008 #6
Open /etc/X11/xorg.conf file and replace "via" with "vesa".
Press Ctrl+X, Y and hit Enter key to save file. Reboot machine.Code:su - nano /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-21-2008 #7Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
It's telling me "nano" isn't a command.
- 09-21-2008 #8
Ok !
Replace nano with vi.
Press i to start editing. Press Esc key, full colon ( : ) and x. Hit Enter key to save file.
Code:vi /etc/X11/xorg.conf i :x
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-21-2008 #9Just Joined!
- Join Date
- Dec 2007
- Posts
- 7
I followed your instructions in the last post. still nothing.
- 09-21-2008 #10
Did you replace "via" with "vesa"?
Does this command list "vesa" now?
Code:grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote