Kill Session with Ctrl+Alt+backspace+backspace, doens't kill but disconnect

I've got 4 Oracle Solaris servers with SRS 5.1.2 installed. The servers are configured in failover configured in SRS. When I try to kill (terminate) a session with Ctrl+Alt+backspace+backspace the session will not be terminate. Instead of killing it will be in the state of disconnected on the Sun Ray Administration. I can only terminate the session if I'm on the Sun Ray Administration by selecting the session and click terminate. Does anybody has the same issue, if the sun ray servers are configured as failover?

A simple google for "terminate:ctrl_alt_bksp" yields https://bbs.archlinux.org/viewtopic.php?pid=602885 as the first hit.
You could also use an xorg configuration file as is mentioned in the link you posted (a bit higher than the part you linked) and there is an entry for "XkbOptions".

Similar Messages

  • Cannot switch to tty with CTRL+ALT+F?

    Hi everybody,
    I'm sitting in front of a fresh archlinux installation with kdemod installed. I notice that I can't switch to the terminals with CTRL+ALT+F?. I always used this kind of switching without configuring anything, so what could have gone wrong?
    Thanks for any suggestions...
    EDIT: by accident I wrote the german "STRG" instead of "CTRL"
    Last edited by Kei (2007-07-09 16:40:00)

    i've got the same problem here
    I can kill sessions via CTRL+ALT+BKSP and navigate from vt1 to vt2 etc.., but not from X to any other terminals!
    Global shortcuts don't seem to work either, might be a related problem!?
    Output from xev for CTRL, ALT, F1
    KeyRelease event, serial 31, synthetic NO, window 0x2c00001,
    root 0x4c, subw 0x0, time 1772087, (-158,305), root:(878,360),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyPress event, serial 31, synthetic NO, window 0x2c00001,
    root 0x4c, subw 0x0, time 1774643, (-158,305), root:(878,360),
    state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyRelease event, serial 31, synthetic NO, window 0x2c00001,
    root 0x4c, subw 0x0, time 1774702, (-158,305), root:(878,360),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyPress event, serial 31, synthetic NO, window 0x2c00001,
    root 0x4c, subw 0x0, time 1776252, (-158,305), root:(878,360),
    state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyRelease event, serial 31, synthetic NO, window 0x2c00001,
    root 0x4c, subw 0x0, time 1776307, (-158,305), root:(878,360),
    state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyPress event, serial 31, synthetic NO, window 0x2c00001,
    root 0x4c, subw 0x0, time 1776962, (-158,305), root:(878,360),
    state 0x0, keycode 67 (keysym 0xffbe, F1), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyRelease event, serial 31, synthetic NO, window 0x2c00001,
    root 0x4c, subw 0x0, time 1777014, (-158,305), root:(878,360),
    state 0x0, keycode 67 (keysym 0xffbe, F1), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    and my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dri"
    Load "dbe"
    Load "record"
    Load "xtrap"
    Load "freetype"
    Load "type1"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "uk"
    Option "XkbOptions" "grp:ctrl_shift_toggle"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "SHP"
    ModelName "139f"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    Option "AGPMode" "8"
    Option "EnablePageFlip" "1"
    Option "ColorTiling" "1"
    Option "UseFastTLS" "2"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon R250 [Mobility FireGL 9000]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "ServerFlags"
    Option "DontVTSwitch" "False"
    Option "DontZap" "False"
    EndSection

  • When I close firefox with ctrl-alt-delete, I want to start over on Firefox, I usually do this when too many tabs and windows are open. However, Firefox always restores the tabs and windows I previously had. How can I stop that from happening?

    This happens when FireFox is not responding, and I want to close firefox with ctrl-alt-delete. Too many tabs can make Firefox crash. That is why I want to use ctrl-alt-delete to close FireFox. I tried finding a way to disable this, but I found no option to.

    Ending the Firefox program or process with the Windows Task Manager "looks like" a crash. The proper way to exit Firefox is click Firefox button > Exit (or File > Exit, if using the Menu Bar).
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Can't switch to console with ctrl+alt+f? anymore

    i installed the lastest xorg packages and i am using fluxbox-cvs and i can't switch to console with ctrl+alt+f? anymore - any ideas?

    no, but i did have to make that switch from keyboard to kbd to satisfy the new xorg config...i'll try all that but i am away from my box at the mo
    thanks for the on topic post
    (as much as i would like to flame oscar about his/her choice of wm...i can't be f*cked.  aside from the slit hang problem i have not seen a bug in cvs that has remained for any significant time at all.  besides, it's pre 1.0, it's allowed to be buggy)
    .:after thought:.
    fluxbox = overgrown bug
    kde and gnome = overgrown
    .:after after thought:.
    i see you are a gnome user, how ironic you are,                 
    ah...flame war! 

  • Kill Session with MaxL

    Hi all,
    I need to do a script to kill sessions with Maxl with more than 8 hours of activity, no matter what they are doing.
    The problem is that some sessions are hangs and logout don't work, also not work 'set session_idle_limit' parameter.
    Sorry for my english, i'm from Spain. Best regards.

    I have a thought on this, as the MAXL script can be automated using essmsh command in batch script. What I will do is run the script for the MAXL script to do following :- "display session on database app_name.db_name"; say now, spool the output to filename1 and schedule the next execution of this script as required say after 8 hours and spool the output to filename2.
    Then I will compare the contents of the both files and if any matching records exists for the user, that is the one who is active on database for more than 8 hours.
    Hope this solves your requirement..

  • Can't switch VT's with Ctrl+Alt+Fx or Ctrl+Alt+backspace terminate

    Ctrl+Alt+F2 doesn't seem to register. It's been a long term issue I have had for years. I've tried all the various fixes.
    I can manually change to virtual terminals without issues using:
    sudo chvt 2
    Once I'm in a VT I can use Alt+Fx to change between them, until I go back into Xorg. So it's unlikely to be a graphics driver problem, most other people with similar issues complain of getting a blank screen.
    Although without sudo I get
    # chvt 2
    Couldn't get a file descriptor referring to the console.
    I have the following in /etc/X11/xorg.conf.d/15-forcevt.conf
    Section "ServerFlags"
    Option "HandleSpecialKeys" "always"
    Option "DontVTSwitch" "false"
    Option "DontZap" "false"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    A also enabled the terminate option in gnome-tweak-tool.
    xmodmap -pke has the following:
    keycode 67 = F1 F1 F1 F1 F1 F1 XF86Switch_VT_1
    keycode 68 = F2 F2 F2 F2 F2 F2 XF86Switch_VT_2
    Nothing is printed in Xorg logs when I try pushing the keys.
    I'm using SLIM (although I tried manually via startx), AwesomeWM (also tried fluxbox with a blank conf), nvidia (proprietary), UEFI.
    [ 2490.220]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 2490.225] X Protocol Version 11, Revision 0
    [ 2490.227] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 2490.229] Current Operating System: Linux ender 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 2490.229] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=ff84efeb-e43f-47fe-a14d-07894feb0013 rw rootflags=subvol=@ quiet
    [ 2490.233] Build Date: 14 March 2015 06:45:50PM
    [ 2490.234]
    [ 2490.236] Current version of pixman: 0.32.6
    [ 2490.240] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2490.240] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2490.247] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 1 10:44:03 2015
    [ 2490.249] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2490.250] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2490.250] (==) ServerLayout "Layout0"
    [ 2490.250] (**) |-->Screen "Screen0" (0)
    [ 2490.250] (**) | |-->Monitor "Monitor0"
    [ 2490.251] (**) | |-->Device "Device0"
    [ 2490.251] (**) |-->Input Device "Keyboard0"
    [ 2490.251] (**) |-->Input Device "Mouse0"
    [ 2490.251] (**) Option "DontVTSwitch" "false"
    [ 2490.251] (**) Option "DontZap" "false"
    [ 2490.251] (**) Option "Xinerama" "0"
    [ 2490.251] (==) Automatically adding devices
    [ 2490.251] (==) Automatically enabling devices
    [ 2490.251] (==) Automatically adding GPU devices
    [ 2490.251] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2490.251] Entry deleted from font path.
    [ 2490.251] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2490.251] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2490.251] Entry deleted from font path.
    [ 2490.251] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2490.251] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 2490.251] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2490.251] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2490.251] (WW) Disabling Keyboard0
    [ 2490.251] (WW) Disabling Mouse0
    [ 2490.251] (II) Loader magic: 0x815d80
    [ 2490.251] (II) Module ABI versions:
    [ 2490.251] X.Org ANSI C Emulation: 0.4
    [ 2490.251] X.Org Video Driver: 19.0
    [ 2490.251] X.Org XInput driver : 21.0
    [ 2490.251] X.Org Server Extension : 9.0
    [ 2490.254] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 2490.254] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2490.254] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 2490.258] (--) PCI:*(0:1:0:0) 10de:1180:10de:0969 rev 161, Mem @ 0xfa000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 2490.258] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2490.258] (II) LoadModule: "glx"
    [ 2490.258] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2490.268] (II) Module glx: vendor="NVIDIA Corporation"
    [ 2490.268] compiled for 4.0.2, module version = 1.0.0
    [ 2490.268] Module class: X.Org Server Extension
    [ 2490.268] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 2490.268] (II) LoadModule: "nvidia"
    [ 2490.268] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2490.269] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2490.269] compiled for 4.0.2, module version = 1.0.0
    [ 2490.269] Module class: X.Org Video Driver
    [ 2490.269] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 2490.269] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2490.269] (++) using VT number 1
    [ 2490.269] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 2490.269] (II) Loading sub module "fb"
    [ 2490.269] (II) LoadModule: "fb"
    [ 2490.269] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2490.269] (II) Module fb: vendor="X.Org Foundation"
    [ 2490.269] compiled for 1.17.1, module version = 1.0.0
    [ 2490.269] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2490.269] (II) Loading sub module "wfb"
    [ 2490.269] (II) LoadModule: "wfb"
    [ 2490.270] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2490.270] (II) Module wfb: vendor="X.Org Foundation"
    [ 2490.270] compiled for 1.17.1, module version = 1.0.0
    [ 2490.270] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2490.270] (II) Loading sub module "ramdac"
    [ 2490.270] (II) LoadModule: "ramdac"
    [ 2490.270] (II) Module "ramdac" already built-in
    [ 2490.270] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 2490.270] (==) NVIDIA(0): RGB weight 888
    [ 2490.270] (==) NVIDIA(0): Default visual is TrueColor
    [ 2490.270] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2490.270] (**) NVIDIA(0): Option "Stereo" "0"
    [ 2490.270] (**) NVIDIA(0): Option "SLI" "Off"
    [ 2490.270] (**) NVIDIA(0): Option "MultiGPU" "Off"
    [ 2490.270] (**) NVIDIA(0): Option "BaseMosaic" "off"
    [ 2490.270] (**) NVIDIA(0): Stereo disabled by request
    [ 2490.270] (**) NVIDIA(0): NVIDIA SLI disabled.
    [ 2490.270] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
    [ 2490.271] (**) NVIDIA(0): Option "MetaModes" "DVI-I-1: nvidia-auto-select +1280+0, DVI-D-0: nvidia-auto-select +0+416"
    [ 2490.271] (**) NVIDIA(0): Enabling 2D acceleration
    [ 2490.690] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 2490.692] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 680 (GK104) at PCI:1:0:0 (GPU-0)
    [ 2490.692] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 2490.692] (--) NVIDIA(0): VideoBIOS: 80.04.09.00.01
    [ 2490.692] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 2490.709] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 680 at PCI:1:0:0
    [ 2490.709] (--) NVIDIA(0): CRT-0
    [ 2490.709] (--) NVIDIA(0): Samsung SMS27A850T (DFP-0) (boot, connected)
    [ 2490.709] (--) NVIDIA(0): DFP-1
    [ 2490.709] (--) NVIDIA(0): DFP-2
    [ 2490.709] (--) NVIDIA(0): Samsung SyncMaster (DFP-3) (connected)
    [ 2490.709] (--) NVIDIA(0): DFP-4
    [ 2490.709] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 2490.710] (--) NVIDIA(0): Samsung SMS27A850T (DFP-0): Internal TMDS
    [ 2490.710] (--) NVIDIA(GPU-0): Samsung SMS27A850T (DFP-0): 330.0 MHz maximum pixel clock
    [ 2490.710] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 2490.710] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 2490.710] (--) NVIDIA(0): DFP-2: Internal TMDS
    [ 2490.710] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
    [ 2490.710] (--) NVIDIA(0): Samsung SyncMaster (DFP-3): Internal TMDS
    [ 2490.710] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-3): 330.0 MHz maximum pixel clock
    [ 2490.710] (--) NVIDIA(0): DFP-4: Internal DisplayPort
    [ 2490.710] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
    [ 2490.710] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2490.710] (**) NVIDIA(0): device Samsung SMS27A850T (DFP-0) (Using EDID frequencies
    [ 2490.710] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 2490.710] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850T (DFP-0) contradicts itself:
    [ 2490.710] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 2490.710] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 2490.710] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 2490.710] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 2490.710] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850T (DFP-0) contradicts itself:
    [ 2490.710] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 2490.710] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 2490.710] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 2490.710] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 2490.710] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850T (DFP-0) contradicts itself:
    [ 2490.710] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 2490.710] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 2490.710] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 2490.710] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 2490.712] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2490.712] (**) NVIDIA(0): device Samsung SyncMaster (DFP-3) (Using EDID frequencies
    [ 2490.712] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 2490.713] (II) NVIDIA(0): Validated MetaModes:
    [ 2490.713] (II) NVIDIA(0):
    [ 2490.713] (II) NVIDIA(0): "DVI-I-1:nvidia-auto-select+1280+0,DVI-D-0:nvidia-auto-select+0+416"
    [ 2490.713] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1440
    [ 2490.742] (--) NVIDIA(0): DPI set to (125, 114); computed from "UseEdidDpi" X config
    [ 2490.742] (--) NVIDIA(0): option
    [ 2490.742] (--) Depth 24 pixmap format is 32 bpp
    [ 2490.743] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 2490.743] (II) NVIDIA: access.
    [ 2490.746] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 2490.746] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 2490.746] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 2490.746] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 2490.746] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 2490.746] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 2490.746] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 2490.746] (II) NVIDIA(0): Config Options in the README.
    [ 2490.761] (II) NVIDIA(0): Setting mode "DVI-I-1:nvidia-auto-select+1280+0,DVI-D-0:nvidia-auto-select+0+416"
    [ 2490.853] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 2490.853] (==) NVIDIA(0): Backing store enabled
    [ 2490.853] (==) NVIDIA(0): Silken mouse enabled
    [ 2490.853] (**) NVIDIA(0): DPMS enabled
    [ 2490.853] (II) Loading sub module "dri2"
    [ 2490.853] (II) LoadModule: "dri2"
    [ 2490.853] (II) Module "dri2" already built-in
    [ 2490.853] (II) NVIDIA(0): [DRI2] Setup complete
    [ 2490.853] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 2490.853] (--) RandR disabled
    [ 2490.856] (II) Initializing extension GLX
    [ 2490.856] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event7)
    [ 2490.914] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2490.914] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 2490.914] (II) LoadModule: "evdev"
    [ 2490.914] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2490.914] (II) Module evdev: vendor="X.Org Foundation"
    [ 2490.914] compiled for 1.17.1, module version = 2.9.2
    [ 2490.914] Module class: X.Org XInput Driver
    [ 2490.914] ABI class: X.Org XInput driver, version 21.0
    [ 2490.915] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30 paused 0
    [ 2490.915] (II) Using input driver 'evdev' for 'Power Button'
    [ 2490.915] (**) Power Button: always reports core events
    [ 2490.915] (**) evdev: Power Button: Device: "/dev/input/event7"
    [ 2490.915] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2490.915] (--) evdev: Power Button: Found keys
    [ 2490.915] (II) evdev: Power Button: Configuring as keyboard
    [ 2490.915] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event7"
    [ 2490.915] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2490.915] (**) Option "xkb_rules" "evdev"
    [ 2490.915] (**) Option "xkb_model" "pc104"
    [ 2490.915] (**) Option "xkb_layout" "us"
    [ 2490.915] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 2490.940] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 2490.940] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2490.940] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 2490.941] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
    [ 2490.941] (II) Using input driver 'evdev' for 'Power Button'
    [ 2490.941] (**) Power Button: always reports core events
    [ 2490.941] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 2490.941] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2490.941] (--) evdev: Power Button: Found keys
    [ 2490.941] (II) evdev: Power Button: Configuring as keyboard
    [ 2490.941] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8/event6"
    [ 2490.941] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2490.941] (**) Option "xkb_rules" "evdev"
    [ 2490.941] (**) Option "xkb_model" "pc104"
    [ 2490.941] (**) Option "xkb_layout" "us"
    [ 2490.941] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 2490.942] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
    [ 2490.942] (II) No input driver specified, ignoring this device.
    [ 2490.942] (II) This device may have been added with another device file.
    [ 2490.942] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
    [ 2490.942] (II) No input driver specified, ignoring this device.
    [ 2490.942] (II) This device may have been added with another device file.
    [ 2490.942] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
    [ 2490.942] (II) No input driver specified, ignoring this device.
    [ 2490.942] (II) This device may have been added with another device file.
    [ 2490.942] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
    [ 2490.942] (II) No input driver specified, ignoring this device.
    [ 2490.942] (II) This device may have been added with another device file.
    [ 2490.942] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
    [ 2490.942] (II) No input driver specified, ignoring this device.
    [ 2490.942] (II) This device may have been added with another device file.
    [ 2490.943] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
    [ 2490.943] (II) No input driver specified, ignoring this device.
    [ 2490.943] (II) This device may have been added with another device file.
    [ 2490.943] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
    [ 2490.943] (II) No input driver specified, ignoring this device.
    [ 2490.943] (II) This device may have been added with another device file.
    [ 2490.943] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
    [ 2490.943] (II) No input driver specified, ignoring this device.
    [ 2490.943] (II) This device may have been added with another device file.
    [ 2490.943] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
    [ 2490.943] (II) No input driver specified, ignoring this device.
    [ 2490.943] (II) This device may have been added with another device file.
    [ 2490.943] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
    [ 2490.943] (II) No input driver specified, ignoring this device.
    [ 2490.943] (II) This device may have been added with another device file.
    [ 2490.943] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event16)
    [ 2490.943] (II) No input driver specified, ignoring this device.
    [ 2490.943] (II) This device may have been added with another device file.
    [ 2490.944] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
    [ 2490.944] (II) No input driver specified, ignoring this device.
    [ 2490.944] (II) This device may have been added with another device file.
    [ 2490.944] (II) config/udev: Adding input device HID 1017:0002 (/dev/input/event0)
    [ 2490.944] (**) HID 1017:0002: Applying InputClass "evdev keyboard catchall"
    [ 2490.944] (**) HID 1017:0002: Applying InputClass "Keyboard Defaults"
    [ 2490.944] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
    [ 2490.944] (II) Using input driver 'evdev' for 'HID 1017:0002'
    [ 2490.944] (**) HID 1017:0002: always reports core events
    [ 2490.944] (**) evdev: HID 1017:0002: Device: "/dev/input/event0"
    [ 2490.945] (--) evdev: HID 1017:0002: Vendor 0x1017 Product 0x2
    [ 2490.945] (--) evdev: HID 1017:0002: Found keys
    [ 2490.945] (II) evdev: HID 1017:0002: Configuring as keyboard
    [ 2490.945] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.1/0000:06:00.0/usb2/2-1/2-1:1.0/0003:1017:0002.0001/input/input2/event0"
    [ 2490.945] (II) XINPUT: Adding extended input device "HID 1017:0002" (type: KEYBOARD, id 8)
    [ 2490.945] (**) Option "xkb_rules" "evdev"
    [ 2490.945] (**) Option "xkb_model" "pc104"
    [ 2490.945] (**) Option "xkb_layout" "us"
    [ 2490.945] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 2490.945] (II) config/udev: Adding input device HID 1017:0002 (/dev/input/event1)
    [ 2490.945] (**) HID 1017:0002: Applying InputClass "evdev pointer catchall"
    [ 2490.945] (**) HID 1017:0002: Applying InputClass "evdev keyboard catchall"
    [ 2490.945] (**) HID 1017:0002: Applying InputClass "Keyboard Defaults"
    [ 2490.946] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0
    [ 2490.946] (II) Using input driver 'evdev' for 'HID 1017:0002'
    [ 2490.946] (**) HID 1017:0002: always reports core events
    [ 2490.946] (**) evdev: HID 1017:0002: Device: "/dev/input/event1"
    [ 2490.946] (--) evdev: HID 1017:0002: Vendor 0x1017 Product 0x2
    [ 2490.946] (--) evdev: HID 1017:0002: Found 9 mouse buttons
    [ 2490.946] (--) evdev: HID 1017:0002: Found scroll wheel(s)
    [ 2490.946] (--) evdev: HID 1017:0002: Found relative axes
    [ 2490.946] (--) evdev: HID 1017:0002: Found x and y relative axes
    [ 2490.946] (--) evdev: HID 1017:0002: Found absolute axes
    [ 2490.946] (II) evdev: HID 1017:0002: Forcing absolute x/y axes to exist.
    [ 2490.946] (--) evdev: HID 1017:0002: Found keys
    [ 2490.946] (II) evdev: HID 1017:0002: Configuring as mouse
    [ 2490.946] (II) evdev: HID 1017:0002: Configuring as keyboard
    [ 2490.946] (II) evdev: HID 1017:0002: Adding scrollwheel support
    [ 2490.946] (**) evdev: HID 1017:0002: YAxisMapping: buttons 4 and 5
    [ 2490.946] (**) evdev: HID 1017:0002: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2490.946] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.1/0000:06:00.0/usb2/2-1/2-1:1.1/0003:1017:0002.0002/input/input3/event1"
    [ 2490.946] (II) XINPUT: Adding extended input device "HID 1017:0002" (type: KEYBOARD, id 9)
    [ 2490.946] (**) Option "xkb_rules" "evdev"
    [ 2490.946] (**) Option "xkb_model" "pc104"
    [ 2490.946] (**) Option "xkb_layout" "us"
    [ 2490.946] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 2490.946] (II) evdev: HID 1017:0002: initialized for relative axes.
    [ 2490.946] (WW) evdev: HID 1017:0002: ignoring absolute axes.
    [ 2490.946] (**) HID 1017:0002: (accel) keeping acceleration scheme 1
    [ 2490.946] (**) HID 1017:0002: (accel) acceleration profile 0
    [ 2490.946] (**) HID 1017:0002: (accel) acceleration factor: 2.000
    [ 2490.946] (**) HID 1017:0002: (accel) acceleration threshold: 4
    [ 2490.946] (II) config/udev: Adding input device HID 1017:0002 (/dev/input/mouse0)
    [ 2490.946] (**) HID 1017:0002: Applying InputClass "Keyboard Defaults"
    [ 2490.946] (II) No input driver specified, ignoring this device.
    [ 2490.947] (II) This device may have been added with another device file.
    [ 2490.947] (II) config/udev: Adding input device Logitech G9x Laser Mouse (/dev/input/event2)
    [ 2490.947] (**) Logitech G9x Laser Mouse: Applying InputClass "evdev pointer catchall"
    [ 2490.947] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
    [ 2490.947] (II) Using input driver 'evdev' for 'Logitech G9x Laser Mouse'
    [ 2490.947] (**) Logitech G9x Laser Mouse: always reports core events
    [ 2490.947] (**) evdev: Logitech G9x Laser Mouse: Device: "/dev/input/event2"
    [ 2490.947] (--) evdev: Logitech G9x Laser Mouse: Vendor 0x46d Product 0xc066
    [ 2490.947] (--) evdev: Logitech G9x Laser Mouse: Found 20 mouse buttons
    [ 2490.947] (--) evdev: Logitech G9x Laser Mouse: Found scroll wheel(s)
    [ 2490.947] (--) evdev: Logitech G9x Laser Mouse: Found relative axes
    [ 2490.947] (--) evdev: Logitech G9x Laser Mouse: Found x and y relative axes
    [ 2490.947] (II) evdev: Logitech G9x Laser Mouse: Configuring as mouse
    [ 2490.947] (II) evdev: Logitech G9x Laser Mouse: Adding scrollwheel support
    [ 2490.947] (**) evdev: Logitech G9x Laser Mouse: YAxisMapping: buttons 4 and 5
    [ 2490.947] (**) evdev: Logitech G9x Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2490.947] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:07:00.0/usb5/5-1/5-1.3/5-1.3:1.0/0003:046D:C066.0003/input/input4/event2"
    [ 2490.947] (II) XINPUT: Adding extended input device "Logitech G9x Laser Mouse" (type: MOUSE, id 10)
    [ 2490.947] (II) evdev: Logitech G9x Laser Mouse: initialized for relative axes.
    [ 2490.948] (**) Logitech G9x Laser Mouse: (accel) keeping acceleration scheme 1
    [ 2490.948] (**) Logitech G9x Laser Mouse: (accel) acceleration profile 0
    [ 2490.948] (**) Logitech G9x Laser Mouse: (accel) acceleration factor: 2.000
    [ 2490.948] (**) Logitech G9x Laser Mouse: (accel) acceleration threshold: 4
    [ 2490.948] (II) config/udev: Adding input device Logitech G9x Laser Mouse (/dev/input/mouse1)
    [ 2490.948] (II) No input driver specified, ignoring this device.
    [ 2490.948] (II) This device may have been added with another device file.
    [ 2490.948] (II) config/udev: Adding input device Logitech G9x Laser Mouse (/dev/input/event3)
    [ 2490.948] (**) Logitech G9x Laser Mouse: Applying InputClass "evdev keyboard catchall"
    [ 2490.948] (**) Logitech G9x Laser Mouse: Applying InputClass "Keyboard Defaults"
    [ 2490.949] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
    [ 2490.949] (II) Using input driver 'evdev' for 'Logitech G9x Laser Mouse'
    [ 2490.949] (**) Logitech G9x Laser Mouse: always reports core events
    [ 2490.949] (**) evdev: Logitech G9x Laser Mouse: Device: "/dev/input/event3"
    [ 2490.949] (--) evdev: Logitech G9x Laser Mouse: Vendor 0x46d Product 0xc066
    [ 2490.949] (--) evdev: Logitech G9x Laser Mouse: Found 1 mouse buttons
    [ 2490.949] (--) evdev: Logitech G9x Laser Mouse: Found scroll wheel(s)
    [ 2490.949] (--) evdev: Logitech G9x Laser Mouse: Found relative axes
    [ 2490.949] (II) evdev: Logitech G9x Laser Mouse: Forcing relative x/y axes to exist.
    [ 2490.949] (--) evdev: Logitech G9x Laser Mouse: Found absolute axes
    [ 2490.949] (II) evdev: Logitech G9x Laser Mouse: Forcing absolute x/y axes to exist.
    [ 2490.949] (--) evdev: Logitech G9x Laser Mouse: Found keys
    [ 2490.949] (II) evdev: Logitech G9x Laser Mouse: Configuring as mouse
    [ 2490.949] (II) evdev: Logitech G9x Laser Mouse: Configuring as keyboard
    [ 2490.949] (II) evdev: Logitech G9x Laser Mouse: Adding scrollwheel support
    [ 2490.949] (**) evdev: Logitech G9x Laser Mouse: YAxisMapping: buttons 4 and 5
    [ 2490.949] (**) evdev: Logitech G9x Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2490.949] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:07:00.0/usb5/5-1/5-1.3/5-1.3:1.1/0003:046D:C066.0004/input/input5/event3"
    [ 2490.949] (II) XINPUT: Adding extended input device "Logitech G9x Laser Mouse" (type: KEYBOARD, id 11)
    [ 2490.949] (**) Option "xkb_rules" "evdev"
    [ 2490.949] (**) Option "xkb_model" "pc104"
    [ 2490.949] (**) Option "xkb_layout" "us"
    [ 2490.949] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 2490.949] (II) evdev: Logitech G9x Laser Mouse: initialized for relative axes.
    [ 2490.949] (WW) evdev: Logitech G9x Laser Mouse: ignoring absolute axes.
    [ 2490.949] (**) Logitech G9x Laser Mouse: (accel) keeping acceleration scheme 1
    [ 2490.949] (**) Logitech G9x Laser Mouse: (accel) acceleration profile 0
    [ 2490.949] (**) Logitech G9x Laser Mouse: (accel) acceleration factor: 2.000
    [ 2490.949] (**) Logitech G9x Laser Mouse: (accel) acceleration threshold: 4
    [ 2490.949] (II) config/udev: Adding input device USB Keyboard (/dev/input/event4)
    [ 2490.949] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2490.949] (**) USB Keyboard: Applying InputClass "Keyboard Defaults"
    [ 2490.950] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 36 paused 0
    [ 2490.950] (II) Using input driver 'evdev' for 'USB Keyboard'
    [ 2490.950] (**) USB Keyboard: always reports core events
    [ 2490.950] (**) evdev: USB Keyboard: Device: "/dev/input/event4"
    [ 2490.950] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0x274
    [ 2490.950] (--) evdev: USB Keyboard: Found keys
    [ 2490.950] (II) evdev: USB Keyboard: Configuring as keyboard
    [ 2490.950] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:07:00.0/usb5/5-1/5-1.4/5-1.4:1.0/0003:04D9:0274.0005/input/input6/event4"
    [ 2490.950] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 12)
    [ 2490.950] (**) Option "xkb_rules" "evdev"
    [ 2490.950] (**) Option "xkb_model" "pc104"
    [ 2490.950] (**) Option "xkb_layout" "us"
    [ 2490.950] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 2490.951] (II) config/udev: Adding input device USB Keyboard (/dev/input/event5)
    [ 2490.951] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2490.951] (**) USB Keyboard: Applying InputClass "Keyboard Defaults"
    [ 2490.951] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 37 paused 0
    [ 2490.951] (II) Using input driver 'evdev' for 'USB Keyboard'
    [ 2490.951] (**) USB Keyboard: always reports core events
    [ 2490.951] (**) evdev: USB Keyboard: Device: "/dev/input/event5"
    [ 2490.951] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0x274
    [ 2490.951] (--) evdev: USB Keyboard: Found 1 mouse buttons
    [ 2490.951] (--) evdev: USB Keyboard: Found scroll wheel(s)
    [ 2490.951] (--) evdev: USB Keyboard: Found relative axes
    [ 2490.951] (II) evdev: USB Keyboard: Forcing relative x/y axes to exist.
    [ 2490.951] (--) evdev: USB Keyboard: Found absolute axes
    [ 2490.951] (II) evdev: USB Keyboard: Forcing absolute x/y axes to exist.
    [ 2490.951] (--) evdev: USB Keyboard: Found keys
    [ 2490.951] (II) evdev: USB Keyboard: Configuring as mouse
    [ 2490.951] (II) evdev: USB Keyboard: Configuring as keyboard
    [ 2490.951] (II) evdev: USB Keyboard: Adding scrollwheel support
    [ 2490.951] (**) evdev: USB Keyboard: YAxisMapping: buttons 4 and 5
    [ 2490.951] (**) evdev: USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2490.951] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:07:00.0/usb5/5-1/5-1.4/5-1.4:1.1/0003:04D9:0274.0006/input/input7/event5"
    [ 2490.951] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 13)
    [ 2490.951] (**) Option "xkb_rules" "evdev"
    [ 2490.951] (**) Option "xkb_model" "pc104"
    [ 2490.951] (**) Option "xkb_layout" "us"
    [ 2490.951] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 2490.952] (II) evdev: USB Keyboard: initialized for relative axes.
    [ 2490.952] (WW) evdev: USB Keyboard: ignoring absolute axes.
    [ 2490.952] (**) USB Keyboard: (accel) keeping acceleration scheme 1
    [ 2490.952] (**) USB Keyboard: (accel) acceleration profile 0
    [ 2490.952] (**) USB Keyboard: (accel) acceleration factor: 2.000
    [ 2490.952] (**) USB Keyboard: (accel) acceleration threshold: 4
    [ 2490.952] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event9)
    [ 2490.952] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 2490.952] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Defaults"
    [ 2490.952] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 38 paused 0
    [ 2490.952] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
    [ 2490.952] (**) Eee PC WMI hotkeys: always reports core events
    [ 2490.952] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event9"
    [ 2490.953] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
    [ 2490.953] (--) evdev: Eee PC WMI hotkeys: Found keys
    [ 2490.953] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
    [ 2490.953] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input12/event9"
    [ 2490.953] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
    [ 2490.953] (**) Option "xkb_rules" "evdev"
    [ 2490.953] (**) Option "xkb_model" "pc104"
    [ 2490.953] (**) Option "xkb_layout" "us"
    [ 2490.953] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 2490.953] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
    [ 2490.953] (II) No input driver specified, ignoring this device.
    [ 2490.953] (II) This device may have been added with another device file.
    [ 2491.022] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2491.022] (**) NVIDIA(0): device Samsung SyncMaster (DFP-3) (Using EDID frequencies
    [ 2491.022] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 2491.034] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2491.034] (**) NVIDIA(0): device Samsung SMS27A850T (DFP-0) (Using EDID frequencies
    [ 2491.034] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 2491.034] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850T (DFP-0) contradicts itself:
    [ 2491.034] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 2491.034] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 2491.034] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 2491.034] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 2491.034] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850T (DFP-0) contradicts itself:
    [ 2491.034] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 2491.034] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 2491.034] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 2491.034] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 2491.034] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850T (DFP-0) contradicts itself:
    [ 2491.034] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 2491.034] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 2491.034] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 2491.034] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    Last edited by H3g3m0n (2015-04-01 00:11:52)

    WonderWoofy wrote:I'm not sure about your VT issue, but if you set the 'terminate:ctrl_alt_bksp' option with setxkbmap or loginctl, does it work then?
    I tried setxkbmap before without success.
    Also tried:
    localectl set-x11-keymap "us" "" "" "terminate:ctrl_alt_bksp"
    Not sure how to go about using loginctl to do the same thing.
    Last edited by H3g3m0n (2015-04-01 03:25:35)

  • Opensource ATI can't switch video modes with CTRL+ALT+plus/minus

    Hi,
    I've updated my system to the new xorg-server and video driver.
    The new video driver (xf86-video-ati-6.7.195-1) can't switch video modes with the CTRL+ALT+plus/minus key combination. I use this key combination a lot and before I upgraded to the new driver this worked :-(
    Anybody else having this problem?
    I know I can use xrandr to change the video mode, but it doesn't exactly do what I want. Xrandr changes the video mode, but also changes the resolution of the screen, while CTRL+ALT+plus/minus keeps the resolution intact (the screensize is bigger than what is seen on the monitor, you can scroll the screen by moving the mouse "out" of the monitor)
    Is there a fix/patch that I can try?

    It looks like this is the result of the new opensource ati drivers use the new xrandr.
    One of the changes is that it will treat the screen section in xorg.conf differently. Browsing through video modes, using the CTRL+ALT+plus/minus key combination, that are defined in the screen section in xorg.conf is not possible anymore.

  • Cannot switch to tty (terminal, console) with ctrl - alt - F#

    Hi,
    I have been stably using arch for half a year,
    but never managed to switch to another tty.
    I have three suspicions: one is that xmodmap somehow
    interferes, as I switched capslock and ctrl, and also
    alt and winkey (but that is not an issue on a fedora
    install). second, that me switching into runlevel 5
    in /etc/inittab somehow is responsible. and third, that
    it has something to do with awesome, my window manager.
    any ideas are greatly appreciated, thanks!
    > uname -r
    2.6.31-ARCH
    > awesome --version
    awesome v3.3.4 (Mercury)
    • Build: Sep  9 2009 18:32:37 for x86_64 by gcc version 4.4.1 (nobody@Miranda)
    • D-Bus support: ✔

    Hi all and thanks for the comments,
    much to my surprise it was the easiest one - xmodmap causes it,
    although on fedora, there is no trouble with the identical setup,
    thats why i hadn't checked earlier.
    after xmodmapping, alt, ctrl, and F# keys all work independently,
    but not together.
    So here goes my .Xmodmap (the 166/167 lines are for the
    buttons lenovo introduced around the arrow keys and don't
    always work as intended, so disregard).
    remove Lock = Caps_Lock
    remove Control = Control_L
    add Lock = Control_L
    add Control = Caps_Lock
    keycode 166 = Prior Home Home Home Home Home Home Home
    keycode 167 = Next End End End End End End End
    remove mod1 = Alt_L
    remove mod4 = Super_L
    add mod1 = Super_L
    add mod4 = Alt_L
    Any ideas how to go on from here? Because often a
    tty comes in quite handy....

  • Revolve 810 and behavior of the arrow keys with Ctrl + Alt

    The behavior the left and right arrow key, in combination with Ctrl and Alt, is to modify the screen orientation. (Which can be help because the Revolve is easily confused.) However, I want to disable this behavior because I use those key combinations for other uses.
    How can I disable this behavior?

    I understand you want to disable the rotate shortcut keys.  
    It looks like it is using Intel, so I will provide the steps my Windows 7 system uses to disable these functions.  They should be similar to Windows 8 as well.  
    Right-click the desktop and select screen resolution.
    Select advanced settings.
    Select Intel Graphics Media Accelerator Driver for Mobile (wording may be different).  
    Click the Graphics Properties button.
    Select Options and Support of the graphics control panel.
    Disable Hot Key functionality and click apply then ok.  
    This should disable the hotkeys to rotate the screen.  
    Since the Revolve 810 is using an Intel graphics card similar to mine, the steps should be the same or similar.
    Let me know what happens.  
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Can't kill session with "Alter system kill session"?

    I'm using 9iR2.
    After I check the v$session table:
    SQL> select sid, serial# from v$session where username='XMLDEMO';
    SID SERIAL#
    18 19155
    I issue the command:
    SQL> alter system kill session '18,19155' immediate;
    System altered.
    But after this, I still can find this session:
    SQL> select sid, serial# from v$session where username='XMLDEMO';
    SID SERIAL#
    18 19155
    Can anyone tell me why? Did I miss something?
    Any help will be appreciated.
    Jinyu

    keep issuing that query and notice if the serial number starts to change..if it does it is reflecting pmon cleaning up the sessions, when pmon finishes his work
    the sesison will disappear from v$session.
    steve
    I'm using 9iR2.
    After I check the v$session table:
    SQL> select sid, serial# from v$session where username='XMLDEMO';
    SID SERIAL#
    18 19155
    I issue the command:
    SQL> alter system kill session '18,19155' immediate;
    System altered.
    But after this, I still can find this session:
    SQL> select sid, serial# from v$session where username='XMLDEMO';
    SID SERIAL#
    18 19155
    Can anyone tell me why? Did I miss something?
    Any help will be appreciated.
    Jinyu

  • Can't switch virtual consoles with Ctrl-Alt-Fn [SOLVED]

    Pretty much exactly what is says in the title. I recently reformatted this machine, and everything seems to be working relatively okay, but for some reason Ctr-Alt-Fn simply doesn't do anything. I can't access my other virtual consoles, it's rather frustrating, and I have no idea how to proceed.
    Any help would be much appreciated.
    Last edited by alex404 (2012-08-17 10:07:40)

    Okay, I didn't realize that chvt is the program that I want to run, so that's super helpful.
    When I first tried to run that I got some error about not being able to read in file, and so I ran it as root and it worked fine.
    So I added myself to the tty group, and now I get this error: chvt: VT_ACTIVATE: Operation not permitted
    Interestingly, I only get this when I run it from a terminal emulator in X11. When I run it while still in the console just after boot, chvt works fine. Now I'm rather stuck again...

  • Something on my Gnome-Settings prevents Ctrl-Alt-Backspace

    Hi
    It is quite strange - I have Dontzap disabled in my xorg.conf, I told hal to zap X properly and added setxkbmap -option terminate:ctrl_alt_bksp to my .xinitrc.
    But when I log into a Gnome session I won't have a chance to use this key combination. The weird thing about this is that it only happens when I am logged in with my username and use Gnome. Using another user with Gnome or starting another wm with my username works perfectly.
    slightly confused
             strigyskow

    I can confirm there is something in gnome preventing from restarting x with ctrl-alt-backspace. I have both don't zap set in xorg.conf as adjusted my fdi keyboard file. I know that the configuration works because i can use ctrl-alt-backspace in the gdm login screen and xmonad, but in gnome. Executing setxkbmap after gnome has been started (more or less) solves the problem.

  • Change Ctrl+Alt+Backspace to something else

    Hi
    Is there any way to change the Ctrl+Alt+Backspace key combination in X to something else, e.g. Ctrl+Alt+Windows+Backspace?
    Note that I don't want to disable the "zapping" behavior by changing DontZap, but simply change the combination.

    This _looks_ like it, but doesn't really make a lot of sense:
    xmodmap -pke | grep BackSpace
    keycode  22 = BackSpace Terminate_Server BackSpace Terminate_Server BackSpace Terminate_Server
    The first keysym is used when no modifier key is pressed in conjunction with this key, the second with Shift, the third when the Mode_switch key is used with this key and the fourth when both the Mode_switch and Shift keys are used. The last four are not used in any major X server implementation.

  • Hp t510 right alt key mapping not working with ctrl + s

    Using the HP t510 to launch a xendesktop session via storefront. We have a mission critical application that uses the ctrl + alt + s hotkey to secure itself. The left alt key with ctrl + s is working as it should but the right alt key does not. When testing in the win7 on screen keyboard the right alt and ctrl stay lit up. When hitting the S key after depressing both the  right alt + ctrl (right or left ctrl doesn't matter) the alt keys disappear from the on screen keyboard as if they were no longer pushed. They hotkey combination never makes it to the application and it does not secure itself.
    I've tested this same workflow on an ASUS thin client, desktop, and laptop hardware with no issues. It does in fact seem to be some hotkey mapping the HP device has baked into it using the right alt key.
    Has anyone seen any issues that even closely mimic this? I've seen some for ctrl + alt + del but their fixes don't work for this specific issue.

    Hello xXenStatex,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that the alt key mapping is not working with ctrl + s on your Thin Client, and I would be happy to guide you towards a resolution!
    I am sorry, but to get your issue more exposure, I would suggest posting it in the commercial forums, since this is a commercial product. You can do this at:
    http://h30499.www3.hp.com/t5/Workstations-Thin-Clients/bd-p/bsc-635
    I hope this helps!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Ctrl+Alt+Delete on Java Forte

    Please help, I Installed Java forte on top of Window 2000, I compiled my java and take a break by locking out the window (Ctrl+Alt+Delete) and the whole system is scratched. Any clues???? Thanks

    Forgive me for replying to such an old posting, but it is one of the first results in google for "bootcamp ctrl alt delete"
    If you're stuck at the windows login screen, press the Apple key + U then activate the onscreen keyboard to click Ctrl Alt Delete.
    Once you've done that, besure to install the Bootcamp software in Windows. After that, Ctrl / Alt / delete (backspace) will work.

Maybe you are looking for