You are not logged in.
Hi,
I rebooted my computer last night after upgrading it multiple times without restarting it, I think my computer was running for three weeks and I remember installing Gnome 3.2, X and Intel drivers as part of the upgrade.
I was never able to reach the GDM screen after restarting it. The cursor goes to clock mode and stays there forever. My system is up and running as I can go to TTY1 or SSH and do whatever I want with it.
Did anyone have the same issue?
Last edited by mohtasham1983 (2011-10-18 06:59:24)
Offline
Yes, I do. And another user as well.
Here's my thread: https://bbs.archlinux.org/viewtopic.php?id=127891
Here's that other user's thread: https://bbs.archlinux.org/viewtopic.php?id=128292
Could you paste your X log?
Offline
is not an X problem or some packaging bug. same issue is happening on opensuse and my guts say that is at-spi2. hard to debug but we have to do it.
Give what you have. To someone, it may be better than you dare to think.
Offline
wonder:
Hmm
, that doesn't sound good. How can I help? Also, is it possible to switch back to Gnome3.0?
Offline
you can try to debug by doing this:
1) edit /usr/share/xsession/gnome.desktop and append --debug to Exec
Exec=gnome-session --debug2) edit /etc/xdg/autostart/gnome-settings-daemon.desktop and append --debug as well
Exec=/usr/lib/gnome-settings-daemon/gnome-settings-daemon --debug3) paste gdm logs.
pacman -S fb-client
fb "/var/log/gdm/:0-greeter.log"
fb "/var/log/gdm/:0-slave.log"While gdm is freezed
Last edited by wonder (2011-10-14 09:33:16)
Give what you have. To someone, it may be better than you dare to think.
Offline
Ok. The greeter.log is at http://paste.xinu.at/7Qz and the slave log is at http://paste.xinu.at/2x98
Offline
so here is what you need to do more:
1) install this debug packages: http://pkgbuild.com/~ioni/debug/ and fb-client
2) make gdm freeze
3) switch to vt (ctrl+alt+f2)
4) gdb attach $(/bin/pidof gnome-shell)
5) type in gdb "set logging on"
6)type "t a a bt full"
then exit and fb gdb.txt
thanks for doing is. i hope we can fix this crappy issue.
Last edited by wonder (2011-10-15 15:42:27)
Give what you have. To someone, it may be better than you dare to think.
Offline
Done. It's at http://paste.xinu.at/KYoi7/
No problem. I'm not alone in wanting to get this fixed
. In the meantime, I guess I'll be using XFCE. Good luck and thanks for the help!
Offline
edit /usr/share/gnome-shell/js/ui/main.js
comment out line 213
magnifier = new Magnifier.Magnifier();
let me know if is working
Give what you have. To someone, it may be better than you dare to think.
Offline
No
, it's still the same.
Offline
get a new trace please
Give what you have. To someone, it may be better than you dare to think.
Offline
Ok, it's at http://paste.xinu.at/sJn
By the way, are you on IRC? I'm also splatterdash there.
Offline
i am with nick ioni. I did saw you but you left so quickly
Give what you have. To someone, it may be better than you dare to think.
Offline
Sorry for the late response. I wasn't home the whole weekend.
Anyways, I can confirm for sure that the problem is not with Gnome 3 and Gdm. I installed KDE, and tried to log in using kdm, and got the same error.
Removed both gdm and kdm from rc.conf and tried to start X using startx, but it told me module xtrap cannot be loaded. I removed it from xorg.conf and didn't get the error anymore, however, I still wasn't able to see the log in screen.
When I boot my computer it says failed when loading modules.
EDIT: Modules failed to load, because I was blacklisting them the old fashioned way in rc.conf.
I guess the problem is either with one of the necessary modules not being loaded correctly, or some configuration problems in X.
Here is my rc.conf:
And here is Xorg.log:
X.Org X Server 1.11.1
Release Date: 2011-09-24
[ 16.630] X Protocol Version 11, Revision 0
[ 16.630] Build Operating System: Linux 3.0-ARCH x86_64
[ 16.630] Current Operating System: Linux myhost 3.0-ARCH #1 SMP PREEMPT Fri Oct 7 11:35:34 CEST 2011 x86_64
[ 16.630] Kernel command line: root=/dev/disk/by-uuid/064cb0d7-cbd2-4106-9fe3-11ea7605c9f7 ro
[ 16.630] Build Date: 10 October 2011 08:55:30AM
[ 16.630]
[ 16.630] Current version of pixman: 0.22.2
[ 16.630] Before reporting problems, check [url]http://wiki.x.org[/url]
to make sure that you have the latest version.
[ 16.630] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 16.630] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 16 22:39:52 2011
[ 16.696] (==) Using config file: "/etc/X11/xorg.conf"
[ 16.697] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 16.728] (==) ServerLayout "X.org Configured"
[ 16.728] (**) |-->Screen "Screen0" (0)
[ 16.728] (**) | |-->Monitor "Monitor0"
[ 16.745] (**) | |-->Device "Card0"
[ 16.745] (**) |-->Input Device "Mouse0"
[ 16.745] (**) |-->Input Device "Keyboard0"
[ 16.745] (==) Automatically adding devices
[ 16.745] (==) Automatically enabling devices
[ 16.890] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 16.890] Entry deleted from font path.
[ 16.891] (**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 16.891] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 16.891] (**) Extension "Composite" is enabled
[ 16.891] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 16.891] (WW) Disabling Mouse0
[ 16.891] (WW) Disabling Keyboard0
[ 16.891] (II) Loader magic: 0x7ccae0
[ 16.891] (II) Module ABI versions:
[ 16.891] X.Org ANSI C Emulation: 0.4
[ 16.891] X.Org Video Driver: 11.0
[ 16.891] X.Org XInput driver : 13.0
[ 16.891] X.Org Server Extension : 6.0
[ 16.891] (--) PCI:*(0:0:2:0) 8086:29c2:1028:020d rev 2, Mem @ 0xfdf00000/524288, 0xd0000000/268435456, 0xfdb00000/1048576, I/O @ 0x0000ff00/8
[ 16.891] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 16.891] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 16.891] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 16.891] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 16.892] (II) "record" will be loaded by default.
[ 16.892] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 16.892] (II) "dri2" will be loaded by default.
[ 16.892] (II) LoadModule: "extmod"
[ 16.898] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 16.915] (II) Module extmod: vendor="X.Org Foundation"
[ 16.915] compiled for 1.11.1, module version = 1.0.0
[ 16.915] Module class: X.Org Server Extension
[ 16.915] ABI class: X.Org Server Extension, version 6.0
[ 16.915] (II) Loading extension MIT-SCREEN-SAVER
[ 16.915] (II) Loading extension XFree86-VidModeExtension
[ 16.915] (II) Loading extension XFree86-DGA
[ 16.915] (II) Loading extension DPMS
[ 16.915] (II) Loading extension XVideo
[ 16.915] (II) Loading extension XVideo-MotionCompensation
[ 16.915] (II) Loading extension X-Resource
[ 16.915] (II) LoadModule: "dbe"
[ 16.915] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 16.922] (II) Module dbe: vendor="X.Org Foundation"
[ 16.922] compiled for 1.11.1, module version = 1.0.0
[ 16.922] Module class: X.Org Server Extension
[ 16.922] ABI class: X.Org Server Extension, version 6.0
[ 16.922] (II) Loading extension DOUBLE-BUFFER
[ 16.922] (II) LoadModule: "dri"
[ 16.922] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 16.931] (II) Module dri: vendor="X.Org Foundation"
[ 16.931] compiled for 1.11.1, module version = 1.0.0
[ 16.931] ABI class: X.Org Server Extension, version 6.0
[ 16.931] (II) Loading extension XFree86-DRI
[ 16.931] (II) LoadModule: "glx"
[ 16.932] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 16.947] (II) Module glx: vendor="X.Org Foundation"
[ 16.947] compiled for 1.11.1, module version = 1.0.0
[ 16.947] ABI class: X.Org Server Extension, version 6.0
[ 16.947] (==) AIGLX enabled
[ 16.947] (II) Loading extension GLX
[ 16.947] (II) LoadModule: "record"
[ 16.947] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 16.948] (II) Module record: vendor="X.Org Foundation"
[ 16.948] compiled for 1.11.1, module version = 1.13.0
[ 16.948] Module class: X.Org Server Extension
[ 16.948] ABI class: X.Org Server Extension, version 6.0
[ 16.948] (II) Loading extension RECORD
[ 16.948] (II) LoadModule: "dri2"
[ 16.948] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 16.949] (II) Module dri2: vendor="X.Org Foundation"
[ 16.949] compiled for 1.11.1, module version = 1.2.0
[ 16.949] ABI class: X.Org Server Extension, version 6.0
[ 16.949] (II) Loading extension DRI2
[ 16.949] (II) LoadModule: "intel"
[ 17.015] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 17.139] (II) Module intel: vendor="X.Org Foundation"
[ 17.139] compiled for 1.10.99.902, module version = 2.16.0
[ 17.139] Module class: X.Org Video Driver
[ 17.139] ABI class: X.Org Video Driver, version 11.0
[ 17.139] (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
[ 17.140] (++) using VT number 7
[ 17.146] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 17.146] drmOpenDevice: node name is /dev/dri/card0
[ 17.146] drmOpenDevice: open result is 8, (OK)
[ 17.146] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 17.146] drmOpenDevice: node name is /dev/dri/card0
[ 17.146] drmOpenDevice: open result is 8, (OK)
[ 17.146] drmOpenByBusid: drmOpenMinor returns 8
[ 17.146] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 17.146] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 17.146] (==) intel(0): RGB weight 888
[ 17.146] (==) intel(0): Default visual is TrueColor
[ 17.146] (II) intel(0): Integrated Graphics Chipset: Intel(R) G33
[ 17.146] (--) intel(0): Chipset: "G33"
[ 17.146] (**) intel(0): Relaxed fencing enabled
[ 17.146] (**) intel(0): Wait on SwapBuffers? enabled
[ 17.146] (**) intel(0): Triple buffering? enabled
[ 17.146] (**) intel(0): Framebuffer tiled
[ 17.146] (**) intel(0): Pixmaps tiled
[ 17.146] (**) intel(0): 3D buffers tiled
[ 17.146] (**) intel(0): SwapBuffers wait enabled
[ 17.146] (==) intel(0): video overlay key set to 0x101fe
[ 17.239] (II) intel(0): Output VGA1 using monitor section Monitor0
[ 17.309] (II) intel(0): EDID for output VGA1
[ 17.309] (II) intel(0): Manufacturer: DEL Model: d014 Serial#: 894121036
[ 17.309] (II) intel(0): Year: 2007 Week: 47
[ 17.309] (II) intel(0): EDID Version: 1.3
[ 17.309] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 17.309] (II) intel(0): Sync: Separate
[ 17.309] (II) intel(0): Max Image Size [cm]: horiz.: 47 vert.: 30
[ 17.309] (II) intel(0): Gamma: 2.20
[ 17.309] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 17.309] (II) intel(0): Default color space is primary color space
[ 17.309] (II) intel(0): First detailed timing is preferred mode
[ 17.309] (II) intel(0): redX: 0.639 redY: 0.332 greenX: 0.288 greenY: 0.597
[ 17.309] (II) intel(0): blueX: 0.152 blueY: 0.081 whiteX: 0.312 whiteY: 0.328
[ 17.309] (II) intel(0): Supported established timings:
[ 17.309] (II) intel(0): 720x400@70Hz
[ 17.309] (II) intel(0): 640x480@60Hz
[ 17.309] (II) intel(0): 640x480@75Hz
[ 17.309] (II) intel(0): 800x600@60Hz
[ 17.309] (II) intel(0): 800x600@75Hz
[ 17.309] (II) intel(0): 1024x768@60Hz
[ 17.309] (II) intel(0): 1024x768@75Hz
[ 17.309] (II) intel(0): 1280x1024@75Hz
[ 17.309] (II) intel(0): Manufacturer's mask: 0
[ 17.309] (II) intel(0): Supported standard timings:
[ 17.309] (II) intel(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 17.309] (II) intel(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 17.309] (II) intel(0): Supported detailed timing:
[ 17.309] (II) intel(0): clock: 146.2 MHz Image Size: 473 x 296 mm
[ 17.309] (II) intel(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
[ 17.309] (II) intel(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
[ 17.309] (II) intel(0): Serial No: KU3117BM5K4L
[ 17.309] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[ 17.309] (II) intel(0): Monitor name: DELL E228WFP
[ 17.309] (II) intel(0): EDID (in hex):
[ 17.309] (II) intel(0): 00ffffffffffff0010ac14d04c344b35
[ 17.309] (II) intel(0): 2f110103682f1e78ee8f30a355499827
[ 17.309] (II) intel(0): 145054a54b00714f8180010101010101
[ 17.309] (II) intel(0): 01010101010121399030621a274068b0
[ 17.309] (II) intel(0): 3600d9281100001c000000ff004b5533
[ 17.309] (II) intel(0): 313137424d354b344c0a000000fd0038
[ 17.309] (II) intel(0): 4b1e530f000a202020202020000000fc
[ 17.309] (II) intel(0): 0044454c4c20453232385746500a0077
[ 17.309] (II) intel(0): EDID vendor "DEL", prod id 53268
[ 17.309] (II) intel(0): Using hsync ranges from config file
[ 17.309] (II) intel(0): Using vrefresh ranges from config file
[ 17.309] (II) intel(0): Printing DDC gathered Modelines:
[ 17.309] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 17.309] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 17.309] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 17.309] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 17.309] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 17.309] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 17.309] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 17.309] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 17.309] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 17.309] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 17.309] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 17.320] (II) intel(0): Printing probed modes for output VGA1
[ 17.320] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 17.320] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 17.320] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 17.320] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 17.320] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 17.320] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 17.320] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 17.320] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 17.320] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 17.320] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 17.320] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 17.320] (II) intel(0): Output VGA1 connected
[ 17.320] (II) intel(0): Using exact sizes for initial modes
[ 17.320] (II) intel(0): Output VGA1 using initial mode 1680x1050
[ 17.320] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 17.320] (II) intel(0): Kernel page flipping support detected, enabling
[ 17.320] (**) intel(0): Display dimensions: (470, 300) mm
[ 17.320] (**) intel(0): DPI set to (90, 88)
[ 17.320] (II) Loading sub module "fb"
[ 17.320] (II) LoadModule: "fb"
[ 17.320] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 17.386] (II) Module fb: vendor="X.Org Foundation"
[ 17.386] compiled for 1.11.1, module version = 1.0.0
[ 17.386] ABI class: X.Org ANSI C Emulation, version 0.4
[ 17.386] (II) Loading sub module "dri2"
[ 17.386] (II) LoadModule: "dri2"
[ 17.387] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 17.387] (II) Module dri2: vendor="X.Org Foundation"
[ 17.387] compiled for 1.11.1, module version = 1.2.0
[ 17.387] ABI class: X.Org Server Extension, version 6.0
[ 17.387] (==) Depth 24 pixmap format is 32 bpp
[ 17.387] (II) intel(0): [DRI2] Setup complete
[ 17.387] (II) intel(0): [DRI2] DRI driver: i915
[ 17.387] (II) intel(0): Allocated new frame buffer 1728x1050 stride 8192, tiled
[ 17.447] (II) UXA(0): Driver registered support for the following operations:
[ 17.447] (II) solid
[ 17.447] (II) copy
[ 17.447] (II) composite (RENDER acceleration)
[ 17.447] (II) put_image
[ 17.447] (II) get_image
[ 17.447] (==) intel(0): Backing store disabled
[ 17.447] (==) intel(0): Silken mouse enabled
[ 17.447] (II) intel(0): Initializing HW Cursor
[ 17.470] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 17.470] (**) intel(0): DPMS enabled
[ 17.470] (==) intel(0): Intel XvMC decoder disabled
[ 17.470] (II) intel(0): Set up textured video
[ 17.470] (II) intel(0): Set up overlay video
[ 17.470] (II) intel(0): direct rendering: DRI2 Enabled
[ 17.470] (==) intel(0): hotplug detection: "enabled"
[ 17.470] (--) RandR disabled
[ 17.470] (II) Initializing built-in extension Generic Event Extension
[ 17.470] (II) Initializing built-in extension SHAPE
[ 17.470] (II) Initializing built-in extension MIT-SHM
[ 17.470] (II) Initializing built-in extension XInputExtension
[ 17.470] (II) Initializing built-in extension XTEST
[ 17.470] (II) Initializing built-in extension BIG-REQUESTS
[ 17.470] (II) Initializing built-in extension SYNC
[ 17.470] (II) Initializing built-in extension XKEYBOARD
[ 17.470] (II) Initializing built-in extension XC-MISC
[ 17.470] (II) Initializing built-in extension SECURITY
[ 17.470] (II) Initializing built-in extension XINERAMA
[ 17.470] (II) Initializing built-in extension XFIXES
[ 17.470] (II) Initializing built-in extension RENDER
[ 17.470] (II) Initializing built-in extension RANDR
[ 17.470] (II) Initializing built-in extension COMPOSITE
[ 17.470] (II) Initializing built-in extension DAMAGE
[ 17.900] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 17.900] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 17.900] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 17.900] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 17.900] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 17.900] (II) AIGLX: Loaded and initialized i915
[ 17.900] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 17.900] (II) intel(0): Setting screen physical size to 444 x 277
[ 19.260] (II) XKB: Reusing cached keymap
[ 19.262] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 19.262] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 19.262] (II) LoadModule: "evdev"
[ 19.263] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 19.320] (II) Module evdev: vendor="X.Org Foundation"
[ 19.320] compiled for 1.10.99.902, module version = 2.6.0
[ 19.320] Module class: X.Org XInput Driver
[ 19.320] ABI class: X.Org XInput driver, version 13.0
[ 19.320] (II) Using input driver 'evdev' for 'Power Button'
[ 19.320] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 19.320] Option "XkbRules" "evdev"
[ 19.320] Option "XkbModel" "evdev"
[ 19.320] Option "XkbLayout" "us"
[ 19.320] Option "_source" "server/udev"
[ 19.320] Option "name" "Power Button"
[ 19.320] Option "path" "/dev/input/event2"
[ 19.320] Option "device" "/dev/input/event2"
[ 19.320] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 19.320] Option "driver" "evdev"
[ 19.320] (**) Power Button: always reports core events
[ 19.320] (**) Power Button: Device: "/dev/input/event2"
[ 19.320] (--) Power Button: Found keys
[ 19.320] (II) Power Button: Configuring as keyboard
[ 19.320] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 19.320] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 19.320] (**) Option "xkb_rules" "evdev"
[ 19.320] (**) Option "xkb_model" "evdev"
[ 19.320] (**) Option "xkb_layout" "us"
[ 19.344] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 19.344] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 19.344] (II) Using input driver 'evdev' for 'Power Button'
[ 19.344] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 19.344] Option "XkbRules" "evdev"
[ 19.344] Option "XkbModel" "evdev"
[ 19.344] Option "XkbLayout" "us"
[ 19.344] Option "_source" "server/udev"
[ 19.344] Option "name" "Power Button"
[ 19.344] Option "path" "/dev/input/event1"
[ 19.344] Option "device" "/dev/input/event1"
[ 19.344] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 19.344] Option "driver" "evdev"
[ 19.344] (**) Power Button: always reports core events
[ 19.344] (**) Power Button: Device: "/dev/input/event1"
[ 19.344] (--) Power Button: Found keys
[ 19.344] (II) Power Button: Configuring as keyboard
[ 19.344] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 19.344] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 19.344] (**) Option "xkb_rules" "evdev"
[ 19.344] (**) Option "xkb_model" "evdev"
[ 19.344] (**) Option "xkb_layout" "us"
[ 19.344] (II) XKB: Reusing cached keymap
[ 19.345] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 19.345] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 19.345] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 19.345] Option "XkbRules" "evdev"
[ 19.345] Option "XkbModel" "evdev"
[ 19.345] Option "XkbLayout" "us"
[ 19.345] Option "_source" "server/udev"
[ 19.345] Option "name" "Logitech USB-PS/2 Optical Mouse"
[ 19.345] Option "path" "/dev/input/event4"
[ 19.345] Option "device" "/dev/input/event4"
[ 19.345] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1.2/4-1.2:1.0/input/input4/event4"
[ 19.345] Option "driver" "evdev"
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event4"
[ 19.345] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 19.345] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 19.345] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 19.345] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 19.345] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 19.345] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 19.345] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1.2/4-1.2:1.0/input/input4/event4"
[ 19.345] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
[ 19.345] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 19.345] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 19.345] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 19.346] (II) No input driver/identifier specified (ignoring)
[ 19.346] (II) config/udev: Adding input device Dell Dell USB Keyboard Hub (/dev/input/event5)
[ 19.346] (**) Dell Dell USB Keyboard Hub: Applying InputClass "evdev keyboard catchall"
[ 19.346] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard Hub'
[ 19.346] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 19.346] Option "XkbRules" "evdev"
[ 19.346] Option "XkbModel" "evdev"
[ 19.346] Option "XkbLayout" "us"
[ 19.346] Option "_source" "server/udev"
[ 19.346] Option "name" "Dell Dell USB Keyboard Hub"
[ 19.346] Option "path" "/dev/input/event5"
[ 19.346] Option "device" "/dev/input/event5"
[ 19.346] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2.1/5-2.1:1.0/input/input5/event5"
[ 19.346] Option "driver" "evdev"
[ 19.346] (**) Dell Dell USB Keyboard Hub: always reports core events
[ 19.346] (**) Dell Dell USB Keyboard Hub: Device: "/dev/input/event5"
[ 19.346] (--) Dell Dell USB Keyboard Hub: Found keys
[ 19.346] (II) Dell Dell USB Keyboard Hub: Configuring as keyboard
[ 19.346] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2.1/5-2.1:1.0/input/input5/event5"
[ 19.346] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard Hub" (type: KEYBOARD, id 9)
[ 19.346] (**) Option "xkb_rules" "evdev"
[ 19.346] (**) Option "xkb_model" "evdev"
[ 19.346] (**) Option "xkb_layout" "us"
[ 19.346] (II) XKB: Reusing cached keymap
[ 19.347] (II) config/udev: Adding input device Dell Dell USB Keyboard Hub (/dev/input/event6)
[ 19.347] (**) Dell Dell USB Keyboard Hub: Applying InputClass "evdev keyboard catchall"
[ 19.347] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard Hub'
[ 19.347] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 19.347] Option "XkbRules" "evdev"
[ 19.347] Option "XkbModel" "evdev"
[ 19.347] Option "XkbLayout" "us"
[ 19.347] Option "_source" "server/udev"
[ 19.347] Option "name" "Dell Dell USB Keyboard Hub"
[ 19.347] Option "path" "/dev/input/event6"
[ 19.347] Option "device" "/dev/input/event6"
[ 19.347] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2.1/5-2.1:1.1/input/input6/event6"
[ 19.347] Option "driver" "evdev"
[ 19.347] (**) Dell Dell USB Keyboard Hub: always reports core events
[ 19.347] (**) Dell Dell USB Keyboard Hub: Device: "/dev/input/event6"
[ 19.347] (--) Dell Dell USB Keyboard Hub: Found absolute axes
[ 19.347] (--) Dell Dell USB Keyboard Hub: Found keys
[ 19.347] (II) Dell Dell USB Keyboard Hub: Configuring as mouse
[ 19.347] (II) Dell Dell USB Keyboard Hub: Configuring as keyboard
[ 19.347] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2.1/5-2.1:1.1/input/input6/event6"
[ 19.347] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard Hub" (type: KEYBOARD, id 10)
[ 19.347] (**) Option "xkb_rules" "evdev"
[ 19.347] (**) Option "xkb_model" "evdev"
[ 19.347] (**) Option "xkb_layout" "us"
[ 19.347] (II) XKB: Reusing cached keymap
[ 19.347] (II) Dell Dell USB Keyboard Hub: initialized for absolute axes.
[ 19.347] (**) Dell Dell USB Keyboard Hub: (accel) keeping acceleration scheme 1
[ 19.347] (**) Dell Dell USB Keyboard Hub: (accel) acceleration profile 0
[ 19.347] (**) Dell Dell USB Keyboard Hub: (accel) acceleration factor: 2.000
[ 19.347] (**) Dell Dell USB Keyboard Hub: (accel) acceleration threshold: 4
[ 19.347] (II) config/udev: Adding input device UVC Camera (046d:0809) (/dev/input/event3)
[ 19.347] (**) UVC Camera (046d:0809): Applying InputClass "evdev keyboard catchall"
[ 19.347] (II) Using input driver 'evdev' for 'UVC Camera (046d:0809)'
[ 19.347] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 19.347] Option "XkbRules" "evdev"
[ 19.347] Option "XkbModel" "evdev"
[ 19.347] Option "XkbLayout" "us"
[ 19.347] Option "_source" "server/udev"
[ 19.347] Option "name" "UVC Camera (046d:0809)"
[ 19.347] Option "path" "/dev/input/event3"
[ 19.347] Option "device" "/dev/input/event3"
[ 19.347] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/input/input3/event3"
[ 19.348] Option "driver" "evdev"
[ 19.348] (**) UVC Camera (046d:0809): always reports core events
[ 19.348] (**) UVC Camera (046d:0809): Device: "/dev/input/event3"
[ 19.348] (--) UVC Camera (046d:0809): Found keys
[ 19.348] (II) UVC Camera (046d:0809): Configuring as keyboard
[ 19.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/input/input3/event3"
[ 19.348] (II) XINPUT: Adding extended input device "UVC Camera (046d:0809)" (type: KEYBOARD, id 11)
[ 19.348] (**) Option "xkb_rules" "evdev"
[ 19.348] (**) Option "xkb_model" "evdev"
[ 19.348] (**) Option "xkb_layout" "us"
[ 19.348] (II) XKB: Reusing cached keymap
[ 19.348] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
[ 19.348] (II) No input driver/identifier specified (ignoring)
[ 19.495] (II) intel(0): EDID vendor "DEL", prod id 53268
[ 19.495] (II) intel(0): Using hsync ranges from config file
[ 19.495] (II) intel(0): Using vrefresh ranges from config file
[ 19.495] (II) intel(0): Printing DDC gathered Modelines:
[ 19.495] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 19.495] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 19.495] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 19.495] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 19.495] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 19.495] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 19.495] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 19.495] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 19.495] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 19.495] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 19.495] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 198.966] (II) AIGLX: Suspending AIGLX clients for VT switchLast edited by mohtasham1983 (2011-10-17 05:50:12)
Offline
I was finally able to get X working.
I guess I didn't have enough space in my root partition, so when I did an upgrade part of Xorg wasn't updated. I uninstalled everything that you have to install in Arch wiki for xorg and installed them again. Removed xorg.conf and started x using startx. Had to install xf86-video-fbdev as well. Also I had to delete ~/.Xauthority.
I am finally able to see gnome 3.2. Hopefully It's better than 3.1.
Offline