You are not logged in.

#1 2009-02-04 15:24:39

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Can't start Xorg server using "startx"[SOLVED]

Hi, I've just reinstalled arch on my netbook...And I get this weird problems...

1. I cant start the Xorg server, it only shows this:

/usr/bin/startx: line 196: xauth: command not found

2. Also when I install packages, it shows this for example:

/tmp/alpm_VkW1fs/.INSTALL: line 3: fc-cache: command not found

All of the packages I install (DE,Xorg,Etc.) usually shows that...Maybe they are related...:(

Thanks in advance...:)

Last edited by kaola_linux (2009-02-04 17:38:48)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#2 2009-02-04 15:36:41

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Can't start Xorg server using "startx"[SOLVED]

Man!!! how many times did you reinstall arch in this short time!!

For your problem the error says "xauth: command not found"

Install the program which provides xauth and problem solved.  Did you pick and choose from xorg?

The same thing for fc-cache.  You can always use pkgtools to check which file belongs to which package


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#3 2009-02-04 15:44:14

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Can't start Xorg server using "startx"[SOLVED]

Many times already sad I didn't encountered this type of problem before...I'm sorry sad

What do I need to install for xauth?

Btw, It's difficult to track problems for me coz I'm still in console and no DE yet..I'm just posting here using my Windows Desktop...:(

Here other example when I reinstall xorg:

/tmp/alpm_N5Yz97/.INSTALL: line 4: mkfontscale: command not found
/tmp/alpm_N5Yz97/.INSTALL: line 5: mkfontdir: command not found

Last edited by kaola_linux (2009-02-04 15:55:28)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#4 2009-02-04 15:51:42

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Can't start Xorg server using "startx"[SOLVED]

They belong to xorg-xauth and fontconfig. Why dont you install the whole xorg group?


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#5 2009-02-04 15:58:00

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Can't start Xorg server using "startx"[SOLVED]

I did..:(

xorg-auth and fontconfig was not included when I issue this command:

pacman -S xorg

I've tried installing xorg-auth but it can't be found on the db...

When starting X I also have this error:

xinit: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory

Last edited by kaola_linux (2009-02-04 16:01:25)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#6 2009-02-04 16:14:34

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Can't start Xorg server using "startx"[SOLVED]

post outputs of

pacman -Qg xorg 
pacman -Qi xorg-xinit

Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#7 2009-02-04 16:28:31

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Can't start Xorg server using "startx"[SOLVED]

I have to type it here manually...:(

Here it is:

pacman -Qq xorg
xorg xf86-input-keyboard
xorg xf86-input-mouse
xorg xf86-video-vesa
xorg xorg-fonts-100dpi
xorg xorg-fonts-75dpi
xorg xorg-res-utils
xorg xorg-server
xorg xorg-twm
xorg xorg-xinit
xorg xterm

pacman -Qi xorg-xinit
error: package "xorg-init" not found

I'm using a custom path for my "CacheDir" and "DBPath", maybe this would be related...


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#8 2009-02-04 16:36:14

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Can't start Xorg server using "startx"[SOLVED]

kaola_linux wrote:

pacman -Qi xorg-xinit
error: package "xorg-init" not found

You missed an x there........

And what exactly are you doing with Cachedir and DBpath?


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#9 2009-02-04 16:40:43

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Can't start Xorg server using "startx"[SOLVED]

I have my CacheDir and DBPath on my SDHC card which is mounted on my netbook's SD-Slot..:)

I just copied the contents of /var/lib/pacman from my first working system (same unit) and made it as my DBPath to my current setup...Is that the correct way?:|

Last edited by kaola_linux (2009-02-04 16:45:29)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#10 2009-02-04 17:13:50

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Can't start Xorg server using "startx"[SOLVED]

you can use the Cachedir like that ... but not the DBPath .... no wonder you have lots of problems......


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#11 2009-02-04 17:38:34

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Can't start Xorg server using "startx"[SOLVED]

Yup, that was maybe my primary cause...I had learned my lesson..thanks for the reply..:)I'm updating now using the original DBPath...


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

Board footer

Powered by FluxBB