farry n00b

Joined: 09 Jan 2004 Posts: 2 Location: Belgium
|
Posted: Mon Jan 12, 2004 3:54 pm Post subject: mplayer -vo xv freezes my laptop with SiS650 graphics card |
|
|
# first post and complete n00b Gentoo user - but loving it so far
Hi,
I searched the forums the last days trying to find the answer to my X/mplayer/graphics card problem, but nothing that helped me so far
My system is Mitac MyNote 8575 laptop, with a SIS650 graphics card.
The only -vo option that works for me with mplayer is x11, not allowing me to play movies in full screen. When I run mplayer -vo xv the complete system just freezes... no CTRL-ALT-Fx to switch to a VC, no CTRL-ALT-backspace... even restarting X after logging in via ssh from remote computer does not get my system back :-/
I know SIS650 cards do not support OpenGL and the sort, but for what I could gather so far, I *should* be able to use xv...
Any help, hints, tricks, references to how-to's would be highly appreciated!
thx,
farry
PS: as background, my XF86Config, lspci output and xvinfo output:
XF86Config:
Code: |
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "speedo"
Load "freetype
# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
# FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
Option "XvOnCRT2"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
<cut - irrelevant for this problem I guess>
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "LaptopLCD"
HorizSync 27-60
VertRefresh 40-60
UseModes "LaptopMode"
EndSection
# **********************************************************************
# Modes section
# **********************************************************************
Section "Modes"
Identifier "LaptopMode"
Modeline "1024x768" 62.35 1024 1056 1184 1312 768 772 776 793 -HSync -VSync
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Standard VGA Device:
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
# Device configured by xf86config:
Section "Device"
Identifier "SIS650"
Driver "sis"
VideoRam 32768
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen 1"
Device "SIS650"
Monitor "LaptopLCD"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "USBMouse" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
|
(PS: I also tried with the DRI section in the end commented out, but that did not help, and I found on some page that it didn't matter if this was on or not if you don' t have DRI anyway, which is the case with SiS650 AFAIK)
lspci:
Code: |
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 650 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS 530 Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media IO]
00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.6 Modem: Silicon Integrated Systems [SiS] Intel 537 [56k Winmodem] (rev a0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 90)
00:09.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)
00:0b.0 FireWire (IEEE 1394): NEC Corporation: Unknown device 00ce (rev 01)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS650/651/M650/740 PCI/AGP VGA Display Adapter
|
and, finally the output of xvinfo:
Code: | X-Video Extension version 2.2
screen #0
Adaptor #0: "SIS Video Overlay"
number of ports: 1
port base: 34
operations supported: PutImage
supported visuals:
depth 24, visualID 0x21
number of attributes: 3
"XV_COLORKEY" (range 0 to 16777215)
client settable attribute
client gettable attribute (current value is 66046)
"XV_BRIGHTNESS" (range -128 to 127)
client settable attribute
client gettable attribute (current value is 0)
"XV_CONTRAST" (range 0 to 255)
client settable attribute
client gettable attribute (current value is 128)
maximum XvImage size: 720 x 576
Number of image formats: 2
id: 0x32595559 (YUY2)
guid: 59555932-0000-0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
id: 0x32315659 (YV12)
guid: 59563132-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
|
|
|