[solved] Xorg-1.8 + KDE on Asus 1201n : dupplicated Fn key event

Hello,
after upgrading to Xorg 1.8 one week ago, I noticed that my Fn keys (sound up/down, mute) were dupplicated. For example, if I press Fn+F10 (=MUTE/Unmute), the sound get muted and immediately unmuted.
Moreover,
My xorg.conf:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
10-evdev.conf:
# Catchall classes for input devices
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "ch"
Option "XkbVariant" "fr"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
And the Xorg.0.log file, we can see that the keyboard is added twice...
[ 19.593] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 30 09:48:01 2010
[ 19.649] (==) Using config file: "/etc/X11/xorg.conf"
[ 19.649] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 19.719] (==) ServerLayout "Layout0"
[ 19.720] (**) |-->Screen "Screen0" (0)
[ 19.720] (**) | |-->Monitor "Monitor0"
[ 19.720] (**) | |-->Device "Device0"
[ 19.720] (==) Automatically adding devices
[ 19.720] (==) Automatically enabling devices
[ 19.780] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 19.780] Entry deleted from font path.
[ 19.804] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 19.804] Entry deleted from font path.
[ 19.804] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 19.804] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 19.804] Entry deleted from font path.
[ 19.804] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 19.804] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 19.804] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 19.804] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19.805] (II) Loader magic: 0x7ce880
[ 19.805] (II) Module ABI versions:
[ 19.805] X.Org ANSI C Emulation: 0.4
[ 19.805] X.Org Video Driver: 7.0
[ 19.805] X.Org XInput driver : 9.0
[ 19.805] X.Org Server Extension : 3.0
[ 19.819] (--) PCI: (0:0:3:5) 10de:0aa3:1043:8402 nVidia Corporation MCP79 Co-processor rev 177, Mem @ 0xf9f80000/524288
[ 19.819] (--) PCI:*(0:5:0:0) 10de:0876:1043:8402 nVidia Corporation ION VGA [GeForce 9400M] rev 177, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[ 19.820] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 19.820] (II) LoadModule: "extmod"
[ 19.864] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 19.872] (II) Module extmod: vendor="X.Org Foundation"
[ 19.872] compiled for 1.8.1.902, module version = 1.0.0
[ 19.872] Module class: X.Org Server Extension
[ 19.872] ABI class: X.Org Server Extension, version 3.0
[ 19.872] (II) Loading extension MIT-SCREEN-SAVER
[ 19.872] (II) Loading extension XFree86-VidModeExtension
[ 19.872] (II) Loading extension XFree86-DGA
[ 19.872] (II) Loading extension DPMS
[ 19.872] (II) Loading extension XVideo
[ 19.872] (II) Loading extension XVideo-MotionCompensation
[ 19.872] (II) Loading extension X-Resource
[ 19.872] (II) LoadModule: "dbe"
[ 19.873] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 19.879] (II) Module dbe: vendor="X.Org Foundation"
[ 19.879] compiled for 1.8.1.902, module version = 1.0.0
[ 19.879] Module class: X.Org Server Extension
[ 19.879] ABI class: X.Org Server Extension, version 3.0
[ 19.879] (II) Loading extension DOUBLE-BUFFER
[ 19.879] (II) LoadModule: "glx"
[ 19.879] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 20.470] (II) Module glx: vendor="NVIDIA Corporation"
[ 20.479] compiled for 4.0.2, module version = 1.0.0
[ 20.479] Module class: X.Org Server Extension
[ 20.479] (II) NVIDIA GLX Module 256.35 Wed Jun 16 19:10:31 PDT 2010
[ 20.480] (II) Loading extension GLX
[ 20.480] (II) LoadModule: "record"
[ 20.480] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 20.490] (II) Module record: vendor="X.Org Foundation"
[ 20.490] compiled for 1.8.1.902, module version = 1.13.0
[ 20.490] Module class: X.Org Server Extension
[ 20.490] ABI class: X.Org Server Extension, version 3.0
[ 20.491] (II) Loading extension RECORD
[ 20.491] (II) LoadModule: "dri"
[ 20.491] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 20.527] (II) Module dri: vendor="X.Org Foundation"
[ 20.527] compiled for 1.8.1.902, module version = 1.0.0
[ 20.527] ABI class: X.Org Server Extension, version 3.0
[ 20.527] (II) Loading extension XFree86-DRI
[ 20.527] (II) LoadModule: "dri2"
[ 20.527] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 20.528] (II) Module dri2: vendor="X.Org Foundation"
[ 20.528] compiled for 1.8.1.902, module version = 1.2.0
[ 20.528] ABI class: X.Org Server Extension, version 3.0
[ 20.528] (II) Loading extension DRI2
[ 20.528] (II) LoadModule: "nvidia"
[ 20.539] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 20.600] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 20.604] compiled for 4.0.2, module version = 1.0.0
[ 20.604] Module class: X.Org Video Driver
[ 20.640] (II) NVIDIA dlloader X Driver 256.35 Wed Jun 16 18:45:02 PDT 2010
[ 20.640] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 20.641] (++) using VT number 7
[ 20.643] (II) Primary Device is: PCI 05@00:00:0
[ 20.644] (II) Loading sub module "fb"
[ 20.644] (II) LoadModule: "fb"
[ 20.644] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 20.657] (II) Module fb: vendor="X.Org Foundation"
[ 20.657] compiled for 1.8.1.902, module version = 1.0.0
[ 20.658] ABI class: X.Org ANSI C Emulation, version 0.4
[ 20.658] (II) Loading sub module "wfb"
[ 20.658] (II) LoadModule: "wfb"
[ 20.711] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 20.712] (II) Module wfb: vendor="X.Org Foundation"
[ 20.712] compiled for 1.8.1.902, module version = 1.0.0
[ 20.712] ABI class: X.Org ANSI C Emulation, version 0.4
[ 20.713] (II) Loading sub module "ramdac"
[ 20.713] (II) LoadModule: "ramdac"
[ 20.713] (II) Module "ramdac" already built-in
[ 20.735] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 20.735] (==) NVIDIA(0): RGB weight 888
[ 20.735] (==) NVIDIA(0): Default visual is TrueColor
[ 20.735] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 20.735] (**) NVIDIA(0): Option "NoLogo" "true"
[ 20.735] (**) NVIDIA(0): Option "ConnectedMonitor" "CRT , CRT"
[ 20.735] (**) NVIDIA(0): Option "TwinView" "TRUE"
[ 20.736] (**) NVIDIA(0): Option "TwinViewOrientation" "Clone"
[ 20.736] (**) NVIDIA(0): Option "SecondMonitorHorizSync" "0"
[ 20.736] (**) NVIDIA(0): Option "SecondMonitorVertRefresh" "0"
[ 20.736] (**) NVIDIA(0): Enabling RENDER acceleration
[ 20.736] (**) NVIDIA(0): ConnectedMonitor string: "CRT , CRT"
[ 20.736] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[ 20.736] (II) NVIDIA(0): enabled.
[ 21.512] (WW) NVIDIA(GPU-0): Invalid ConnectedMonitor request; request was for 'CRT-0,
[ 21.512] (WW) NVIDIA(GPU-0): CRT-1', but the valid display devices are 'CRT-0, DFP-0,
[ 21.512] (WW) NVIDIA(GPU-0): DFP-1'.
[ 21.527] (II) NVIDIA(0): NVIDIA GPU ION (C79) at PCI:5:0:0 (GPU-0)
[ 21.527] (--) NVIDIA(0): Memory: 524288 kBytes
[ 21.527] (--) NVIDIA(0): VideoBIOS: 62.79.67.00.00
[ 21.527] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 21.527] (--) NVIDIA(0): Connected display device(s) on ION at PCI:5:0:0:
[ 21.527] (--) NVIDIA(0): HSD121PHW1 (DFP-0)
[ 21.527] (--) NVIDIA(0): HSD121PHW1 (DFP-0): 330.0 MHz maximum pixel clock
[ 21.527] (--) NVIDIA(0): HSD121PHW1 (DFP-0): Internal Dual Link LVDS
[ 21.538] (WW) NVIDIA(0): No TwinView "MetaModes" specified; will fall back to Display
[ 21.538] (WW) NVIDIA(0): SubSection modes.
[ 21.538] (**) NVIDIA(0): TwinView enabled
[ 21.538] (WW) NVIDIA(0): TwinView requested, but only 1 display devices found.
[ 21.569] (II) NVIDIA(0): Assigned Display Device: DFP-0
[ 21.569] (==) NVIDIA(0):
[ 21.569] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 21.569] (==) NVIDIA(0): will be used as the requested mode.
[ 21.569] (==) NVIDIA(0):
[ 21.569] (II) NVIDIA(0): Validated modes:
[ 21.569] (II) NVIDIA(0): "nvidia-auto-select"
[ 21.569] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
[ 22.632] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
[ 22.633] (--) NVIDIA(0): option
[ 22.633] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[ 22.633] (--) Depth 24 pixmap format is 32 bpp
[ 22.633] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 22.634] (II) NVIDIA(0): Initialized GPU GART.
[ 22.641] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 22.641] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 22.641] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 22.641] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 22.641] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 22.641] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 22.641] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 22.641] (II) NVIDIA(0): Config Options in the README.
[ 22.642] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
[ 22.642] (II) NVIDIA(0): enough to receive ACPI hotkey events.
[ 22.642] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
[ 22.644] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 22.920] (II) Loading extension NV-GLX
[ 22.960] (II) NVIDIA(0): Initialized OpenGL Acceleration
[ 22.994] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 22.994] (II) NVIDIA(0): Initialized X Rendering Acceleration
[ 23.005] (==) NVIDIA(0): Backing store disabled
[ 23.005] (==) NVIDIA(0): Silken mouse enabled
[ 23.013] (**) NVIDIA(0): DPMS enabled
[ 23.043] (II) Loading extension NV-CONTROL
[ 23.044] (II) Loading extension XINERAMA
[ 23.044] (II) Loading sub module "dri2"
[ 23.044] (II) LoadModule: "dri2"
[ 23.045] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[ 23.045] (II) NVIDIA(0): [DRI2] Setup complete
[ 23.045] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 23.045] (==) RandR enabled
[ 23.045] (II) Initializing built-in extension Generic Event Extension
[ 23.045] (II) Initializing built-in extension SHAPE
[ 23.045] (II) Initializing built-in extension MIT-SHM
[ 23.045] (II) Initializing built-in extension XInputExtension
[ 23.045] (II) Initializing built-in extension XTEST
[ 23.045] (II) Initializing built-in extension BIG-REQUESTS
[ 23.045] (II) Initializing built-in extension SYNC
[ 23.045] (II) Initializing built-in extension XKEYBOARD
[ 23.045] (II) Initializing built-in extension XC-MISC
[ 23.045] (II) Initializing built-in extension SECURITY
[ 23.045] (II) Initializing built-in extension XINERAMA
[ 23.045] (II) Initializing built-in extension XFIXES
[ 23.045] (II) Initializing built-in extension RENDER
[ 23.045] (II) Initializing built-in extension RANDR
[ 23.045] (II) Initializing built-in extension COMPOSITE
[ 23.045] (II) Initializing built-in extension DAMAGE
[ 23.052] (II) Initializing extension GLX
[ 23.688] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 23.688] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 23.688] (II) LoadModule: "evdev"
[ 23.689] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 23.708] (II) Module evdev: vendor="X.Org Foundation"
[ 23.708] compiled for 1.8.0, module version = 2.4.0
[ 23.708] Module class: X.Org XInput Driver
[ 23.708] ABI class: X.Org XInput driver, version 9.0
[ 23.708] (**) Power Button: always reports core events
[ 23.708] (**) Power Button: Device: "/dev/input/event4"
[ 23.720] (II) Power Button: Found keys
[ 23.720] (II) Power Button: Configuring as keyboard
[ 23.720] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 23.720] (**) Option "xkb_rules" "evdev"
[ 23.720] (**) Option "xkb_model" "evdev"
[ 23.720] (**) Option "xkb_layout" "ch"
[ 23.720] (**) Option "xkb_variant" "fr"
[ 23.720] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 23.826] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 23.826] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 23.826] (**) Video Bus: always reports core events
[ 23.827] (**) Video Bus: Device: "/dev/input/event8"
[ 23.873] (II) Video Bus: Found keys
[ 23.873] (II) Video Bus: Configuring as keyboard
[ 23.873] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 23.873] (**) Option "xkb_rules" "evdev"
[ 23.873] (**) Option "xkb_model" "evdev"
[ 23.873] (**) Option "xkb_layout" "ch"
[ 23.873] (**) Option "xkb_variant" "fr"
[ 23.873] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 23.875] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 23.876] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 23.876] (**) Power Button: always reports core events
[ 23.876] (**) Power Button: Device: "/dev/input/event3"
[ 23.900] (II) Power Button: Found keys
[ 23.900] (II) Power Button: Configuring as keyboard
[ 23.900] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 23.900] (**) Option "xkb_rules" "evdev"
[ 23.900] (**) Option "xkb_model" "evdev"
[ 23.900] (**) Option "xkb_layout" "ch"
[ 23.900] (**) Option "xkb_variant" "fr"
[ 23.900] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 23.901] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 23.901] (II) No input driver/identifier specified (ignoring)
[ 23.902] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 23.902] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 23.902] (**) Sleep Button: always reports core events
[ 23.902] (**) Sleep Button: Device: "/dev/input/event2"
[ 23.923] (II) Sleep Button: Found keys
[ 23.923] (II) Sleep Button: Configuring as keyboard
[ 23.923] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 23.923] (**) Option "xkb_rules" "evdev"
[ 23.923] (**) Option "xkb_model" "evdev"
[ 23.923] (**) Option "xkb_layout" "ch"
[ 23.923] (**) Option "xkb_variant" "fr"
[ 23.923] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 23.929] (II) config/udev: Adding input device USB 2.0 PC Cam (/dev/input/event10)
[ 23.929] (**) USB 2.0 PC Cam: Applying InputClass "evdev keyboard catchall"
[ 23.929] (**) USB 2.0 PC Cam: always reports core events
[ 23.929] (**) USB 2.0 PC Cam: Device: "/dev/input/event10"
[ 23.950] (II) USB 2.0 PC Cam: Found keys
[ 23.950] (II) USB 2.0 PC Cam: Configuring as keyboard
[ 23.950] (II) XINPUT: Adding extended input device "USB 2.0 PC Cam" (type: KEYBOARD)
[ 23.950] (**) Option "xkb_rules" "evdev"
[ 23.950] (**) Option "xkb_model" "evdev"
[ 23.950] (**) Option "xkb_layout" "ch"
[ 23.950] (**) Option "xkb_variant" "fr"
[ 23.950] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 23.953] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[ 23.953] (II) No input driver/identifier specified (ignoring)
[ 23.961] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
[ 23.961] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 23.962] (**) Eee PC WMI hotkeys: always reports core events
[ 23.962] (**) Eee PC WMI hotkeys: Device: "/dev/input/event7"
[ 23.976] (II) Eee PC WMI hotkeys: Found keys
[ 23.976] (II) Eee PC WMI hotkeys: Configuring as keyboard
[ 23.976] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD)
[ 23.976] (**) Option "xkb_rules" "evdev"
[ 23.977] (**) Option "xkb_model" "evdev"
[ 23.977] (**) Option "xkb_layout" "ch"
[ 23.977] (**) Option "xkb_variant" "fr"
[ 23.977] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 23.978] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event9)
[ 23.978] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
[ 23.978] (**) Asus EeePC extra buttons: always reports core events
[ 23.978] (**) Asus EeePC extra buttons: Device: "/dev/input/event9"
[ 24.016] (II) Asus EeePC extra buttons: Found keys
[ 24.016] (II) Asus EeePC extra buttons: Configuring as keyboard
[ 24.016] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
[ 24.016] (**) Option "xkb_rules" "evdev"
[ 24.016] (**) Option "xkb_model" "evdev"
[ 24.017] (**) Option "xkb_layout" "ch"
[ 24.017] (**) Option "xkb_variant" "fr"
[ 24.017] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 24.018] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 24.018] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 24.018] (**) AT Translated Set 2 keyboard: always reports core events
[ 24.018] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 24.043] (II) AT Translated Set 2 keyboard: Found keys
[ 24.043] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 24.043] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 24.043] (**) Option "xkb_rules" "evdev"
[ 24.043] (**) Option "xkb_model" "evdev"
[ 24.043] (**) Option "xkb_layout" "ch"
[ 24.043] (**) Option "xkb_variant" "fr"
[ 24.043] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 24.044] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[ 24.045] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 24.045] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 24.045] (II) LoadModule: "synaptics"
[ 24.045] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 24.060] (II) Module synaptics: vendor="X.Org Foundation"
[ 24.060] compiled for 1.8.0.902, module version = 1.2.2
[ 24.060] Module class: X.Org XInput Driver
[ 24.060] ABI class: X.Org XInput driver, version 9.0
[ 24.060] (II) Synaptics touchpad driver version 1.2.2
[ 24.060] (**) Option "Device" "/dev/input/event6"
[ 24.190] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[ 24.190] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[ 24.190] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 24.190] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[ 24.190] (II) SynPS/2 Synaptics TouchPad: buttons: left right
[ 24.190] (**) Option "SHMConfig" "on"
[ 24.190] (**) Option "MaxTapMove" "2000"
[ 24.190] (**) Option "VertEdgeScroll" "on"
[ 24.190] (**) Option "VertTwoFingerScroll" "on"
[ 24.190] (**) Option "HorizTwoFingerScroll" "on"
[ 24.190] (**) Option "TapButton1" "1"
[ 24.190] (**) Option "CircularScrolling" "on"
[ 24.296] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 24.296] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 24.350] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 24.350] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 24.350] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[ 24.350] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 24.350] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 24.430] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 24.430] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 24.430] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 24.430] (II) Synaptics touchpad driver version 1.2.2
[ 26.296] SynPS/2 Synaptics TouchPad no synaptics event device found
[ 26.296] (**) Option "Device" "/dev/input/mouse0"
[ 26.323] (**) Option "SHMConfig" "on"
[ 26.323] (**) Option "MaxTapMove" "2000"
[ 26.323] (**) Option "VertEdgeScroll" "on"
[ 26.323] (**) Option "VertTwoFingerScroll" "on"
[ 26.323] (**) Option "HorizTwoFingerScroll" "on"
[ 26.323] (**) Option "TapButton1" "1"
[ 26.323] (**) Option "CircularScrolling" "on"
[ 26.344] Query no Synaptics: 6003C8
[ 26.344] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[ 26.344] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[ 26.386] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[ 26.386] (II) UnloadModule: "synaptics"
[ 26.387] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 26.387] (II) No input driver/identifier specified (ignoring)
I have not put the 10-synaptic touchpad config file since it works well (Identifier "touchpad catchall" Driver "synaptics").
Any idea what could be the problem ?
Last edited by Bluespear (2010-07-18 20:05:16)

Nothing ?
Switchng off hal deamon and cleaning ~/.kde* has no effect...
So, after searching on google again an again, still nothing found.... even among the Ubuntu specific issue where post are terminated
with "wait next version of the package", the windows-style answer.
I will continue my attempts to fix this... but my conclusion about this is that hal was more precise in his behavior than udev...

Similar Messages

  • [solved]Xorg cound't run on Nvidia

    EDIT:thank everyone helping me, and I have solved my problems.
    NOTE:my laptop is actualty equiped with dual graphics and using wiki  https://wiki.archlinux.org/index.php/NVIDIA_Optimus it work prefect!
    my new laptop is ASUS A550JK which is reported has one graphics card(Nvidia GTX 850m)
    first of all , I'm confused how many graphics cards in it really because lspci's output is this:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
    00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
    00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
    01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)
    03:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
    04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
    04:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
    it seems that it has two graphics cards:
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)
    whats the fact?
    I try to collect imformations (in China network) about this laptop  ,all webpage and even ASUS information never say this laptop has dual graphics cards, and I have tried bumblebee itreturned xdisplay error..
    EDIT:maybe i am wrong, I have found two webpages that describe this laptop(ASUS A550JK4710)actually is hybrid graphics.
    secondly . Im trying to install xorg after just install package nvidia and configed using nvidia-xconfig. when running startx it reports:
    [ 12402.822]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 12402.823] X Protocol Version 11, Revision 0
    [ 12402.824] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 12402.824] Current Operating System: Linux EastpigerLaptop 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 12402.824] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=dd8cb64e-ee13-462b-b35a-bddf5abf37aa rw quiet
    [ 12402.825] Build Date: 31 July 2014 11:53:19AM
    [ 12402.826]
    [ 12402.826] Current version of pixman: 0.32.6
    [ 12402.827] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12402.827] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12402.830] (==) Log file: "/var/log/Xorg.3.log", Time: Wed Sep 10 05:39:34 2014
    [ 12402.831] (==) Using config file: "/etc/X11/xorg.conf"
    [ 12402.831] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 12402.832] Parse error on line 40 of section Monitor in file /etc/X11/xorg.conf
    "Display" is not a valid keyword in this section.
    [ 12402.832] (EE) Problem parsing the config file
    [ 12402.832] (EE) Error parsing the config file
    [ 12402.832] (EE)
    Fatal server error:
    [ 12402.833] (EE) no screens found(EE)
    [ 12402.834] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 12402.836] (EE) Please also check the log file at "/var/log/Xorg.3.log" for additional information.
    [ 12402.836] (EE)
    [ 12402.837] (EE) Server terminated with error (1). Closing log file.
    so I add BusID "PCI:1:0:0" into /etc/X11/xorg.conf . try startx again and it seems that xorg can run longer but I didnt get Interface and tty stucked.
    This is my  /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 340.32 (buildmeister@swio-display-x64-rhel04-01) Tue Aug 5 21:15:33 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    and this is /var/log/Xorg.3.log(I run it on tty 3 )
    [ 12437.283]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 12437.284] X Protocol Version 11, Revision 0
    [ 12437.284] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 12437.285] Current Operating System: Linux EastpigerLaptop 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 12437.285] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=dd8cb64e-ee13-462b-b35a-bddf5abf37aa rw quiet
    [ 12437.285] Build Date: 31 July 2014 11:53:19AM
    [ 12437.286]
    [ 12437.286] Current version of pixman: 0.32.6
    [ 12437.287] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12437.287] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12437.289] (==) Log file: "/var/log/Xorg.3.log", Time: Wed Sep 10 05:40:09 2014
    [ 12437.289] (==) Using config file: "/etc/X11/xorg.conf"
    [ 12437.290] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 12437.290] (==) ServerLayout "Layout0"
    [ 12437.290] (**) |-->Screen "Screen0" (0)
    [ 12437.290] (**) | |-->Monitor "Monitor0"
    [ 12437.290] (**) | |-->Device "Device0"
    [ 12437.290] (**) |-->Input Device "Keyboard0"
    [ 12437.290] (**) |-->Input Device "Mouse0"
    [ 12437.290] (==) Automatically adding devices
    [ 12437.290] (==) Automatically enabling devices
    [ 12437.290] (==) Automatically adding GPU devices
    [ 12437.290] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 12437.290] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 12437.290] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 12437.290] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12437.290] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 12437.290] (WW) Disabling Keyboard0
    [ 12437.290] (WW) Disabling Mouse0
    [ 12437.290] (II) Loader magic: 0x818d80
    [ 12437.290] (II) Module ABI versions:
    [ 12437.290] X.Org ANSI C Emulation: 0.4
    [ 12437.290] X.Org Video Driver: 18.0
    [ 12437.290] X.Org XInput driver : 21.0
    [ 12437.290] X.Org Server Extension : 8.0
    [ 12437.291] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c4
    [ 12437.291] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 12437.292] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 1
    [ 12437.292] (EE) Error systemd-logind returned paused fd for drm node
    [ 12437.292] (II) systemd-logind: releasing fd for 226:1
    [ 12437.292] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 12437.292] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
    [ 12437.293] (--) PCI:*(0:0:2:0) 8086:0416:1043:178d rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 12437.293] (--) PCI: (0:1:0:0) 10de:1391:1043:178d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 12437.293] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 12437.293] (II) LoadModule: "glx"
    [ 12437.293] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12437.300] (II) Module glx: vendor="NVIDIA Corporation"
    [ 12437.300] compiled for 4.0.2, module version = 1.0.0
    [ 12437.300] Module class: X.Org Server Extension
    [ 12437.300] (II) NVIDIA GLX Module 340.32 Tue Aug 5 20:32:43 PDT 2014
    [ 12437.300] (II) LoadModule: "nvidia"
    [ 12437.300] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12437.300] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 12437.300] compiled for 4.0.2, module version = 1.0.0
    [ 12437.300] Module class: X.Org Video Driver
    [ 12437.300] (II) NVIDIA dlloader X Driver 340.32 Tue Aug 5 20:13:04 PDT 2014
    [ 12437.300] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 12437.300] (++) using VT number 4
    [ 12437.300] (--) controlling tty is VT number 4, auto-enabling KeepTty
    [ 12437.300] (II) Loading sub module "fb"
    [ 12437.300] (II) LoadModule: "fb"
    [ 12437.300] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12437.300] (II) Module fb: vendor="X.Org Foundation"
    [ 12437.300] compiled for 1.16.0, module version = 1.0.0
    [ 12437.300] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12437.300] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 12437.300] (II) Loading sub module "wfb"
    [ 12437.300] (II) LoadModule: "wfb"
    [ 12437.300] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12437.300] (II) Module wfb: vendor="X.Org Foundation"
    [ 12437.300] compiled for 1.16.0, module version = 1.0.0
    [ 12437.300] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12437.300] (II) Loading sub module "ramdac"
    [ 12437.300] (II) LoadModule: "ramdac"
    [ 12437.300] (II) Module "ramdac" already built-in
    [ 12437.300] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 12437.300] (==) NVIDIA(0): RGB weight 888
    [ 12437.300] (==) NVIDIA(0): Default visual is TrueColor
    [ 12437.300] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 12437.301] (**) NVIDIA(0): Enabling 2D acceleration
    [ 12437.301] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 12437.302] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 850M (GM107-A) at PCI:1:0:0 (GPU-0)
    [ 12437.302] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 12437.302] (--) NVIDIA(0): VideoBIOS: 82.07.47.00.05
    [ 12437.302] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 12437.302] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 850M at PCI:1:0:0
    [ 12437.302] (--) NVIDIA(0): none
    [ 12437.302] (II) NVIDIA(0): Validated MetaModes:
    [ 12437.302] (II) NVIDIA(0): "NULL"
    [ 12437.302] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 12437.302] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 12437.302] (**) NVIDIA(0): DPI set to (8, 11); computed from "DisplaySize" Monitor
    [ 12437.302] (**) NVIDIA(0): section option
    [ 12437.302] (--) Depth 24 pixmap format is 32 bpp
    [ 12437.302] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 12437.302] (II) NVIDIA: access.
    [ 12437.305] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 12437.305] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 12437.305] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 12437.305] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 12437.305] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 12437.305] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 12437.305] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 12437.305] (II) NVIDIA(0): Config Options in the README.
    [ 12437.305] (II) NVIDIA(0): Setting mode "NULL"
    [ 12437.305] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 12437.305] (EE) NVIDIA(0): Failed to complete mode change
    [ 12437.314] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 12437.318] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 12437.318] (==) NVIDIA(0): Backing store enabled
    [ 12437.318] (==) NVIDIA(0): Silken mouse enabled
    [ 12437.319] (==) NVIDIA(0): DPMS enabled
    [ 12437.319] (II) Loading sub module "dri2"
    [ 12437.319] (II) LoadModule: "dri2"
    [ 12437.319] (II) Module "dri2" already built-in
    [ 12437.319] (II) NVIDIA(0): [DRI2] Setup complete
    [ 12437.319] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 12437.319] (--) RandR disabled
    [ 12437.322] (II) Initializing extension GLX
    [ 12437.341] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 12437.341] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12437.341] (II) LoadModule: "evdev"
    [ 12437.341] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 12437.341] (II) Module evdev: vendor="X.Org Foundation"
    [ 12437.341] compiled for 1.16.0, module version = 2.9.0
    [ 12437.341] Module class: X.Org XInput Driver
    [ 12437.341] ABI class: X.Org XInput driver, version 21.0
    [ 12437.342] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
    [ 12437.342] (II) Using input driver 'evdev' for 'Power Button'
    [ 12437.342] (**) Power Button: always reports core events
    [ 12437.342] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 12437.342] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 12437.342] (--) evdev: Power Button: Found keys
    [ 12437.342] (II) evdev: Power Button: Configuring as keyboard
    [ 12437.342] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
    [ 12437.342] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 12437.342] (**) Option "xkb_rules" "evdev"
    [ 12437.342] (**) Option "xkb_model" "pc104"
    [ 12437.342] (**) Option "xkb_layout" "us"
    [ 12437.353] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 12437.353] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 12437.354] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
    [ 12437.354] (II) Using input driver 'evdev' for 'Video Bus'
    [ 12437.354] (**) Video Bus: always reports core events
    [ 12437.354] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 12437.354] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 12437.354] (--) evdev: Video Bus: Found keys
    [ 12437.354] (II) evdev: Video Bus: Configuring as keyboard
    [ 12437.354] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event9"
    [ 12437.354] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 12437.354] (**) Option "xkb_rules" "evdev"
    [ 12437.354] (**) Option "xkb_model" "pc104"
    [ 12437.354] (**) Option "xkb_layout" "us"
    [ 12437.354] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 12437.354] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 12437.354] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
    [ 12437.354] (II) Using input driver 'evdev' for 'Video Bus'
    [ 12437.354] (**) Video Bus: always reports core events
    [ 12437.354] (**) evdev: Video Bus: Device: "/dev/input/event8"
    [ 12437.354] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 12437.354] (--) evdev: Video Bus: Found keys
    [ 12437.354] (II) evdev: Video Bus: Configuring as keyboard
    [ 12437.354] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/LNXVIDEO:00/input/input15/event8"
    [ 12437.354] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 12437.354] (**) Option "xkb_rules" "evdev"
    [ 12437.354] (**) Option "xkb_model" "pc104"
    [ 12437.354] (**) Option "xkb_layout" "us"
    [ 12437.355] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 12437.355] (II) No input driver specified, ignoring this device.
    [ 12437.355] (II) This device may have been added with another device file.
    [ 12437.355] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 12437.355] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 12437.355] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
    [ 12437.355] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 12437.355] (**) Sleep Button: always reports core events
    [ 12437.355] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 12437.355] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 12437.355] (--) evdev: Sleep Button: Found keys
    [ 12437.355] (II) evdev: Sleep Button: Configuring as keyboard
    [ 12437.355] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
    [ 12437.355] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 12437.355] (**) Option "xkb_rules" "evdev"
    [ 12437.355] (**) Option "xkb_model" "pc104"
    [ 12437.355] (**) Option "xkb_layout" "us"
    [ 12437.355] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 12437.355] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 12437.356] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 32 paused 1
    [ 12437.356] (EE) Error systemd-logind returned paused fd for drm node
    [ 12437.356] (II) systemd-logind: releasing fd for 226:1
    [ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event10)
    [ 12437.356] (II) No input driver specified, ignoring this device.
    [ 12437.356] (II) This device may have been added with another device file.
    [ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event11)
    [ 12437.356] (II) No input driver specified, ignoring this device.
    [ 12437.356] (II) This device may have been added with another device file.
    [ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event12)
    [ 12437.356] (II) No input driver specified, ignoring this device.
    [ 12437.356] (II) This device may have been added with another device file.
    [ 12437.357] (II) config/udev: Adding input device USB Camera (/dev/input/event7)
    [ 12437.357] (**) USB Camera: Applying InputClass "evdev keyboard catchall"
    [ 12437.357] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
    [ 12437.357] (II) Using input driver 'evdev' for 'USB Camera'
    [ 12437.357] (**) USB Camera: always reports core events
    [ 12437.357] (**) evdev: USB Camera: Device: "/dev/input/event7"
    [ 12437.357] (--) evdev: USB Camera: Vendor 0xbda Product 0x57b4
    [ 12437.357] (--) evdev: USB Camera: Found keys
    [ 12437.357] (II) evdev: USB Camera: Configuring as keyboard
    [ 12437.357] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input14/event7"
    [ 12437.357] (II) XINPUT: Adding extended input device "USB Camera" (type: KEYBOARD, id 10)
    [ 12437.357] (**) Option "xkb_rules" "evdev"
    [ 12437.357] (**) Option "xkb_model" "pc104"
    [ 12437.357] (**) Option "xkb_layout" "us"
    [ 12437.357] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
    [ 12437.357] (II) No input driver specified, ignoring this device.
    [ 12437.357] (II) This device may have been added with another device file.
    [ 12437.358] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
    [ 12437.358] (II) No input driver specified, ignoring this device.
    [ 12437.358] (II) This device may have been added with another device file.
    [ 12437.358] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
    [ 12437.358] (II) No input driver specified, ignoring this device.
    [ 12437.358] (II) This device may have been added with another device file.
    [ 12437.358] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event5)
    [ 12437.358] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 12437.358] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
    [ 12437.358] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
    [ 12437.358] (**) Asus WMI hotkeys: always reports core events
    [ 12437.358] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event5"
    [ 12437.358] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
    [ 12437.358] (--) evdev: Asus WMI hotkeys: Found keys
    [ 12437.358] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
    [ 12437.358] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input13/event5"
    [ 12437.358] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
    [ 12437.358] (**) Option "xkb_rules" "evdev"
    [ 12437.358] (**) Option "xkb_model" "pc104"
    [ 12437.358] (**) Option "xkb_layout" "us"
    [ 12437.358] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 12437.358] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 12437.359] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 35 paused 0
    [ 12437.359] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 12437.359] (**) AT Translated Set 2 keyboard: always reports core events
    [ 12437.359] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 12437.359] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 12437.359] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 12437.359] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 12437.359] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 12437.359] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 12437.359] (**) Option "xkb_rules" "evdev"
    [ 12437.359] (**) Option "xkb_model" "pc104"
    [ 12437.359] (**) Option "xkb_layout" "us"
    [ 12437.359] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event6)
    [ 12437.359] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 12437.359] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 36 paused 0
    [ 12437.359] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
    [ 12437.359] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 12437.359] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event6"
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found 1 mouse buttons
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
    [ 12437.360] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
    [ 12437.360] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
    [ 12437.360] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12437.360] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input12/event6"
    [ 12437.360] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
    [ 12437.360] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
    [ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 12437.360] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 12437.360] (II) No input driver specified, ignoring this device.
    [ 12437.360] (II) This device may have been added with another device file.
    [ 12437.360] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 12437.360] (II) No input driver specified, ignoring this device.
    [ 12437.360] (II) This device may have been added with another device file.
    [ 12444.665] (II) systemd-logind: got pause for 226:0
    [ 12444.665] (II) systemd-logind: got pause for 13:67
    [ 12444.665] (II) systemd-logind: got pause for 13:73
    [ 12444.665] (II) systemd-logind: got pause for 13:72
    [ 12444.665] (II) systemd-logind: got pause for 13:66
    [ 12444.665] (II) systemd-logind: got pause for 13:71
    [ 12444.665] (II) systemd-logind: got pause for 13:69
    [ 12444.665] (II) systemd-logind: got pause for 13:64
    [ 12444.665] (II) systemd-logind: got pause for 13:70
    I'm sorry for my English skills because I'm a chinese student.
    I have tried what I can but cannot deal with it , and I really need help.
    Thank everyone will help me .
    Last edited by eastpiger (2014-09-10 06:34:36)

    Thank you very much and I have deleted these words already. Im sorry to annoy someone...
    I try to collect imformations (in China network) about this laptop  ,all webpage and even ASUS information never say this laptop has dual graphics cards, and I have tried bumblebee itreturned xdisplay error..
    EDIT:maybe i am wrong, I have found two webpages that describe this laptop(ASUS A550JK4710)actually is hybrid graphics.
    and xorg error seems due to the deriver?
    Trilby wrote:
    Welcome to the forums.  Please note that the "NEED HELP PLEASE" especially in all caps is not needed in your title - and it might well be annoying to many forum users which might make them less happy to try to help.
    Second, the lspci ouput indicates you have hybrid graphics.  I don't have much experience with these systems, but they are well documented in the wiki.  As far as I know you can't use *just* the NVIDIA (but I might be wrong) - I'm pretty sure if you want to use just one of the video cards you can use just the intel.  Hopefully someone with experience with hybrid graphics will confirm or correct this.
    For now, see here: https://wiki.archlinux.org/index.php/NVIDIA_Optimus
    EDIT: after reading that wiki page I'm more doubtful of my own statements so I've crossed them out.  But it seems there are various steps needed to configure the use of the nvidia drivers.
    Last edited by eastpiger (2014-09-09 15:37:59)

  • [SOLVED]Xorg.conf, mouse config problem

    The Rapoo M765 mouse can not work properly under normal mouse configuration.
    The mouse goes beyond controll when config as below:
    hacksign@XSign [14:13:13] : ~
    >> cat /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
    #Section "InputClass"
    # Identifier "Mouse2"
    # MatchProduct "RAPOO RAPOO 2.4G Remote Mouse"
    # MatchIsPointer "yes"
    # MatchDevicePath "/dev/input/event*"
    # Driver "mouse"
    # Option "Protocol" "auto"
    # Option "Emulate3Buttons" "no"
    # Option "Buttons" "7"
    # Option "ButtonMapping" "1 2 3 6 7"
    #EndSection
    When there is no any configuration, the mouse can work abnormally. Movement and right/left click work fine, but I can not use scroll wheel,and the "go forward"&"go backward" mouse key can not work too.
    (I know Option "ZAxisMapping" "4 5" is the configuration of scroll wheel emulation.)
    The real problem is 'mouse beyond controll',the cursor goes crazyly on screen ....
    I guess it is something wrong of ButtonMapping option. But when I tried to get button number from command xev,when scroll wheel scrolles, I get something below(the scroll wheel movement is identified as a key event~):
    //left click
    ButtonPress event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3766452, (135,143), root:(2287,595),
    state 0x0, button 1, same_screen YES
    ButtonRelease event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3766588, (135,143), root:(2287,595),
    state 0x100, button 1, same_screen YES
    //right click
    ButtonPress event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3767716, (135,143), root:(2287,595),
    state 0x0, button 3, same_screen YES
    ButtonRelease event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3767852, (135,143), root:(2287,595),
    state 0x400, button 3, same_screen YES
    //mouse scroll, identified as keyboard event(?)
    KeyRelease event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3769332, (135,143), root:(2287,595),
    state 0x0, keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
    KeyPress event, serial 34, synthetic NO, window 0x4a00001,
    root 0x264, subw 0x0, time 3769332, (135,143), root:(2287,595),
    state 0x0, keycode 122 (keysym 0x1008ff11, XF86AudioLowerVolume), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False
    here is some Information(I dont know why the mouse is identified as 'type:KEYBOARD'):
    hacksign@XSign [14:55:03] : ~
    >> xinput
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ RAPOO RAPOO 2.4G Remote Mouse id=13 [slave pointer (2)]
    ⎜ ↳ SynPS/2 Synaptics TouchPad id=15 [slave pointer (2)]
    ⎜ ↳ TPPS/2 IBM TrackPoint id=16 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Sleep Button id=8 [slave keyboard (3)]
    ↳ Heng Yu Technology Poker Pro S id=9 [slave keyboard (3)]
    ↳ Heng Yu Technology Poker Pro S id=10 [slave keyboard (3)]
    ↳ Integrated Camera id=11 [slave keyboard (3)]
    ↳ RAPOO RAPOO 2.4G Remote Mouse id=12 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
    ↳ ThinkPad Extra Buttons id=17 [slave keyboard (3)]
    hacksign@XSign [14:55:06] : ~
    >> xinput list-props 13
    Device 'RAPOO RAPOO 2.4G Remote Mouse':
    Device Enabled (142): 1
    Coordinate Transformation Matrix (144): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (270): 0
    Device Accel Constant Deceleration (271): 1.000000
    Device Accel Adaptive Deceleration (272): 1.000000
    Device Accel Velocity Scaling (273): 10.000000
    Device Product ID (260): 9390, 8192
    Device Node (261): "/dev/input/event8"
    Evdev Axis Inversion (274): 0, 0
    Evdev Axes Swap (276): 0
    Axis Labels (277): "Rel X" (152), "Rel Y" (153), "Rel Horiz Wheel" (267), "Rel Dial" (268), "Rel Vert Wheel" (269)
    Button Labels (278): "Button Left" (145), "Button Middle" (146), "Button Right" (147), "Button Wheel Up" (148), "Button Wheel Down" (149), "Button Horiz Wheel Left" (150), "Button Horiz Wheel Right" (151), "Button Side" (265), "Button Extra" (266), "Button Unknown" (263), "Button Unknown" (263), "Button Unknown" (263), "Button Unknown" (263)
    Evdev Scrolling Distance (279): 1, 1, 1
    Evdev Middle Button Emulation (280): 0
    Evdev Middle Button Timeout (281): 50
    Evdev Third Button Emulation (282): 0
    Evdev Third Button Emulation Timeout (283): 1000
    Evdev Third Button Emulation Button (284): 3
    Evdev Third Button Emulation Threshold (285): 20
    Evdev Wheel Emulation (286): 0
    Evdev Wheel Emulation Axes (287): 0, 0, 4, 5
    Evdev Wheel Emulation Inertia (288): 10
    Evdev Wheel Emulation Timeout (289): 200
    Evdev Wheel Emulation Button (290): 4
    Evdev Drag Lock Buttons (291): 0
    hacksign@XSign [14:55:14] : ~
    >> grep -i rapoo /var/log/Xorg.0.log
    [ 29.102] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/event7)
    [ 29.102] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev keyboard catchall"
    [ 29.102] (II) Using input driver 'evdev' for 'RAPOO RAPOO 2.4G Remote Mouse'
    [ 29.102] (**) RAPOO RAPOO 2.4G Remote Mouse: always reports core events
    [ 29.102] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: Device: "/dev/input/event7"
    [ 29.102] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Vendor 0x24ae Product 0x2000
    [ 29.102] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found keys
    [ 29.102] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as keyboard
    [ 29.102] (II) XINPUT: Adding extended input device "RAPOO RAPOO 2.4G Remote Mouse" (type: KEYBOARD, id 12)
    [ 29.103] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/event8)
    [ 29.103] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev pointer catchall"
    [ 29.103] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev keyboard catchall"
    [ 29.103] (II) Using input driver 'evdev' for 'RAPOO RAPOO 2.4G Remote Mouse'
    [ 29.103] (**) RAPOO RAPOO 2.4G Remote Mouse: always reports core events
    [ 29.103] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: Device: "/dev/input/event8"
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Vendor 0x24ae Product 0x2000
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found 9 mouse buttons
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found scroll wheel(s)
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found relative axes
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found x and y relative axes
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found absolute axes
    [ 29.103] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Forcing absolute x/y axes to exist.
    [ 29.103] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found keys
    [ 29.103] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as mouse
    [ 29.103] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as keyboard
    [ 29.103] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Adding scrollwheel support
    [ 29.103] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: YAxisMapping: buttons 4 and 5
    [ 29.103] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 29.103] (II) XINPUT: Adding extended input device "RAPOO RAPOO 2.4G Remote Mouse" (type: KEYBOARD, id 13)
    [ 29.104] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: initialized for relative axes.
    [ 29.104] (WW) evdev: RAPOO RAPOO 2.4G Remote Mouse: ignoring absolute axes.
    [ 29.104] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) keeping acceleration scheme 1
    [ 29.104] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration profile 0
    [ 29.104] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration factor: 2.000
    [ 29.104] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration threshold: 4
    [ 29.104] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/mouse0)
    hacksign@XSign [14:59:47] : ~
    >> yaourt -Q|grep -i 'input-'
    local/xf86-input-evdev-trackpoint 2.9.1-1
    extra/xf86-input-keyboard 1.8.0-3 (xorg-drivers xorg)
    extra/xf86-input-mouse 1.9.1-1 (xorg-drivers xorg)
    extra/xf86-input-synaptics 1.8.1-1 (xorg-drivers xorg)
    Last edited by Hacksign (2015-01-14 02:22:51)

    Thanks for reply !
    change Driver 'mouse' to Driver 'evdev',solved cursor goes beyond controll problem.
    but I still can not use scroll button and 'go forward'&'go backward' button.
    (BTW:evdev_drv.so is from local/xf86-input-evdev-trackpoint, and local/xf86-input-evdev-trackpoint package is from AUR)
    I think, maybe something wrong with my button number mapping, but I still can not get scroll button number with 'xev' command....
    below is my configuration:
    hacksign@XSign [17:15:19] : /var/log
    >> cat /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
    Section "InputClass"
    Identifier "Mouse2"
    MatchProduct "RAPOO RAPOO 2.4G Remote Mouse"
    MatchIsPointer "yes"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "Protocol" "auto"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "9"
    Option "ButtonMapping" "1 2 3 6 7 8 9 4 5"
    EndSection
    and here is Xorg.0.log
    [ 11357.287] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev keyboard catchall"
    [ 11357.287] (II) Using input driver 'evdev' for 'RAPOO RAPOO 2.4G Remote Mouse'
    [ 11357.287] (**) RAPOO RAPOO 2.4G Remote Mouse: always reports core events
    [ 11357.287] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: Device: "/dev/input/event7"
    [ 11357.287] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Vendor 0x24ae Product 0x2000
    [ 11357.287] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found keys
    [ 11357.287] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as keyboard
    [ 11357.287] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:24AE:2000.0003/input/input8/event7"
    [ 11357.288] (II) XINPUT: Adding extended input device "RAPOO RAPOO 2.4G Remote Mouse" (type: KEYBOARD, id 12)
    [ 11357.288] (**) Option "xkb_rules" "evdev"
    [ 11357.288] (**) Option "xkb_model" "pc104"
    [ 11357.288] (**) Option "xkb_layout" "us"
    [ 11357.288] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/event8)
    [ 11357.288] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev pointer catchall"
    [ 11357.288] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "evdev keyboard catchall"
    [ 11357.288] (**) RAPOO RAPOO 2.4G Remote Mouse: Applying InputClass "Mouse2"
    [ 11357.288] (II) Using input driver 'evdev' for 'RAPOO RAPOO 2.4G Remote Mouse'
    [ 11357.288] (**) RAPOO RAPOO 2.4G Remote Mouse: always reports core events
    [ 11357.288] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: Device: "/dev/input/event8"
    [ 11357.288] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: ButtonMapping '1 2 3 6 7 8 9 4 5'
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Vendor 0x24ae Product 0x2000
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found 9 mouse buttons
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found scroll wheel(s)
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found relative axes
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found x and y relative axes
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found absolute axes
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Forcing absolute x/y axes to exist.
    [ 11357.288] (--) evdev: RAPOO RAPOO 2.4G Remote Mouse: Found keys
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as mouse
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Configuring as keyboard
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: Adding scrollwheel support
    [ 11357.288] (**) Option "Emulate3Buttons" "no"
    [ 11357.288] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: YAxisMapping: buttons 4 and 5
    [ 11357.288] (**) evdev: RAPOO RAPOO 2.4G Remote Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 11357.288] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:24AE:2000.0004/input/input9/event8"
    [ 11357.288] (II) XINPUT: Adding extended input device "RAPOO RAPOO 2.4G Remote Mouse" (type: KEYBOARD, id 13)
    [ 11357.288] (**) Option "xkb_rules" "evdev"
    [ 11357.288] (**) Option "xkb_model" "pc104"
    [ 11357.288] (**) Option "xkb_layout" "us"
    [ 11357.288] (II) evdev: RAPOO RAPOO 2.4G Remote Mouse: initialized for relative axes.
    [ 11357.288] (WW) evdev: RAPOO RAPOO 2.4G Remote Mouse: ignoring absolute axes.
    [ 11357.289] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) keeping acceleration scheme 1
    [ 11357.289] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration profile 0
    [ 11357.289] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration factor: 2.000
    [ 11357.289] (**) RAPOO RAPOO 2.4G Remote Mouse: (accel) acceleration threshold: 4
    [ 11357.289] (II) config/udev: Adding input device RAPOO RAPOO 2.4G Remote Mouse (/dev/input/mouse0)
    [ 11357.289] (II) No input driver specified, ignoring this device.
    [ 11357.289] (II) This device may have been added with another device file.
    olive wrote:In the config file you mentioned, all is commented; do you mean that you have problems when you have uncommented it? You should not use the mouse driver (old deprecated driver) but evdev. Try to remove xf86-input-mouse and xf86-input-keyboard (same as before, this is deprecated and handled by evdev) and remove also a "joystick" driver if you have it (I have had problem with it conflicting with the evdev driver).
    Last edited by Hacksign (2015-01-13 09:27:06)

  • Asus 1201N - Store Stock

    Hi,
    Will you be getting the Asus 1201N instore ?
    Its currently avalible for delivery on your site.
    Thanks
    Chris

    Do yout fix it?
    I have the same problem, I reinstall arch, the error continue but now it connecting from wpa_supplicant
    someone?

  • [SOLVED] xorg whoes, once more

    Like some other  i am trapped with the update to xorg 7.3, too.
    First my xorg.conf:
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    #Load "dri"
    # loading the hal_mga
    # Load "hal_mga"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/local/share/fonts"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "logicdp"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/psaux"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    Option "ChordMiddle"
    EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "samtron210ppl"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 30-115 #hand
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-160 #hand
    # Gamma 0.80 0.80 0.80 # created by KGamma
    EndSection
    Section "Monitor"
    Identifier "samtron210ppr"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 30-115 #hand
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-160 #hand
    # Gamma 0.80 0.80 0.80 # created by KGamma
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "** NVIDIA (generic) [nv]"
    Driver "nv"
    VideoRam 32768
    # Insert Clocks lines here if appropriate
    EndSection
    Section "Device"
    Identifier "** Matrox (generic) [mga]"
    BusID "PCI:3:0:0"
    Driver "mga"
    ChipSet "mgag400"
    VideoRam 32768
    # Option "OldDMAInit" "true"
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "** NVIDIA (generic) [nv]"
    Monitor "samtron210ppl"
    DefaultDepth 24 #was 16
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen 2"
    Device "** Matrox (generic) [mga]"
    Monitor "samtron210ppr"
    DefaultDepth 24 #was 16
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    Screen "Screen 2" RightOf "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    # Mode 0666
    # EndSection
    Now the problem / symptom:
    Starting x causes the right crt to calibrate and flicker for a moment and then falling back to a black screen, no desktop (:
    Leaving x, the crt recalibrates again (this has happened also before the last Syu, it's ok)
    Any guesses and/or hints beside roll back to the previous xorg-version?
    thx
    Last edited by antiphasis (2007-11-10 08:39:51)

    A college at work is trapped with quite the same problem.
    Today, he upgraded the system, using mga driver (matrox 450 dual head). XOrg starts fine, but the screen is totally messed up (lines across the screen, in different kind of colors, some lines remain black also).
    I'll go on trying to downgrade the mga package, hope it won't break xorg completely. Now i just need to find a repo with the old driver still available .
    Yours,
    STi

  • [SOLVED] Xorg / Bumblebee on Asus N56V

    Hello.
    I've recently choose to give my laptop a true OS, but I encoutered some difficulties.
    Modèle : ASUS N56V8 with Intel HD Graphics 4000 and Nvidia GeForce 650M
    It came originally with Windows 8, uefi, secureboot and all.
    I already had some experience with debian who's never too far away (I use it for my home servers), but for my personal needs I wanted to try something different, and some people talked to me about Archlinux, so why not give it a try.
    Because I don't know If I'll need W8 again for my school next year (because I'm student in an IT school I was was using some windows-only software), I choose to keep it, and did a dual boot. I followed the Beginner's Guide and somewhat managed to install Archlinux without problems.
    # uname -a
    Linux yog-sothoth 3.15.5-2-ARCH #1 SMP PREEMPT Fri Jul 11 07:56:02 CEST 2014 x86_64 GNU/Linux
    Here is my setup :
    lsblk -f
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sda
    ├─sda1 vfat SYSTEM 206F-C75B /boot
    ├─sda2 ntfs Recovery 2CF4196AF4193812
    ├─sda3
    ├─sda4 ntfs 9C40CB1E40CAFDD0
    ├─sda5 ntfs Data F21E20A41E2063B7
    ├─sda6 ntfs Restore 4C6623F16623DB0A
    ├─sda7 ext4 c74ce11d-1a68-4f80-8676-69bf0bc0ca6c /
    └─sda8 ext4 5d5ccd3c-a000-4b98-a9ff-493319e2ea47 /home
    where
    sda1 is the originally installed EFI partition (who's dualbooting my AL/W8 without a hitch)
    sda2-3-4 are the W8 systems partition
    sda-5 is a ntfs partition shared for both systems
    sda-6 is the asus recovery partition
    sda-7 is Archlinux Root
    sda-8 is Archlinux Home
    The problem :
    I watend to install a graphic interface (gnome 3), so I tried to install xorg, bumblebee and  so on since I've apparently Nvidia Optimus
    Tutorials followed :
    Archlinux wiki bumblebee
    Archlinux wiki xorg
    # lspci | grep "VGA"
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M] (rev ff)
    .xinitrc
    exec gnome-session
    And... It didn't work. It try to launch and close immediately. (.xinit contain just exec gnome-session)
    Optirun doesn't work either
    Here's my Xorg.0.log :
    Short version :
    [ 1071.726]
    (EE) No devices detected.
    [ 1071.726] (EE)
    Fatal server error:
    [ 1071.726] (EE) no screens found(EE)
    [ 1071.726] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1071.726] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1071.726] (EE)
    Xorg.0.log Long version
    Xorg.8.log Long version (this one say kbd module doesn't exist but kbd is already installed ?)
    EDIT : New Xorg.0.log without the xorg.conf.d.files : http://pastie.org/private/z6i8yygucboc0fteorbs9g && Xorg.8.log http://pastie.org/private/sx9ywyhodvsnjsrimlla
    Here's my /etc/X11-6xorg.conf.d/ files :
    10-keyboard-layout.conf
    Section "InputClass"
    Identifier "Keyboard Layout"
    MatchIsKeyboard "yes"
    MatchDevicePath "/dev/input/event*"
    Option "XkbLayout" "ch"
    Option "XkbVariant" "fr"
    EndSection
    10-monitor.conf
    Section "Monitor"
    Identifier "Monitor0"
    Option "PreferredMode" "1980x1024"
    EndSection
    10-intel.conf
    Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "AccelMethod" "sna"
    #Option "AccelMethod" "uxa"
    #Option "AccelMethod" "glamor"
    EndSection
    10-nvidia.conf
    Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
    EndSection
    (10-evdev.conf and 10-quirks.conf are the default one)
    Hope I don't have forgotten something.
    Can you help me ?
    Last edited by noirvent (2014-07-22 02:00:00)

    Little up here.
    I've tried many thing to resolve my problem, like using nouveau etc., but nothing good.
    Then I re-installed the Intel/Nvidia Bumblebee initial lot.
    I was wondering if the prob was my wrong configuration of Xorg, so I copied the default .xinitrc and startx and some ugly white and green window showed up, yaaay.
    And then I realized I was probably editing the wrong conf file since no matter I was messing with /etc/X11/xorg.conf.d/. But Bumblebee seems to use /etc/bumblebee/xorg,conf.nvidia
    Since the problem was he could not find the device to use for secondary screen, I uncommented the BusID line (after checking it was the right device with lspci)
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00:0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    Pastie link
    Aaand... The error message updated. now it's
    Script started on Tue 22 Jul 2014 12:27:21 AM CEST
    # optirun -vv glxinfo
    [ 1733.273715] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 1733.274423] [DEBUG]optirun version 3.2.1 starting...
    [ 1733.274457] [DEBUG]Active configuration:
    [ 1733.274476] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 1733.274495] [DEBUG] X display: :8
    [ 1733.274513] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [ 1733.274533] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 1733.274552] [DEBUG] Accel/display bridge: auto
    [ 1733.274571] [DEBUG] VGL Compression: proxy
    [ 1733.274588] [DEBUG] VGLrun extra options:
    [ 1733.274607] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [ 1733.274660] [DEBUG]Using auto-detected bridge virtualgl
    [ 1733.286662] [INFO]Response: No - error: [XORG] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 1733.286689] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 1733.286710] [DEBUG]Socket closed.
    [ 1733.286743] [ERROR]Aborting because fallback start is disabled.
    [ 1733.286762] [DEBUG]Killing all remaining processes.
    Script done on Tue 22 Jul 2014 12:27:30 AM CEST
    New Xorg.0.log : http://pastie.org/private/1zcvxvvnnm8wrtz7uvtpia
    New Xorg.8.log : http://pastie.org/private/zlbiqgr5hozngzt8qlhkvq  (This one seems to have more usable informations)
    So the new problem is : Failed to initialize the NVIDIA GPU at PCI:1:0:0
    as ArchLinux Wiki Bumblebee Troubleshooting say, I should add rcutree.rcu_idle_gp_delay=1 to my kernel parameters. The source link of this fix talk about grub files to edit, but I'm using Gummiboot and don't know how to edit kernel parameters
    (and now whenever I use startx or optirun, the nvidia's card fan start working like crazy until I shutdown )
    EDIT : found https://wiki.archlinux.org/index.php/ke … #Gummiboot
    tried adding on boot (one shot).
    copied /etc/skel/.xinitrc, uncommted the gnome-session line
    startx
    Yay, Gnome 3 ! But I don't have any mouse.
    optimus still failed though
    EDIT 2 : Seems like working (Gnome 3, though. Optirun is a matter of time. Thanks for... the help, I guess
    Last edited by noirvent (2014-07-22 02:00:54)

  • [SOLVED] Xorg crashes with radeon xpress 200, KDE and no KMS

    Hi all, I'm experiencing an annoying problem with Arch. I'm using the xf86-video-ati driver, and in KDE 4.3.2, with compositing enabled, everytime I open a new window of any program and already having other window opened (for example, opening konsole and then opening chromium), X dies and goes to KDM login. I've made some tests and figured out that this occurs only when ati kernel modesetting is disabled and KWin's compositing is enabled. But when I enable modesetting, 3D compositing turns very slow. Is this problem ocurring with anyone else?
    Everytime X dies, this message appears when I run dmesg:
    [drm] Setting GART location based on new memory map
    [drm] Loading R300 Microcode
    [drm] Num pipes: 4
    [drm] writeback test succeeded in 1 usecs
    Here's my xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "8174"
    EndSection
    Section "Device"
    Option "AccelDFS" "true"
    Option "AccelMethod" "EXA"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RC410 [Radeon Xpress 200M]"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Thanks in advance.
    Last edited by countercraft (2009-11-12 03:32:48)

    countercraft wrote:Hi all, I'm experiencing an annoying problem with Arch. I'm using the xf86-video-ati driver, and in KDE 4.3.2, with compositing enabled, everytime I open a new window of any program and already having other window opened (for example, opening konsole and then opening chromium), X dies and goes to KDM login. I've made some tests and figured out that this occurs only when ati kernel modesetting is disabled and KWin's compositing is enabled. But when I enable modesetting, 3D compositing turns very slow. Is this problem ocurring with anyone else?
    Hi, I have extactly the same problem. Have you already rebuilt those patched mesa, libgl, and ati-dri?
    This problem is really annoying, not least for coming so unexpected. But, as for me, I don't have time (and to be honest, any desire) to rebuild those with some cryptic patches. I just wonder, how such a big failure made into a mesa package?
    [EDIT]: I reinstalled the KDE packages yesterday, I didn't encounter this problem in GNOME.
    Last edited by Mad Max (2009-12-02 13:12:29)

  • [SOLVED] Xorg crash - KolourPaint - intel

    Hello.
    I have a ASUS 1001HA netbook. I'm running the latest xorg-server xf86-video-intel and KDE from the stable Archlinux repos.
    Xorg crash when I do:
    1) open KolourPaint, and select the pen tool.
    2) start drawing your name quickly(or some doodle) by pressing the left button of your mouse(or your touchpad) without releasing it.
    3) Xorg crashes.
    Xorg.0.log.old:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH i686
    Current Operating System: Linux arch 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010 i686
    Kernel command line: root=/dev/disk/by-uuid/ea0af8f4-8676-431b-ac66-5a4c7e989ca8 resume=/dev/sda6 ro acpi_osi="!Windows 2009" acpi_backlight=vendor eeepc_laptop.hotplug_disabled=1 logo.nologo quiet console=tty1 splash=silent,theme:arch-black elevator=deadline
    Build Date: 01 April 2010 05:35:33PM
    Current version of pixman: 0.18.2
    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: Tue Jun 15 21:52:30 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "SynapticsTouchpad"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AutoAddDevices.
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf7e00000/524288, 0xd0000000/268435456, 0xf7dc0000/262144, I/O @ 0x0000dc00/8
    (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7e80000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (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. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, 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: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, 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: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, 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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, 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.7.4.901, module version = 2.10.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "intel"
    (II) Reloading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) UnloadModule: "intel"
    (II) Failed to load module "intel" (already loaded, 136046834)
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
    (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, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    (II) Primary Device is: PCI 00@00:02:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    (--) intel(0): Chipset: "945GME"
    (==) intel(0): video overlay key set to 0x101fe
    (II) intel(0): Output VGA1 using monitor section Monitor0
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): found backlight control interface /sys/class/backlight/eeepc
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1024x600
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (==) 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.7.6, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): [DRI2] Setup complete
    (**) 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)
    (II) put_image
    (==) 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.
    (==) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay 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 SECURITY
    (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_make_current_read
    (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/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 158
    (II) Synaptics touchpad driver version 1.2.1
    (--) SynapticsTouchpad auto-dev sets device to /dev/input/event9
    (**) Option "Device" "/dev/input/event9"
    (II) SynapticsTouchpad: x-axis range 1472 - 5472
    (II) SynapticsTouchpad: y-axis range 1408 - 4448
    (II) SynapticsTouchpad: pressure range 0 - 255
    (II) SynapticsTouchpad: finger width range 0 - 0
    (II) SynapticsTouchpad: buttons: left right
    (**) Option "SHMConfig" "false"
    (**) Option "LeftEdge" "1752"
    (**) Option "RightEdge" "5192"
    (**) Option "TopEdge" "1620"
    (**) Option "BottomEdge" "4236"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "FingerPress" "256"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "221"
    (**) Option "ClickTime" "80"
    (**) Option "FastTaps" "false"
    (**) Option "EmulateMidButtonTime" "75"
    (**) Option "EmulateTwoFingerMinZ" "280"
    (**) Option "EmulateTwoFingerMinW" "7"
    (**) Option "VertScrollDelta" "100"
    (**) Option "HorizScrollDelta" "100"
    (**) Option "VertEdgeScroll" "true"
    (**) Option "HorizEdgeScroll" "false"
    (**) Option "CornerCoasting" "true"
    (**) Option "VertTwoFingerScroll" "true"
    (**) Option "HorizTwoFingerScroll" "true"
    (**) Option "LockedDrags" "true"
    (**) Option "LockedDragTimeout" "5000"
    (**) Option "TapButton1" "3"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "1"
    (**) Option "CircularScrolling" "false"
    (**) Option "CircularPad" "false"
    (**) Option "SingleTapTimeout" "180"
    (**) Option "MinSpeed" "0.4"
    (**) Option "MaxSpeed" "0.7"
    (**) Option "AccelFactor" "0.00995223"
    (**) Option "TrackstickSpeed" "40"
    (**) Option "CoastingSpeed" "0"
    (--) SynapticsTouchpad: touchpad found
    (**) Option "AlwaysCore" "true"
    (**) Option "SendCoreEvents"
    (**) SynapticsTouchpad: always reports core events
    (II) XINPUT: Adding extended input device "SynapticsTouchpad" (type: TOUCHPAD)
    (**) SynapticsTouchpad: (accel) keeping acceleration scheme 1
    (**) SynapticsTouchpad: (accel) acceleration profile 0
    (--) SynapticsTouchpad: touchpad found
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event9"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    (II) UnloadModule: "synaptics"
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Asus EeePC extra buttons
    (**) Asus EeePC extra buttons: always reports core events
    (**) Asus EeePC extra buttons: Device: "/dev/input/event7"
    (II) Asus EeePC extra buttons: Found keys
    (II) Asus EeePC extra buttons: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device USB2.0 UVC 1.3M WebCam
    (**) USB2.0 UVC 1.3M WebCam: always reports core events
    (**) USB2.0 UVC 1.3M WebCam: Device: "/dev/input/event10"
    (II) USB2.0 UVC 1.3M WebCam: Found keys
    (II) USB2.0 UVC 1.3M WebCam: Configuring as keyboard
    (II) XINPUT: Adding extended input device "USB2.0 UVC 1.3M WebCam" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event4"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event5"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event2"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event6"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) intel(0): EDID vendor "HSD", prod id 1001
    (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) intel(0): No memory allocations
    (II) intel(0): EDID vendor "HSD", prod id 1001
    (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    (--) SynapticsTouchpad: touchpad found
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Asus EeePC extra buttons: Device reopened after 1 attempts.
    (II) USB2.0 UVC 1.3M WebCam: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x3b) [0x809f81b]
    1: /usr/bin/X (0x8048000+0x54745) [0x809c745]
    2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb787c40c]
    3: /usr/lib/xorg/modules/libfb.so (fbSegment+0x230) [0xb72b9b20]
    4: /usr/lib/xorg/modules/libfb.so (fbZeroLine+0x13c) [0xb72b66dc]
    5: /usr/lib/xorg/modules/libfb.so (fbPolyLine+0x72) [0xb72b63c2]
    6: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72cb000+0x3b405) [0xb7306405]
    7: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72cb000+0x33d6b) [0xb72fed6b]
    8: /usr/bin/X (0x8048000+0xc5d38) [0x810dd38]
    9: /usr/bin/X (0x8048000+0x3daeb) [0x8085aeb]
    10: /usr/bin/X (0x8048000+0x40437) [0x8088437]
    11: /usr/bin/X (0x8048000+0x1a705) [0x8062705]
    12: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7471c76]
    13: /usr/bin/X (0x8048000+0x1a2f1) [0x80622f1]
    Segmentation fault at address 0xb6e96ffc
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    (II) UnloadModule: "synaptics"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Asus EeePC extra buttons: Close
    (II) UnloadModule: "evdev"
    (II) USB2.0 UVC 1.3M WebCam: Close
    (II) UnloadModule: "evdev"
    (II) Sleep Button: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) AIGLX: Suspending AIGLX clients for VT switch
    This bug is similar to:
    https://bugs.launchpad.net/ubuntu/+sour … bug/415357
    Is there any solution for this?
    Last edited by amen (2010-09-30 07:29:05)

    I upgraded my system(new xorg-server, xf86-video-intel...) and problem still exists:
    [ 4658.342]
    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.
    [ 4658.342]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 4658.342] X Protocol Version 11, Revision 0
    [ 4658.342] Build Operating System: Linux 2.6.34-ARCH i686
    [ 4658.343] Current Operating System: Linux arch 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 13:06:16 CEST 2010 i686
    [ 4658.343] Kernel command line: root=/dev/disk/by-uuid/ea0af8f4-8676-431b-ac66-5a4c7e989ca8 resume=/dev/sda6 ro acpi_osi="!Windows 2009" acpi_backlight=vendor eeepc_laptop.hotplug_disabled=1 logo.nologo quiet console=tty1 splash=silent,theme:arch-black elevator=deadline
    [ 4658.343] Build Date: 21 June 2010 11:54:27AM
    [ 4658.343]
    [ 4658.343] Current version of pixman: 0.18.2
    [ 4658.343] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4658.343] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4658.343] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 22 17:07:49 2010
    [ 4658.344] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4658.344] (==) No Layout section. Using the first Screen section.
    [ 4658.344] (==) No screen section available. Using defaults.
    [ 4658.344] (**) |-->Screen "Default Screen Section" (0)
    [ 4658.344] (**) | |-->Monitor "<default monitor>"
    [ 4658.345] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4658.345] (==) Automatically adding devices
    [ 4658.345] (==) Automatically enabling devices
    [ 4658.345] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4658.345] Entry deleted from font path.
    [ 4658.345] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 4658.345] Entry deleted from font path.
    [ 4658.345] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 4658.345] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4658.345] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4658.345] (II) Loader magic: 0x81e9d00
    [ 4658.345] (II) Module ABI versions:
    [ 4658.345] X.Org ANSI C Emulation: 0.4
    [ 4658.345] X.Org Video Driver: 7.0
    [ 4658.345] X.Org XInput driver : 9.0
    [ 4658.345] X.Org Server Extension : 3.0
    [ 4658.371] (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf7f00000/524288, 0xd0000000/268435456, 0xf7ec0000/262144, I/O @ 0x0000ec00/8
    [ 4658.371] (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7f80000/524288
    [ 4658.371] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 4658.371] (II) LoadModule: "extmod"
    [ 4658.372] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 4658.372] (II) Module extmod: vendor="X.Org Foundation"
    [ 4658.372] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.372] Module class: X.Org Server Extension
    [ 4658.372] ABI class: X.Org Server Extension, version 3.0
    [ 4658.373] (II) Loading extension MIT-SCREEN-SAVER
    [ 4658.373] (II) Loading extension XFree86-VidModeExtension
    [ 4658.373] (II) Loading extension XFree86-DGA
    [ 4658.373] (II) Loading extension DPMS
    [ 4658.373] (II) Loading extension XVideo
    [ 4658.373] (II) Loading extension XVideo-MotionCompensation
    [ 4658.373] (II) Loading extension X-Resource
    [ 4658.373] (II) LoadModule: "dbe"
    [ 4658.373] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 4658.373] (II) Module dbe: vendor="X.Org Foundation"
    [ 4658.373] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.373] Module class: X.Org Server Extension
    [ 4658.373] ABI class: X.Org Server Extension, version 3.0
    [ 4658.373] (II) Loading extension DOUBLE-BUFFER
    [ 4658.374] (II) LoadModule: "glx"
    [ 4658.374] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4658.374] (II) Module glx: vendor="X.Org Foundation"
    [ 4658.374] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.374] ABI class: X.Org Server Extension, version 3.0
    [ 4658.374] (==) AIGLX enabled
    [ 4658.374] (II) Loading extension GLX
    [ 4658.374] (II) LoadModule: "record"
    [ 4658.375] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 4658.375] (II) Module record: vendor="X.Org Foundation"
    [ 4658.375] compiled for 1.8.1.902, module version = 1.13.0
    [ 4658.375] Module class: X.Org Server Extension
    [ 4658.375] ABI class: X.Org Server Extension, version 3.0
    [ 4658.375] (II) Loading extension RECORD
    [ 4658.375] (II) LoadModule: "dri"
    [ 4658.375] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 4658.376] (II) Module dri: vendor="X.Org Foundation"
    [ 4658.376] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.376] ABI class: X.Org Server Extension, version 3.0
    [ 4658.376] (II) Loading extension XFree86-DRI
    [ 4658.376] (II) LoadModule: "dri2"
    [ 4658.376] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 4658.377] (II) Module dri2: vendor="X.Org Foundation"
    [ 4658.377] compiled for 1.8.1.902, module version = 1.2.0
    [ 4658.377] ABI class: X.Org Server Extension, version 3.0
    [ 4658.377] (II) Loading extension DRI2
    [ 4658.377] (==) Matched intel as autoconfigured driver 0
    [ 4658.377] (==) Matched vesa as autoconfigured driver 1
    [ 4658.377] (==) Matched fbdev as autoconfigured driver 2
    [ 4658.377] (==) Assigned the driver to the xf86ConfigLayout
    [ 4658.377] (II) LoadModule: "intel"
    [ 4658.377] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4658.378] (II) Module intel: vendor="X.Org Foundation"
    [ 4658.378] compiled for 1.8.1, module version = 2.11.0
    [ 4658.378] Module class: X.Org Video Driver
    [ 4658.378] ABI class: X.Org Video Driver, version 7.0
    [ 4658.378] (II) LoadModule: "vesa"
    [ 4658.378] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 4658.379] (II) Module vesa: vendor="X.Org Foundation"
    [ 4658.379] compiled for 1.8.0, module version = 2.3.0
    [ 4658.379] Module class: X.Org Video Driver
    [ 4658.379] ABI class: X.Org Video Driver, version 7.0
    [ 4658.379] (II) LoadModule: "fbdev"
    [ 4658.380] (WW) Warning, couldn't open module fbdev
    [ 4658.380] (II) UnloadModule: "fbdev"
    [ 4658.380] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 4658.380] (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, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    [ 4658.381] (II) VESA: driver for VESA chipsets: vesa
    [ 4658.381] (++) using VT number 8
    [ 4658.388] (II) Primary Device is: PCI 00@00:02:0
    [ 4658.389] (WW) Falling back to old probe method for vesa
    [ 4658.391] drmOpenDevice: node name is /dev/dri/card0
    [ 4658.391] drmOpenDevice: open result is 9, (OK)
    [ 4658.416] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 4658.416] drmOpenDevice: node name is /dev/dri/card0
    [ 4658.416] drmOpenDevice: open result is 9, (OK)
    [ 4658.416] drmOpenByBusid: drmOpenMinor returns 9
    [ 4658.416] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 4658.416] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4658.416] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 4658.416] (==) intel(0): RGB weight 888
    [ 4658.416] (==) intel(0): Default visual is TrueColor
    [ 4658.416] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    [ 4658.417] (--) intel(0): Chipset: "945GME"
    [ 4658.417] (==) intel(0): video overlay key set to 0x101fe
    [ 4658.443] (II) intel(0): Output VGA1 has no monitor section
    [ 4658.545] (II) intel(0): Output LVDS1 has no monitor section
    [ 4658.545] (II) intel(0): found backlight control interface /sys/class/backlight/eeepc
    [ 4658.572] (II) intel(0): EDID for output VGA1
    [ 4658.675] (II) intel(0): EDID for output LVDS1
    [ 4658.675] (II) intel(0): Manufacturer: HSD Model: 3e9 Serial#: 1130
    [ 4658.675] (II) intel(0): Year: 2010 Week: 4
    [ 4658.675] (II) intel(0): EDID Version: 1.3
    [ 4658.675] (II) intel(0): Digital Display Input
    [ 4658.675] (II) intel(0): Max Image Size [cm]: horiz.: 22 vert.: 13
    [ 4658.675] (II) intel(0): Gamma: 2.20
    [ 4658.676] (II) intel(0): No DPMS capabilities specified
    [ 4658.676] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 4658.676] (II) intel(0): First detailed timing is preferred mode
    [ 4658.676] (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.317 greenY: 0.564
    [ 4658.676] (II) intel(0): blueX: 0.152 blueY: 0.131 whiteX: 0.310 whiteY: 0.330
    [ 4658.676] (II) intel(0): Manufacturer's mask: 0
    [ 4658.676] (II) intel(0): Supported detailed timing:
    [ 4658.676] (II) intel(0): clock: 45.0 MHz Image Size: 220 x 129 mm
    [ 4658.676] (II) intel(0): h_active: 1024 h_sync: 1077 h_sync_end 1112 h_blank_end 1200 h_border: 0
    [ 4658.676] (II) intel(0): v_active: 600 v_sync: 604 v_sync_end 609 v_blanking: 625 v_border: 0
    [ 4658.676] (II) intel(0): Supported detailed timing:
    [ 4658.676] (II) intel(0): clock: 51.4 MHz Image Size: 220 x 129 mm
    [ 4658.676] (II) intel(0): h_active: 1024 h_sync: 1117 h_sync_end 1152 h_blank_end 1240 h_border: 0
    [ 4658.676] (II) intel(0): v_active: 600 v_sync: 617 v_sync_end 622 v_blanking: 638 v_border: 0
    [ 4658.676] (II) intel(0):
    [ 4658.676] (II) intel(0):
    [ 4658.676] (II) intel(0): EDID (in hex):
    [ 4658.677] (II) intel(0): 00ffffffffffff002264e9036a040000
    [ 4658.677] (II) intel(0): 0414010380160d780a86269457519027
    [ 4658.677] (II) intel(0): 214f5400000001010101010101010101
    [ 4658.677] (II) intel(0): 010101010101941100b0405819203523
    [ 4658.677] (II) intel(0): 4500dc8100000019161400d840582620
    [ 4658.677] (II) intel(0): 5d231504dc8100000000000000fe0000
    [ 4658.677] (II) intel(0): 000000000000000000000000000000fe
    [ 4658.677] (II) intel(0): 00000000000000000001000000000066
    [ 4658.677] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 4658.678] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 4658.678] (II) intel(0): Printing probed modes for output LVDS1
    [ 4658.678] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 4658.678] (II) intel(0): Modeline "1024x600"x65.0 51.42 1024 1117 1152 1240 600 601 606 638 -hsync -vsync (41.5 kHz)
    [ 4658.678] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 4658.678] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 4658.678] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 4658.678] (II) intel(0): Output VGA1 disconnected
    [ 4658.678] (II) intel(0): Output LVDS1 connected
    [ 4658.678] (II) intel(0): Using exact sizes for initial modes
    [ 4658.678] (II) intel(0): Output LVDS1 using initial mode 1024x600
    [ 4658.678] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 4658.678] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 4658.678] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 4658.678] (==) intel(0): DPI set to (96, 96)
    [ 4658.678] (II) Loading sub module "fb"
    [ 4658.678] (II) LoadModule: "fb"
    [ 4658.678] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4658.679] (II) Module fb: vendor="X.Org Foundation"
    [ 4658.679] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.679] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4658.679] (II) UnloadModule: "vesa"
    [ 4658.679] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 4658.679] (==) Depth 24 pixmap format is 32 bpp
    [ 4658.679] (II) intel(0): [DRI2] Setup complete
    [ 4658.679] (II) intel(0): [DRI2] DRI driver: i915
    [ 4658.679] (**) intel(0): Tiling enabled
    [ 4658.680] (**) intel(0): SwapBuffers wait enabled
    [ 4658.680] (==) intel(0): VideoRam: 262144 KB
    [ 4658.680] (II) intel(0): Attempting memory allocation with tiled buffers.
    [ 4658.680] (II) intel(0): Tiled allocation successful.
    [ 4658.680] (II) UXA(0): Driver registered support for the following operations:
    [ 4658.680] (II) solid
    [ 4658.680] (II) copy
    [ 4658.680] (II) composite (RENDER acceleration)
    [ 4658.680] (II) put_image
    [ 4658.680] (==) intel(0): Backing store disabled
    [ 4658.680] (==) intel(0): Silken mouse enabled
    [ 4658.680] (II) intel(0): Initializing HW Cursor
    [ 4658.709] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 4658.715] (==) intel(0): DPMS enabled
    [ 4658.715] (==) intel(0): Intel XvMC decoder disabled
    [ 4658.715] (II) intel(0): Set up textured video
    [ 4658.715] (II) intel(0): Set up overlay video
    [ 4658.715] (II) intel(0): direct rendering: DRI2 Enabled
    [ 4658.715] (--) RandR disabled
    [ 4658.715] (II) Initializing built-in extension Generic Event Extension
    [ 4658.715] (II) Initializing built-in extension SHAPE
    [ 4658.715] (II) Initializing built-in extension MIT-SHM
    [ 4658.715] (II) Initializing built-in extension XInputExtension
    [ 4658.715] (II) Initializing built-in extension XTEST
    [ 4658.715] (II) Initializing built-in extension BIG-REQUESTS
    [ 4658.715] (II) Initializing built-in extension SYNC
    [ 4658.715] (II) Initializing built-in extension XKEYBOARD
    [ 4658.715] (II) Initializing built-in extension XC-MISC
    [ 4658.715] (II) Initializing built-in extension SECURITY
    [ 4658.715] (II) Initializing built-in extension XINERAMA
    [ 4658.715] (II) Initializing built-in extension XFIXES
    [ 4658.716] (II) Initializing built-in extension RENDER
    [ 4658.716] (II) Initializing built-in extension RANDR
    [ 4658.716] (II) Initializing built-in extension COMPOSITE
    [ 4658.716] (II) Initializing built-in extension DAMAGE
    [ 4658.742] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 4658.742] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 4658.742] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 4658.742] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 4658.742] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 4658.743] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 4658.743] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 4658.744] (II) intel(0): Setting screen physical size to 270 x 158
    [ 4659.134] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 4659.134] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4659.134] (II) LoadModule: "evdev"
    [ 4659.135] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 4659.135] (II) Module evdev: vendor="X.Org Foundation"
    [ 4659.135] compiled for 1.8.0, module version = 2.4.0
    [ 4659.135] Module class: X.Org XInput Driver
    [ 4659.135] ABI class: X.Org XInput driver, version 9.0
    [ 4659.135] (**) Power Button: always reports core events
    [ 4659.135] (**) Power Button: Device: "/dev/input/event5"
    [ 4659.143] (II) Power Button: Found keys
    [ 4659.143] (II) Power Button: Configuring as keyboard
    [ 4659.143] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 4659.143] (**) Option "xkb_rules" "evdev"
    [ 4659.143] (**) Option "xkb_model" "evdev"
    [ 4659.143] (**) Option "xkb_layout" "us"
    [ 4659.232] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
    [ 4659.232] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 4659.232] (**) Video Bus: always reports core events
    [ 4659.232] (**) Video Bus: Device: "/dev/input/event1"
    [ 4659.239] (II) Video Bus: Found keys
    [ 4659.239] (II) Video Bus: Configuring as keyboard
    [ 4659.239] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 4659.239] (**) Option "xkb_rules" "evdev"
    [ 4659.239] (**) Option "xkb_model" "evdev"
    [ 4659.240] (**) Option "xkb_layout" "us"
    [ 4659.243] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 4659.243] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4659.244] (**) Power Button: always reports core events
    [ 4659.244] (**) Power Button: Device: "/dev/input/event4"
    [ 4659.253] (II) Power Button: Found keys
    [ 4659.253] (II) Power Button: Configuring as keyboard
    [ 4659.253] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 4659.253] (**) Option "xkb_rules" "evdev"
    [ 4659.253] (**) Option "xkb_model" "evdev"
    [ 4659.253] (**) Option "xkb_layout" "us"
    [ 4659.254] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 4659.254] (II) No input driver/identifier specified (ignoring)
    [ 4659.254] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 4659.254] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 4659.254] (**) Sleep Button: always reports core events
    [ 4659.255] (**) Sleep Button: Device: "/dev/input/event3"
    [ 4659.263] (II) Sleep Button: Found keys
    [ 4659.263] (II) Sleep Button: Configuring as keyboard
    [ 4659.263] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 4659.263] (**) Option "xkb_rules" "evdev"
    [ 4659.263] (**) Option "xkb_model" "evdev"
    [ 4659.263] (**) Option "xkb_layout" "us"
    [ 4659.265] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 4659.265] (II) No input driver/identifier specified (ignoring)
    [ 4659.270] (II) config/udev: Adding input device USB2.0 UVC 1.3M WebCam (/dev/input/event9)
    [ 4659.270] (**) USB2.0 UVC 1.3M WebCam: Applying InputClass "evdev keyboard catchall"
    [ 4659.270] (**) USB2.0 UVC 1.3M WebCam: always reports core events
    [ 4659.270] (**) USB2.0 UVC 1.3M WebCam: Device: "/dev/input/event9"
    [ 4659.283] (II) USB2.0 UVC 1.3M WebCam: Found keys
    [ 4659.283] (II) USB2.0 UVC 1.3M WebCam: Configuring as keyboard
    [ 4659.283] (II) XINPUT: Adding extended input device "USB2.0 UVC 1.3M WebCam" (type: KEYBOARD)
    [ 4659.283] (**) Option "xkb_rules" "evdev"
    [ 4659.283] (**) Option "xkb_model" "evdev"
    [ 4659.283] (**) Option "xkb_layout" "us"
    [ 4659.289] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event7)
    [ 4659.289] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 4659.289] (**) Asus EeePC extra buttons: always reports core events
    [ 4659.289] (**) Asus EeePC extra buttons: Device: "/dev/input/event7"
    [ 4659.299] (II) Asus EeePC extra buttons: Found keys
    [ 4659.299] (II) Asus EeePC extra buttons: Configuring as keyboard
    [ 4659.299] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
    [ 4659.299] (**) Option "xkb_rules" "evdev"
    [ 4659.299] (**) Option "xkb_model" "evdev"
    [ 4659.300] (**) Option "xkb_layout" "us"
    [ 4659.301] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 4659.301] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 4659.301] (**) AT Translated Set 2 keyboard: always reports core events
    [ 4659.301] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 4659.316] (II) AT Translated Set 2 keyboard: Found keys
    [ 4659.316] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 4659.316] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 4659.316] (**) Option "xkb_rules" "evdev"
    [ 4659.316] (**) Option "xkb_model" "evdev"
    [ 4659.316] (**) Option "xkb_layout" "us"
    [ 4659.317] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 4659.317] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 4659.317] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 4659.317] (II) LoadModule: "synaptics"
    [ 4659.318] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 4659.318] (II) Module synaptics: vendor="X.Org Foundation"
    [ 4659.318] compiled for 1.8.0.902, module version = 1.2.2
    [ 4659.318] Module class: X.Org XInput Driver
    [ 4659.318] ABI class: X.Org XInput driver, version 9.0
    [ 4659.318] (II) Synaptics touchpad driver version 1.2.2
    [ 4659.318] (**) Option "Device" "/dev/input/event6"
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 4659.359] (**) Option "SHMConfig" "on"
    [ 4659.360] (**) Option "FingerPress" "256"
    [ 4659.360] (**) Option "EmulateTwoFingerMinZ" "0"
    [ 4659.360] (**) Option "VertScrollDelta" "250"
    [ 4659.360] (**) Option "VertEdgeScroll" "on"
    [ 4659.360] (**) Option "HorizEdgeScroll" "off"
    [ 4659.360] (**) Option "VertTwoFingerScroll" "off"
    [ 4659.360] (**) Option "HorizTwoFingerScroll" "off"
    [ 4659.360] (**) Option "LockedDrags" "on"
    [ 4659.360] (**) Option "TapButton1" "3"
    [ 4659.360] (**) Option "TapButton2" "2"
    [ 4659.360] (**) Option "TapButton3" "1"
    [ 4659.360] (**) Option "CircularScrolling" "off"
    [ 4659.360] (**) Option "CircScrollTrigger" "2"
    [ 4659.360] (**) Option "MinSpeed" "0.4"
    [ 4659.361] (**) Option "MaxSpeed" "0.7"
    [ 4659.361] (**) Option "AccelFactor" "0.00995223"
    [ 4659.389] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 4659.389] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 4659.402] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 4659.403] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 4659.403] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 4659.403] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 4659.403] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 4659.429] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 4659.430] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 4659.430] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 4659.430] (II) Synaptics touchpad driver version 1.2.2
    [ 4659.876] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 4659.876] (**) Option "Device" "/dev/input/mouse0"
    [ 4659.889] (**) Option "SHMConfig" "on"
    [ 4659.889] (**) Option "FingerPress" "256"
    [ 4659.889] (**) Option "EmulateTwoFingerMinZ" "0"
    [ 4659.890] (**) Option "VertScrollDelta" "250"
    [ 4659.890] (**) Option "VertEdgeScroll" "on"
    [ 4659.890] (**) Option "HorizEdgeScroll" "off"
    [ 4659.890] (**) Option "VertTwoFingerScroll" "off"
    [ 4659.890] (**) Option "HorizTwoFingerScroll" "off"
    [ 4659.890] (**) Option "LockedDrags" "on"
    [ 4659.890] (**) Option "TapButton1" "3"
    [ 4659.890] (**) Option "TapButton2" "2"
    [ 4659.890] (**) Option "TapButton3" "1"
    [ 4659.890] (**) Option "CircularScrolling" "off"
    [ 4659.890] (**) Option "CircScrollTrigger" "2"
    [ 4659.890] (**) Option "MinSpeed" "0.4"
    [ 4659.890] (**) Option "MaxSpeed" "0.7"
    [ 4659.890] (**) Option "AccelFactor" "0.00995223"
    [ 4659.911] Query no Synaptics: 6003C8
    [ 4659.911] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 4659.911] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 4659.949] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 4659.949] (II) UnloadModule: "synaptics"
    [ 4665.312] (II) intel(0): EDID vendor "HSD", prod id 1001
    [ 4665.312] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    [ 4665.312] (II) intel(0): Printing DDC gathered Modelines:
    [ 4665.312] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 4665.312] (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    [ 5029.658]
    Backtrace:
    [ 5029.658] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80df05b]
    [ 5029.658] 1: /usr/bin/X (0x8048000+0x63da5) [0x80abda5]
    [ 5029.658] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb783040c]
    [ 5029.658] 3: /usr/lib/xorg/modules/libfb.so (fbSegment+0x22e) [0xb73ac68e]
    [ 5029.658] 4: /usr/lib/xorg/modules/libfb.so (fbZeroLine+0x13c) [0xb73a832c]
    [ 5029.658] 5: /usr/lib/xorg/modules/libfb.so (fbPolyLine+0x72) [0xb73a8412]
    [ 5029.658] 6: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb73b1000+0x4143d) [0xb73f243d]
    [ 5029.658] 7: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb73b1000+0x3a5ab) [0xb73eb5ab]
    [ 5029.658] 8: /usr/bin/X (0x8048000+0xc8c2b) [0x8110c2b]
    [ 5029.658] 9: /usr/bin/X (0x8048000+0x1d5ec) [0x80655ec]
    [ 5029.658] 10: /usr/bin/X (0x8048000+0x2170f) [0x806970f]
    [ 5029.658] 11: /usr/bin/X (0x8048000+0x1a4b5) [0x80624b5]
    [ 5029.659] 12: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7566c76]
    [ 5029.659] 13: /usr/bin/X (0x8048000+0x1a0a1) [0x80620a1]
    [ 5029.659] Segmentation fault at address 0xb6e06ffc
    [ 5029.659]
    Fatal server error:
    [ 5029.659] Caught signal 11 (Segmentation fault). Server aborting
    [ 5029.659]
    [ 5029.659]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5029.659] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 5029.659]
    [ 5029.672] (II) Power Button: Close
    [ 5029.673] (II) UnloadModule: "evdev"
    [ 5029.686] (II) Video Bus: Close
    [ 5029.686] (II) UnloadModule: "evdev"
    [ 5029.699] (II) Power Button: Close
    [ 5029.699] (II) UnloadModule: "evdev"
    [ 5029.713] (II) Sleep Button: Close
    [ 5029.713] (II) UnloadModule: "evdev"
    [ 5029.726] (II) USB2.0 UVC 1.3M WebCam: Close
    [ 5029.726] (II) UnloadModule: "evdev"
    [ 5029.739] (II) Asus EeePC extra buttons: Close
    [ 5029.739] (II) UnloadModule: "evdev"
    [ 5029.753] (II) AT Translated Set 2 keyboard: Close
    [ 5029.753] (II) UnloadModule: "evdev"
    [ 5029.787] (II) UnloadModule: "synaptics"
    [ 5029.787] (II) AIGLX: Suspending AIGLX clients for VT switch
    Edit:
    Problem solved after system update.
    Last edited by amen (2010-09-30 07:28:12)

  • [Solved] Xorg 1.8 / Trackpoint configuration issues.

    After upgrading to X.Org X Server 1.8.1.902 (1.8.2 RC 2) on a T400, I've been having a strange issue with scrolling and middle-mouse-button pasting and the new configuration system.
    After the initial upgrade, I had no keyboard or trackpoint whatsoever (though the touchpad has always mysteriously worked perfectly) -- after some configuration work, mostly from these forums -- I got most things working:
    The problem I still have, though, is that EmulateWheelTimeout seems to have no effect (I think). It's loaded (by default, I believe) -- but all the same, the mouse moves when I scroll, and more annoyingly, on middle-mouse click, everything is pasted twice.
    Edit: I though I'd add another piece of oddness that would help people figure out what is going on. When I restart X, I get no keyboard whatsoever, until I send the first mouse click. Then everything works as described.
    Edit 2: Setting Option "EmulateWheelTimeout" "1" took care of the double-pasting issue, though the behavior is strange (mouse still moves while scrolling, though less...). I'd be curious what happens with other small values (5, 10, etc.). Anyhow, I'm going to mark this as solved, though I wouldn't say it is.
    I've tried a number of different permutations of the configs below, and what's there works well except for this issue:
    Here is my xorg.conf.d/20-trackpoint.conf
    Section "InputClass"
    Identifier "Trackpoint Wheel Emulation"
    MatchProduct "TPPS/2 IBM TrackPoint"
    MatchIsPointer "on"
    Driver "evdev"
    Option "Device" "/dev/input/by-path/platform-i8042-serio-2-event-mouse"http://www.google.com/firefox
    Option "GrabDevice" "False"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
    #Option "EmulateWheelTimeout" "200"
    Option "Emulate3Buttons" "false"
    Option "XAxisMapping" "6 7"
    Option "YAxisMapping" "4 5"
    EndSection
    Section "InputClass"
    Identifier "disabling synaptic second trackpoint found"
    MatchProduct "TPPS/2 IBM TrackPoint"
    MatchDevicePath "/dev/input/mouse1"
    Option "Ignore" "on"
    EndSection
    And here is my Xorg.0.log:
    [ 5421.714] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 5421.714] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
    [ 5421.714] (II) Synaptics touchpad driver version 1.2.2
    [ 5421.714] (**) Option "Device" "/dev/input/event10"
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 5421.753] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 5421.753] (**) Option "SHMConfig" "on"
    [ 5421.753] (**) Option "EmulateTwoFingerMinZ" "0"
    [ 5421.753] (**) Option "VertEdgeScroll" "on"
    [ 5421.753] (**) Option "HorizEdgeScroll" "on"
    [ 5421.753] (**) Option "VertTwoFingerScroll" "on"
    [ 5421.753] (**) Option "HorizTwoFingerScroll" "on"
    [ 5421.753] (**) Option "TapButton1" "1"
    [ 5421.753] (**) Option "TapButton2" "2"
    [ 5421.753] (**) Option "TapButton3" "3"
    [ 5421.753] (**) Option "CircularScrolling" "on"
    [ 5421.753] (**) Option "CircScrollTrigger" "2"
    [ 5421.779] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 5421.780] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 5421.793] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 5421.793] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 5421.793] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 5421.793] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 5421.793] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 5421.819] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 5421.820] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 5421.820] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "disabling synaptic second mouse found"
    [ 5421.820] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event11)
    [ 5421.820] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 5421.820] (II) LoadModule: "evdev"
    [ 5421.820] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 5421.820] (II) Module evdev: vendor="X.Org Foundation"
    [ 5421.820] compiled for 1.8.0, module version = 2.4.0
    [ 5421.820] Module class: X.Org XInput Driver
    [ 5421.820] ABI class: X.Org XInput driver, version 9.0
    [ 5421.820] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 5421.820] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/by-path/platform-i8042-serio-2-event-mouse"
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Found relative axes
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 5421.833] (**) Option "Emulate3Buttons" "false"
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: Forcing middle mouse button emulation off.
    [ 5421.833] (**) Option "EmulateWheel" "true"
    [ 5421.833] (**) Option "EmulateWheelButton" "2"
    [ 5421.833] (**) Option "YAxisMapping" "4 5"
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 5421.833] (**) Option "XAxisMapping" "6 7"
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 5421.833] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 5421.833] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 5421.833] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 5421.833] (**) TPPS/2 IBM TrackPoint: Ignoring device from InputClass "disabling synaptic second trackpoint found"
    [ 5421.834] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
    [ 5421.834] (II) No input driver/identifier specified (ignoring)
    [ 5424.706] (II) 3rd Button detected: disabling emulate3Button
    Last edited by sammermpc (2010-07-16 05:17:53)

    Nothing ?
    Switchng off hal deamon and cleaning ~/.kde* has no effect...
    So, after searching on google again an again, still nothing found.... even among the Ubuntu specific issue where post are terminated
    with "wait next version of the package", the windows-style answer.
    I will continue my attempts to fix this... but my conclusion about this is that hal was more precise in his behavior than udev...

  • [SOLVED] Xorg doesn't start after upgrade to 1.17.1

    Archlinux i686
    Intel Core 2 Duo 6600
    01:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7900 GT/GTO] (rev a1)
    After following upgrades:
    [2015-02-26 03:27] [PACMAN] Running 'pacman -S mesa mesa-demos mesa-libgl'
    [2015-02-26 03:27] [ALPM] transaction started
    [2015-02-26 03:28] [ALPM] upgraded mesa (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-libgl (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-demos (8.2.0-3 -> 8.2.0-4)
    [2015-02-26 03:28] [ALPM] transaction completed
    [2015-02-26 03:28] [PACMAN] Running 'pacman -S xorg-server xorg-server-common'
    [2015-02-26 03:29] [ALPM] transaction started
    [2015-02-26 03:29] [ALPM] removed xf86-video-vesa (2.3.2-5)
    [2015-02-26 03:29] [ALPM] removed xf86-video-nouveau (1.0.11-2)
    [2015-02-26 03:29] [ALPM] removed xf86-video-modesetting (0.9.0-2)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server-common (1.16.3-2 -> 1.17.1-3)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server (1.16.3-2 -> 1.17.1-3)
    Xorg doesn't start after reboot and I found following kernel message:
    kernel: [drm:drm_mmap_locked] *ERROR* Could not find map
    and /var/log/Xorg.0.log looks like this:
    [ 5.591]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 5.591] X Protocol Version 11, Revision 0
    [ 5.591] Build Operating System: Linux 3.18.6-1-ARCH i686
    [ 5.591] Current Operating System: Linux emeria7 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 5.591] Kernel command line: root=/dev/disk/by-label/archroot rw
    [ 5.591] Build Date: 22 February 2015 12:52:47PM
    [ 5.591]
    [ 5.592] Current version of pixman: 0.32.6
    [ 5.592] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 5.592] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 5.592] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 26 14:58:35 2015
    [ 5.597] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 5.597] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 5.598] (==) ServerLayout "ServerLayout0"
    [ 5.598] (==) No screen section available. Using defaults.
    [ 5.598] (**) |-->Screen "Default Screen Section" (0)
    [ 5.598] (**) | |-->Monitor "<default monitor>"
    [ 5.599] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 5.599] (**) | |-->Device "Device0"
    [ 5.599] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 5.599] (**) Option "BlankTime" "0"
    [ 5.599] (**) Option "StandbyTime" "0"
    [ 5.599] (**) Option "SuspendTime" "0"
    [ 5.599] (**) Option "OffTime" "0"
    [ 5.599] (==) Automatically adding devices
    [ 5.599] (==) Automatically enabling devices
    [ 5.599] (==) Automatically adding GPU devices
    [ 5.608] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 5.608] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 5.608] (**) Extension "Composite" is disabled
    [ 5.608] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 5.608] (II) Loader magic: 0x829e700
    [ 5.608] (II) Module ABI versions:
    [ 5.608] X.Org ANSI C Emulation: 0.4
    [ 5.608] X.Org Video Driver: 19.0
    [ 5.608] X.Org XInput driver : 21.0
    [ 5.608] X.Org Server Extension : 9.0
    [ 5.611] (EE) systemd-logind: failed to get session: PID 995 does not belong to any known session
    [ 5.611] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5.612] (--) PCI:*(0:1:0:0) 10de:0291:107d:2a62 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfc000000/16777216, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
    [ 5.612] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 5.613] (II) LoadModule: "glx"
    [ 5.616] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5.632] (II) Module glx: vendor="X.Org Foundation"
    [ 5.632] compiled for 1.17.1, module version = 1.0.0
    [ 5.632] ABI class: X.Org Server Extension, version 9.0
    [ 5.632] (==) AIGLX enabled
    [ 5.632] (==) Matched nouveau as autoconfigured driver 0
    [ 5.632] (==) Matched nv as autoconfigured driver 1
    [ 5.632] (==) Matched nouveau as autoconfigured driver 2
    [ 5.632] (==) Matched nv as autoconfigured driver 3
    [ 5.632] (==) Matched modesetting as autoconfigured driver 4
    [ 5.632] (==) Matched fbdev as autoconfigured driver 5
    [ 5.632] (==) Matched vesa as autoconfigured driver 6
    [ 5.632] (==) Assigned the driver to the xf86ConfigLayout
    [ 5.632] (II) LoadModule: "nouveau"
    [ 5.632] (WW) Warning, couldn't open module nouveau
    [ 5.632] (II) UnloadModule: "nouveau"
    [ 5.632] (II) Unloading nouveau
    [ 5.632] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "nv"
    [ 5.633] (WW) Warning, couldn't open module nv
    [ 5.633] (II) UnloadModule: "nv"
    [ 5.633] (II) Unloading nv
    [ 5.633] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "modesetting"
    [ 5.633] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5.634] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5.634] compiled for 1.17.1, module version = 1.17.1
    [ 5.634] Module class: X.Org Video Driver
    [ 5.634] ABI class: X.Org Video Driver, version 19.0
    [ 5.634] (II) LoadModule: "fbdev"
    [ 5.634] (WW) Warning, couldn't open module fbdev
    [ 5.634] (II) UnloadModule: "fbdev"
    [ 5.634] (II) Unloading fbdev
    [ 5.634] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 5.634] (II) LoadModule: "vesa"
    [ 5.634] (WW) Warning, couldn't open module vesa
    [ 5.634] (II) UnloadModule: "vesa"
    [ 5.634] (II) Unloading vesa
    [ 5.634] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 5.634] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5.634] (++) using VT number 7
    [ 5.635] (II) modeset(0): using drv /dev/dri/card0
    [ 5.635] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 5.636] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [ 5.636] (==) modeset(0): RGB weight 888
    [ 5.636] (==) modeset(0): Default visual is TrueColor
    [ 5.636] (II) Loading sub module "glamoregl"
    [ 5.636] (II) LoadModule: "glamoregl"
    [ 5.636] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 5.647] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 5.647] compiled for 1.17.1, module version = 1.0.0
    [ 5.647] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5.647] (II) glamor: OpenGL accelerated X.org driver based.
    [ 5.772] (II) glamor: EGL version 1.4 (DRI2):
    [ 5.786] (II) modeset(0): glamor initialized
    [ 5.786] (II) Loading sub module "dri2"
    [ 5.786] (II) LoadModule: "dri2"
    [ 5.786] (II) Module "dri2" already built-in
    [ 5.843] (II) modeset(0): Output DVI-0 has no monitor section
    [ 5.896] (II) modeset(0): Output DVI-1 has no monitor section
    [ 5.950] (II) modeset(0): Output TV-0 has no monitor section
    [ 6.006] (II) modeset(0): EDID for output DVI-0
    [ 6.006] (II) modeset(0): Manufacturer: SAM Model: 76f Serial#: 1110590261
    [ 6.006] (II) modeset(0): Year: 2011 Week: 8
    [ 6.006] (II) modeset(0): EDID Version: 1.3
    [ 6.006] (II) modeset(0): Digital Display Input
    [ 6.006] (II) modeset(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 6.006] (II) modeset(0): Gamma: 2.20
    [ 6.006] (II) modeset(0): DPMS capabilities: Off
    [ 6.006] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 6.006] (II) modeset(0): First detailed timing is preferred mode
    [ 6.006] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 6.006] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 6.006] (II) modeset(0): Supported established timings:
    [ 6.006] (II) modeset(0): 720x400@70Hz
    [ 6.006] (II) modeset(0): 640x480@60Hz
    [ 6.006] (II) modeset(0): 640x480@67Hz
    [ 6.006] (II) modeset(0): 640x480@72Hz
    [ 6.006] (II) modeset(0): 640x480@75Hz
    [ 6.006] (II) modeset(0): 800x600@56Hz
    [ 6.006] (II) modeset(0): 800x600@60Hz
    [ 6.006] (II) modeset(0): 800x600@72Hz
    [ 6.006] (II) modeset(0): 800x600@75Hz
    [ 6.006] (II) modeset(0): 832x624@75Hz
    [ 6.006] (II) modeset(0): 1024x768@60Hz
    [ 6.006] (II) modeset(0): 1024x768@70Hz
    [ 6.006] (II) modeset(0): 1024x768@75Hz
    [ 6.006] (II) modeset(0): 1280x1024@75Hz
    [ 6.006] (II) modeset(0): 1152x864@75Hz
    [ 6.006] (II) modeset(0): Manufacturer's mask: 0
    [ 6.006] (II) modeset(0): Supported standard timings:
    [ 6.006] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 6.006] (II) modeset(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 6.006] (II) modeset(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 6.006] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 6.006] (II) modeset(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 6.006] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 6.007] (II) modeset(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 6.007] (II) modeset(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 175 MHz
    [ 6.007] (II) modeset(0): Monitor name: SMBX2331
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 6.007] (II) modeset(0): Number of EDID sections to follow: 1
    [ 6.007] (II) modeset(0): EDID (in hex):
    [ 6.007] (II) modeset(0): 00ffffffffffff004c2d6f0735433242
    [ 6.007] (II) modeset(0): 0815010380331d782aee91a3544c9926
    [ 6.007] (II) modeset(0): 0f5054bfef80714f8100814081809500
    [ 6.007] (II) modeset(0): 950fa940b300023a801871382d40582c
    [ 6.007] (II) modeset(0): 4500fd1e1100001e011d007251d01e20
    [ 6.007] (II) modeset(0): 6e285500fd1e1100001e000000fd0032
    [ 6.007] (II) modeset(0): 4b1f5111000a202020202020000000fc
    [ 6.007] (II) modeset(0): 00534d4258323333310a2020202001ee
    [ 6.007] (II) modeset(0): 02031cf14890041f0514131203230907
    [ 6.007] (II) modeset(0): 078301000066030c00100080011d80d0
    [ 6.007] (II) modeset(0): 721c1620102c2580fd1e1100009e011d
    [ 6.007] (II) modeset(0): 8018711c1620582c2500fd1e1100009e
    [ 6.007] (II) modeset(0): 011d00bc52d01e20b8285540fd1e1100
    [ 6.007] (II) modeset(0): 001e8c0ad090204031200c405500fd1e
    [ 6.007] (II) modeset(0): 110000188c0ad08a20e02d10103e9600
    [ 6.007] (II) modeset(0): fd1e110000180000000000000000004c
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Printing probed modes for output DVI-0
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.008] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 6.063] (II) modeset(0): EDID for output DVI-1
    [ 6.116] (II) modeset(0): EDID for output TV-0
    [ 6.116] (II) modeset(0): Output DVI-0 connected
    [ 6.116] (II) modeset(0): Output DVI-1 disconnected
    [ 6.116] (II) modeset(0): Output TV-0 disconnected
    [ 6.116] (II) modeset(0): Using exact sizes for initial modes
    [ 6.116] (II) modeset(0): Output DVI-0 using initial mode 1920x1080
    [ 6.116] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 6.116] (==) modeset(0): DPI set to (96, 96)
    [ 6.116] (II) Loading sub module "fb"
    [ 6.116] (II) LoadModule: "fb"
    [ 6.117] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6.118] (II) Module fb: vendor="X.Org Foundation"
    [ 6.118] compiled for 1.17.1, module version = 1.0.0
    [ 6.118] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.118] (==) Depth 24 pixmap format is 32 bpp
    [ 6.462] (==) modeset(0): Backing store disabled
    [ 6.462] (==) modeset(0): Silken mouse enabled
    [ 6.464] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.535] (==) modeset(0): DPMS enabled
    [ 6.535] (WW) modeset(0): Option "EXANoComposite" is not used
    [ 6.535] (II) modeset(0): [DRI2] Setup complete
    [ 6.535] (II) modeset(0): [DRI2] DRI driver: nouveau
    [ 6.535] (II) modeset(0): [DRI2] VDPAU driver: nouveau
    [ 6.535] (--) RandR disabled
    [ 6.551] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.551] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.551] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.551] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.551] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 6.551] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 6.551] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.552] (II) AIGLX: Loaded and initialized nouveau
    [ 6.552] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.559] (II) modeset(0): Setting screen physical size to 507 x 285
    [ 6.741] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 6.741] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.741] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.741] (II) LoadModule: "evdev"
    [ 6.741] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.744] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.744] compiled for 1.16.2, module version = 2.9.1
    [ 6.744] Module class: X.Org XInput Driver
    [ 6.744] ABI class: X.Org XInput driver, version 21.0
    [ 6.744] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.744] (**) Power Button: always reports core events
    [ 6.744] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 6.744] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.744] (--) evdev: Power Button: Found keys
    [ 6.744] (II) evdev: Power Button: Configuring as keyboard
    [ 6.744] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 6.744] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 6.744] (**) Option "xkb_rules" "evdev"
    [ 6.744] (**) Option "xkb_model" "pc104"
    [ 6.744] (**) Option "xkb_layout" "us"
    [ 6.744] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.780] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.780] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.780] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.780] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.780] (**) Power Button: always reports core events
    [ 6.780] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.780] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.780] (--) evdev: Power Button: Found keys
    [ 6.780] (II) evdev: Power Button: Configuring as keyboard
    [ 6.780] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 6.780] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 6.780] (**) Option "xkb_rules" "evdev"
    [ 6.780] (**) Option "xkb_model" "pc104"
    [ 6.780] (**) Option "xkb_layout" "us"
    [ 6.780] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.781] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
    [ 6.781] (II) No input driver specified, ignoring this device.
    [ 6.781] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event10)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event7)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event8)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.784] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 6.784] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/0003:046D:C050.0001/input/input1/event1"
    [ 6.784] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 6.785] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 6.785] (II) No input driver specified, ignoring this device.
    [ 6.785] (II) This device may have been added with another device file.
    [ 6.785] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 6.785] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 6.785] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6.785] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 6.785] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6.785] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 6.785] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 6.785] (**) Option "xkb_rules" "evdev"
    [ 6.785] (**) Option "xkb_model" "pc104"
    [ 6.785] (**) Option "xkb_layout" "us"
    [ 6.785] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.803] (EE)
    [ 6.803] (EE) Backtrace:
    [ 6.803] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x132) [0x81df9e2]
    [ 6.804] (EE) 1: ? (?+0x132) [0xb7787cc5]
    [ 6.804] (EE) 2: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x4cd7) [0xb6e2a1c7]
    [ 6.806] (EE) 3: /usr/lib/xorg-server/Xorg (xf86_show_cursors+0x688) [0x80f9008]
    [ 6.806] (EE) 4: /usr/lib/xorg-server/Xorg (xf86DestroyCursorInfoRec+0xcf8) [0x8103fc8]
    [ 6.806] (EE) 5: /usr/lib/xorg-server/Xorg (RamDacHandleColormaps+0x67b) [0x810218b]
    [ 6.807] (EE) 6: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x25d) [0x81c648d]
    [ 6.808] (EE) 7: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x4c1) [0x81c6b31]
    [ 6.808] (EE) 8: /usr/lib/xorg-server/Xorg (CompositeRegisterImplicitRedirectionException+0x4199) [0x8114399]
    [ 6.809] (EE) 9: /usr/lib/xorg-server/Xorg (PanoramiXRenderReset+0x72a) [0x815915a]
    [ 6.810] (EE) 10: /usr/lib/xorg-server/Xorg (ConfineToShape+0x9f1) [0x80843b1]
    [ 6.810] (EE) 11: /usr/lib/xorg-server/Xorg (WindowHasNewCursor+0x3b) [0x8084f2b]
    [ 6.810] (EE) 12: /usr/lib/xorg-server/Xorg (ChangeWindowAttributes+0xb7c) [0x80aa9ec]
    [ 6.811] (EE) 13: /usr/lib/xorg-server/Xorg (ProcBadRequest+0x209) [0x8074a49]
    [ 6.811] (EE) 14: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x3a6) [0x807abf6]
    [ 6.811] (EE) 15: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x42f) [0x807edaf]
    [ 6.811] (EE) 16: /usr/lib/xorg-server/Xorg (miPolyFillRect+0x27f) [0x8068ddf]
    [ 6.814] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xde) [0xb72d864e]
    [ 6.814] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x21) [0x8068bd9]
    [ 6.814] (EE)
    [ 6.814] (EE) Segmentation fault at address 0x0
    [ 6.814] (EE)
    Fatal server error:
    [ 6.814] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 6.814] (EE)
    [ 6.814] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 6.814] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 6.814] (EE)
    [ 6.815] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 6.817] (EE) Server terminated with error (1). Closing log file.
    Note the segfault in modesetting_drv.so!
    Any help?
    I tried to reinstall dependencies of xorg-server and mesa. And then I even went through with the whole system update which I postponed for a few weeks because of the KDE changes. Sadly even the whole system update didn't help.
    Is it possible that any old config files can cause this?
    EDIT:
    I tried kernel parameter "nouveau.modeset=0" but it didn't help.
    Last edited by cro (2015-02-26 16:33:19)

    Ok, I guess I solved it by reinstalling xf86-video-nouveau.
    Funny business! Why did the upgrade to xorg-server 1.17.1 force me to remove it when it is still needed??
    And why does that lead to mysterious error messages and segfault??
    I discovered it accidentally when I stumbled upon the fact that the package was still installed on my newer x86-64 Arch installation despite being on xorg-server 1.17.1.

  • [SOLVED] ASUS N56VZ FN+FX Keys not working

    I got this new laptop some time ago. I had WIndows 8 running on it, but since I need linux for college I decided to install Arch on it. I removed windows and created a new GUID Partition Table on the Hard drive.
    sda1 512M EFI Parition
    sda2 250G Windows Parition (is not installed yet)
    sda3 512M Boot
    sda4 30G Root
    sda6 8G Swap
    sda5 <Rest of space> Home
    I've installed Arch_x86-64, with rEFInd as bootloader. I have KDE Running on my machine, everything is working fine except for the FN+FX Keys:
    FN+
    F1 Sleep
    F2 WIreless ON/OFF
    F3 Keyboard lights intensity down
    F4 Keyboard lights intensity up
    F5 Screen brightness down
    F6 Screen brightness up
    F7 Screen brightness off
    F8 Proyector toggle
    F9 Touchpad ON\OFF
    F10 Volume off
    F11 Volume down
    F12 Volume up
    The only keys that works correctly are FN+F{1,2,7,10,11,12}, but some of the most important keys (keyboard lights, screen brigthess) are not working at all.
    I need help fixing this, I hope there's a workaround or something.
    Cheers.
    Edit: Solved the problem following the steps shown in here. I also confirm that the solution provided there works very well on the Asus N56VZ.
    Last edited by AurosGamma (2012-12-02 06:00:38)

    If all else fails, just map them with xbindkeys until they are either fixed upstream.
    https://wiki.archlinux.org/index.php/Xbindkeys
    You won't get those popup 'blob' but it gets the trick done.  There are other ways like sxhkd https://bbs.archlinux.org/viewtopic.php?id=155613

  • [SOLVED] Xorg not starting on non-root user [My First Linux]

    Hello, I recently turned back to linux after digging up my old ASUS EEE 900a, which I messed up with partitioning fun after trying to cram Windows XP on it and etc. Anyways, I managed to fix it, and after Ubuntu being too big, I was turned on to Arch as a good distro, and I've been having a very good time setting everything up so far.
    Anyways: My issue arises after needing to use a different user in order to use Chrome. I created a new account and tried to run startx like I usually do. It spat out the usual few lines, but failed and gave me this log:
    [ 4616.974]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 4616.974] X Protocol Version 11, Revision 0
    [ 4616.974] Build Operating System: Linux 3.8.7-1-ARCH i686
    [ 4616.974] Current Operating System: Linux archieee 3.9.4-1-ARCH #1 SMP PREEMPT Sun May 26 11:56:48 CEST 2013 i686
    [ 4616.975] Kernel command line: root=/dev/sda1 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 4616.975] Build Date: 17 April 2013 02:43:06PM
    [ 4616.975]
    [ 4616.975] Current version of pixman: 0.30.0
    [ 4616.975] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4616.975] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4616.977] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 4 21:56:02 2013
    [ 4616.977] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4616.978] (==) No Layout section. Using the first Screen section.
    [ 4616.978] (==) No screen section available. Using defaults.
    [ 4616.978] (**) |-->Screen "Default Screen Section" (0)
    [ 4616.978] (**) | |-->Monitor "<default monitor>"
    [ 4616.978] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4616.978] (==) Automatically adding devices
    [ 4616.978] (==) Automatically enabling devices
    [ 4616.978] (==) Automatically adding GPU devices
    [ 4616.978] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4616.978] Entry deleted from font path.
    [ 4616.978] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 4616.978] Entry deleted from font path.
    [ 4616.978] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4616.978] Entry deleted from font path.
    [ 4616.978] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 4616.979] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4616.979] Entry deleted from font path.
    [ 4616.979] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 4616.979] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 4616.979] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4616.979] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4616.979] (II) Loader magic: 0x8258620
    [ 4616.979] (II) Module ABI versions:
    [ 4616.979] X.Org ANSI C Emulation: 0.4
    [ 4616.979] X.Org Video Driver: 14.1
    [ 4616.979] X.Org XInput driver : 19.1
    [ 4616.979] X.Org Server Extension : 7.0
    [ 4616.980] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4616.983] (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 rev 3, Mem @ 0xf3e00000/524288, 0xd0000000/268435456, 0xf3dc0000/262144, I/O @ 0x0000cc00/8
    [ 4616.983] (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 rev 3, Mem @ 0xf3e80000/524288
    [ 4616.983] Initializing built-in extension Generic Event Extension
    [ 4616.983] Initializing built-in extension SHAPE
    [ 4616.984] Initializing built-in extension MIT-SHM
    [ 4616.984] Initializing built-in extension XInputExtension
    [ 4616.984] Initializing built-in extension XTEST
    [ 4616.984] Initializing built-in extension BIG-REQUESTS
    [ 4616.984] Initializing built-in extension SYNC
    [ 4616.984] Initializing built-in extension XKEYBOARD
    [ 4616.984] Initializing built-in extension XC-MISC
    [ 4616.985] Initializing built-in extension SECURITY
    [ 4616.985] Initializing built-in extension XINERAMA
    [ 4616.987] Initializing built-in extension XFIXES
    [ 4616.990] Initializing built-in extension RENDER
    [ 4616.993] Initializing built-in extension RANDR
    [ 4616.995] Initializing built-in extension COMPOSITE
    [ 4616.998] Initializing built-in extension DAMAGE
    [ 4617.000] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4617.003] Initializing built-in extension DOUBLE-BUFFER
    [ 4617.005] Initializing built-in extension RECORD
    [ 4617.007] Initializing built-in extension DPMS
    [ 4617.010] Initializing built-in extension X-Resource
    [ 4617.012] Initializing built-in extension XVideo
    [ 4617.015] Initializing built-in extension XVideo-MotionCompensation
    [ 4617.017] Initializing built-in extension XFree86-VidModeExtension
    [ 4617.019] Initializing built-in extension XFree86-DGA
    [ 4617.021] Initializing built-in extension XFree86-DRI
    [ 4617.023] Initializing built-in extension DRI2
    [ 4617.023] (II) LoadModule: "glx"
    [ 4617.024] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4617.024] (II) Module glx: vendor="X.Org Foundation"
    [ 4617.024] compiled for 1.14.1, module version = 1.0.0
    [ 4617.024] ABI class: X.Org Server Extension, version 7.0
    [ 4617.024] (==) AIGLX enabled
    [ 4617.026] Loading extension GLX
    [ 4617.026] (==) Matched intel as autoconfigured driver 0
    [ 4617.026] (==) Matched intel as autoconfigured driver 1
    [ 4617.026] (==) Matched vesa as autoconfigured driver 2
    [ 4617.026] (==) Matched modesetting as autoconfigured driver 3
    [ 4617.026] (==) Matched fbdev as autoconfigured driver 4
    [ 4617.026] (==) Assigned the driver to the xf86ConfigLayout
    [ 4617.026] (II) LoadModule: "intel"
    [ 4617.026] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4617.027] (II) Module intel: vendor="X.Org Foundation"
    [ 4617.027] compiled for 1.14.1, module version = 2.21.8
    [ 4617.027] Module class: X.Org Video Driver
    [ 4617.027] ABI class: X.Org Video Driver, version 14.1
    [ 4617.027] (II) LoadModule: "vesa"
    [ 4617.027] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 4617.028] (II) Module vesa: vendor="X.Org Foundation"
    [ 4617.028] compiled for 1.14.0, module version = 2.3.2
    [ 4617.028] Module class: X.Org Video Driver
    [ 4617.028] ABI class: X.Org Video Driver, version 14.1
    [ 4617.028] (II) LoadModule: "modesetting"
    [ 4617.029] (WW) Warning, couldn't open module modesetting
    [ 4617.029] (II) UnloadModule: "modesetting"
    [ 4617.029] (II) Unloading modesetting
    [ 4617.029] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 4617.029] (II) LoadModule: "fbdev"
    [ 4617.029] (WW) Warning, couldn't open module fbdev
    [ 4617.029] (II) UnloadModule: "fbdev"
    [ 4617.030] (II) Unloading fbdev
    [ 4617.030] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 4617.030] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT3), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT3), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    Haswell (GT1), Haswell (GT2), Haswell (GT3),
    Haswell SDV Desktop (GT1), Haswell SDV Desktop (GT2),
    Haswell SDV Desktop (GT3), Haswell SDV Mobile (GT1),
    Haswell SDV Mobile (GT2), Haswell SDV Mobile (GT3),
    Haswell SDV Server (GT1), Haswell SDV Server (GT2),
    Haswell SDV Server (GT3), Haswell SDV (GT1), Haswell SDV (GT2),
    Haswell SDV (GT3), Haswell SDV (GT1), Haswell SDV (GT2),
    Haswell SDV (GT3), Haswell ULT Desktop (GT1),
    Haswell ULT Desktop (GT2), Haswell ULT Desktop (GT3),
    Haswell ULT Mobile (GT1), Haswell ULT Mobile (GT2),
    Haswell ULT Mobile (GT3), Haswell ULT Server (GT1),
    Haswell ULT Server (GT2), Haswell ULT Server (GT3),
    Haswell ULT (GT1), Haswell ULT (GT2), Haswell ULT (GT3),
    Haswell ULT (GT1), Haswell ULT (GT2), Haswell ULT (GT3),
    Haswell CRW Desktop (GT1), Haswell CRW Desktop (GT2),
    Haswell CRW Desktop (GT3), Haswell CRW Mobile (GT1),
    Haswell CRW Mobile (GT2), Haswell CRW Mobile (GT3),
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Haswell CRW Server (GT3), Haswell CRW (GT1), Haswell CRW (GT2),
    Haswell CRW (GT3), Haswell CRW (GT1), Haswell CRW (GT2),
    Haswell CRW (GT3), ValleyView PO board
    [ 4617.032] (II) VESA: driver for VESA chipsets: vesa
    [ 4617.032] (++) using VT number 1
    [ 4617.033] (WW) Falling back to old probe method for vesa
    [ 4617.033] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4617.034] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 4617.034] (==) intel(0): RGB weight 888
    [ 4617.034] (==) intel(0): Default visual is TrueColor
    [ 4617.034] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    [ 4617.034] (**) intel(0): Relaxed fencing disabled
    [ 4617.034] (**) intel(0): Wait on SwapBuffers? enabled
    [ 4617.034] (**) intel(0): Triple buffering? enabled
    [ 4617.034] (**) intel(0): Framebuffer tiled
    [ 4617.034] (**) intel(0): Pixmaps tiled
    [ 4617.034] (**) intel(0): 3D buffers tiled
    [ 4617.034] (**) intel(0): SwapBuffers wait enabled
    [ 4617.034] (==) intel(0): video overlay key set to 0x101fe
    [ 4617.034] (II) intel(0): Output LVDS1 has no monitor section
    [ 4617.035] (--) intel(0): found backlight control interface /sys/class/backlight/eeepc
    [ 4617.066] (II) intel(0): Output VGA1 has no monitor section
    [ 4617.067] (II) intel(0): EDID for output LVDS1
    [ 4617.067] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 4617.067] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4617.067] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 4617.068] (II) intel(0): Printing probed modes for output LVDS1
    [ 4617.068] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz P)
    [ 4617.068] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 4617.068] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 4617.068] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 4617.100] (II) intel(0): EDID for output VGA1
    [ 4617.100] (II) intel(0): Output LVDS1 connected
    [ 4617.100] (II) intel(0): Output VGA1 disconnected
    [ 4617.100] (II) intel(0): Using exact sizes for initial modes
    [ 4617.100] (II) intel(0): Output LVDS1 using initial mode 1024x600
    [ 4617.100] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 4617.100] (II) intel(0): Kernel page flipping support detected, enabling
    [ 4617.100] (==) intel(0): DPI set to (96, 96)
    [ 4617.100] (II) Loading sub module "fb"
    [ 4617.100] (II) LoadModule: "fb"
    [ 4617.101] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4617.102] (II) Module fb: vendor="X.Org Foundation"
    [ 4617.103] compiled for 1.14.1, module version = 1.0.0
    [ 4617.103] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4617.103] (II) Loading sub module "dri2"
    [ 4617.103] (II) LoadModule: "dri2"
    [ 4617.103] (II) Module "dri2" already built-in
    [ 4617.103] (II) UnloadModule: "vesa"
    [ 4617.103] (II) Unloading vesa
    [ 4617.103] (==) Depth 24 pixmap format is 32 bpp
    [ 4617.104] (II) intel(0): [DRI2] Setup complete
    [ 4617.104] (II) intel(0): [DRI2] DRI driver: i915
    [ 4617.104] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
    [ 4617.104] (II) UXA(0): Driver registered support for the following operations:
    [ 4617.104] (II) solid
    [ 4617.104] (II) copy
    [ 4617.104] (II) composite (RENDER acceleration)
    [ 4617.104] (II) put_image
    [ 4617.105] (II) get_image
    [ 4617.105] (==) intel(0): Backing store disabled
    [ 4617.105] (==) intel(0): Silken mouse enabled
    [ 4617.105] (II) intel(0): Initializing HW Cursor
    [ 4617.105] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 4617.113] (==) intel(0): DPMS enabled
    [ 4617.113] (==) intel(0): Intel XvMC decoder disabled
    [ 4617.113] (II) intel(0): Set up textured video
    [ 4617.113] (II) intel(0): Set up overlay video
    [ 4617.113] (II) intel(0): direct rendering: DRI2 Enabled
    [ 4617.113] (==) intel(0): hotplug detection: "enabled"
    [ 4617.123] (--) RandR disabled
    [ 4617.160] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 4617.160] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 4617.160] (II) AIGLX: enabled GLX_ARB_create_context
    [ 4617.160] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 4617.160] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 4617.160] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 4617.160] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 4617.160] (II) AIGLX: Loaded and initialized i915
    [ 4617.160] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 4617.162] (II) intel(0): Setting screen physical size to 270 x 158
    [ 4617.278] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 4617.278] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4617.278] (II) LoadModule: "evdev"
    [ 4617.278] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 4617.279] (II) Module evdev: vendor="X.Org Foundation"
    [ 4617.279] compiled for 1.14.0, module version = 2.8.0
    [ 4617.279] Module class: X.Org XInput Driver
    [ 4617.279] ABI class: X.Org XInput driver, version 19.1
    [ 4617.279] (II) Using input driver 'evdev' for 'Power Button'
    [ 4617.279] (**) Power Button: always reports core events
    [ 4617.279] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 4617.279] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 4617.279] (--) evdev: Power Button: Found keys
    [ 4617.279] (II) evdev: Power Button: Configuring as keyboard
    [ 4617.279] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 4617.279] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 4617.279] (**) Option "xkb_rules" "evdev"
    [ 4617.280] (**) Option "xkb_model" "evdev"
    [ 4617.280] (**) Option "xkb_layout" "us"
    [ 4617.363] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 4617.363] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 4617.363] (II) Using input driver 'evdev' for 'Video Bus'
    [ 4617.363] (**) Video Bus: always reports core events
    [ 4617.363] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [ 4617.363] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 4617.364] (--) evdev: Video Bus: Found keys
    [ 4617.364] (II) evdev: Video Bus: Configuring as keyboard
    [ 4617.364] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
    [ 4617.364] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 4617.364] (**) Option "xkb_rules" "evdev"
    [ 4617.364] (**) Option "xkb_model" "evdev"
    [ 4617.364] (**) Option "xkb_layout" "us"
    [ 4617.365] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 4617.365] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4617.365] (II) Using input driver 'evdev' for 'Power Button'
    [ 4617.366] (**) Power Button: always reports core events
    [ 4617.366] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 4617.366] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 4617.366] (--) evdev: Power Button: Found keys
    [ 4617.366] (II) evdev: Power Button: Configuring as keyboard
    [ 4617.366] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
    [ 4617.366] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 4617.366] (**) Option "xkb_rules" "evdev"
    [ 4617.366] (**) Option "xkb_model" "evdev"
    [ 4617.366] (**) Option "xkb_layout" "us"
    [ 4617.368] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 4617.368] (II) No input driver specified, ignoring this device.
    [ 4617.368] (II) This device may have been added with another device file.
    [ 4617.369] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 4617.369] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 4617.369] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 4617.369] (**) Sleep Button: always reports core events
    [ 4617.369] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 4617.369] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 4617.369] (--) evdev: Sleep Button: Found keys
    [ 4617.369] (II) evdev: Sleep Button: Configuring as keyboard
    [ 4617.369] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
    [ 4617.369] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 4617.369] (**) Option "xkb_rules" "evdev"
    [ 4617.369] (**) Option "xkb_model" "evdev"
    [ 4617.369] (**) Option "xkb_layout" "us"
    [ 4617.370] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4617.371] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
    [ 4617.372] (II) No input driver specified, ignoring this device.
    [ 4617.372] (II) This device may have been added with another device file.
    [ 4617.372] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
    [ 4617.372] (II) No input driver specified, ignoring this device.
    [ 4617.372] (II) This device may have been added with another device file.
    [ 4617.373] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event5)
    [ 4617.373] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 4617.373] (II) Using input driver 'evdev' for 'Asus EeePC extra buttons'
    [ 4617.373] (**) Asus EeePC extra buttons: always reports core events
    [ 4617.373] (**) evdev: Asus EeePC extra buttons: Device: "/dev/input/event5"
    [ 4617.374] (--) evdev: Asus EeePC extra buttons: Vendor 0 Product 0
    [ 4617.374] (--) evdev: Asus EeePC extra buttons: Found keys
    [ 4617.374] (II) evdev: Asus EeePC extra buttons: Configuring as keyboard
    [ 4617.374] (**) Option "config_info" "udev:/sys/devices/platform/eeepc/input/input5/event5"
    [ 4617.374] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD, id 10)
    [ 4617.374] (**) Option "xkb_rules" "evdev"
    [ 4617.374] (**) Option "xkb_model" "evdev"
    [ 4617.374] (**) Option "xkb_layout" "us"
    [ 4617.375] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 4617.375] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 4617.376] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 4617.376] (**) AT Translated Set 2 keyboard: always reports core events
    [ 4617.376] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 4617.376] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 4617.376] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 4617.376] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 4617.376] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 4617.376] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 4617.376] (**) Option "xkb_rules" "evdev"
    [ 4617.376] (**) Option "xkb_model" "evdev"
    [ 4617.376] (**) Option "xkb_layout" "us"
    [ 4617.378] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
    [ 4617.378] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 4617.378] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 4617.378] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 4617.378] (II) LoadModule: "synaptics"
    [ 4617.378] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 4617.379] (II) Module synaptics: vendor="X.Org Foundation"
    [ 4617.379] compiled for 1.14.1, module version = 1.7.1
    [ 4617.379] Module class: X.Org XInput Driver
    [ 4617.379] ABI class: X.Org XInput driver, version 19.1
    [ 4617.379] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 4617.379] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 4617.379] (**) Option "Device" "/dev/input/event10"
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 32 - 544 (res 0)
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 32 - 352 (res 0)
    [ 4617.380] (II) synaptics: ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
    [ 4617.380] (II) synaptics: ETPS/2 Elantech Touchpad: device does not report finger width.
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: invalid pressure range. defaulting to 0 - 255
    [ 4617.380] (--) synaptics: ETPS/2 Elantech Touchpad: invalid finger width range. defaulting to 0 - 15
    [ 4617.380] (**) Option "TapButton1" "1"
    [ 4617.380] (**) Option "TapButton2" "2"
    [ 4617.380] (**) Option "TapButton3" "3"
    [ 4617.381] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 4617.381] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 4617.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event10"
    [ 4617.383] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
    [ 4617.383] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 4617.383] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    [ 4617.383] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.332
    [ 4617.384] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 4617.384] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 4617.384] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 4617.384] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 4617.384] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 4617.385] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 4617.385] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 4617.386] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 4617.386] (II) No input driver specified, ignoring this device.
    [ 4617.386] (II) This device may have been added with another device file.
    I've tried looking for this problem elsewhere as it feels like such a newbie problem to have, but I have had difficulty. There are two errors in this log, I think, but they didn't mean much to me... Any help for a linux newbie? Thanks!
    EDIT: Solved; as pointed out below, I needed a window manager for a non-root user to use.
    Last edited by DJMankiewicz (2013-06-05 07:30:06)

    Well, soon you'll have to try out one of the more minimal options, in which you don't use any desktop environment but instead you install your own window manager (openbox, dwm, i3, etc) and use small, dedicated programs.  Given your extreme space restrictions, I recommend going that route! But, take your time because that requires a bit of learning: you need to figure out which parts of a desktop environment you really need, then you need to learn the proper names for them so that you can search for information, then you need to start fiddling with configurations, etc.  Better first to make sure your first Arch Linux installation is up and running properly and to learn a bit about the system before entering that downward spiral.

  • [Solved] White screen after KDE 4.11.1 upgrade

    Hi!
    I updated the system going from KDE 4.11.0 to KDE 4.11.1. On reboot I got the correct loading of KDM, but upon arrival on the desktop the latter is presented fully white with big red button with an "X" in them. Thinking it was the configuration of kde, I deleted .kde4 with the effect that the next time I always white screen (that is only the red buttons have disappeared).
    I try to remove completely kde with:
    pacman -Rsnc kde
    and seeing that reinstalling I get the same result, I also tried to clean up the cache pacman packages listed by the command:
    ls kde*4.11.1*
    so I redownload and reinstalled with:
    pacman -Syu kde
    without solution. I also tried to do what is recommended in the wiki, that is in addition to eliminating .kde4, I run:
    $ rm ~/.config/Trolltech.conf
    $ kbuildsycoca4 --noincremental
    without solution.
    Thinking then it might be the partition / almost full, I checked with:
    df
    but the partition is not filled even for half of the 30gb that is available.
    I checked some logs and these are the outputs:
    .xsession-errors
    > http://pastebin.com/GESX81PV
    boot.log
    [[32m OK [0m] Started Load Kernel Modules.
    Mounting Configuration File System...
    [[32m OK [0m] Mounted Configuration File System.
    [[32m OK [0m] Found device SAMSUNG_SSD_830_Series.
    Mounting /Windows...
    Mounting FUSE Control File System...
    [[32m OK [0m] Mounted FUSE Control File System.
    [[32m OK [0m] Mounted /Windows.
    [[32m OK [0m] Found device WDC_WD10EALX-009BA0.
    Mounting /Dati...
    [[32m OK [0m] Mounted /Dati.
    [[32m OK [0m] Reached target Local File Systems.
    Starting Trigger Flushing of Journal to Persistent Storage...
    Starting Recreate Volatile Files and Directories...
    Starting Tell Plymouth To Write Out Runtime Data...
    [[32m OK [0m] Reached target Bluetooth.
    [[32m OK [0m] Started Trigger Flushing of Journal to Persistent Storage.
    [[32m OK [0m] Started Recreate Volatile Files and Directories.
    Starting Update UTMP about System Reboot/Shutdown...
    [[32m OK [0m] Started Update UTMP about System Reboot/Shutdown.
    [[32m OK [0m] Started Show Plymouth Boot Screen.
    [[32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.
    [[32m OK [0m] Reached target System Initialization.
    [[32m OK [0m] Listening on CUPS Printing Service Sockets.
    [[32m OK [0m] Reached target Paths.
    [[32m OK [0m] Listening on D-Bus System Message Bus Socket.
    [[32m OK [0m] Reached target Sockets.
    [[32m OK [0m] Reached target Timers.
    Starting Restore Sound Card State...
    [[32m OK [0m] Reached target Basic System.
    Starting Network Manager...
    Starting CUPS Printing Service...
    [[32m OK [0m] Started CUPS Printing Service.
    Starting Catalyst's fglrx kernel' module builder...
    Starting Login Service...
    Starting D-Bus System Message Bus...
    [[32m OK [0m] Started D-Bus System Message Bus.
    Starting Permit User Sessions...
    [[32m OK [0m] Started Permit User Sessions.
    Starting Wait for Plymouth Boot Screen to Quit...
    Starting K Display Manager...
    [[32m OK [0m] Started K Display Manager.
    [[32m OK [0m] Started Catalyst's fglrx kernel' module builder.
    [[32m OK [0m] Reached target Sound Card.
    [[32m OK [0m] Started Restore Sound Card State.
    [[32m OK [0m] Started Login Service.
    Starting Manage, Install and Generate Color Profiles...
    Starting Authorization Manager...
    [[32m OK [0m] Started Manage, Install and Generate Color Profiles.
    [[32m OK [0m] Started Authorization Manager.
    [[32m OK [0m] Started Network Manager.
    [[32m OK [0m] Reached target Network.
    Starting Network Time Service...
    [[32m OK [0m] Started Network Time Service.
    [[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[[1;31m*[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[[31m*[1;31m*[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[ [31m*[1;31m*[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[ [31m*[1;31m*[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K Starting Daemon for power management...
    [[32m OK [0m] Started Daemon for power management.
    Starting Disk Manager...
    [[32m OK [0m] Started Disk Manager.
    [ [31m*[1;31m*[0m[31m*[0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[[1;31mFAILED[0m] Failed to start Wait for Plymouth Boot Screen to Quit.
    See 'systemctl status plymouth-quit-wait.service' for details.
    Starting Getty on tty1...
    [[32m OK [0m] Started Getty on tty1.
    [[32m OK [0m] Reached target Login Prompts.
    [[32m OK [0m] Reached target Multi-User System.
    [[32m OK [0m] Reached target Graphical Interface.
    [[32m OK [0m] Stopped target Sound Card.
    [[32m OK [0m] Stopped target Bluetooth.
    Stopping Disk Manager...
    Stopping Daemon for power management...
    Stopping Authorization Manager...
    Stopping Manage, Install and Generate Color Profiles...
    Stopping CUPS Printing Service...
    [[32m OK [0m] Stopped target Graphical Interface.
    [[32m OK [0m] Stopped target Multi-User System.
    Stopping Network Time Service...
    Stopping Catalyst's fglrx kernel' module builder...
    Stopping Login Service...
    Stopping D-Bus System Message Bus...
    [[32m OK [0m] Stopped target Login Prompts.
    Stopping Getty on tty1...
    Stopping K Display Manager...
    [[32m OK [0m] Stopped K Display Manager.
    [[32m OK [0m] Stopped Daemon for power management.
    [[32m OK [0m] Stopped Getty on tty1.
    [[32m OK [0m] Stopped D-Bus System Message Bus.
    [[32m OK [0m] Stopped Disk Manager.
    Stopping Permit User Sessions...
    [[32m OK [0m] Stopped Authorization Manager.
    [[32m OK [0m] Stopped Network Time Service.
    [[32m OK [0m] Stopped target Network.
    Stopping Network Manager...
    [[32m OK [0m] Stopped Manage, Install and Generate Color Profiles.
    [[32m OK [0m] Stopped Catalyst's fglrx kernel' module builder.
    [[32m OK [0m] Stopped Login Service.
    [[32m OK [0m] Stopped Network Manager.
    [[32m OK [0m] Stopped CUPS Printing Service.
    [[32m OK [0m] Stopped Permit User Sessions.
    [[32m OK [0m] Stopped target Basic System.
    [[32m OK [0m] Stopped target Paths.
    [[32m OK [0m] Stopped target Timers.
    [[32m OK [0m] Stopped target Sockets.
    [[32m OK [0m] Closed CUPS Printing Service Sockets.
    [[32m OK [0m] Closed LVM2 metadata daemon socket.
    [[32m OK [0m] Closed /dev/initctl Compatibility Named Pipe.
    [[32m OK [0m] Closed Delayed Shutdown Socket.
    [[32m OK [0m] Closed Device-mapper event daemon FIFOs.
    [[32m OK [0m] Closed udev Control Socket.
    [[32m OK [0m] Closed D-Bus System Message Bus Socket.
    [[32m OK [0m] Stopped target System Initialization.
    Unmounting Debug File System...
    Unmounting FUSE Control File System...
    Stopping Update UTMP about System Reboot/Shutdown...
    Unmounting POSIX Message Queue File System...
    Unmounting Huge Pages File System...
    Stopping Setup Virtual Console...
    [[32m OK [0m] Stopped Setup Virtual Console.
    [[32m OK [0m] Unset automount Arbitrary Executable File Formats File System Automount Point.
    Stopping Apply Kernel Variables...
    [[32m OK [0m] Stopped Apply Kernel Variables.
    Unmounting Configuration File System...
    [[32m OK [0m] Stopped target Encrypted Volumes.
    [[32m OK [0m] Stopped target Swap.
    [[32m OK [0m] Stopped target Local File Systems.
    Unmounting /Windows...
    Unmounting /Dati...
    Unmounting Temporary Directory...
    Stopping Journal Service...
    [[32m OK [0m] Stopped target Remote File Systems.
    [[32m OK [0m] Stopped Update UTMP about System Reboot/Shutdown.
    [[32m OK [0m] Unmounted Temporary Directory.
    [[32m OK [0m] Unmounted POSIX Message Queue File System.
    [[32m OK [0m] Unmounted FUSE Control File System.
    [[32m OK [0m] Unmounted Huge Pages File System.
    [[32m OK [0m] Unmounted Configuration File System.
    Stopping Load Kernel Modules...
    [[32m OK [0m] Stopped Load Kernel Modules.
    [[32m OK [0m] Unmounted Debug File System.
    [[32m OK [0m] Unmounted /Windows.
    [[32m OK [0m] Unmounted /Dati.
    [[32m OK [0m] Reached target Unmount All Filesystems.
    [[32m OK [0m] Stopped target Local File Systems (Pre).
    Stopping Remount Root and Kernel File Systems...
    [[32m OK [0m] Stopped Remount Root and Kernel File Systems.
    [[32m OK [0m] Stopped Journal Service.
    [[32m OK [0m] Closed Journal Socket.
    Starting Show Plymouth Reboot Screen...
    Starting Store Sound Card State...
    Unmounting /...
    [[32m OK [0m] Started Store Sound Card State.
    [[32m OK [0m] Reached target Shutdown.
    Sending SIGTERM to remaining processes...
    Sending SIGKILL to remaining processes...
    Hardware watchdog 'iTCO_wdt', version 0
    Unmounting file systems.
    All filesystems unmounted.
    Deactivating swaps.
    All swaps deactivated.
    Detaching loop devices.
    All loop devices detached.
    Detaching DM devices.
    All DM devices detached.
    Storage is finalized.
    dmesg
    > http://pastebin.com/fbgh2ayu
    journalctl -p 3 --since=today
    -- Logs begin at mar 2013-07-30 13:16:10 CEST, end at lun 2013-09-16 08:52:14 CEST. --
    set 16 08:43:14 arch dhcpcd[346]: eno1: ipv6rs_sendprobe: sendmsg: Cannot assign requested address
    set 16 08:43:14 arch ntpd_intres[338]: host name not found: 0.pool.ntp.org
    set 16 08:43:14 arch ntpd_intres[338]: host name not found: 1.pool.ntp.org
    set 16 08:43:14 arch ntpd_intres[338]: host name not found: 2.pool.ntp.org
    set 16 08:43:14 arch ntpd_intres[338]: host name not found: 3.pool.ntp.org
    set 16 08:43:18 arch ntpd_intres[338]: host name not found: 0.pool.ntp.org
    set 16 08:43:18 arch ntpd_intres[338]: host name not found: 1.pool.ntp.org
    set 16 08:43:18 arch ntpd_intres[338]: host name not found: 2.pool.ntp.org
    set 16 08:43:18 arch ntpd_intres[338]: host name not found: 3.pool.ntp.org
    set 16 08:45:03 arch login[308]: pam_systemd(login:session): Failed to connect to system bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    set 16 08:45:04 arch kdm[351]: :0[351]: pam_systemd(kde:session): Failed to connect to system bus: Failed to connect to socket /run/dbus/system_bus_socket: Connection refused
    set 16 08:45:04 arch kdm[351]: :0[351]: pam_close_session() failed: Cannot make/remove an entry for the specified session
    set 16 08:45:04 arch systemd-coredump[1103]: Process 309 (X) dumped core.
    [1;39m-- Reboot --[0m
    set 16 08:46:11 arch dhcpcd[346]: eno1: ipv6rs_sendprobe: sendmsg: Cannot assign requested address
    set 16 08:46:12 arch ntpd_intres[337]: host name not found: 0.pool.ntp.org
    set 16 08:46:12 arch ntpd_intres[337]: host name not found: 1.pool.ntp.org
    set 16 08:46:12 arch ntpd_intres[337]: host name not found: 2.pool.ntp.org
    set 16 08:46:12 arch ntpd_intres[337]: host name not found: 3.pool.ntp.org
    set 16 08:46:16 arch ntpd_intres[337]: host name not found: 0.pool.ntp.org
    set 16 08:46:16 arch ntpd_intres[337]: host name not found: 1.pool.ntp.org
    set 16 08:46:16 arch ntpd_intres[337]: host name not found: 2.pool.ntp.org
    set 16 08:46:16 arch ntpd_intres[337]: host name not found: 3.pool.ntp.org
    set 16 08:48:02 arch login[305]: pam_tally(login:auth): pam_get_uid; no such user
    kdm.log
    > http://pastebin.com/zmgj4AGq
    Xorg.0.log has no errors.
    How can I resolve it?
    Thanks
    Last edited by Fregtux (2013-09-20 08:35:13)

    Fregtux wrote:
    Thanks Thaodan! I deleted /var/tmp/kdecache-$USER and I solve the problem! I also restore .kde4_backup and at the moment have no issue.
    Small question: I noticed that there are also kdecache-kdm and kdecache-root. I should remove it or doesn't matter?
    Thanks for the help!
    THANKS, my White Screen was caused by a combination of issues but this solution worked for me.
    My Problem -
    I am not sure exactly what caused my white screen, I was playing around with /etc/profile & /etc/sudoers
    What I changed -
    sudoers - I added my user group to sudoers and allowed sudo to execute applications using xauth in home dir
    profile - changed umask to 133 ( I hate execute bit ) and default text editor to nano
    What Happened -
    Tried to reload via source but no changes where taking effect so I rebooted. 
    Upon reboot I could not login to KDE, it would keep looping back to the KDM after I entered by password for my user, however it would let me login as root ( after I enabled root login ).
    I figured this was a permission issue so I changed umask back to 022 in /etc/profile, I was then greeted with the White Screen after login.  I read numerous posts about how to fix this, most said to reinstall kde and delete /tmp, none of this worked.
    I deleted /var/tmp/kdecache-$USER and now I am back in business ( I had to re set the widgets, i.e. panel ).
    I was so excited that I had to write a post about it!
    Thanks again!

  • [SOLVED] Power Management in KDE doesn't work

    Hello world :-)
    I just installed Arch and everything works well except for Power Management in KDE. The Power Management settings in System Settings are completely grayed out and provided with following message:
    "Power Management configuration module could not be loaded. The Power Management Service appears not to be running. This can be solved by starting or scheduling it inside Startup and Shutdown."
    However the Power Management service is already running and if I restart it I get the message:
    "KDE Power Management System could not be initialized. The backend reported the following error: No valid Power Management backend plugins are available. A new installation might solve this problem. Please check your system configuration."
    I have this problem since KDE installation, Power Management just never worked. After two days of googling I becoming a little bit desperate :-) Any idea what's wrong here?
    Last edited by HungryMonster (2012-07-21 09:43:34)

    Thanks for your answers!
    arojas wrote:is the upower daemon running?
    Not sure about that. I installed upower but I don't know how to configure it or if any configuration is needed. If I understand official documentation correctly, upower daemon should be started automatically if some application needs it.
    cfr wrote:Are you sure that you installed everything necessary for that to work? Which parts of KDE did you install, for example?
    I have full KDE installation (# pacman -S kde-meta) so problem should be in my Arch installation, no in KDE itself. I have only installed Arch, Xorg, proprietary Nvidia drivers and KDE so far, so there is only small chance I break or messed up something - it's more likely something I didn't install yet or didn't know how to configure.
    Last edited by HungryMonster (2012-07-17 07:52:40)

  • [Solved] power management during kde startup not loading

    Hi,
    after solving one problem here comes another. From on side it's onying, but on the other side I lesrn a lot about my system.
    Well this time after the last kde update, I get the following message:
    KDE Power Management System could not be initialized. The backend reported the following error:
    No valid Power Management backend plugins are available. A new installation might solve this problem.
    Please check your system configuration.
    So I went to:System Settings>>Power Management and the pane on the right is greyed out and there is a message:
    Power Management configuration module could not be loaded. The Power Management Service appears not to be running.
    This can be solved by starting or scheduling it inside "Startup and Shutdown"
    System Settings>>Startup and Shutdown>>Service Manager, shows that Power management is running.
    If I try to start upower manually I get the following message:
    /usr/lib/upower/upowerd
    (upowerd:30849): UPower-WARNING **: Failed to acquire org.freedesktop.UPower: Connection ":1.77"
    is not allowed to own the service "org.freedesktop.UPower" due to security policies in the configuration file
    (upowerd:30849): UPower-WARNING **: Could not acquire name; bailing out
    I found this post: http://forums.opensuse.org/showthread.p … KDE-4-11-1
    where it states tha this was a bug in some previous kde releases.
    Well apparently it happened again here.
    I read somewhere that it could be because the policykit rules weren't update. I tried to understand policykit conf files but for no avail. I'm twice lefthanded on that matter.
    Any takers?
    PS.: Checking with journalctl -r I found that upowerd was masked, so I did;
    #systemctl unmask upower.service
    than I enabled it;
    #systemctl enable upower.service
    and if you want to start it right away than;
    #systemctl start upower.service
    Well that's it.
    Last edited by camarao (2014-03-12 14:48:20)

    Thanks for your answers!
    arojas wrote:is the upower daemon running?
    Not sure about that. I installed upower but I don't know how to configure it or if any configuration is needed. If I understand official documentation correctly, upower daemon should be started automatically if some application needs it.
    cfr wrote:Are you sure that you installed everything necessary for that to work? Which parts of KDE did you install, for example?
    I have full KDE installation (# pacman -S kde-meta) so problem should be in my Arch installation, no in KDE itself. I have only installed Arch, Xorg, proprietary Nvidia drivers and KDE so far, so there is only small chance I break or messed up something - it's more likely something I didn't install yet or didn't know how to configure.
    Last edited by HungryMonster (2012-07-17 07:52:40)

Maybe you are looking for