You are not logged in.

#1 2006-08-14 15:47:00

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

[SOLVED] Cant load X

I have just installed an Arch system after using gentoo for about a year, and so far from what i hvae tested its great smile

Firstly i installed a system with base, networking, system and editors. I insatlled, got my network up and running, then went around building X. I went to the arch wiki, and followed the commands with pacman to insatll packages "gnome" + "gnome-extra", this worked perfectly.

Then rebooted, logged in, went to run the command

gnome-session

To which i recive the error

gnome-session:2953 ** Gtk - warning **: Locale not supported by C libary.
Using fall back 'C' locale.

Gnome- Gtk warning, cannot open display

So, i try running a "startx" command, it tells me the command is invalid, or does not exist, any ideas?


Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)

Offline

#2 2006-08-14 15:49:28

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: [SOLVED] Cant load X

Hello, welcome in the Archworld big_smile

OK you have installed Gnome, but not X , you have to run

pacman -S xorg xterm

gnome-session:2953 ** Gtk - warning **: Locale not supported by C libary.
Using fall back 'C' locale.

you must edit the /etc/locale.gen uncomment your Locales and run

locale-gen

Have you tried to turn it off and on again?

Offline

#3 2006-08-14 16:01:43

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

Re: [SOLVED] Cant load X

what locales will i need to uncomment?


Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)

Offline

#4 2006-08-14 16:12:28

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: [SOLVED] Cant load X

what locales will i need to uncomment?

The locales do you will have!

eg. en_US UTF8 if you will have an english system with UTF8 support


Have you tried to turn it off and on again?

Offline

#5 2006-08-14 16:20:56

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: [SOLVED] Cant load X

Actually you must also uncomment both the entries for en_US for that locale to work.

Offline

#6 2006-08-14 16:46:54

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: [SOLVED] Cant load X

Actually you must also uncomment both the entries for en_US for that locale to work.

:shock: why I have only en_US UTF8 an it work


Have you tried to turn it off and on again?

Offline

#7 2006-08-14 17:33:39

Paul
Member
Registered: 2004-04-12
Posts: 72

Re: [SOLVED] Cant load X

I had the same problem (startx not found), try installing xorg-xinit.

Offline

#8 2006-08-14 17:43:33

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: [SOLVED] Cant load X

'pacman -S xorg' will install a dummy package that has all the deps you need. The thing you have to remember with Arch is that Xorg is modularized...

Offline

#9 2006-08-14 17:45:47

sula
Member
Registered: 2005-08-07
Posts: 93

Re: [SOLVED] Cant load X

Gullible Jones wrote:

Actually you must also uncomment both the entries for en_US for that locale to work.

He propably would rather want an en_GB locale judging from his location.

Offline

#10 2006-08-14 18:19:00

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

Re: [SOLVED] Cant load X

i have uncommented both en_BG's, ran locale-gen, that worked, but gnome will not start, i can now run X, becuase startx takes me too tvwm. I have added gnome-session to the ~/.xinitrc, that dosent work, and the plain command of "gnome-session" dosent work, any other ideas?

Ok i need the US uncommented aswell, thanks for all the help smile

I thought i wsa in the clear....

So i run xorgconfig, all goes well, i then startx

module "nv" does not exist

Now can i just pacman this "nv" driver, or can i pacman the nvidia-glx and go staright to 3D?


Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)

Offline

#11 2006-08-14 19:22:48

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [SOLVED] Cant load X

to get nv:
pacman -S xf86-video-nv
If you want to use the nvidia drivers instead, you'll need to install either nvidia or nvidia-legacy depending on your card.

Put:
exec gnome-session
in ~/.xinitrc and try running startx.

Offline

#12 2006-08-14 19:30:26

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

Re: [SOLVED] Cant load X

startx i got working before...

I insatlled "nvidia" type "satrtx", get the nvidia splash screen, but it says my mouse is not at /dev/mouse, so how do i find the default location of my mouse?


Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)

Offline

#13 2006-08-14 19:37:08

detto
Member
Registered: 2006-01-23
Posts: 510

Re: [SOLVED] Cant load X

look in your /etc/X11/xorg.conf and change the part "/dev/mouse" to "/dev/input/mice"

Offline

#14 2006-08-14 19:39:50

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

Re: [SOLVED] Cant load X

Thanks guys, im finally in X w00t, none the less, with all these problems, i would still be downloading packages in gentoo after this amount of time tongue


Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)

Offline

Board footer

Powered by FluxBB