[mythtv-users] Starting mythfrontend on a second screen doesn't work

Nick Ellson grimm at nickellson.com
Mon Jun 5 18:29:28 UTC 2006


If it helps, here is my nVidia/screen sections for xorg: (The RenderAccel 
and Xvmc parts made a difference)

Section "Device"
         Identifier  "Geforce_1"
         Driver      "nvidia"
         Screen 0
         BusID       "PCI:01:00:00"
EndSection

Section "Device"
         Identifier  "GeForce_2"
         Driver      "nvidia"
         Option      "RenderAccel" "1"

         Screen 1
         BusID       "PCI:01:00:00"
EndSection

Section "Screen"
         Identifier "MythTV_Screen"
         Device     "GeForce_2"
         Monitor    "Sony_Wega_HDMI"
         Option "ConnectedMonitor" "DFP"
         Option "XvmcUsesTextures" "True"
         DefaultDepth     24
         SubSection "Display"
                 Depth     24
         EndSubSection
EndSection

Section "Screen"
         Identifier "Desk_Screen"
         Device     "Geforce_1"
         Monitor    "ViewSonic"
         DefaultDepth     24
         SubSection "Display"
                 Depth     24
                 Modes    "1680x1050"
         EndSubSection
EndSection

-- 
Nick Ellson
CCDA, CCNP, CCSP, CCAI,
MCSE 2000, Security+, Network+
Network Hobbyist, VFR Private Pilot.


On Mon, 5 Jun 2006, Dom H wrote:

> When I run the command 'mythtfrontend -display :0.1' myth starts but
> watching tv gives just a blue image.
>
> If I start the frontend from the second screen it works fine. I need to use
> the -display arg because I want it to start on boot on the second screen.
>
> Machine is using an nvida dual head card. Command prompt prints this when
> myth starts with the above command.
>
> X Error: BadMatch (invalid parameter attributes) 8
>
>
> Regards
>
> Dom
>


More information about the mythtv-users mailing list