You are not logged in.

#1 2007-11-25 18:05:50

canucks604
Member
Registered: 2007-01-27
Posts: 18

twinview & those DVI->HDMI cable

hi folks,

i have twinview going perfectly in arch and everything is dandy.  but i recently gave away the vga cable and got myself one of those DVI to HDMI cable and currently using it to connect the pc to the lcd tv that i have.  i can still get twinview going but, the problem is that i can only get a resolution of 1280x720 on the lcd tv, which is not the native resolution of 1360x768.  is there an option i can override or a workaround of some sort?  of will i just have to use those vga cable?

thanks in advance. and here's the content of the xorg file

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Logitech MX1000" "CorePointer"
    InputDevice    "BenQ x700" "CoreKeyboard"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "glx"
    Load           "extmod"
    Load           "xtrap"
    Load           "record"
    Load           "dbe"
    Load           "freetype"
    Load           "type1"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "BenQ x700"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Logitech MX1000"
    Driver         "evdev"
    Option         "Name" "Logitech USB RECEIVER"
    Option         "CorePointer"
EndSection

Section "Monitor"
    Identifier     "ViewSonic"
    VendorName     "ViewSonic"
    ModelName      "vs2050vm"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "7600GT"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "geForce 7600GT"
    Option         "AllowGLXWithComposite" "true"
    Option         "nologo" "true"
    Option         "NoBandWidthTest" "true"
    Option         "NVAGP" "1" 
    Option         "UseEvents" "True"
    Option         "TripleBuffer" "True"
    Option         "DamageEvents" "true"
    Option       "TwinViewOrientation" "RightOf"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "7600GT"
    Monitor        "ViewSonic"
    DefaultDepth    24
    Option         "TwinView" "1"
#    Option         "metamodes" "DFP: 1360x768 +1680+0, DFP: nvidia-auto-select +0+0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: 1280x720 +1680+0"
    Option         "TwinViewXineramaInfoOrder" "DFP"
    Option         "AddARGBGLXVisuals" "True"    
EndSection

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

Offline

Board footer

Powered by FluxBB