check ls -l /usr/X11R6/bin/X
/usr/X11R6/bin/X should be a symlink to Xwrapper
(fix:
  cd /usr/X11R6/bin && ln -sf Xwrapper X
 :end fix)

check ls -l /etc/X11/X
/etc/X11/X should be a symlink to the server usualy
../../usr/bin/X11R6/XF86_something
(fix:
  cd /etc/X11 && ln -sf ../../usr/bin/X11R6/XF86_something X
 :end fix)

If this is not the case correct it and let us know if it didn't fix the
problem

On Mon, 19 Jul 1999, Lloyd Osten wrote:

> On Mon, 19 Jul 1999, you wrote:
> > Is there a way i can run X (startx) even i'm not using the root account.
> > 
> > Bobby
> --
> try using startx. It worked for me.....
> 
> Lloyd Osten
> [EMAIL PROTECTED]
> 

Reply via email to