[MPlayer-dev-eng] [PATCH] change aspect ratio in gtk gui

Ingo Brückl ib at wupperonline.de
Thu Jul 11 16:48:44 CEST 2013


I wrote on Thu, 11 Jul 2013 15:21:19 +0200:

> An indeed:

>   [ws] display name: :0.0 => local display.
>   vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF
>   vo: X11 truecolor visual 0x11f, depth 32, R:FF0000 G:FF00 B:FF
>   [ws] Screen depth: 32

> the GUI chooses visual ID 0x11f, but the gl driver does not:

>   [gl] GLX chose visual with ID 0x2e

Actually, the GUI "chooses" nothing, it's returned from
vo_find_depth_from_visuals() and its ID is 0x21, not 0x11f.
Still different to the glx choice (but of same depth).

Ingo


More information about the MPlayer-dev-eng mailing list