[Bug 1616] New: xvideo crashes in widescreen modus

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 13 01:16:29 PDT 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1616        
   
           Summary: xvideo crashes in widescreen modus
           Product: xorg
           Version: 6.8.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Driver/nVidia
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: uraeus at gnome.org


Using the free nvidia driver it seems the xorg server is not able to
handle xvideo images when I set the screen to widescreen resolution.
Using a standard resolution this isn't a problem (using the binary
nvidia driver with FC2 this also worked).

I have a Dell Inspiron 8600 laptop which has a wider than standard
screen. 

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
[cschalle at cschalle movies]$ totem gravity.mpg


Actual Results:  The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 48 error_code 11 request_code 140 minor_code 19)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()
function.)

Below is the xorg.conf lines I changed to cater for the wider screen.

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Dell 1400x1050 Laptop Display Panel"
        DisplaySize  331        207
        HorizSync    31.5 - 100.0
        VertRefresh  30.0 - 90.0
        Modeline "720x450"    33.92  720  765  841  963  450  451  454
 470
        Modeline "720x450"    39.04  720  770  846  972  450  451  454
 472
        Modeline "720x450"    46.79  720  774  850  981  450  451  454
 477
        Modeline "1280x800"  107.21 1280 1360 1496 1712  800  801  804
 835
        Modeline "1280x800"  123.38 1280 1368 1504 1728  800  801  804
 840
        Modeline "1280x800"  147.89 1280 1376 1512 1744  800  801  804
 848
        Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054
1087
        Modeline "1680x1050" 188.07 1680 1800 1984 2288 1050 1051 1054
1096
        Modeline "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054
1103
        Modeline "1680x1050" 256.20 1680 1808 1992 2304 1050 1051 1054
1112
        Modeline "1920x1200" 246.59 1920 2064 2272 2624 1200 1201 1204
1253
        Modeline "1920x1200" 282.74 1920 2072 2280 2640 1200 1201 1204
1260
        Modeline "1920x1200" 337.58 1920 2072 2288 2656 1200 1201 1204
1271
        Option      "dpms"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    Modes    "1680x1050" "1280x800"
        EndSubSection
EndSection        
   
   
--         
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list