--- Nick <[EMAIL PROTECTED]> wrote: > ----- Original Message ----- > From: "Frutillar" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Wednesday, January 19, 2005 3:26 AM > Subject: Re: [mythtv-users] PVR-350 & X (not > working) > > > On Tuesday 18 January 2005 01:41 am, Nick wrote: > > Try BusID "0:20:0" as the X driver I think needs > the BusID specified in > > decimal notation, and not hex (a parser issue - > atypical I think). > > > > Let us know how you fare. > > > > Nick > > >That was it!! I can see part of X on the TV now! > So it seems that the > >instructions for this line in the XF86Config were > wrong. You are NOT > >supposed to use 0x... but rather just the decimal > equivalent. Thanks for > the > >tip!! > > I *think* this may apply to the IVTVDEV X driver > only (seems like a rather > large mistake otherwise ...)
No. It is all X drivers. We use standard X methods for parsing and assigning the BUSID. I looked at this when i did the last version of the code and X basically looks for the next non digit character and aborts if its not a :. The exact detail may be wrong but i can dig the code out if you are interested. The real problem is that normally people dont enter a BUSID it is generated by X doing a scan so maybe we should fix that. _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
