LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Resize desktop nvidia overscan (https://www.linuxquestions.org/questions/linux-desktop-74/resize-desktop-nvidia-overscan-833038/)

SilentK 09-18-2010 09:59 AM

Resize desktop nvidia overscan
 
I'm using a dvi to hdmi cable to connect my nvidia 8600 gts to my 42LG52.

When I use the resolution 1366x768 I can see the entire desktop but I would like to use 1080p (1920x1080). When I switch to 1920x1080 the edges of the desktop are not on the screen which makes it kind of hard to use the menus.

I have the same problem on windows and the way I remedy the problem is by going into the nvidia control panel and resizing the desktop to 1842x1030. I tried messing with the panning area under the advanced settings in the linux nvidia control panel but it doesn't let me apply it as 1842x1030 and I'm not even sure that would fix the problem.

I did a bit of googling and found that some people were making modelines for xorg.conf to underscan to fix the problem. I couldn't find a particular modeline for my display when searching.

So my question is, is it possible to resize the desktop area like the nvidia control panel does in windows and if so how?

I'm using ubuntu 10.04

edit: and here's my current xorg.conf file
Quote:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@yellow) Fri Apr 9 11:51:21 UTC 2010


Section "ServerLayout"

# Removed Option "Xinerama" "0"
# Removed Option "Xinerama" "1"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "LG TV"
HorizSync 31.0 - 100.0
VertRefresh 48.0 - 88.0
Option "DPMS"
EndSection

Section "Monitor"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL SE198WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GTS"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GTS"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP-1: 1920x1080 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"

# Removed Option "TwinView" "0"
# Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "DFP-0: nvidia-auto-select +1920+0, DFP-1: 1920x1080 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


SilentK 09-18-2010 06:15 PM

Well I think I found a solution it's not linux related though, on the tv itself there's an option called "just scan" as one of the options under aspect ratio, instead of forcing 16:9 I switched it to just scan and the problem is resolved.

If this doesn't help other people I found another possible solution in that you can use awn instead of the default gnome panels and have them offset, kind of a crappy way to fix it but might work for other people.

madhusker 09-11-2011 11:55 AM

Right on!!! Fix my issues after hours of screwing around. Thanks!

H_TeXMeX_H 09-11-2011 12:06 PM

The other way is to use 'nvidia-settings' go to DPF-0 or the name of the display you want to fix, it is usually in parentheses there. There is an option called 'Overscan compensation', mess with that and it will fix it.


All times are GMT -5. The time now is 06:55 AM.