View previous topic :: View next topic |
Author |
Message |
eidolon n00b
Joined: 02 Feb 2009 Posts: 18
|
Posted: Fri Oct 16, 2009 9:35 pm Post subject: X Shortcut keys [Solved] |
|
|
I recently upgraded to 2.6.30 and with it came a newer version of X and just about everything else.
Since the upgrade my X shortcut keys (ctrl-alt-bksp & ctrl-alt-fn) haven't worked. I have disabled the DontZap and DontVTSwitch xorg.conf ServerFlags, and tried xkbmap (and ctrl-SysReq-K or whatever the shortcut is). However:
Ctrl-Alt-Bpsk & Ctrl-SysReq-K
Results in X half shutting down. The screen goes black, but then it just hangs there. The only thing that I have found to work is to use Ctrl-Alt-Del to shutdown the laptop.
Ctrl-Alt-Fn
Everything remains exactly the same, but the cursor disappears and the keyboard is unresponsive. The only way to bring control back is to hit Ctrl-Alt-F7.
I think the xorg.0.log file just ends with nothing out of the ordinary.
Any suggestions of where to look?
Last edited by eidolon on Fri Oct 30, 2009 6:32 pm; edited 1 time in total |
|
Back to top |
|
|
gordon_freeman n00b
Joined: 13 Oct 2009 Posts: 39
|
Posted: Fri Oct 16, 2009 11:52 pm Post subject: |
|
|
add this to your input keyboard section of your Xorg.conf: Code: | Option "XkbOptions" "terminate:ctrl_alt_bksp" |
Another way is to add the following line to ~/.xinitrc Code: | setxkbmap -option terminate:ctrl_alt_bksp |
|
|
Back to top |
|
|
eidolon n00b
Joined: 02 Feb 2009 Posts: 18
|
Posted: Sat Oct 17, 2009 11:35 am Post subject: |
|
|
Thanks for the post, but that hasn't helped unfortunately. The setxkbmap command (which is what I meant above) does enable the ctrl-alt-bksp shortcut, but terminating X only seems to crash it.
The OS is actually working fine (logging in via SSH still works ok, ctrl-alt-del works ok) - it's just X doesn't exit cleanly and hangs on a black screen instead. Trying to kill X from the command line has the same effect, as does clicking xfce's "Log Out".
dmesg & Xorg.0.log don't appear to show anything useful.
How can I debug this problem? |
|
Back to top |
|
|
gordon_freeman n00b
Joined: 13 Oct 2009 Posts: 39
|
Posted: Sat Oct 17, 2009 12:13 pm Post subject: |
|
|
does typing "killall X" kill it cleanly or does it do the same as ctrl-alt-bkspc? |
|
Back to top |
|
|
eidolon n00b
Joined: 02 Feb 2009 Posts: 18
|
Posted: Sat Oct 17, 2009 12:16 pm Post subject: |
|
|
Has the same effect. |
|
Back to top |
|
|
USTruck Guru
Joined: 21 Aug 2005 Posts: 423 Location: La Louviere (Belgique)
|
Posted: Sat Oct 17, 2009 12:21 pm Post subject: |
|
|
Hello
If you follow update guide of Xorg you use HAL about keyboard and mouse.
Add option line under fdi file of your keyboard
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
restart hal and X |
|
Back to top |
|
|
Anon-E-moose Watchman
Joined: 23 May 2008 Posts: 6148 Location: Dallas area
|
Posted: Sat Oct 17, 2009 12:29 pm Post subject: |
|
|
post your xorg.conf and Xorg.0.log file and it will be easier to give advice _________________ UM780, 6.1 zen kernel, gcc 13, profile 17.0 (custom bare multilib), openrc, wayland |
|
Back to top |
|
|
eidolon n00b
Joined: 02 Feb 2009 Posts: 18
|
Posted: Sun Oct 18, 2009 12:13 pm Post subject: |
|
|
Here are the log & conf files...
xorg.conf
Code: | Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "AlwaysCore"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "AllowEmptyInput" "false"
Option "DontZap" "false"
Option "DontVTSwitch" "false"
EndSection
Section "Files"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/default/ghostscript"
EndSection
Section "Module"
Load "vbe"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap"
Load "record"
Load "synaptics"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbVariant" ",winkeys"
Option "XkbLayout" "gb"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/event5"
Option "Protocol" "event"
Option "SHMConfig" "on"
Option "HorizScrollDelta" "0"
Option "RBCornerButton" "3"
Option "TapButton1" "1"
Option "VertEdgeScroll" "true"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
EndSection
Section "Device"
Identifier "GraphicsCard"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "GraphicsCard"
Monitor "Monitor0"
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection |
Xorg.0.log
Code: | This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.29-gentoo-r5 i686
Current Operating System: Linux localhost 2.6.30-gentoo-r6 #1 SMP Thu Oct 8 20:26:27 BST 2009 i686
Build Date: 08 October 2009 08:47:22AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 17 12:21:14 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "GraphicsCard"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Synaptics"
(**) Option "DontVTSwitch" "false"
(**) Option "DontZap" "false"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "AllowEmptyInput" "false"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/encodings").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/default").
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/corefonts,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi,
/usr/share/fonts/default/ghostscript,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(==) |-->Input Device "<default pointer>"
(==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
(II) Loader magic: 0x1da0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7
(--) PCI:*(0:0:2:0) 8086:27a2:1025:0118 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0300000/524288, 0xc0000000/268435456, 0xd0400000/262144, I/O @ 0x00001800/8
(--) PCI: (0:0:2:1) 8086:27a6:1025:0118 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0380000/524288
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.1.0
ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.1.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 2.8.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.3.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.4.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(EE) module ABI major version (2) doesn't match the server's version (4)
(II) UnloadModule: "mouse"
(II) Unloading /usr/lib/xorg/modules/input//mouse_drv.so
(EE) Failed to load module "mouse" (module requirement mismatch, 0)
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
Mobile Intel® GM45 Express Chipset,
Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
IGDNG_M
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "DRI" "true"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(II) intel(0): Output VGA1 using monitor section Monitor0
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): Output DVI1 has no monitor section
(II) intel(0): Output TV1 has no monitor section
(II) intel(0): Output VGA1 disconnected
(II) intel(0): Output LVDS1 connected
(II) intel(0): Output DVI1 disconnected
(II) intel(0): Output TV1 disconnected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output LVDS1 using initial mode 1280x800
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "dri2"
(II) LoadModule: "dri2"
(II) Reloading /usr/lib/xorg/modules/extensions//libdri2.so
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Kernel mode setting active, disabling FBC.
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) UXA(0): Driver registered support for the following operations:
(II) solid
(II) copy
(II) composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): No memory allocations
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: DRI2 Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 261 x 163
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard0: XkbModel: "pc104"
(**) Option "XkbLayout" "gb"
(**) Keyboard0: XkbLayout: "gb"
(**) Option "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "XkbOptions" "terminate:ctrl_alt_bksp"
(**) Keyboard0: XkbOptions: "terminate:ctrl_alt_bksp"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) Synaptics touchpad driver version 1.1.3
(**) Option "Device" "/dev/input/event5"
(II) Synaptics: x-axis range 1472 - 5472
(II) Synaptics: y-axis range 1408 - 4448
(II) Synaptics: pressure range 0 - 255
(II) Synaptics: finger width range 0 - 0
(II) Synaptics: buttons: left right middle double triple
(**) Option "SHMConfig" "on"
(**) Option "HorizScrollDelta" "0"
(**) Option "VertEdgeScroll" "true"
(**) Option "RBCornerButton" "3"
(**) Option "TapButton1" "1"
(--) Synaptics: touchpad found
(**) Option "AlwaysCore"
(**) Option "SendCoreEvents" "true"
(**) Synaptics: always reports core events
(II) XINPUT: Adding extended input device "Synaptics" (type: TOUCHPAD)
(**) Synaptics: (accel) keeping acceleration scheme 1
(**) Synaptics: (accel) filter chain progression: 2.00
(**) Synaptics: (accel) filter stage 0: 20.00 ms
(**) Synaptics: (accel) set acceleration profile 0
(--) Synaptics: touchpad found
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.4.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(EE) module ABI major version (2) doesn't match the server's version (4)
(II) UnloadModule: "mouse"
(II) Unloading /usr/lib/xorg/modules/input//mouse_drv.so
(EE) Failed to load module "mouse" (module requirement mismatch, 0)
(EE) No input driver matching `mouse'
(II) intel(0): EDID vendor "AUO", prod id 5396
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "AUO", prod id 5396
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz)
(II) UnloadModule: "kbd"
(II) UnloadModule: "synaptics" |
|
|
Back to top |
|
|
Anon-E-moose Watchman
Joined: 23 May 2008 Posts: 6148 Location: Dallas area
|
Posted: Sun Oct 18, 2009 12:34 pm Post subject: |
|
|
Well, from the Xorg.0.log file, you have a version mismatch in the mouse module,
not sure if that will feed back and cause keyboard problems though
With the latest systems, they use hal/dbus/consolekit/evdev
Are you running hal and dbus and are they started/loaded?
Code: |
$ rc-status |grep -E "hal|dbus"
dbus [ started ]
hald [ started ]
|
Have you emerged xf86-input-evdev?
Code: |
$ equery -i list evdev
!!! unknown global option -i, reusing as local option
[ Searching for package 'evdev' in all categories among: ]
* installed packages
[I--] [ ] x11-drivers/xf86-input-evdev-2.2.5 (0)
|
If you are insistent on using the old way of X then
Code: | emerge xf86-input-mouse |
that may shut it up.
Also how are you running X, startx or xdm? _________________ UM780, 6.1 zen kernel, gcc 13, profile 17.0 (custom bare multilib), openrc, wayland |
|
Back to top |
|
|
eidolon n00b
Joined: 02 Feb 2009 Posts: 18
|
Posted: Sun Oct 18, 2009 4:17 pm Post subject: |
|
|
I'm running with startx.
dbus & hal were installed, but not running. I've added them now to the default runlevel. xf86-input-evdev is already installed at 2.2.5.
However, I misread your post and stupidly remerged xf86-input-mouse after adding dbus & hal to startup. Now when I boot up each keyboard stroke is repeated 3 times!
I'll have a muck about and see what I can figure out. I'm thinking I should maybe remove xf86-input-mouse (and possibly xf86-input-keyboard) an re-run the xorg configure script.... |
|
Back to top |
|
|
eidolon n00b
Joined: 02 Feb 2009 Posts: 18
|
Posted: Mon Oct 19, 2009 4:41 pm Post subject: |
|
|
ok, with dbus & hal running, I have changed the xorg keyboard driver to evdev, and it's all good. Except dbus & hal add a couple of seconds to my boot up time, which is a bit rubbish.
However, even with the evdev drivers, X still wont shut down. Clicking "Log out" on the Xfce "Action Buttons" applet has the same effect, so I'm starting to realise that its not related to the shortcut command.
Shutting down (/sbin/shutdown) works ok though, but I suppose the kernel forces a close?... |
|
Back to top |
|
|
eidolon n00b
Joined: 02 Feb 2009 Posts: 18
|
Posted: Fri Oct 30, 2009 6:31 pm Post subject: Sorted, I hope |
|
|
Ok - think I've got it sussed.
It appears to be a bug (possibly?) with the xf86-video-intel drivers, and enabling CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY in the kernel config resolves it. Not sure what affect this will have on the rest of my system though...
See here http://en.gentoo-wiki.com/wiki/Intel_GMA#VT_switching_with_Framebuffer.
It has resolved both the shutdown of x problem and the VT switching problem.
(And I've got to say, it's a bit odd getting used to evdev configuration when you're used to xorg.conf for mouse & keyboard!) |
|
Back to top |
|
|
|
|
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
|
|