Prerequisites:
linux-restricted-modules-2.6.22-14-386_2.6.22.4-14.9_i386 at Restricted Device manager, you can use synaptic package manager to install it or you can download and install manually from this locaiton. (Linux-Restricted-Modules)
Envy (Download)
Download and install both from the link given.
Steps:
Download NVIDIA 100.14.19 driver from NVIDIA website to a location from where you can access it easily. Give the details about the NVIDIA graphic card and download.
Logout (press Ctrl+Alt+F1) to go to test console and login.
Stop gdm by
Code:
Sudo /etc/init.d/gdm stop
Install NVIDIA driver by going to its location where you have downloaded it.
Reboot system
Code
Sudo reboot
Login and go to System Tools --> NVIDIA settings (if you can’t find it here it means driver was not installed, try again from step 2)
In NVIDIA settings enable driver if it is not enabled by going to System -->Administration --> Restricted Device Manager and enable it (For this you need to have Linux restricted Module installed).
After enabling NVIDIA driver from restricted driver manager reboot system (sudo reboot).
After reboot Open NVIDIA settings from Applications--> System tools --> Nvidia Settings. It should display all the options under GPU0, select DFP-0 (in my case it was DFP0-seiko). Click “Acquire EDID”, you will be prompted to save file, save it somewhere i.e. ~/edid.bin and copy it to /etc/X11. Now get the EDID.
Code:
Sudo cp ~/edid.bin /etc/X11/edid.bin
Logout and go to text console (press Ctrl+Alt+F1) and login in text console
Run envy in text mode
Code:
Sudo envy -t
Clear earlier NVIDIA driver installation (100.14.19) and install new NVIDIA driver, let envy configure xorg.conf, but do not reboot i.e. in default answers say ‘Y’ or yes if envy asks to configure xorg.conf and ‘N’ or no to reboot.
Open xorg.conf file
Code:
Sudo nano /etc/X11/xorg.conf
Look for section “Device” and add the following line
Code:
Option “CustomEDID” “DFP-0:/etc/X11/edid.bin
And under section “Screen”, subsection “Display” make sure that your default mode is listed, if not add “1280X800” “1024X768” “800X600” to the modes lines.
Save and close xorg.conf and reboot.
See if everything is ok! Change screen resolution if it’s not ok, else go ahead and make sure you can see all the options in NVIDIA-settings.
Reboot once again to make sure that everything is working properly (optional).
You are all set. NVIDIA driver must be working properly. It did for me.
- Thanks to someone! Destiny, God, Me or Salil (if u know him)