0

On Displays I only have 1366x768, but I need 1600x900. I've installed the Nvidia drivers, but still nothing. I've tried using the xrandr --newmode "1600x900", but that doesn't work.

How can I set the resolution to 1600x900?

edwin
  • 3,799
  • 20
  • 33
user182588
  • 1
  • 1
  • 1

1 Answers1

0

Use cvt to figure out what the correct modeline should be. You may need to specify the correct frequency for you monitor as well. Also, ensure your graphics card and monitor actually support the resolution you want to use. See How do I set a monitor resolution that is not available in the Display Settings dialog? to see how to use cvt. Then, if xrandr works, you can add the settings into ~/.xprofile instead of xorg.conf.

Enterprise
  • 12,352