You are not logged in.
Pages: 1
Topic closed
I update my system today, and install xorg-server 1.12.0-1, but xorg crash when gnome-session start.
/var/log/Xorg.0.log output:
[ 202.639] (II) intel(0): Allocated new frame buffer 3840x1080 stride 15360, tiled
[ 202.813] BUG: triggered 'if (!dev->valuator || dev->valuator->numAxes < 2)'
[ 202.813] BUG: getevents.c:843 in scale_to_desktop()
[ 202.813]
[ 202.813] Backtrace:
[ 202.813] 0: /usr/bin/Xorg (xorg_backtrace+0x49) [0x81c3209]
[ 202.813] 1: /usr/bin/Xorg (0x8048000+0x436bd) [0x808b6bd]
[ 202.813] 2: /usr/bin/Xorg (0x8048000+0x441fb) [0x808c1fb]
[ 202.814] 3: /usr/bin/Xorg (GetPointerEvents+0x109) [0x808d649]
[ 202.814] 4: /usr/bin/Xorg (0x8048000+0x16468a) [0x81ac68a]
[ 202.814] 5: /usr/bin/Xorg (miPointerWarpCursor+0xd3) [0x81acac3]
..........
Work fine when only one monitor is connected.
Video is Intel (core i5-2500K).
Last edited by mapintar (2012-04-04 15:12:44)
Offline
It's the same bug descript here: https://bugs.launchpad.net/ubuntu/+sour … bug/921236
Offline
I am experiencing similar problems: Since yesterday's xf86-video-intel upgrade, the display manager does not start if an external monitor is connected. However in my case I don't even get to see a login screen, the X server crashes immediately.
I have tried installing xf86-input-evdev-git from AUR after I found your launchpad link, but unfortunatelly this didn't help. Have you solved the problem yet?
Offline
I am experiencing similar problems: Since yesterday's xf86-video-intel upgrade, the display manager does not start if an external monitor is connected. However in my case I don't even get to see a login screen, the X server crashes immediately.
I have tried installing xf86-input-evdev-git from AUR after I found your launchpad link, but unfortunatelly this didn't help. Have you solved the problem yet?
No. I using only one monitor now until the problem is solved.
I googled but could not find any solution.
Offline
I've filed a bug on freedesktop:
https://bugs.freedesktop.org/show_bug.cgi?id=47395
Compiling the intel drivers with --enable-sna solved the issue for me.
Offline
I've filed a bug on freedesktop:
https://bugs.freedesktop.org/show_bug.cgi?id=47395
Compiling the intel drivers with --enable-sna solved the issue for me.
Not work for me.
Offline
Guys, I recompile xorg-server package with --disable-config-udev and put this section in /etc/X11/xorg.conf.d/10-quirks.conf:
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Work fine now.
Offline
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
This prevented all of my input devices from being loaded, meaning neither keyboard or mouse worked anymore. I had to boot into a live medium and remove those lines from there. Not recommended!
Offline
@mankinskin, the thread is more than 8 years old
a) do not rely on dated information from the interwebz
b) don't necrobump
Offline
Don't necrobump, heed the above advice, and open up your own thread with an actual problem description should you actually have an issue.
https://wiki.archlinux.org/index.php/Co … bumping%22
Closing this old thread
Offline
Pages: 1
Topic closed