You are not logged in.

#1 2021-03-28 01:55:30

benm
Member
Registered: 2021-03-28
Posts: 69

[SOLVED] Xserver fails to start, gives errors

I keep getting Xorg conf errors. This is an HP Mini from the late 00s.

I've installed

xorg-server xf86-video-intel mesa

This is with Intel Atom graphics.

Ran

Xorg :0 -configure

to generate the config file. I tested the file with

X -configure /root/xorg.conf.new

and got the following errors:

Require OpenGL version 2.1 or later (EE)
Fatal server error: (EE) AddScreen/ScreenInit failed for driver 0

Xorg wiki says that the second error is usually due to high resolution on an old graphics card. I tried removing the highest resolution and it did the same thing.

OpenGL should be considered installed since I installed mesa. Anyone know what to look for next?

Last edited by benm (2021-03-28 12:15:06)

Offline

#2 2021-03-28 02:23:20

loqs
Member
Registered: 2014-03-06
Posts: 17,436

Re: [SOLVED] Xserver fails to start, gives errors

Install xorg-xinit then execute startx and post the produced Xorg.0.log.  See the tip box from pastebin to post the file from the console.
Please also post the output of:

# dmesg
$ lspci -nnk

Offline

#3 2021-03-28 02:41:47

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Xserver fails to start, gives errors

Offline

#4 2021-03-28 03:00:36

loqs
Member
Registered: 2014-03-06
Posts: 17,436

Re: [SOLVED] Xserver fails to start, gives errors

Please remove or disable /etc/X11/xorg.conf then rerun startx and post an updated Xorg.0.log.  This is to ensure the issue is not being caused by xorg.conf.

Offline

#5 2021-03-28 03:07:16

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Xserver fails to start, gives errors

Ran

mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak 
startx

New Xorg.0.log: http://codepad.org/Tzdq0wtV

Offline

#6 2021-03-28 03:18:02

loqs
Member
Registered: 2014-03-06
Posts: 17,436

Re: [SOLVED] Xserver fails to start, gives errors

Try installing xf86-video-intel which seemed to fix in https://bbs.archlinux.org/viewtopic.php?id=241767

Offline

#7 2021-03-28 03:21:02

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Xserver fails to start, gives errors

That solved it. Thank you.

I am very confused because I thought I had already installed it as I mentioned in my first post, but when I ran the pacman command again it actually worked. Nevertheless it appears I am up and running now. Thank you again for investing the time.

Offline

#8 2021-03-28 07:20:21

seth
Member
Registered: 2012-09-03
Posts: 51,671

Re: [SOLVED] Xserver fails to start, gives errors

If xf86-video-intel ever falls out of favor and you want to continue to use that chip, you'll have to disable hardware acceleration.

man 4 modesetting wrote:

       Option "AccelMethod" "string"
              One of "glamor" or "none".  Default: glamor.

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#9 2021-03-28 12:15:51

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Xserver fails to start, gives errors

seth wrote:

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Thank you for the reminder.

Offline

Board footer

Powered by FluxBB