LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Nvidia XFX 9800 GT Rev 2 Twinn View with 32 inch hdmi 720p and view sonic 19 inch (https://www.linuxquestions.org/questions/linux-hardware-18/nvidia-xfx-9800-gt-rev-2-twinn-view-with-32-inch-hdmi-720p-and-view-sonic-19-inch-780941/)

red hat-ziggis 01-08-2010 05:19 PM

Nvidia XFX 9800 GT Rev 2 Twinn View with 32 inch hdmi 720p and view sonic 19 inch
 
I was wondering if somehone could shed some light on a minor issue with my set-up .

conf as follow

Fedora 12 -x64

display card - XFX 9800 GT rev 2 (Nvidia)

Monitors
View Sonic 19 inch (default)
Soyo 32 inch lcd 720p 1080 i

/etc/X11/xorg.conf file

vidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (mockbuild@builder.wilsonet.com) Sun Nov 22 21:42:15 EST 2009

# Xorg configuration created by livna-config-display

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection


Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "ViewSonic VX924"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 85.0
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9800 GT"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Videocard0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
Option "TwinView" "1"
Option "metamodes" "DFP-0: nvidia-auto-select +1280+0, DFP-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection


OK now im going to try to make this as simple as i can. I will firs tell you that i have had similar problem with my winxp box the problem is that the hdmi tv when in 1280x720 (720p) i am missing cutting off like 1/2 inch of the image . Almost like if it would be zoomed in to much . Now the early driver for the win32 box was OK . Since i upgraded the drivers on my winxp box i have had issues (cutting off) i also notice a new option called (resize desktop) and that fixed the problem also notice that the final resolution is 1176x664 instead of 1280x720. The old win drivers did not have that option nether the problem.

So my question is how can i fix this under linux there are no desktoop resize option in the gui driver setting for nvidia . i am unsure if a custom resolution of 1176x664 will fix the issue as i think it may have to do with the H and V sync. Is there a way i can mod my config file to help ?

Thanks

Zeg linux newbee
Edit/Delete Message

anotherlinuxuser 01-12-2010 02:25 AM

Hi,
Your problem may be that your total horizontal resolution may not fit within the video card's maximum display area. Use 'xvinfo' to list the video card's attributes. Look for the 'maximum XvImage size:' line. For my 8500 Nvidia card, the max size is 2046 x 2046, so 2046 is my max horizontal resolution. (I only have one monitor, at 1900x1200) You didn't mention the res of the second monitor, but I assume it is 1280 horizontal as well. That means your card must support at least 1280+1280=2560 max horizontal resolution. If xvinfo reports max XvImage as less than 2560x2560, the blank edge is outside the max display size. I suspect the max size will be 2456x2456 (as 1280 + 1176 = 2456).

If this is the case, I don't know if there is anything that can be done to change the max display. I have never had any luck changing the size or aspect of the max display area. I believe it is determined by the hardware itself, but I could be wrong.

You can also use the xrandr program (enter: 'man xrandr' for details) to adjust your video outputs on the fly, maybe it will help get a display setup you are satisfied with.


All times are GMT -5. The time now is 12:50 AM.