Xorg Server Failing to Startup
I am having trouble launching the Xorg web server within my Gentoo installment. I set it up using The X Server Configuration HOWTO. When I reach the component where I startx
, the screen flickers a little bit, and afterwards it drops me back right into the incurable with the adhering to message:
[some stuff here]
(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
FATAL: COuld not load /lib/modules/2.6.35-gentoo-r12/modules.dep: No such file or directory
Two points that are unusual to me - I am not making use of vesa or fbdev vehicle drivers. I am making use of intel and also evdev in my /etc/make.conf
. Second of all, I do not make use of components in my bit. I especially remove them. This hasn't created a trouble prior to. I'm not actually certain what is taking place.
I am making use of intel and also evdev in my/ etc/make. conf
That suggests that xorg will certainly be assembled with intel and also evdev assistance :)
Xorg does not read your make.conf, it attempts to presume your hardware if there is no xorg.conf and also it resembles it can not presume your hardware.
emerge sys-apps/lshw sys-apps/pciutils
and also seek UNCLAIMED and also DISABLED tools in lshw
result. lspci
can additionally be usefull.
Attempt operating:
X -configure
Then tailor (placed proper vehicle driver in ideal area in) it is result ~/xorg.conf.new
and also utilize it as your xorg.conf
I usually do not make use of modular bit
That does not matter in this instance , yet that suggests that you can not load component with parameters, which occasionally valuable.
Related questions