Re: Xorg problem 6.9 7.2

2007-06-09 Thread David Southwell
On Friday 08 June 2007 07:07:03 [LoN]Kamikaze wrote:
 Bernt Hansson wrote:
  [LoN]Kamikaze wrote:
  Bernt Hansson wrote:
  Hello
 
  I've upgraded Xorg to 7.2 on a 6.2-stable machine according to
  UPDATING.
 
  If I'am trying startx as a normal user I get this error
 
 
  AUDIT: date ¥ time : pid X: client 1 rejected from local host (uid
  1001)
 
  Xlib: Connection to 0:0 refused by server
  Xlib: No protocol specified
 
  Starting from root no problem.
 
  As a normal user /usr/local/bin/startxfce4 starts fine.
 
  I'm guessing it's a permissions problem, is it?
 
  I suggest you check all the pathnames in your xorg.conf, I had a similar
  problem and adjusting paths solved them.
 
  What paths did you have in mind? I regenerated the xorg.conf file after
  upgrading.

 Setting

 ModulePath /usr/local/lib/xorg/modules

 is the most important one.
I have just completed a portupgrade to 7.2 but have not yet restarted the 
server.  How do I regenerate xorg.conf?

Thanks in advance

david
 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg problem 6.9 7.2

2007-06-09 Thread Manolis Kiagias
David Southwell wrote:
 On Friday 08 June 2007 07:07:03 [LoN]Kamikaze wrote:
   
 Bernt Hansson wrote:
 
 [LoN]Kamikaze wrote:
   
 Bernt Hansson wrote:
 
 Hello

 I've upgraded Xorg to 7.2 on a 6.2-stable machine according to
 UPDATING.

 If I'am trying startx as a normal user I get this error


 AUDIT: date ¥ time : pid X: client 1 rejected from local host (uid
 1001)

 Xlib: Connection to 0:0 refused by server
 Xlib: No protocol specified

 Starting from root no problem.

 As a normal user /usr/local/bin/startxfce4 starts fine.

 I'm guessing it's a permissions problem, is it?
   
 I suggest you check all the pathnames in your xorg.conf, I had a similar
 problem and adjusting paths solved them.
 
 What paths did you have in mind? I regenerated the xorg.conf file after
 upgrading.
   
 Setting

 ModulePath /usr/local/lib/xorg/modules

 is the most important one.
 
 I have just completed a portupgrade to 7.2 but have not yet restarted the 
 server.  How do I regenerate xorg.conf?

 Thanks in advance

 david
  
   
Try running X -configure as root. This will generate an xorg.conf.new
file in /root and you can test it by running X -config /root/xorg.conf.new
If it works you can then copy it to /etc/X11 and make any other
necessary changes. Having upgraded myself, I found I did not need to
regenerate the conf, just make the changes suggested in UPDATING like
the ModulePath stated above.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg problem 6.9 7.2

2007-06-08 Thread [LoN]Kamikaze
Bernt Hansson wrote:
 Hello
 
 I've upgraded Xorg to 7.2 on a 6.2-stable machine according to UPDATING.
 
 If I'am trying startx as a normal user I get this error
 
 
 AUDIT: date ¥ time : pid X: client 1 rejected from local host (uid 1001)
 
 Xlib: Connection to 0:0 refused by server
 Xlib: No protocol specified
 
 Starting from root no problem.
 
 As a normal user /usr/local/bin/startxfce4 starts fine.
 
 I'm guessing it's a permissions problem, is it?

I suggest you check all the pathnames in your xorg.conf, I had a similar
problem and adjusting paths solved them.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg problem 6.9 7.2

2007-06-08 Thread Christian Walther

On 08/06/07, Bernt Hansson [EMAIL PROTECTED] wrote:

[LoN]Kamikaze wrote:
 Bernt Hansson wrote:
 Hello

 I've upgraded Xorg to 7.2 on a 6.2-stable machine according to UPDATING.

 If I'am trying startx as a normal user I get this error


 AUDIT: date ¥ time : pid X: client 1 rejected from local host (uid 1001)

 Xlib: Connection to 0:0 refused by server
 Xlib: No protocol specified

 Starting from root no problem.

 As a normal user /usr/local/bin/startxfce4 starts fine.

 I'm guessing it's a permissions problem, is it?

 I suggest you check all the pathnames in your xorg.conf, I had a similar
 problem and adjusting paths solved them.

What paths did you have in mind? I regenerated the xorg.conf file after
upgrading.


It's some sort of permission problem. I guess that it's related to
xauth. I had similar problem like you describe, but they don't appear
when a display manager is running (which is my default configuration).
So I didn't analyse this deeper.
If I remember correctly there are some xauth-related dirs and files,
either in ~/ or im /tmp (probably both). Maybe you've to remove them.
But this is just a wild guess, to be honest. But it definetely hasn't
anything to do with xorg.conf.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg problem 6.9 7.2

2007-06-08 Thread [LoN]Kamikaze
Bernt Hansson wrote:
 [LoN]Kamikaze wrote:
 Bernt Hansson wrote:
 Hello

 I've upgraded Xorg to 7.2 on a 6.2-stable machine according to UPDATING.

 If I'am trying startx as a normal user I get this error


 AUDIT: date ¥ time : pid X: client 1 rejected from local host (uid
 1001)

 Xlib: Connection to 0:0 refused by server
 Xlib: No protocol specified

 Starting from root no problem.

 As a normal user /usr/local/bin/startxfce4 starts fine.

 I'm guessing it's a permissions problem, is it?

 I suggest you check all the pathnames in your xorg.conf, I had a similar
 problem and adjusting paths solved them.
 
 What paths did you have in mind? I regenerated the xorg.conf file after
 upgrading.

Setting

ModulePath /usr/local/lib/xorg/modules

is the most important one.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg problem 6.9 7.2

2007-06-08 Thread RW
On Fri, 8 Jun 2007 13:37:07 +0200
Christian Walther [EMAIL PROTECTED] wrote:

 On 08/06/07, Bernt Hansson [EMAIL PROTECTED] wrote:
  [LoN]Kamikaze wrote:
   Bernt Hansson wrote:
   Hello
  
   I've upgraded Xorg to 7.2 on a 6.2-stable machine according to
   UPDATING.
  
   If I'am trying startx as a normal user I get this error
  
  
   AUDIT: date ¥ time : pid X: client 1 rejected from local host
   (uid 1001)

 It's some sort of permission problem. I guess that it's related to
 xauth. I had similar problem like you describe, but they don't appear
 when a display manager is running (which is my default configuration).
 So I didn't analyse this deeper.


I had this problem on just one account, I renamed both ~/.ICEauthority
and ~/.Xauthority, and it worked. I'm guessing it was the latter that
did the trick - they were both recreated.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg problem

2006-03-28 Thread Paul Schmehl

--On Tuesday, March 28, 2006 02:23:29 -0700 RJ45 [EMAIL PROTECTED] wrote:


Hello I installed 6.0-RELEASE on Alpha.
But I cannot find the Xorg packages to be installed on the system,
I did a network install.
Now I need Xorg for many reasons and if I Try to install it from the
ports collection it won't compile because the systems does not have the
/usr/X11R6/include/X11 needed stuff.
How I can install Xorg ?
Where can I find a pre-packaged one ?
I just would need the include files so I Can compile ghostrscript for
example.
thanks


cd /usr/ports/print/ghostscript-gpl/ (for example)
make install clean

If it has Xorg dependencies, it will install them.

If you want Xorg installed, choose your window manager and install that. 
Xorg will be installed as well.


For example:

cd /usr/ports/x11-wm/xfce4/
make install clean

Or if you want gnome,
cd /usr/ports/x11/gnome2/
make install clean

All the standard gnome stuff will be installed and everything you need from 
xorg will be installed as well.


Ports are your friend.

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

Re: xorg problem

2005-05-06 Thread Roland Smith
On Fri, May 06, 2005 at 08:46:46AM +0200, Roldn wrote:
 i have installed frebsd 5.3 with xorg but i'm unable to start the
 server although i allready have configured the server and xdm start
 fine what can i do?

You will have to provide some more information for us to give you a
sensible answer. 

Doesn't the logfile (/var/log/Xorg.0.log) give some reason for the
failure to start?

Roland
-- 
R.F. Smith   /\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgpmi3pLbV5YS.pgp
Description: PGP signature