Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Unwanted console keyboard shortcuts in X multiseat
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
Apollo_Futurae
n00b
n00b


Joined: 17 May 2005
Posts: 18
Location: Amsterdam, Netherlands

PostPosted: Sat Sep 12, 2015 1:52 pm    Post subject: [Solved] Unwanted console keyboard shortcuts in X multiseat Reply with quote

Hi all,

Following the Gentoo wiki https://wiki.gentoo.org/wiki/Multiseat (together with the Arch wiki, and some random other bits), I have succesfully set up a multiseat X configuration with two seats (each with own video card/integrated graphics, monitor, keyboard and mouse).

However, there is an unfortunate problem with this configuration: from within an KDE session, some keyboard shortcuts have undesired behaviour. For example:

  • Ctrl+S activates scroll lock
  • Ctrl+Alt+Delete reboots the computer
  • Ctrl+C kills the X server

Especially this last one is very inconvenient, as you can imagine.

Somehow, these low-level console shortcuts, that should normally be "filtered out" when inside an X session, are still active.

How can turn off these shortcuts? I have looked through the X server's parameters and the /usr/share/config/kdm/kdmrc file, but haven't found anything that seems to be relevant.


Thanks for any hints!


Last edited by Apollo_Futurae on Wed Sep 16, 2015 4:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
Apollo_Futurae
n00b
n00b


Joined: 17 May 2005
Posts: 18
Location: Amsterdam, Netherlands

PostPosted: Wed Sep 16, 2015 4:10 pm    Post subject: Reply with quote

In the end, I found a solution: adding the following setting to the xorg config file
Code:

Section "InputClass"
    Identifier "prevent input events from going to the console"
    Option "GrabDevice" "True"
EndSection

prevents the console from picking up these unwanted keyboard shortcuts.
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