LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   startx not found for some friggin reason (https://www.linuxquestions.org/questions/linux-software-2/startx-not-found-for-some-friggin-reason-58996/)

Goatdemon 05-09-2003 11:51 PM

startx not found for some friggin reason
 
im using gentoo and cannot get x to work
i did emerge xfree, i configured the XF86Config file, did
#rc-update add xfs default
# /etc/init.d/xfs start
# startx
(as specified in the how to at gentoo.org) and it said command not found, i then did /usr/X11R6/bin/startx and got
/usr/X11R6/bin/startx: line 112: xauth: command not found
/usr/X11R6/bin/startx: line 113: xauth: command not found
/usr/X11R6/bin/startx: line 112: xauth: command not found
/usr/X11R6/bin/startx: line 113: xauth: command not found
/usr/X11R6/bin/startx: line 151: xauth: command not found
/usr/X11R6/bin/startx: line 1: xauth: command not found

im thinkin xauth isn't installed... what's the real problem?

DavidPhillips 05-10-2003 12:21 AM

does xinit work?

foxteck 10-12-2003 10:53 AM

Path
 
ZuP!

I had same problem, just update ur path and make it point
to ur XR11/bin dir

in my case:

# export PATH="/usr/X11R6/bin:${PATH}"

and try again :)


All times are GMT -5. The time now is 02:20 PM.