You are not logged in.

#1 2018-06-21 01:40:08

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

XF86Keyboard error after kernel update.

Hey guys. Last night I upgraded my Arch system which included the kernel update. Upon reboot X refused to start with this error:

Unsupported high key code 372 for name I372. X11 cannot support keycodes above 255. Could not resolve keysym XF86Keyboard. Errors from xbcomp are not fatal to the X server.

I honestly cannot find a lot of information on this. Does anyone have any ideas?


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

#2 2018-06-21 01:58:40

Askannz
Member
Registered: 2016-10-22
Posts: 36

Re: XF86Keyboard error after kernel update.

Well as it says, this error is not fatal to the X server, so I doubt it's the cause of X not starting. Could you paste the whole log ?

Offline

#3 2018-06-21 03:26:04

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

Re: XF86Keyboard error after kernel update.

Askannz wrote:

Well as it says, this error is not fatal to the X server, so I doubt it's the cause of X not starting. Could you paste the whole log ?


Here's my log:

https://pastebin.com/hcHgNa9L


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

#4 2018-06-21 03:30:36

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

Re: XF86Keyboard error after kernel update.

X is starting. What is supposed to run in it? Read the logs/journal for that application.


Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2018-06-21 03:36:09

Askannz
Member
Registered: 2016-10-22
Posts: 36

Re: XF86Keyboard error after kernel update.

Could we have a look to your Xorg config also ? Those lines bother me :

[    57.543] (EE) Failed to load module "synaptics" (module does not exist, 0)
[    57.543] (EE) No input driver matching `synaptics'

I suspect you are using an outdated configuration.

Offline

#6 2018-06-21 21:07:47

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

Re: XF86Keyboard error after kernel update.

Askannz wrote:

Could we have a look to your Xorg config also ? Those lines bother me :

[    57.543] (EE) Failed to load module "synaptics" (module does not exist, 0)
[    57.543] (EE) No input driver matching `synaptics'

I suspect you are using an outdated configuration.

Here are all of my x-related configs:

https://pastebin.com/vuiyjGyu - 99-killx.conf

https://pastebin.com/bXbHjRZR - 00-keyboard.conf

https://pastebin.com/Ud6fVtaG - 20-nvidia.conf

https://pastebin.com/up0QnM1P 50-synaptics.conf

Last edited by Ca5bah (2018-06-21 21:30:18)


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

#7 2018-06-21 21:12:09

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

Re: XF86Keyboard error after kernel update.

That synaptics conf is the wrong file...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#8 2018-06-21 21:15:19

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

Re: XF86Keyboard error after kernel update.

I would suggest disabling 20-nvidia.conf and 50-synaptics.conf as redundant and remove the Section "InputClass" from 99-killx.conf and use localectl to generate an updated 00-keyboard.conf
however that will not be the cause your issue what is starting the X server and what is the X server supposed to start?

Offline

#9 2018-06-21 21:30:53

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

Re: XF86Keyboard error after kernel update.

jasonwryan wrote:

That synaptics conf is the wrong file...

Sorry, I must have pasted the wrong link. I fixed it. The commenting out was done by me as an attempt at possibly fixing it, it did nothing.


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

#10 2018-06-21 21:32:45

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

Re: XF86Keyboard error after kernel update.

loqs wrote:

I would suggest disabling 20-nvidia.conf and 50-synaptics.conf as redundant and remove the Section "InputClass" from 99-killx.conf and use localectl to generate an updated 00-keyboard.conf
however that will not be the cause your issue what is starting the X server and what is the X server supposed to start?

I am using LightDM to start Xfce4. Attempting to start X manually does not work as well.


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

#11 2018-06-21 21:53:10

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

Re: XF86Keyboard error after kernel update.

What is the contents of ~/.xinitrc and after disabling all the X .conf files and disabling/stopping lightdm run startx and what output is there if any?
Edit:
Please also post the Xorg.log from the new attempt.

Last edited by loqs (2018-06-21 21:53:36)

Offline

#12 2018-06-21 23:30:52

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

Re: XF86Keyboard error after kernel update.

loqs wrote:

What is the contents of ~/.xinitrc and after disabling all the X .conf files and disabling/stopping lightdm run startx and what output is there if any?
Edit:
Please also post the Xorg.log from the new attempt.

Here is my xinitrc: https://pastebin.com/6YY7JMNk

And here is my log from the latest attempt: https://pastebin.com/uJNhiTwL


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

#13 2018-06-21 23:44:00

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

Re: XF86Keyboard error after kernel update.

twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login

start twm in background then exit that would explain why startx just returns.

Offline

#14 2018-06-22 02:44:41

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

Re: XF86Keyboard error after kernel update.

loqs wrote:
twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login

start twm in background then exit that would explain why startx just returns.

Could you clarify what you mean please?


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

#15 2018-06-22 07:02:12

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

Re: XF86Keyboard error after kernel update.

What is the meaning of the trailing ampersands?
What is the meaning of the leading hashes?
What does the xinitrc script actually do?

As soon as xinit ends, your session ends and the X11 server terminates.

Offline

Board footer

Powered by FluxBB