Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:low_missing_screen_resolutions_in_ubuntu_with_nvidia_driver [2011/12/07 15:04]
Joel Dare
linux:low_missing_screen_resolutions_in_ubuntu_with_nvidia_driver [2020/06/01 22:53] (current)
Line 1: Line 1:
 +====== Low/Missing Screen Resolutions in Ubuntu with NVIDIA Driver ======
  
 +<box 100% round>
 +This didn't work for me.  You're mileage may vary.
 +</​box>​
 +
 +Often screen resolutions on offer are far lower than those offered with the open source driver. The NVIDIA binary driver seems to be very weak at reliably probing this information from the monitor and relies on additional information in xorg.conf.
 +
 +To fix this you can add more resolutions by entering the following in a terminal:
 +
 +xrandr --addmode <​name>​ ...
 +
 +Replace <​name>​ with the name of the display device (as listed when you just run xrandr) and the dots with the desired resolution. For further details and potential workarounds see X config resolutions on the original site.
 +
 +===== References =====
 +
 +https://​help.ubuntu.com/​community/​BinaryDriverHowto/​Nvidia
comments powered by Disqus