<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks so much for the reply. See below.<br>
<br>
Allen<br>
<br>
barbex wrote:
<blockquote
cite="mid:d6672f130806180310v2bd3e5b2qb1f31edbfefa48a@mail.gmail.com"
type="cite">
<blockquote type="cite">
<pre wrap="">Anyone know how I can get both analog and S/PDIF out of Mythbuntu?
</pre>
</blockquote>
<pre wrap=""><!---->
As far as I know, they added pulseaudio to Ubuntu 8.04 specifically
for the ability to assign sources to different soundcards or outputs.
So there must be a way, ask in the <a class="moz-txt-link-freetext" href="http://ubuntuforums.org/">http://ubuntuforums.org/</a>
</pre>
</blockquote>
Good suggestion, I will do that.<br>
<blockquote
cite="mid:d6672f130806180310v2bd3e5b2qb1f31edbfefa48a@mail.gmail.com"
type="cite">
<blockquote type="cite">
<pre wrap="">change. I might know how to work around this if a real solution
cannot be found. I say might because I am building a dual monitor
machine and if the card can't recognize the monitors, how is it going
to know which profile to assign???
</pre>
</blockquote>
<pre wrap=""><!---->
Is that even necessary? In my xorg.conf I put specific modes for the
screens and don't leave any "choice".
</pre>
</blockquote>
James suggested overriding the values that the card normally sets. I
think this will work but as I sometimes switch from my projector to my
LCD display, this is not optimal. It is more than setting the modes as
you also have to tell the card to ignore the fact that it thinks the
monitor cannot take the mode you are indicating. Normally the card
will back off to low resolution if it thinks the card cannot take the
higher rate signal, which is what is happening. With a brand new
system, it would sure be nicer to figure out which part to send back
and which part to buy new.<br>
<br>
His suggestion was to use something like this:<br>
<pre wrap="">Section "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:0:5:0"
Driver "nvidia"
Screen 0
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "ModeValidation" "DFP-0:
NoHorizSyncCheck,NoVirtualSizeCheck,NoDFPNativeResolutionCheck"
Option "connectedMonitor" "DFP-0"
Option "CustomEDID"
"DFP-0:/etc/X11/PANASONIC-edid.bin"
EndSection
</pre>
You use the EDID info for my specific television for the .bin file<br>
<br>
I think I would need to do one for each output, TV, DFP, CRT. Like I
said, I think it would work but my preference is to get the system
working as it should.<br>
<blockquote
cite="mid:d6672f130806180310v2bd3e5b2qb1f31edbfefa48a@mail.gmail.com"
type="cite">
<blockquote type="cite">
<pre wrap="">4) On shutdown, I see error messages "NetworkManager:
nm_dbus_signal_device_status_change: assertion
'cb-data->data->dbus_connection' failed"
</pre>
</blockquote>
<pre wrap=""><!---->
Oh yeah, I see those too on my Hardy Labtop. I think it is because the
network interface is shutdown before the networkmanager. It is very
ugly but apparently nothing to worry about.
</pre>
</blockquote>
<br>
Thanks, I won't waste more time on that one.<br>
<blockquote
cite="mid:d6672f130806180310v2bd3e5b2qb1f31edbfefa48a@mail.gmail.com"
type="cite">
<pre wrap="">
barb
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
</pre>
</blockquote>
</body>
</html>