Solution for Desktop:
$ sudo apt-get install xserver-xorg-video-nv
$ sudo nano /etc/X11/xorg.conf

Edit /etc/X11/xorg.conf to contain the following:

## START ##
# /etc/X11/xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "nv"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
## END ## 


Solution for LTSP in progress...

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/800208

Title:
  nvidia graphics not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/800208/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to