mam pytanie, czy komuś ze szczęśliwych posiadaczy laptopów (niekoniecznie tego modelu) z kartą ATI udało się uzyskać efekt, gdy obraz jest jendocześnie na monitorze i jego wybrana ramka (np. SDL) na TVout w formacie SVideo

po długich próbach, wielu testach etc. googlowaniu i w ogóle wszystkim co można nie udało mi się tego uzyskać, telewizor jest w stanie "out of sync" jak mówi dokumentacja na sieci, ale obrazu nie udało mi się na niego wysłać (fb VESA na TVout i ATI Radeon na LCD, komenda mplayer /mymovie.avi -vo vesa) co powinno skutkować tym, że na ekranie LCD mam obraz normalny a na TVout mam film ;) niestety beztego skutku - chyba że coś nie tak robię, ale juz nie mam koncepcji

załączam mój XFree86-4
jajeczko 2.6.1 z patchami do ATI IGP 320M
XFree86 4.3.99.14 kompilowane na 2.4.22

chyba że muszę jeszcze korzystać z jakiegoś programu który pozwoli mi na taką manipulację (ekran 1 na laptopie i 2 na TVout)

jeżeli ktoś ma jakieś sugestie etc - proszę,chętnie na priv - temat nieco OT

pozdrowienia



--
Piotr Pruszczak
Section "ServerLayout"
        Identifier      "Main"
        Screen          0 "Laptop Screen" 0 0
        InputDevice     "InternalKeyboard" "CoreKeyboard"
        InputDevice     "Touchpad" "CorePointer"
        InputDevice     "USB Mouse" "CorePointer"
        Option          "BlankTime"             "5"             
        #Option                 "StandbyTime"   "10"    
        #Option                 "SuspendTime"   "15"    
        Option          "OffTime"               "10"    
EndSection

Section "ServerFlags"
        Option  "AllowMouseOpenFail" "true"
        Option  "xinerama" "true"
EndSection


Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        #ModulePath   "/usr/X11R6/lib/modules-dri-trunk"
        FontPath     "unix/:7100"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
        FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
        Load "synaptics"
        Load  "ddc"  # ddc probing of monitor
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
        Load  "speedo"
        Load  "type1"
        Load  "freetype"
        Load  "record"
        Load  "fbdevhw"
###
        Load    "vbe"
        Load    "int10"
        Load    "glint"
        Load    "drm"
        Load    "xaa"
EndSection


Section "InputDevice"
        Identifier      "InternalKeyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules" "xfree86"
        Option          "XkbModel" "pc104"
        Option          "XkbLayout" "us"        
EndSection

Section "InputDevice"
        Identifier     "Touchpad"
        Driver         "synaptics"
        Option          "SendCoreEvents"  "true"
        Option          "SHMConfig"             "on"
        #Option         "Protocol"              "event"
        #Option         "Device"                "/dev/input/event0"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        #Option          "Edges"                 "1900 5400 1800 3900"
        Option          "TopEdge"               "1350"
        Option          "BottomEdge"            "4700"
        Option          "LeftEdge"              "1280"
        Option          "RightEdge"             "5400"
        Option          "FingerLow"             "25"
        Option          "FingerHigh"            "30"
        #Option          "Finger"                "25 30"
        Option          "MaxTapTime"            "180"
        Option          "MaxTapMove"            "220"
        Option          "EmulateMidButtonTime"  "75"
        Option          "VertScrollDelta"       "100"
        Option          "MinSpeed"              ".08" # "0.02"
        Option          "MaxSpeed"              "0.18"
        Option          "AccelFactor"           "0.0010"
        Option          "LockedDrags"           "off"
        Option          "UpDownScrolling"       "on"
        Option          "RTCornerButton"        "0"
        Option          "RBCornerButton"        "0"
        Option          "LTCornerButton"        "0"
        Option          "LBCornerButton"        "0"
        Option          "TapButton1"            "1"
        Option          "TapButton1"            "0"
        Option          "TapButton1"            "0"

EndSection


Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier  "Touchpad-ps2"
        Driver          "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "ZAxisMapping" "4 5"
        Option          "Device" "/dev/psaux"
        Option          "Emulate3Buttons" "true"
        Option          "Emulate3Timeout" "70"
        Option          "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device" "/dev/input/mice"
        Option          "SendCoreEvents" "true"
        Option          "Protocol" "IMPS/2"
        Option          "ZAxisMapping" "4 5"    
        Option          "Buttons" "5" 
EndSection


Section "Monitor"
        Identifier      "LCD Panel"
        HorizSync       30-60
        VertRefresh     55-75
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "External CRT"
        HorizSync       30-60
        VertRefresh     55-75
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "TVout"
vendorname "[TVout]"
modelname "[TVout]"
ModeLine "1800x1440/70Hz" 250 1800 1896 2088 2392 1440 1441 1444 1490  +HSync 
+VSync
EndSection

Section "Device"
        #Option         "SWCursor" "true"
        Option          "ForcePCIMode" "true"
        #Option         "SilkenMouse" "false"
        Option          "UseFBDev" "false"
        Option      "AGPMode" "4"       
        Option          "AGPFastWrite" "true"
        Option          "EnablePageFlip" "true"
        Identifier  "ATI Radeon"
        Driver      "radeon"
        BoardName   "Mobility U1"
        VideoRam    65536
        ChipId          0x4336
        Option          "MonitorLayout" "LVDS, CRT" # CRT: Analog; TMDS: 
Desktop Flat Panel; LVDS: Laptop Flat Panel
vendorname ""
EndSection

Section "Screen"
        Identifier              "Laptop Screen"
        Device                  "ATI Radeon"
        Monitor                 "LCD Panel"
        DefaultDepth    24
        Subsection              "Display"
                Depth                   24
                Modes                   "1024x768/60Hz" "800x600" "640x480" 
                ViewPort                0 0
                Virtual 0 0
        EndSubsection
EndSection


Section "DRI"
        Mode         0666
EndSection

 
Section "InputDevice"
 
Identifier "Keyboard"
 
        Option "XkbModel" "pc104"
        Option "XkbLayout" "us"
        Driver "keyboard" 
EndSection 
 
 
Section "InputDevice"
 
Identifier "Mouse"
 
        Option "Protocol" ""
        Option "Device" "/dev/mouse"
        Driver "mouse" 
        Option "Emulate3Buttons"
EndSection 
 

Odpowiedź listem elektroniczym