Hi there, I just installed Debian AMD64 on my new laptop based on the Santa Rosa platform with the GMA965/X3100 video card. I could install the system using the vesa driver (with the 915resolution utility I could use the native 1280x800 resolution without problems) and then I switched to the intel driver in order to have 3D acceleration. 3D works just fine with Mesa 7.0 (Ubuntu Gutsy packages), Compiz runs smoothly, games run quickly enough. I have a problem with video playback: if I enable XV this is what I observe in mplayer: jack@vasquez:~$ mplayer The\ Who\ -\ Who\ Are\ You.mpg MPlayer dev-SVN-rUNKNOWN-4.1.3 (C) 2000-2007 MPlayer Team CPU: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (Family: 6, Model: 15, Stepping: 10) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Can't open joystick device /dev/input/js0: No such file or directory Can't init input joystick Playing The Who - Who Are You.mpg. ISO: File Type Major Brand: 3GPP Profile 5 Quicktime/MOV file format detected. [mov] Video stream found, -vid 0 [mov] Audio stream found, -aid 1 VIDEO: [s263] 176x144 24bpp 1.825 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffh263] vfm: ffmpeg (FFmpeg H.263+ decoder) ========================================================================== ========================================================================== Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 8000 Hz, 1 ch, s16le, 128.0 kbit/100.00% (ratio: 16000->16000) Selected audio codec: [ffamrnb] afm: ffmpeg (AMR Narrowband) ========================================================================== AO: [oss] 8000Hz 1ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 176 x 144 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. VO: [xv] 176x144 => 192x144 Planar YV12 X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.6% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.6% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.5% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.5% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.6% 0 0 And so on forever until I stop playing the file. I can hear the sound but no video is displayed. The same file without XV works just fine. Thanks for any help you can give! -----xorg.conf--- jack@vasquez:~$ cat /etc/X11/xorg.conf # /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" 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" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "ch" Option "XkbVariant" "de" EndSection #Section "InputDevice" # Identifier "Configured Mouse" # Driver "mouse" # Option "CorePointer" # Option "Device" "/dev/input/mice" # Option "Protocol" "ImPS/2" # Option "Emulate3Buttons" "true" #EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "on" EndSection Section "Device" Identifier "Generic Video Card" Driver "intel" BusID "PCI:0:2:0" Option "monitor-TV" "TVOutput" Option "CacheLines" "32768" Option "DRI" "true" Option "PageFlip" "true" Option "TripleBuffer" "true" # Option "MonitorLayout" "CRT,LFP" # Option "Clone" "true" EndSection Section "Monitor" Identifier "Color LCD" Option "DPMS" HorizSync 28-64 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x800" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" # InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Section "Monitor" Identifier "TVOutput" Option "Disable" "true" EndSection Section "Extensions" Option "Composite" "Enable" EndSection ---end xorg.conf---
*** This bug has been marked as a duplicate of bug 11643 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.