ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #133478
[Bug 800208] Re: nvidia graphics not working
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
References