You are not logged in.

#1 2008-10-15 17:34:28

andieh
Member
From: Frankfurt
Registered: 2004-02-11
Posts: 40
Website

Sound, but no Video with Xine and DVB-T

Hello there!

I'm using a MSI Digivox mini II USB Stick to watch dvb-t in germany. i installed the needed modules and can watch tv with mplayer using a channels.conf and mplayer dvb://Stationname.

But mplayer isnt very comfortable. So i tried kaffeine. Kaffeine founds my channels, but i can only hear the sound, but there is no video. Same problem with other players, using the xine engine, like totem, me-tv and xine itself.

any ideas? i dont get any error message while running xine / kaffeine from command line. i made an symlink from /usr/lib/codecs to /usr/lib/win32. it is very strange here, maybe i get some help here...

kernel is 2.6.26-ARCH and i installed the kernelmoduls listet here: http://www.linuxtv.org/v4lwiki/index.ph … ni_II_V3.0

thank you very much
andieh

Offline

#2 2008-10-16 08:49:16

andieh
Member
From: Frankfurt
Registered: 2004-02-11
Posts: 40
Website

Re: Sound, but no Video with Xine and DVB-T

hello again.

some new changes here. i startet my laptop this morning and kaffeine was working! very strange. but after closing kaffeine and start it again, same error as before. sound, but no video.

and something else i realized: moving kaffeine (as it was working) to my second screen (i'm using a second display mit xinerama), the video move to a blue screen, moving kaffeine back to screen 0 and video was there. what is wrong here?

i'm using a Samsung Q35 with an Intel 945gm video chip. here is my xorg.conf:

Section "ServerFlags"
        Option "Xinerama" "On"
EndSection

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

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen         0  "ScreenQ"
        Screen         1  "ScreenD" RightOf "ScreenQ"
        Option         "Xinerama" "true"
        Option         "AIGLX" "true"
        InputDevice    "Mouse0" "CorePointer"
        #InputDevice    "Mouse1" "AlwaysCore"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        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  "dri"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "freetype"
        Load  "type1"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "microsoft"
        Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "imps/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver          "synaptics"
        Option          "CorePointer"
        Option          "Protocol"              "auto-dev"
        Option          "SHMConfig"             "True"
        Option          "VertEdgeScroll"        "True"
        Option          "HorizEdgeScroll"       "False"
        Option          "MinSpeed"              "0.04"
        Option          "MaxTapTime"            "150"
        Option          "EdgeMotionUseAlways"   "False"
        Option          "EmulateMidButtonTime"  "50"
        Option          "LTCornerButton"        "0"
        Option          "RTCornerButton"        "0"
        Option          "LBCornerButton"        "0"
        Option          "RBCornerButton"        "0"
        Option          "FingerLow"             "38"
        Option          "FingerHigh"            "50"
EndSection

Section "Monitor"
        DisplaySize   260       160     # mm
        Identifier   "MonitorQ"
        VendorName   "AUO"
        ModelName    "1314"
EndSection

Section "Monitor"
        DisplaySize 338 270
        Identifier  "MonitorD"
        VendorName  "Samsung"
        ModelName   "SyncMaster 920N"
        HorizSync   30.0 - 81.0
        VertRefresh 56.0 - 75.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "CardQ"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Control
ler"
        BusID       "PCI:0:2:0"
        Screen      1
        Option      "MonitorLayout" "CRT, CRT+LFP"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "DRI" "true"
EndSection

Section "Device"
        Identifier  "CardD"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BusID       "PCI:0:2:0"
        Option      "MonitorLayout" "CRT, CRT+LFP"
        Screen      0
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "DRI" "true"
EndSection

Section "Screen"
        Identifier "ScreenQ"
        Device     "CardQ"
        Monitor    "MonitorQ"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes     "1280x800"
                #Modes     "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "ScreenD"
        Device     "CardD"
        Monitor    "MonitorD"
        DefaultDepth 24
        SubSection "Display"
                Depth    24
                Modes    "1280x1024"
        EndSubSection
EndSection

any hints would be very helpfull!

Offline

Board footer

Powered by FluxBB