<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Aug 12, 2008 at 12:33 AM, Ric Moore <span dir="ltr"><<a href="mailto:wayward4now@gmail.com">wayward4now@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sat, 2008-08-09 at 22:57 -0700, Tod Merley wrote:<br>
>  but I gotta have the X11<br>
> > applications features enabled (thus Xvfb)<br>
> ><br>
</div><div class="Ih2E3d">> Hi Ric!<br>
><br>
> The little I know of virtual frame buffers is that they are used to<br>
> test hardware or provide a virtual KVM for an X client.   I think you<br>
> simply want to get X11 running.  See:<br>
><br>
> <a href="http://en.wikipedia.org/wiki/Xvfb" target="_blank">http://en.wikipedia.org/wiki/Xvfb</a><br>
><br>
> For that I would be looking at /var/log/Xorg.0.log and<br>
> /etc/X11/xorg.conf (along with /var/log/messages and /var/log/dmesg).<br>
><br>
> I do hope you find what you need.<br>
<br>
</div>I tried the wikipedia example and got my old friend again:<br>
--------------------------------------------------<br>
[root@iam log]# Xvfb :1 &<br>
[1] 6791<br>
[root@iam log]# xv -display :1 &<br>
[2] 6793<br>
[root@iam log]# AUDIT: Mon Aug 11 23:26:37 2008: 6791 Xvfb: client 1<br>
rejected from local host (uid 0)<br>
Xlib: connection to ":1.0" refused by server<br>
Xlib: No protocol specified<br>
<br>
xv: Can't open display<br>
---------------------------------------------------<br>
<br>
THAT kinda error is typical of that which busts my jewels.<br>
Does anyone suppose that it's related to gdm?? Should I use xdm?? Is<br>
there some securetty config file to edit or something of that nature??<br>
Xvfb seems to want to work, but somehow gets rejected. REFUSED! This<br>
stick has beaten me for several months or more. I could use some<br>
relief! :) Ric<br>
<div><div></div><div class="Wj3C7c"></div></div></blockquote><div><br>Ric,<br><br>read this:<br><br> <a href="http://en.wikibooks.org/wiki/NVidia/TV-OUT">http://en.wikibooks.org/wiki/NVidia/TV-OUT</a><br><br>Your error is there. I used to use something like this for connecting<br>
my TV to :1. I call the script "display.auth"  :<br><br></div></div>#!/bin/sh<br># Allows the use of :1 for X.<br># By default the file /tmp/.gdmxxxxxx is used.<br># At each new session this script should be run.<br>
#<br>xauth add "$(/bin/hostname)/unix:1" MIT-MAGIC-COOKIE-1 \<br>$( xauth list | egrep "$(/bin/hostname)/unix:0" | awk '{print $3}' )<br><br clear="all"><br>-- <br>Paulo Roma Cavalcanti<br>LCG - UFRJ<br>

</div>