You are not logged in.

#1 2009-06-13 10:04:43

Vors
Member
Registered: 2009-06-13
Posts: 4

X does not start

Hello everybody.
Can't start X.
I'm using VirtualBox on WindowsXP host. I installed all packages needed such as libgl, xorg, mesa, vesa driver.
Then configured xorg.conf and tried to

X -config /etc/X11/xorg/conf

But nothing happens. More exactly the screen become black, changes its resolution and that's all. Mouse does not work, keyboard too. Ctrl+Alt+Fx does nothing. Only reboot.
Tried to add to conf file additional info as described in Beginners guide, tried to disable hotplugging, this way:

   Section "ServerFlags"
     Option "AutoAddDevices" "False"
     Option "AllowEmptyInput" "False"
   EndSection

and this:

   Section "ServerLayout"
        .......
     Option "AutoAddDevices" "False"
     Option "AllowEmptyInput" "False"
      .........
   EndSection

nothing works. X log files are empty and after reboot often the /etc/X11/xorg.conf file becomes empty too.
Any ideas?

Last edited by Vors (2009-06-14 05:56:49)

Offline

#2 2009-06-13 11:00:18

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: X does not start

Hello Vors.
Try to install hwd and after install it run hwd -xa smile
Next you can configure your xorg.conf (change driver).
Bye.


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#3 2009-06-13 11:23:57

peets
Member
From: Montreal
Registered: 2007-01-11
Posts: 936
Website

Re: X does not start

Here's a tip for testing your X config:

$ sleep 30 && killall X &
$ startx

Have you tried running X without xorg.conf? It's getting pretty good at automagic.

Offline

#4 2009-06-13 11:44:08

Vors
Member
Registered: 2009-06-13
Posts: 4

Re: X does not start

thx for the tip.
without config X starts but I can't interact with it.

SpeedVin, have I to add a repository for that package? pacman find no hwd in core, extra and community.

Offline

#5 2009-06-13 15:06:14

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: X does not start

Try to install xf86-input-mouse/keyboard.
No hwd is in extra repository try to insall hardware decetion.


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#6 2009-06-14 03:42:15

Vors
Member
Registered: 2009-06-13
Posts: 4

Re: X does not start

hal start and default X config usage help me smile

Offline

#7 2009-06-14 05:37:02

Vors
Member
Registered: 2009-06-13
Posts: 4

Re: X does not start

I've got one more problem. Installed kdebase, but no fam kdm and kdestart I found.
Help please!

PS : X reports error when start "Failed to load "fbdev"(module does not exist)". What is this?

Last edited by Vors (2009-06-14 05:38:46)

Offline

#8 2009-06-14 08:01:51

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: X does not start

Insted of FAM you can use gamin smile


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#9 2009-06-14 09:25:44

littlearchie
Member
From: Singapore
Registered: 2009-06-13
Posts: 2
Website

Re: X does not start

i had the same problem, hal did the job! cool, thanks for the advice given here.


---
"I love snacks."

Offline

Board footer

Powered by FluxBB