I am trying to connect my Optoma HD80 project to my Myth Box. I have a Nvidia 6200 that i am using a DVI-to-HDMI converter into the HDMI port of the HD80. <br><br>Here is a copy of my xorg....<br><br>[root@mythtv myth]# cat /etc/X11/xorg.conf
<br># Xorg configuration created by system-config-display<br><br>Section "ServerLayout"<br> Identifier "single head configuration"<br> Screen 0 "Screen0" 0 0<br> InputDevice "Keyboard0" "CoreKeyboard"
<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"
<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nv"<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"
<br> Device "Videocard0"<br> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24<br> Modes "1920x1080"
<br> EndSubSection<br>EndSection<br><br>This works ok but its running the nv driver not nvidia binary. When i change the driver to nvidia the desktop will load but when mythtv loads it crashes X. glxgears also crashes X. here is the mythFE log....
<br><br>[myth@mythtv ~]$ export DISPLAY=:0<br>[myth@mythtv ~]$ mythfrontend<br>2007-09-14 20:46:51.240 Using runtime prefix = /usr/local<br>2007-09-14 20:46:51.246 DPMS is active.<br>2007-09-14 20:46:51.258 New DB connection, total: 1
<br>2007-09-14 20:46:51.263 Connected to database 'mythconverg' at host: localhost<br>2007-09-14 20:46:51.263 Total desktop dim: 1920x1080, with 1 screen[s].<br>2007-09-14 20:46:51.266 Using screen 0, 1920x1080 at 0,0
<br>2007-09-14 20:46:51.279 Current Schema Version: 1195<br>2007-09-14 20:46:51.280 mythfrontend version: 0.21.20070820-1 <a href="http://www.mythtv.org">www.mythtv.org</a><br>2007-09-14 20:46:51.280 Enabled verbose msgs: important general
<br>2007-09-14 20:46:51.374 The theme (blootube-osd) needs to be updated to include a themeinfo.xml file<br>2007-09-14 20:46:51.386 The theme (classic) needs to be updated to include a themeinfo.xml file<br>2007-09-14 20:46:
51.387 The theme (DVR) needs to be updated to include a themeinfo.xml file<br>2007-09-14 20:46:51.563 Total desktop dim: 1920x1080, with 1 screen[s].<br>2007-09-14 20:46:51.564 Using screen 0, 1920x1080 at 0,0<br>2007-09-14 20:46:
51.567 Switching to wide mode (blootube-wide)<br>mythfrontend: Fatal IO error: client killed<br>Mutex destroy failure: Device or resource busy<br><br><br>what is the deal? I know my nvidia drivers are good because i used to drive my projector with component out, 1080i.
<br><br>running FC6<br>uname -r<br>2.6.22.2-42.fc6<br><br><br>Ideas?<br><br>thanks,<br>mitchell<br>