[mythtv-users] Can't tune all channels; suspect video driver

Arthur Green arthur at phraction.org
Sun Nov 9 11:01:08 UTC 2008


Harry Devine wrote:

[ ... ]

> Well, the ATI drivers were provided by Ubuntu under the "Restricted 
> Drivers" menu.  As for the capture card drivers, I didn't do anything 
> with them.  I thought the kernel had the proper DVB and V4L drivers 
> already.  I'm using an ATI X1200 Radeon integrated card.  Here's my 
> xorg.conf if you're interested:
> 
> Section "Monitor"
>    Identifier   "aticonfig-Monitor[0]-0"
>    Option        "VendorName" "ATI Proprietary Driver"
>    Option        "ModelName" "Generic Autodetecting Monitor"
>    Option        "DPMS" "true"
> EndSection
> 
> Section "Device"
>    Identifier  "aticonfig-Device[0]-0"
>    Driver      "fglrx"
>    BusID       "PCI:1:5:0"
> EndSection
> 
> Section "Screen"
>    Identifier "aticonfig-Screen[0]-0"
>    Device     "aticonfig-Device[0]-0"
>    Monitor    "aticonfig-Monitor[0]-0"
>    DefaultDepth     24
>    SubSection "Display"
>        Viewport   0 0
>        Depth     24
>    EndSubSection
> EndSection

I had the same "stacked" double image with MythTV on Fedora 8 using an 
X1200 card. I fixed it with the following xorg.conf device entry:

Section "Device"
         Identifier  "aticonfig-Device[0]-0"
         Driver      "fglrx"
         Option      "VideoOverlay" "off"
         Option      "OpenGLOverlay" "off"
         Option      "TexturedVideo" "on"
         Option      "TexturedVideoSync" "on"
         Option      "Textured2D" "on"
         Option      "BackingStore" "on"
         Option      "UseFastTLS" "1"
         Option      "XAANoOffscreenPixmaps" "on"
         Bus         "PCI:1:5:0"
EndSection

I also had to wrangle with /etc/ati/amdpcsdb, which (on Fedora) is a 
different text configuration file for the fglrx driver. You might want 
to ensure that all the device entries in xorg.conf have the right 
setting in etc/ati/amdpcsdb. This of course assumes that Ubuntu's fglrx 
has the same non-standard configuration as Fedora's.

> When I try to run the ATI installer package, I get:
> Error: ./default_policy.sh does not support version
> default:v2:x86_64:lib32::none:2.6.27-7-generic; make sure that the 
> version is being
> correctly set by --iscurrentdistro
>

Can't help with this - I'm not a Ubuntu guy.

> Am I just screwed?
> Thanks,
> Harry

  - Arthur


More information about the mythtv-users mailing list