You are not logged in.

#1 2008-07-27 04:37:58

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Dual monitor problem

I have a TV which I'm using as a second monitor.
It is set up as a completely separate X screen, not "TwinView".
Everything works perfectly except when I expand windows or run programs in fullscreen, the top, left, right and bottom of the screen is cut off a little bit.
It is just enough to make it useless for anything fullscreen.

Does anyone know how I can over come this?
Here is my xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon May 19 00:33:37 PDT 2008

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    Screen    1  "Screen1" leftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
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         "keyboard"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nvidia0"
    Driver         "nvidia"
    BusID       "PCI:1:0:0
    VendorName     "NVIDIA Corporation"
    Screen       0
EndSection

Section "Device"
    Identifier     "nvidia1"
    Driver         "nvidia"
    BusID       "PCI:1:0:0
    VendorName     "NVIDIA Corporation"
    Screen       1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "nvidia0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    Modes       "1440x900" "1024x768" "800x600"
    EndSubSection
    Option "RenderAccel" "true"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "nvidia1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    Modes       "720x576"
    EndSubSection
    Option "RenderAccel" "true"
    Option "TVStandard" "PAL-N"
    Option "TVOutFormat" "SVIDEO"
    Option "TVOverScan" "0.0"
EndSection

Changing the TVOverScan option doesn't seem to make a difference

Last edited by sand_man (2008-07-27 06:26:35)


neutral

Offline

Board footer

Powered by FluxBB