My nvidia options don’t allow me to lower (or change) the resolution. It only offers me the options “auto” and “1920x1200”. When i give a presentation i want to lower it down to whatever the projector is capable of.
I have a Dell Precision M6300 with a Quadro FX1600M
Thanks for your response, i will most certainly check this out. However i am not connected to the project at this time.
I should be able to just lower my resolution of my laptop display panel, but there are no resultions in the dropdown box of the nividea settings, just the two i mention: auto and 1900x1200.
Hmmm, with me it only displays:
Screen 0: minimum 1920 x 1200, current 1920 x 1200, maximum 1920 x 1200
default connected 1920x1200+0+0 0mm x 0mm
1920x1200 50.0*
That’s it, the problem is somewhere deeper, do you have any clues?
That’s it, the problem is somewhere deeper, do you have any clues?
The X-server relies on EDID information from the display devices (monitors, LCD screens etc) for their available modes. It doesn’t always work properly. You can use xrandr to add new modes for a given display, then set the desired display mode.
If you need these modes to be persistent, your xorg.conf file will need the required modelines added (to your modes section).
For example, if you know your display can do 1024x768@60Hz, then you can use gtf to get modeline
Thanks for the comprehensive response. A first try gave me an error stating there was an error changing the configuration. I will dive deeper into the documentation.
Hi hogg101. Are you using (proprietary) nvidia or (open source) nv driver.
xrandr -q
will list available display device names and modes AFAIK. Sometimes xorg.conf needs adjusting manually, with manual modelines, and they will still get ignored, unless you disable EDID. You may need to google for more info.
creen 0: minimum 1680 x 1050, current 1680 x 1050, maximum 1680 x 1050
default connected 1680x1050+0+0 0mm x 0mm
1680x1050 50.0*
1280x800_60.00 (0x232) 83.5MHz
h: width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.7KHz
v: height 800 start 803 end 809 total 831 clock 59.8Hz
1024x768_60.00 (0x244) 64.1MHz
h: width 1024 start 1080 end 1184 total 1344 skew 0 clock 47.7KHz
v: height 768 start 769 end 772 total 795 clock 60.0Hz
As you can see, I have managed to follow the above guide so far, and got the 1280x800 line written in, but then got stuck with trying to access it and make it permanent, as detailed in my previous post!
Screen 0: minimum 1680 x 1050, current 1680 x 1050, maximum 1680 x 1050
default connected 1680x1050+0+0 0mm x 0mm
1680x1050 50.0*
Is the problem that the info from the EDID shows that min, max and default size is 1680x1050? Can a modeline work if it is outside the min/max range? If so, how do I do it???
I’m not sure how you can set multiple modes with Xorg. I have more experience with laptop displays where it makes sense only to operate at the native resolution. I can only give you basic tips on this. You can disable EDID probes with these options in your xorg.conf “Device” section:
Option “NoDDC” “true”
Option “IgnoreEDID” “true”
Modlines can be generated with the gtf commandline tool. For example, 1280x800 @ 60Hz:
You can put any valid modelines in the “Modes” section like this. (Make sure the “1280x800” identifier appears in your “Screen” section as one of the display modes):
This is a laptop and this is my monitors native resolution (1680x) but this makes everything so ****ed small on the screen, and the taskbar at the bottom of the screen only extends halfway across the screen!!!
It can run in any resolution it wants, I just want to be able to run my display at 1280 or 1024 to a) make things bigger and b) not waste half the screen!
Am I talking about the right thing here - under windoze, by right clicking on the desktop, going to properties, I could set the display on the monitor to whatever I wanted. Is this the same function?
Ok. I don’t think this is a resolution issue, so much as a desktop configuration issue. Can you tell us which desktop (KDE or Gnome)? Which version of openSUSE do you have installed? More info about which driver you’re using might be helpful as well. This terminal command can help with latter:
/usr/sbin/hwinfo --gfxcard
It should be possible to set default font and icon sizes, as well as making sure task bar spans entire desktop.
I must admit, the more I fiddle with this, the more I also don’t think it is a resolution issue. Too much windoze - my screen works fine, I just want to make text and things bigger on the screen.
Having fiddled, I have just worked out to set/change the size of my taskbar (if that is the right name!) so that is fixed. Just the font size and things.
Do you know which version of KDE4.x you’re running? This command will give you an idea on this:
kde4-config -v
If KDE4.1.3, then you might want to upgrade. Numerous how to’s if you search (within forums).
Have you tried setting font and icon sizes from
Menu > Configure Desktop > Appearance
As for the task bar, if you right-click on the task bar, then select ‘Unlock Widgets’ then right-click on the task bar again, you will get an option called ‘Panel Options’. You can then select ‘Panel Settings’ and alter the task bar as required. Don’t forget to ‘Lock Widgets’ when done.
This is the KDE I am runnning. I, too, think this is a desktop configuration problem, not a monitor resolution problem. Too much time wasted with windoze and their terminology.