Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X dont start, error in 20opengl.conf [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
michi-monster
Apprentice
Apprentice


Joined: 16 Aug 2016
Posts: 175
Location: Germany

PostPosted: Fri Oct 13, 2017 1:18 pm    Post subject: X dont start, error in 20opengl.conf [solved] Reply with quote

Since yesterday my X (Fluxbox) dont start. I get an error:
Code:
less /etc/X11/xorg.0.log
[   826.646]
X.Org X Server 1.19.4
Release Date: 2017-10-04
[   826.646] X Protocol Version 11, Revision 0
[   826.646] Build Operating System: Linux 4.12.12-gentoo x86_64 Gentoo
[   826.646] Current Operating System: Linux localhost 4.12.12-gentoo #1 SMP Fri Sep 29 14:56:51 -00 2017 x86_64
[   826.646] Kernel command line: BOOT_IMAGE=/boot/kernel-genkernel-x86_64-4.12.12-gentoo root=UUID=187e676c-225c-1111-9325-36e7823f4de4 ro
[   826.646] Build Date: 13 October 2017  12:38:21PM
[   826.646] 
[   826.647] Current version of pixman: 0.34.0
[   826.647]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   826.647] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   826.647] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 13 12:44:41 2017
[   826.647] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   826.648] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   826.648] Parse error on line 1 of section InputClass in file /etc/X11/xorg.conf.d/20opengl.conf
        "Section" is not a valid keyword in this section.
[   826.648] (EE) Problem parsing the config file
[   826.648] (EE) Error parsing the config file
[   826.648] (EE)
Fatal server error:
[   826.648] (EE) no screens found(EE)
[   826.648] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   826.649] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   826.649] (EE)
[   826.649] (EE) Server terminated with error (1). Closing log file.
Xorg.0.log.old (END)

I have run emerge --sync, emerge -avuND world but it isnt ok. What can i do? Whats wrong?
_________________
www.edv-bildung.de


Last edited by michi-monster on Sun Oct 15, 2017 8:28 am; edited 1 time in total
Back to top
View user's profile Send private message
nokilli
Apprentice
Apprentice


Joined: 25 Feb 2004
Posts: 196

PostPosted: Fri Oct 13, 2017 1:37 pm    Post subject: Reply with quote

Quote:
Code:
"Section" is not a valid keyword in this section.

Can you post the config file?
_________________
Today is the first day of the rest of your Gentoo installation.
Back to top
View user's profile Send private message
michi-monster
Apprentice
Apprentice


Joined: 16 Aug 2016
Posts: 175
Location: Germany

PostPosted: Fri Oct 13, 2017 2:04 pm    Post subject: Reply with quote

There are only 2 lines:

Code:


Section "Files"
EndSection


_________________
www.edv-bildung.de
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Fri Oct 13, 2017 4:16 pm    Post subject: Reply with quote

michi-monster,

All the files in /etc/X11/xorg.conf.d/* are concatinated together is lexical order.

Code:
"Section" is not a valid keyword in this section.
reads as if you have an EndSection missing, so that
Code:
Section "Files"
iss parsed as if it belongs to another section.

What does
Code:
cat /etc/X11/xorg.conf.d/*
show. That may not get the ordering right.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
michi-monster
Apprentice
Apprentice


Joined: 16 Aug 2016
Posts: 175
Location: Germany

PostPosted: Fri Oct 13, 2017 4:42 pm    Post subject: Reply with quote

It say:
Code:

cat /etc/X11/xorg.conf.d/*
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de,us"
Option "XkbModel" "pc104"
Section "Files"
EndSection

_________________
www.edv-bildung.de
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Fri Oct 13, 2017 5:00 pm    Post subject: Reply with quote

michi-monster,

Every Section needs an EndSection.

Code:
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de,us"
Option "XkbModel" "pc104"
This section is missing its EndSection.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
michi-monster
Apprentice
Apprentice


Joined: 16 Aug 2016
Posts: 175
Location: Germany

PostPosted: Sun Oct 15, 2017 8:28 am    Post subject: Reply with quote

I have add EndSection. Now its ok. Many thanks.
_________________
www.edv-bildung.de
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum