You are not logged in.
Pages: 1
i686-0.8 on Dell Latitude C400
I installed only the Base package with pcmcia kernel support.
From root:
pacman --sync --refresh
pacman --sync xorg kde
xorg -configure
When I enter from root:
xinit /opt/kde/bin/startkde
I get error:
Fatal server error:
no screens found
XIO: Fatal IO error 104 (Connection reset by peer) on X server "0:0"
What should I do?
--- Bob ---
Offline
I usually enter....exec startkde..
If not that...
enter... startx....
Then try...exec startkde
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Not sure if you have already, but have you installed the xorg driver for your graphics card. Just a thought
"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."
Offline
Did you move the file created by xorg --configure into the proper /etc/X11 location?
Offline
#mv ~/xorg.conf.new /etc/X11/xorg.conf
Offline
With xorgconfig I used the defaults ( entered no values but used Enter key except where I had to enter a few things ) and it wrote /etc/X11/xorg.conf
exec startkde error message:
Cannot Connect to X server [ repeated until I enter ^C ]
startx error messages:
(EE) Failed to load module "vga" (module does not exist, 0)
(EE) No drivers available
Xorg -configure wrote:
/root/xorg.conf.new
I then:
mv /root/xorg.conf.new /etc/X11/xorg.conf
Error: Fatal IO error 104
--- Bob ---
Offline
You probably have to edit the xorg.conf in /etc to establish the correct module for the display based on your video card requirements......."failed to load module "VGA"
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Please post your xorg.conf!
Offline
I have no browser on the Dell Latitude C400 laptop so it would be difficult to send the xorg.conf
...but I installed AL-0.8 but this time installed:
Base
Networks
XF93
XF93 Library
XF93 Tools/Utilities or whatever it was
Then: pacman --sync --refresh and pacman --sync xorg kde
When done, I tried but startkde returned error messages but startx loaded X with the twim (I think) windows manager.
It loaded with 3 little windows of xterm. In one of them I entered startx (again) and a warning message said 'a windows manager was already running'. It continued to load, kde appeared with full functions. I ran firefox.
What do I do to cause kde to be loaded as the windows manager?
What command or command line should I use?
--- Bob ---
Offline
Have a look at the Wiki.
In /etc/inittab change the following:
id:5:initdefault:
x:5:respawn:/opt/kde/bin/kdm -nodaemon
and in your home folder edit the file .xinitrc
exec startkde
instead of twm.
Last edited by chilebiker (2007-05-07 01:21:06)
Don't panic!
Offline
'startx' continues to bring up xdm...no kde
/etc/inittab now reads:
# x:5:respawn:/usr/bin/xdm -nodaemon
id:5:initdefault:
x:5:respawn:/opt/kde/bin/kdm -nodaemon
id:5:initdefault: was not in the original file
There was NO /home/.xinittab so I created one with this line:
exec startkde
BTW there is /etc/skel/.xinittab
Any other ideas?
--- Bob ---
Offline
IT WORKS!!!
There was 'id:3:initdefault: in /etc/inittab' listed first.
I commented it and entered 'id:5:initdefault:'
and that fixed it!
Thank you for your time and trouble.
--- Bob ---
Offline
Pages: 1