[mythtv-users] Re: [mythtv] non-Xv display support in CVS.

andy s sul404d at yahoo.com
Sat Mar 8 19:05:23 UTC 2003


--- Chris Pinkham <cpinkham at bc2va.org> wrote:
> It looks like you were running your fb at 640x480
> when you ran this right?

Yes.
 
> Can you search for XCreateSimpleWindow and add the
> following lines right
> before that:
> 
> [cut]
> 	printf( "XJ_white = %ld\n", data->XJ_white );
> 	printf( "XJ_black = %ld\n", data->XJ_black );
> [cut]

Those should be just XJ_white and XJ_black. (In case
anyone else is trying this.)

> If I'm right, then the first X error message you saw
> about "Bad Value"
> should fall between the XJ_black and XJ_win debug
> printf's above.  I'm
> curious whether XCreateSimpleWindow is failing but
> not being detected
> properly.

Output:
 GuiHeight = 0  [ end of other debug stmts ]
 XJ_disp = 0x845d8d8
 XJ_screen = 0x845de90
 XJ_root = 59
 XJ_white = 65535
 XJ_black = 0
 XJ_win = 10485761
 XCreateSimpleWindow() result: Success
 X Error: Bad Value [etc]

> Just so you know, someone else on the dev list
> replied to your message
> saying they saw the same problem.
I'm running mythbackend and mythfrontend on the same
computer, by the way.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


More information about the mythtv-users mailing list