hallo, ich versuche momentan, das bild meines monitors mit twinview auf die 
glotze zu klonen. dabei möchte ich, dass das bild auf der glotz mitscrollt, 
wenn die auflösung 1024x768 (die der fernseher maximal anzeigen kann) 
übersteigt. und falls es möglich ist, ein abgespieltes video automatisch im 
vollbild auf dem fernseher zu sehen ist. letzteres ist aber kein muß. hat 
jemand erfahrungen damit, kann mit jemand helfen? momentan ist auf dem 
fernseher noch nichts zu sehen.

hier erstmal meine bisherige xorg.conf:
------------------------------------------------------------
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen 0       "screen_sampo" 0 0
    Screen 1       "screen_glotze"
    Option "Clone" "On" 
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "logicink"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
    Option         "XkbOptions" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "sampo"
    DisplaySize     365    270
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier   "glotze"
    HorizSync 30-40
    VertRefresh 50
EndSection

Section "Device"
    Identifier     "6600gt_sampo"
    Driver         "nvidia"
    Option "Twinview" "TRUE"
    Option "TwinViewOrientation" "Clone"
#    Option "SecondMonitorHorizSync" "30-50"
#    Option "SecondMonitorVertRefresh" "60"
#    Option "ConnectedMonitor" "CRT, TV"
    Screen 0
    
Option "MetaModes"      
"1600x1200,1280x1024,1152x864,1024x768,1024x768;800x600,800x600"
    Option "IgnoreDisplayDevices" "TV"
EndSection

Section "Device"
     Identifier     "6600gt_glotze"
     BoardName     "NVIDIA Corporation NV43 [GeForce 6600 GT]"
     Driver     "nvidia"
     Option     "ConnectedMonitor" "TV"
     Option     "TVStandard" "PAL-B"
     Option     "TVOutFormat" "S-VIDEO"
     Screen 1
EndSection

Section "Screen"
    Identifier     "screen_sampo"
    Device         "6600gt_sampo"
    Monitor        "sampo"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        
Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        
Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        
Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        
Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        
Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        
Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
        Identifier     "screen_glotze"
        Device        "6600gt_glotze"
        Monitor        "glotze"
        DefaultDepth     24
        SubSection "Display"
                Depth 24
                
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
       EndSubSection
EndSection

--------------------------------------------------------

danke fürs bis hierher lesen, vielleicht kann mit ja jemand helfen

grüsse 

björn

Antwort per Email an