You are not logged in.

#1 2009-11-13 10:19:54

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Problem to open X-window

I installed the newest version of Arch Linux (2.26.31). No problems to install :
- boot partition 100 mb (sda 1)
- swap-partition 256 mb (sda2)
- root-partition 7500 mb (sda 5)
- home-partition (sda 6).

I've old Compact Pentium III laptop, with 800 Mhz, RAM 186 Mb (Original OS was Windows 2000). I made a clean install - Arch Linux the only OS. After istalling it i booted the computer, picked Arch Linux in start menu. However computer couldn't get the X and  i've prompt :

myhost login:

before that and 5 minutes later i see the message:

"cannot execute "/usr/bin/xdm" [d "x" respawning too fast : disabled for 5 minutes"


During install i choose X-Vesa, not X-org!

------

I've tried to edit inittab-file and change it to current:

#id:3:initdefaul:
id:5:initdefault:


x: 5: respawn :/usr/bin/xdm -nodaemon
#x: 5: respawn :/usr/bin/gdm -nodaemon
#x: 5: respawn :/usr/bin/kdm -nodaemon
---
---
---

-------------

I've also tried gdm and kdm with any success - same message :

"...x" respawning too fast : disabled for 5 minutes" "

HOW TO SOLVE THIS PROBLEM? Do i have to edit BIOS? Is the old laptop causing this problem?

Last edited by Senior-scandinavian (2009-11-13 10:58:52)

Offline

#2 2009-11-13 13:30:19

grey
Member
From: Europe
Registered: 2007-08-23
Posts: 679

Re: Problem to open X-window

Did you follow the Beginners Guide?


Good ideas do not need lots of lies told about them in order to gain public acceptance.

Offline

#3 2009-11-13 13:32:51

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

I've tried also these changes:



In /etc/inittab change:

id:3:initdefault:

[...]

x:5:respawn:/usr/bin/xdm -nodaemon

to

id:5:initdefault:

[...]

x:5:once:/bin/su kayttaja -l -c "/bin/bash --login -c startx >/dev/null 2>&1"

where "kayttaja" is the user of my choice.

It doesn't help at all.

source: http://wiki.archlinux.org/index.php/Start_X_at_boot

Offline

#4 2009-11-13 13:35:52

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

grey wrote:

Did you follow the Beginners Guide?

Of course. I've tried to install Arch Linux about 10 times. Mostly with ext2-filesystems, but couple of times with ext3. I have also tried couple of times by picking all packages. No help. Install has worked fine. But the problem is startx = X-window.

Offline

#5 2009-11-13 13:41:35

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: Problem to open X-window

"...x" respawning too fast : disabled for 5 minutes" "

When I got this message, it was an error in my configuration file that was causing a failure (and thus a respawn). I've had a few while experimenting various WMs and DMs, so I forget which this was. However, it is probably worth double checking your .xinitrc as that seems to be the common config using DM or startx.


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#6 2009-11-13 13:54:14

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

skanky wrote:

"...x" respawning too fast : disabled for 5 minutes" "

When I got this message, it was an error in my configuration file that was causing a failure (and thus a respawn). I've had a few while experimenting various WMs and DMs, so I forget which this was. However, it is probably worth double checking your .xinitrc as that seems to be the common config using DM or startx.

So what do i have to do to that .xinitrc???

Offline

#7 2009-11-13 14:00:06

grey
Member
From: Europe
Registered: 2007-08-23
Posts: 679

Re: Problem to open X-window

If you followed the Beginners' Guide, you have tested X using the startx / .xinitrc method before installing a login manager. That's why I was asking. Did that work?


Good ideas do not need lots of lies told about them in order to gain public acceptance.

Offline

#8 2009-11-13 14:28:03

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: Problem to open X-window

Senior-scandinavian wrote:
skanky wrote:

"...x" respawning too fast : disabled for 5 minutes" "

When I got this message, it was an error in my configuration file that was causing a failure (and thus a respawn). I've had a few while experimenting various WMs and DMs, so I forget which this was. However, it is probably worth double checking your .xinitrc as that seems to be the common config using DM or startx.

So what do i have to do to that .xinitrc???

More here:

http://wiki.archlinux.org/index.php/Beg … 2F.xinitrc
http://wiki.archlinux.org/index.php/Sta … ents_HOWTO


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#9 2009-11-13 14:30:51

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

There ain't any xinitrc-file in /etc/skel -directory. Do i have to create it?

Offline

#10 2009-11-13 14:39:09

grey
Member
From: Europe
Registered: 2007-08-23
Posts: 679

Re: Problem to open X-window

So much for "Did you follow the Beginners' Guide?" - "Of course."

Last edited by grey (2009-11-13 14:40:21)


Good ideas do not need lots of lies told about them in order to gain public acceptance.

Offline

#11 2009-11-13 14:42:53

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: Problem to open X-window

Senior-scandinavian wrote:

There ain't any xinitrc-file in /etc/skel -directory. Do i have to create it?

It's .xinitrc (the dot is important), did you use ls -a to view that directory?


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#12 2009-11-13 14:49:14

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

[root@myhost skel]# ls -l

total 0

Offline

#13 2009-11-13 14:50:35

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: Problem to open X-window

You need to do ls -a to see . files.


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#14 2009-11-13 14:56:32

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

[root@myhost skel]# ls -a

.... .bash_profile .bashrc

Last edited by Senior-scandinavian (2009-11-13 14:57:01)

Offline

#15 2009-11-13 15:07:24

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

[root@myhost / ]# whereis -sbmu dir -f .xinitrc

dir: /bin/dir /usr/man/man1/dir.i.gz

Last edited by Senior-scandinavian (2009-11-13 15:08:02)

Offline

#16 2009-11-13 15:20:11

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: Problem to open X-window

They are part of the xorg-xinit package, so you're missing (at least) that one.

What's the result of this command?

pacman -Q -g xorg


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#17 2009-11-13 15:50:27

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

skanky wrote:

They are part of the xorg-xinit package, so you're missing (at least) that one.

What's the result of this command?

pacman -Q -g xorg

...error:group "xorg" was not found

Offline

#18 2009-11-13 16:31:06

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: Problem to open X-window

You might find it easier to start X if you install it first.

http://wiki.archlinux.org/index.php/Beg … _Install_X


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#19 2009-11-13 18:27:36

Senior-scandinavian
Member
Registered: 2009-11-13
Posts: 10

Re: Problem to open X-window

skanky wrote:

You might find it easier to start X if you install it first.

http://wiki.archlinux.org/index.php/Beg … _Install_X

Yeah. Really simple?

# pacman -S libgl

error: 'libgl' : not found in sync db
# pacman -S xorg

error:'xorg': package not found in sync db

Last edited by Senior-scandinavian (2009-11-13 18:34:25)

Offline

#20 2009-11-13 19:12:21

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Problem to open X-window

This problem is evolving. What happens when you enter pacman -Sy? What is in your pacman.conf?

Edit: While you're at it, tell us what mirrors you've selected in your mirrorlist.

Last edited by fsckd (2009-11-13 19:19:40)


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#21 2009-11-16 04:19:49

demiskateboard
Member
Registered: 2009-10-06
Posts: 1

Re: Problem to open X-window

The beginner guide should cover it.

Offline

Board footer

Powered by FluxBB