Results 1 to 4 of 4
i have insatalled suse 10.1 on my pc last 2008
until next year something happen to to it,, the gui of the said suse10.1 dosent appear any more..
when i ...
- 01-23-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 2
[SOLVED] GUI dosent appear..
i have insatalled suse 10.1 on my pc last 2008
until next year something happen to to it,, the gui of the said suse10.1 dosent appear any more..
when i see the screen failsafe.
it direct to terminal just like pressing alt2
but when i tried pressing alt1 alt2 alt3 etc.... gui dosent appear anymore
can you please help me with this one......
it is easier for me to use GUI than terminal because i dont know all the commands in linux..
thank you.....
- 01-23-2009 #2
After logged into terminal as root via failstate
TRy
to start you gui interface. Though i never tried startx with suse . This solution works well for other distros.startx
In case If your /etc/inittab has an entry like this
then change it toid:3:initdefault
Ps:Make a backup of /etc/inittab file before editing.id:5:initdefault- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 01-23-2009 #3
It ma be that you did a kernel update and you are using a 3rd party 3D acceleration driver like NVIDIA if so you need to reinstall the driver so it hooks into the new Kernel.
You can use a generic 2D driver to temporarily get a desk top until you can reinstall by logging on as root. Then
init 3
to be sure you shutdown all X related process
edit the /etc/X11/xorg.conf file (to use joe editor joe /etc/X11/xorg.conf)
change the line
driver "somedriver" where somedriver is the name of the 3D driver
to
driver "vesa"
save
then
init 5
to start the GUI
- 02-03-2009 #4Just Joined!
- Join Date
- Jan 2009
- Posts
- 2
Thank s guys>..
THANK S GUYS>..
for your help i just change init3 form init 5 and already work
thanks so much.....


