sudo apt-get install nvidia-glx nvidia-kernel-common
sudo gedit /etc/X11/xorg.conf
Section "Device"
Identifier "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
LorentzForce wrote:Easy. Because I use Ubuntu too, and use the same graphics card!
Open up a terminal and type in the following.
- Code: Select all
sudo apt-get install nvidia-glx nvidia-kernel-common
When you're done, do this...
- Code: Select all
sudo gedit /etc/X11/xorg.conf
You'll open up the text editor with some funny configuration file loaded. This is the X config script, more details on editing this is found by typing "man xorg.conf". Anyway, look for something that says something like the following]Section "Device"
Identifier "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection[/code]
You might notice that your Driver configuration is not nvidia, but more likely nv or vesa. Change it to "nvidia", and save.
Now, restart X by pressing Ctrl+Alt+Backspace all at once.
If everything happened well and well, you should be seeing the nVidia logo in your startup, and everything would be all good.
blkmage wrote:By following the steps that LorentzForce posted, you will have installed the driver from the Ubuntu repositories so you don't need to download that driver and install it. Apt does it all for you.
blkmage wrote:The file you're looking for is in your home folder, which is in /home/USERNAME, USERNAME being whatever your username is.
Now, files and directories beginning with a dot, like .transgaming are hidden. That means that you won't find them in your file browser without telling it to show hidden files. The file you're looking for, is in this hidden folder ".transgaming". The file's name is config.
You would edit the file called "config" which is in the hidden folder ".transgaming" which is in your home folder.
cd
ls -al
shooraijin wrote:In a terminal window, type these two commands:
- Code: Select all
cd
ls -al
and paste what you get back.
Users browsing this forum: No registered users and 181 guests