You are not logged in.

#1 2011-06-30 08:01:54

RoyRoyRoy
Member
Registered: 2011-06-30
Posts: 14

[Solved] Xorg -configure broke startx

Hello all! I'm trying to install arch on a toshia satellite A100 series

I installed things all the way to startx. I did startx and I got a couple of terminal windows with green bars and a clock. I exited and went to the next step Xorg -configure
It didn't give me any errors, so I did cp xorg.conf.new to /etc/X11/xorg.conf
When I tried running startx, all I got was a grey background, the mouse, and I was able to switch between desktops.

I checked the log using "cat /var/log/Xorg.0.log | grep EE"

I got the following:
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)

I did some searching and found out those are video drivers, however I already installed intel's integrated graphics using pacman -S xf86-video-intel, and I also found out that vesa and fbdev are slow and should only be used as a last resort.

I also tried configuring again after deleting xorg.conf, and after Xorg -configure I did "Xorg -configure" again, and this time did "X -config /root/xorg.conf.new" and I got a black screen without even a mouse.

I checked the log again and it was completely empty.

Any chance I can make it run without installing fbdev and vesa?

Last edited by RoyRoyRoy (2011-06-30 08:21:43)

Offline

#2 2011-06-30 08:06:34

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Xorg -configure broke startx

If you got twm up and running and you have an Intel card, you probably don't need an xorg.conf - just skip that step and see how you go.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2011-06-30 08:11:49

RoyRoyRoy
Member
Registered: 2011-06-30
Posts: 14

Re: [Solved] Xorg -configure broke startx

startx is still getting the grey screen with the mouse even after deleting the xorg.conf file sad

Last edited by RoyRoyRoy (2011-06-30 08:19:03)

Offline

#4 2011-06-30 08:16:50

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Xorg -configure broke startx

Work back through this section of the Beginners' Guide https://wiki.archlinux.org/index.php/Be … de#Start_X

Make sure you don't have an .xinitrc file in your home directory, etc


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2011-06-30 08:19:29

RoyRoyRoy
Member
Registered: 2011-06-30
Posts: 14

Re: [Solved] Xorg -configure broke startx

I tried pacman -Rsn to all X related packages, and reinstalled still same problem.

Edit: sorry my bad. looked in the wrong directory. It works again thanks after rm ~/.xinitrc

Last edited by RoyRoyRoy (2011-06-30 08:22:20)

Offline

Board footer

Powered by FluxBB