SliTaz SliTaz Forum

You are not logged in.

#1 2011-12-22 20:58:15

siginigin
Member
Registered: 2011-12-22
Posts: 2

xserver with dual screen setup

Hello, I'm trying to get cloned image on TV, but the only thing I was able to get is grayscale image with flickering.

I'm using stable Slitaz 3.0, old GeForce MX 440, and TV is connected via s-video port to AV input on TV.

I tried xrandr, but #xrandr -q shows only default monitor, not TV.

How can I fix that?

Thanx for any help.

this is my xorg.conf

Section "ServerLayout"

    Identifier     "Layout0"

    Screen      0  "Screen0"

    Screen    1  "Screen1" RightOf "Screen0"

    InputDevice    "Keyboard0" "CoreKeyboard"

    InputDevice    "Mouse0" "CorePointer"

EndSection

Section "Files"

EndSection

Section "ServerFlags"

    Option         "Xinerama" "0"

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     "Monitor0"

    VendorName     "Philips"

    ModelName      "107B"

    HorizSync       31.0 - 68.0

    VertRefresh     60.0 - 85.0

    Option         "DPMS"

#    Option    "DPI"    "96 x 96"

#    DisplaySize    710 400

EndSection

Section "Monitor"

# TV

    Identifier    "Monitor1"

    ModelName    "32LD350"

    VendorName    "LG"

    VertRefresh    85

#    HorizSync    30-50

#    Option    "DPMS"

EndSection

Section "Device"

    Identifier     "Videocard0"

    Driver         "nvidia"

    VendorName     "NVIDIA Corporation"

    BoardName      "GeForce4 MX 440"

    BusID    "PCI:1:0:0"

    Screen    0

#    Option    "TwinView" "1"

EndSection

Section "Device"

# device pre TV

    BoardName    "GeForce4 MX 440"

    Driver    "nvidia"

    Identifier    "Videocard1"

    Screen 1

    VendorName    "Nvidia"

    BusID    "PCI:1:0:0"

#    Option    "TwinView"

    Option    "TVOutFormat" "COMPOSITE"

    Option    "TVStandard" "PAL-A"

#    Option    "Connected Monitor"    "TV-0"

EndSection

Section "Screen"

    Identifier     "Screen0"

    Device         "Videocard0"

    Monitor        "Monitor0"

    DefaultDepth    24

#    Option         "TwinView" "1"

    Option         "metamodes" "CRT: 1024x768_85 +0+0"

    SubSection     "Display"

        Depth       24

        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"

    EndSubSection

EndSection

Section "Screen"

# definicia screenu pre TV

    Identifier    "Screen1"

    Device    "Videocard1"

    Monitor    "Monitor1"

    DefaultDepth    24

#    Option    "metamodes"    "TV: nvidia-auto-select +0+0"

    Option    "metamodes"    "TV: 1024x768_85 +0+0"

    SubSection    "Display"

        Depth    24

        Modes    "1600x1200" "1280x1024" "1024x768"

    EndSubsection

EndSection

Offline

#2 2011-12-22 21:00:37

siginigin
Member
Registered: 2011-12-22
Posts: 2

Re: xserver with dual screen setup

...and, to be honest, I don't have any experience with xrandr :S

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]