X - what are my resolution options?
Posted: 15 Mar 2011, 13:19
Often when configuring Linux we discuss Xorg.conf and how to set the right resolution. Strictly spoken we do not need xorg.conf any more and initrc is sufficient etc etc.
What I often need to know when I look into the jungle of X configurations is the possible resolution options that my system can take!
So to find out:
Install xrandr (if you do nat have it already) and just write:
This reports even 1366x768 even if NVIDIA doesn't:
The maximum resolution is the important one of course.
What I often need to know when I look into the jungle of X configurations is the possible resolution options that my system can take!
So to find out:
Install xrandr (if you do nat have it already) and just write:
Code: Select all
xrandrThis reports even 1366x768 even if NVIDIA doesn't:
The maximum resolution is the important one of course.