View Single Post
Old 10-18-2006, 09:23 PM   #4 (permalink)
The General
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

Code:
su

apt-get install x-window-system x-window-system-core

dpkg-reconfigure xserver-xorg
Choose the VESA driver instead of the NV driver.

Code:
/etc/init.d/gdm start

You have to open those text files with a text editor, that is why it is not working. I like vim or vi, so
Code:
vim /etc/X11/xorg.conf
will open the file for you.
The General is offline