PDA

View Full Version : [ubuntu] nu GUI after vidia-xconfig



fidas
February 26th, 2012, 04:31 AM
hi forum

after
sudo nvidia-xconfig

logout and ubuntu 10.10 is
without GUI :o only console

what can be done to bring back my GUI ?

thx in advance

23dornot23d
February 26th, 2012, 04:34 AM
If you move the configuration file out of the way like this then it will boot ok

cd /etc/X11

sudo mv xorg.conf xorg.nv1conf

enjoijesus94
February 26th, 2012, 04:40 AM
try to


sudo /etc/init.d/gdm start


startx

fidas
February 26th, 2012, 04:43 AM
i didn't really understood what i have to do

i am a newbie here

thx

fidas
February 26th, 2012, 04:52 AM
i tried both and still i have a no gui

enjoijesus94
February 26th, 2012, 04:52 AM
i didn't really understood what i have to do

i am a newbie here

thx

I Understand.

Login into the console by entering your username and password for your ubuntu machine.

after enter

sudo /etc/init.d/gdm start
Then

startx

fidas
February 26th, 2012, 04:57 AM
I Understand.

Login into the console by entering your username and password for your ubuntu machine.

after enter

Then

i did all of this but lots of errors

" unable to connect to x server "
" server error "

enjoijesus94
February 26th, 2012, 05:08 AM
Whats Your Graphics Card ?

23dornot23d
February 26th, 2012, 06:51 AM
If you want to put it back to how it was before you used my commands

do the opposite ....


cd /etc/X11

sudo mv xorg.conf xorg.nv1conf

All the command did was to move the xorg.conf out to see if it was the xorg.conf
that was causing problems .... I do this on mine as the flat screen TV will not pick up
from boot up with the Nvidia driver set to run from it.

So to put it back as it was at the beginning .... just do this below .....


cd /etc/X11

sudo mv xorgnv1.conf xorg.conf

Then its as it was to start with .....

The other commands that were given will not cause any problems either

startx basically starts the x server ( which gives you the graphic display )

and gdm .... is the ( gnome desktop manager ) ......

__________________________________________________ ____

The thing you are missing is a valid display mode .......

What else did you do before running

nvidia-xconfig

as all that that one command does is to create the xorg.conf

__________________________________________________ __________

So nothing has really changed unless you installed a new Nvidia Driver at
some point .......

You can always re-install the latest Nvidia driver - if your internet
connection is working ok ..... by doing the following.

sudo apt-get update
sudo apt-get install nvidia-settings
sudo apt-get install nvidia-current
sudo nvidia-xconfig

Then reboot your computer ......

fidas
February 26th, 2012, 08:58 AM
Whats Your Graphics Card ?

evga geforce 550Ti gtx

I was not able to install Ubuntu 11.10 with this card only 10.10 worked.:(

i got some errors when start to install 11.10

fidas
February 26th, 2012, 09:03 AM
thx for your help but i did re install seemed to be the fastest according to my low ubuntu knowledge. :)