Hi all, I've been working on this for quite a while and can't seem to
come up with anything.  I'm running an up-to-date gentoo 2005.1
profile on an amd64.  I used the gentoo-wiki
(<a href="http://gentoo-wiki.com/HOWTO_Setup_MythTV" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://gentoo-wiki.com/HOWTO_Setup_MythTV</a>) and <a href="http://mythtv.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mythtv.org</a>'s
instructions to get everything working so far.&nbsp; Everything looks
great except I can't change the channel.&nbsp; Here's the output I get
in the console when I try to change the channel in the frontend.<br>

X Error: BadMatch (invalid parameter attributes) 8
<br>


&nbsp; Major opcode:&nbsp; 142
<br>


&nbsp; Minor opcode:&nbsp; 14
<br>


&nbsp; Resource id:&nbsp; 0x1d2
<br>


2005-09-01 18:12:56.176 Couldn't get the color key color, and we need it.
<br>


You likely won't get any video.
<br>


2005-09-01 18:12:56.365 The realtime priority setting is not enabled.
<br>


2005-09-01 18:12:56.386 Changing from None to WatchingLiveTV<br>


2005-09-01 18:12:56.543 Video timing method: SGI OpenGL<br>
<br>

>From the <a href="http://mythtv.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv.org</a> documentation, this likely means the permissions
aren't correct or mythfilldatabase erred.&nbsp; However, I changed the
udev rule to <br>

KERNEL==&quot;video[0-9]*&quot;,&nbsp; NAME=&quot;v4l/video%n&quot;, SYMLINK+=&quot;video%n&quot;, GROUP=&quot;video&quot;, MODE=&quot;0666&quot;
<br>

which should establish the v4l folder as 666.&nbsp; Mythfilldatabase
doesn't show any sign of error either, so I'm looking for anything at
this point.&nbsp; When I try to change channels it seems to stall for a
second like its trying, and then the new channel's osd shows, but its
still the same channel.&nbsp; If anyone can provide anything, insight
or whatever else, I'd greatly appreciate it.