PDA

View Full Version : Ubuntu out of commision....


trawler
January 11th, 2006, 02:33 PM
I'm not sure if my problem belongs under this forum... but my ubuntu is officially out of commision due to Nvidia drivers installation... :(
I could use ANY help you have to offer, if you could take a peek at this post (http://ubuntuforums.org/showthread.php?t=115875).

yaye
January 11th, 2006, 02:43 PM
I'm not sure if my problem belongs under this forum... but my ubuntu is officially out of commision due to Nvidia drivers installation... :(
I could use ANY help you have to offer, if you could take a peek at this post (http://ubuntuforums.org/showthread.php?t=115875).

Hello,

See my second post ( post #14) on this page:

http://ubuntuforums.org/showthread.php?t=54930&page=2

Ian

trawler
January 11th, 2006, 02:49 PM
Thanx :)
I could give it a try.

But how do i get around the lockups long enough to edit the file?
So far I could barely get around the login stage....

trawler
January 11th, 2006, 03:03 PM
But how do i get around the lockups long enough to edit the file?
So far I could barely get around the login stage....

Never mind, i figured it out.
And since i'm writing this post on my ubuntu, I'm hoping your solution did help :D (crosses fingers)

Thanx for the help :)

yaye
January 11th, 2006, 03:06 PM
Thanx :)
I could give it a try.

But how do i get around the lockups long enough to edit the file?
So far I could barely get around the login stage....

I usually use the nano text editor to edit the xorg.conf file. If you press Ctrl-Alt-F2 combo, you should be at a text mode login screen. Type your user name and password to login. I think you should then be able to use sudo apt-get install nano (I don't know the apt commands well, I usually use Synaptic ).

After you install nano, you can run nano with root privileges by typing sudo nano .
You can use the arrow keys to navigate around in nano and there is a list of the key combos to write the edited file and exit nano at the bottom of the nano screen. Write down the location of the xorg.conf file so you can tell nano what file you want to edit. Good Luck.

Ian

yaye
January 11th, 2006, 03:10 PM
Never mind, i figured it out.
And since i'm writing this post on my ubuntu, I'm hoping your solution did help :D (crosses fingers)

Thanx for the help :)

You type faster than me. You're welcome.

Ian

leech
January 11th, 2006, 03:17 PM
nano should be installed by default. I know because I ALWAYS use nano, simply because it actually makes sense, unlike vi. (Ooh, that's going to start a flamewar... :D But then I used to prefer emacs over vi... )

Some people just love their text editors too much.

Best of luck. I have only had some problems recently with my nVidia drivers, but they're all due to using xcompmgr (which supposedly is more stable with the newest nvidia drivers that are installed in Dapper.)

Leech

yaye
January 11th, 2006, 03:58 PM
nano should be installed by default. I know because I ALWAYS use nano, simply because it actually makes sense, unlike vi. (Ooh, that's going to start a flamewar... :D But then I used to prefer emacs over vi... )

Some people just love their text editors too much......................

Leech

Thanks for the info. I'm not at my home system right now, so I wasn't sure. Even if I were at my home system, it's been so long since I installed Ubuntu, I wouldn't remember if it came installed or whether I added it after the initial install. For the small simple editing I do, nano is the easiest text mode editor to use.

Ian