Problem logging out from xmonad

Dear Everyone:
I updated my system on monday 3/11, and since then have had the following strange behavior:  When I go to log out of my X session (by pressing super-shift-q, which sends the logout message through xmonad), my xdm login screen fails to appear as it should.  Instead, everything just seems to hang.  I have a blank screen, and hitting ctrl-alt-F2 (F3 or F4, etc. etc.) does not open a new terminal.
I was too busy to deal with this last week, and so updated again today, hoping the problem would be fixed.  But the problem continues.
I realize this is a vague post.  Could someone give me some guidance as to how I might go about diagnosing the problem.   (I thought of dmesg -- but of course I can't run it right after I've logged out when the problem seems to occur.)
Thanks!
-Stu

Thanks for the response .nz.
first of all, I've not been keeping good enough track of when this problem started relative to my updates to know where to look in my pacman logs.  However, I can be pretty detailed about everything else:
Here is the current status of my system:
1) I've uninstalled xdm entirely.
2) I set the default target to multi-user (i.e. ran sudo systemctl enable multi-user.target)
here is my .xinitrc:
if [ -d /etc/X11/xinit/xinitrc.d]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
setxkbmap -option ctrl:swapcaps
xrdb -merge .Xresources
xsetroot -solid black
exec xmonad
and here is my xmonad.hs:
import XMonad
import XMonad.Hooks.ManageDocks -- imports stuff to keep bars/trays visible
import XMonad.Util.Run(spawnPipe) -- imports spawnPipe through which we start xmobar
import XMonad.Hooks.DynamicLog
import System.IO
main = do
spawn "trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --height 12"
spawn "dropboxd start"
spawn "xmobar"
xmonad $ defaultConfig
{ manageHook = manageDocks <+> myManageHook <+> manageHook defaultConfig
, layoutHook = avoidStruts $ layoutHook defaultConfig
, logHook = dynamicLogString defaultPP{ppCurrent = xmobarColor "blue" "gray", ppSep = "|", ppOrder = \(ws:_:t:_) -> [ws,t]} >>= xmonadPropLog
, borderWidth = 5
, terminal = "urxvt"
, normalBorderColor = "#3399cc"
, focusedBorderColor = "#33ff00"
, modMask = mod4Mask
, workspaces = ["1:shell","2:emacs","3:web","4:pdf","5:audio","6:draw","7","8"]
myManageHook = composeAll
[ className =? "Firefox" --> doShift "3:web"
, className =? "URxvt" --> doShift "1:shell"
, className =? "Emacs" --> doShift "2:emacs"
, className =? "Audacious" --> doShift "5:audio"
, className =? "Evince" --> doShift "4:pdf"
, className =? "Inkscape" --> doShift "6:draw"
Now, here is what I have done leading up to my current problem:
1) started up, which resulted in me reaching the multiuser target, and thus a login prompt in a terminal
2) logged in
3) ran 'sudo echo "" > /var/log/Xorg.0.log' to make sure that everything that was going into the log file in the subsequent steps was from the coming session of X
3) ran xinit.  This resulting in a fully working X session with xmonad acting exactly as I want it to
4) hit super-shift-q (which is the key that is supposed to kill xmonad and the X server, and how I used to log out of my system when I was using xdm)
The problem is what happens at that point:  The screen goes black, then I see a message on my screen that says "entering powersave mode".  At that point, the keyboard and mouse become unresponsive -- no pressing of keys seems to wake my machine up.  Ideally, I'd like this not to happen, and instead return to a login prompt after super-shift-q.
my video card is AMD ATI RV530GL
my video driver is xf86-video-ati
Here is the Xorg.0.log resulting after I rebooted my machine back to the multi-user target:
[ 1842.146]
X.Org X Server 1.14.0
Release Date: 2013-03-05
[ 1842.152] X Protocol Version 11, Revision 0
[ 1842.154] Build Operating System: Linux 3.8.2-1-ARCH i686
[ 1842.157] Current Operating System: Linux rocdaddy 3.8.3-2-ARCH #1 SMP PREEMPT Sun Mar 17 13:38:16 CET 2013 i686
[ 1842.157] Kernel command line: root=/dev/disk/by-uuid/d1ec8093-d3dc-4b9f-97c3-403c2ff83ea3 ro
[ 1842.161] Build Date: 09 March 2013 11:46:22AM
[ 1842.163]
[ 1842.165] Current version of pixman: 0.28.2
[ 1842.170] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1842.170] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1842.179] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 21 11:26:48 2013
[ 1842.227] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1842.229] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1842.369] (==) ServerLayout "Main"
[ 1842.369] (**) |-->Screen "Screen0" (0)
[ 1842.369] (**) | |-->Monitor "Monitor0"
[ 1842.369] (**) | |-->Device "Card0"
[ 1842.369] (**) |-->Screen "Screen1" (1)
[ 1842.369] (**) | |-->Monitor "Monitor1"
[ 1842.369] (**) | |-->Device "Card1"
[ 1842.369] (**) Option "Xinerama" "true"
[ 1842.369] (==) Automatically adding devices
[ 1842.369] (==) Automatically enabling devices
[ 1842.369] (==) Automatically adding GPU devices
[ 1842.392] (**) Xinerama: enabled
[ 1842.446] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 1842.446] Entry deleted from font path.
[ 1842.508] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 1842.508] Entry deleted from font path.
[ 1842.508] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 1842.508] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/
[ 1842.508] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1842.508] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1842.525] (II) Loader magic: 0x825b620
[ 1842.525] (II) Module ABI versions:
[ 1842.526] X.Org ANSI C Emulation: 0.4
[ 1842.526] X.Org Video Driver: 14.1
[ 1842.526] X.Org XInput driver : 19.1
[ 1842.526] X.Org Server Extension : 7.0
[ 1842.526] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 1842.530] (--) PCI:*(0:7:0:0) 1002:71d2:1002:3b02 rev 0, Mem @ 0xc0000000/268435456, 0xdfbe0000/65536, I/O @ 0x0000dc00/256, BIOS @ 0x????????/131072
[ 1842.530] (--) PCI: (0:7:0:1) 1002:71f2:1002:3b03 rev 0, Mem @ 0xdfbf0000/65536
[ 1842.539] Initializing built-in extension Generic Event Extension
[ 1842.542] Initializing built-in extension SHAPE
[ 1842.544] Initializing built-in extension MIT-SHM
[ 1842.546] Initializing built-in extension XInputExtension
[ 1842.548] Initializing built-in extension XTEST
[ 1842.550] Initializing built-in extension BIG-REQUESTS
[ 1842.552] Initializing built-in extension SYNC
[ 1842.554] Initializing built-in extension XKEYBOARD
[ 1842.556] Initializing built-in extension XC-MISC
[ 1842.557] Initializing built-in extension SECURITY
[ 1842.559] Initializing built-in extension XINERAMA
[ 1842.561] Initializing built-in extension XFIXES
[ 1842.563] Initializing built-in extension RENDER
[ 1842.564] Initializing built-in extension RANDR
[ 1842.566] Initializing built-in extension COMPOSITE
[ 1842.568] Initializing built-in extension DAMAGE
[ 1842.570] Initializing built-in extension MIT-SCREEN-SAVER
[ 1842.571] Initializing built-in extension DOUBLE-BUFFER
[ 1842.573] Initializing built-in extension RECORD
[ 1842.575] Initializing built-in extension DPMS
[ 1842.576] Initializing built-in extension X-Resource
[ 1842.578] Initializing built-in extension XVideo
[ 1842.580] Initializing built-in extension XVideo-MotionCompensation
[ 1842.581] Initializing built-in extension XFree86-VidModeExtension
[ 1842.583] Initializing built-in extension XFree86-DGA
[ 1842.584] Initializing built-in extension XFree86-DRI
[ 1842.586] Initializing built-in extension DRI2
[ 1842.586] (II) "glx" will be loaded by default.
[ 1842.586] (II) LoadModule: "dri2"
[ 1842.586] (II) Module "dri2" already built-in
[ 1842.586] (II) LoadModule: "glamoregl"
[ 1842.593] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1842.647] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1842.647] compiled for 1.14.0, module version = 0.5.0
[ 1842.647] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1842.647] (II) LoadModule: "glx"
[ 1842.770] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1842.912] (II) Module glx: vendor="X.Org Foundation"
[ 1842.912] compiled for 1.14.0, module version = 1.0.0
[ 1842.912] ABI class: X.Org Server Extension, version 7.0
[ 1842.912] (==) AIGLX enabled
[ 1842.923] Loading extension GLX
[ 1842.923] (II) LoadModule: "radeon"
[ 1842.923] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 1843.107] (II) Module radeon: vendor="X.Org Foundation"
[ 1843.107] compiled for 1.14.0, module version = 7.1.0
[ 1843.107] Module class: X.Org Video Driver
[ 1843.107] ABI class: X.Org Video Driver, version 14.1
[ 1843.107] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
ATI Mobility Radeon HD 4670, ATI FirePro M5750,
ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI RV670,
ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Mobility Radeon HD 5800 Series,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
ATI Mobility Radeon Graphics, CEDAR,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
BARTS, BARTS, Mobility Radeon HD 6000 Series,
Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
[ 1843.120] (--) using VT number 2
[ 1843.145] (II) [KMS] Kernel modesetting enabled.
[ 1843.145] (II) [KMS] Kernel modesetting enabled.
[ 1843.145] (II) RADEON(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 24/32
[ 1843.146] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[ 1843.146] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 1843.146] (==) RADEON(0): Default visual is TrueColor
[ 1843.146] (==) RADEON(0): RGB weight 888
[ 1843.146] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[ 1843.146] (--) RADEON(0): Chipset: "ATI FireGL V3400" (ChipID = 0x71d2)
[ 1843.146] (II) Loading sub module "dri2"
[ 1843.146] (II) LoadModule: "dri2"
[ 1843.146] (II) Module "dri2" already built-in
[ 1843.146] (II) Loading sub module "exa"
[ 1843.146] (II) LoadModule: "exa"
[ 1843.146] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 1843.214] (II) Module exa: vendor="X.Org Foundation"
[ 1843.214] compiled for 1.14.0, module version = 2.6.0
[ 1843.214] ABI class: X.Org Video Driver, version 14.1
[ 1843.214] (II) RADEON(0): KMS Color Tiling: enabled
[ 1843.214] (II) RADEON(0): KMS Color Tiling 2D: disabled
[ 1843.214] (II) RADEON(0): KMS Pageflipping: enabled
[ 1843.214] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[ 1843.246] (II) RADEON(0): Output DVI-0 using monitor section Monitor0
[ 1843.310] (II) RADEON(0): EDID for output DVI-0
[ 1843.310] (II) RADEON(0): Manufacturer: DEL Model: 405b Serial#: 1112233813
[ 1843.311] (II) RADEON(0): Year: 2011 Week: 41
[ 1843.311] (II) RADEON(0): EDID Version: 1.3
[ 1843.311] (II) RADEON(0): Digital Display Input
[ 1843.311] (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
[ 1843.311] (II) RADEON(0): Gamma: 2.20
[ 1843.311] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[ 1843.311] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1843.311] (II) RADEON(0): Default color space is primary color space
[ 1843.311] (II) RADEON(0): First detailed timing is preferred mode
[ 1843.311] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 1843.311] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 1843.311] (II) RADEON(0): Supported established timings:
[ 1843.311] (II) RADEON(0): 720x400@70Hz
[ 1843.311] (II) RADEON(0): 640x480@60Hz
[ 1843.311] (II) RADEON(0): 640x480@75Hz
[ 1843.311] (II) RADEON(0): 800x600@60Hz
[ 1843.311] (II) RADEON(0): 800x600@75Hz
[ 1843.311] (II) RADEON(0): 1024x768@60Hz
[ 1843.311] (II) RADEON(0): 1024x768@75Hz
[ 1843.311] (II) RADEON(0): 1280x1024@75Hz
[ 1843.311] (II) RADEON(0): Manufacturer's mask: 0
[ 1843.311] (II) RADEON(0): Supported standard timings:
[ 1843.311] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 1843.311] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 1843.311] (II) RADEON(0): Supported detailed timing:
[ 1843.311] (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
[ 1843.311] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 1843.311] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 1843.311] (II) RADEON(0): Serial No: M39MD1AABKWU
[ 1843.311] (II) RADEON(0): Monitor name: DELL P190S
[ 1843.311] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[ 1843.311] (II) RADEON(0): EDID (in hex):
[ 1843.311] (II) RADEON(0): 00ffffffffffff0010ac5b4055574b42
[ 1843.311] (II) RADEON(0): 2915010380261e78eeee95a3544c9926
[ 1843.311] (II) RADEON(0): 0f5054a54b00714f8180010101010101
[ 1843.311] (II) RADEON(0): 010101010101302a009851002a403070
[ 1843.311] (II) RADEON(0): 1300782d1100001e000000ff004d3339
[ 1843.311] (II) RADEON(0): 4d44314141424b57550a000000fc0044
[ 1843.311] (II) RADEON(0): 454c4c2050313930530a2020000000fd
[ 1843.311] (II) RADEON(0): 00384c1e510e000a2020202020200016
[ 1843.312] (II) RADEON(0): Printing probed modes for output DVI-0
[ 1843.312] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 1843.312] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 1843.312] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 1843.312] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 1843.312] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 1843.312] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 1843.312] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 1843.312] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 1843.312] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1843.312] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 1843.312] (II) RADEON(0): Output DVI-0 connected
[ 1843.312] (II) RADEON(0): Using exact sizes for initial modes
[ 1843.312] (II) RADEON(0): Output DVI-0 using initial mode 1280x1024
[ 1843.312] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 1843.312] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:76f6000
[ 1843.312] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[ 1843.312] (==) RADEON(0): DPI set to (96, 96)
[ 1843.312] (II) Loading sub module "fb"
[ 1843.312] (II) LoadModule: "fb"
[ 1843.312] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1843.364] (II) Module fb: vendor="X.Org Foundation"
[ 1843.364] compiled for 1.14.0, module version = 1.0.0
[ 1843.364] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1843.364] (II) Loading sub module "ramdac"
[ 1843.364] (II) LoadModule: "ramdac"
[ 1843.364] (II) Module "ramdac" already built-in
[ 1843.364] (II) RADEON(1): Creating default Display subsection in Screen section
"Screen1" for depth/fbbpp 24/32
[ 1843.364] (==) RADEON(1): Depth 24, (--) framebuffer bpp 32
[ 1843.365] (II) RADEON(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 1843.365] (==) RADEON(1): Default visual is TrueColor
[ 1843.365] (==) RADEON(1): RGB weight 888
[ 1843.365] (II) RADEON(1): Using 8 bits per RGB (8 bit DAC)
[ 1843.365] (--) RADEON(1): Chipset: "ATI FireGL V3400" (ChipID = 0x71d2)
[ 1843.365] (II) RADEON(1): reusing fd for second head
[ 1843.365] (II) Loading sub module "dri2"
[ 1843.365] (II) LoadModule: "dri2"
[ 1843.365] (II) Module "dri2" already built-in
[ 1843.365] (II) Loading sub module "exa"
[ 1843.365] (II) LoadModule: "exa"
[ 1843.365] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 1843.365] (II) Module exa: vendor="X.Org Foundation"
[ 1843.365] compiled for 1.14.0, module version = 2.6.0
[ 1843.365] ABI class: X.Org Video Driver, version 14.1
[ 1843.365] (II) RADEON(1): KMS Color Tiling: enabled
[ 1843.365] (II) RADEON(1): KMS Color Tiling 2D: disabled
[ 1843.365] (II) RADEON(1): KMS Pageflipping: enabled
[ 1843.365] (II) RADEON(1): SwapBuffers wait for vsync: enabled
[ 1843.429] (II) RADEON(1): Output DVI-1 using monitor section Monitor1
[ 1843.461] (II) RADEON(1): EDID for output DVI-1
[ 1843.461] (II) RADEON(1): Manufacturer: DEL Model: a016 Serial#: 878008147
[ 1843.461] (II) RADEON(1): Year: 2006 Week: 22
[ 1843.461] (II) RADEON(1): EDID Version: 1.3
[ 1843.461] (II) RADEON(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 1843.461] (II) RADEON(1): Sync: Separate Composite SyncOnGreen
[ 1843.461] (II) RADEON(1): Max Image Size [cm]: horiz.: 52 vert.: 33
[ 1843.461] (II) RADEON(1): Gamma: 2.20
[ 1843.461] (II) RADEON(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 1843.461] (II) RADEON(1): Default color space is primary color space
[ 1843.461] (II) RADEON(1): First detailed timing is preferred mode
[ 1843.461] (II) RADEON(1): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 1843.461] (II) RADEON(1): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 1843.461] (II) RADEON(1): Supported established timings:
[ 1843.461] (II) RADEON(1): 720x400@70Hz
[ 1843.461] (II) RADEON(1): 640x480@60Hz
[ 1843.461] (II) RADEON(1): 640x480@75Hz
[ 1843.461] (II) RADEON(1): 800x600@60Hz
[ 1843.461] (II) RADEON(1): 800x600@75Hz
[ 1843.461] (II) RADEON(1): 1024x768@60Hz
[ 1843.461] (II) RADEON(1): 1024x768@75Hz
[ 1843.461] (II) RADEON(1): 1280x1024@75Hz
[ 1843.461] (II) RADEON(1): Manufacturer's mask: 0
[ 1843.461] (II) RADEON(1): Supported standard timings:
[ 1843.461] (II) RADEON(1): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 1843.461] (II) RADEON(1): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 1843.461] (II) RADEON(1): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 1843.462] (II) RADEON(1): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 1843.462] (II) RADEON(1): Supported detailed timing:
[ 1843.462] (II) RADEON(1): clock: 154.0 MHz Image Size: 519 x 324 mm
[ 1843.462] (II) RADEON(1): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 1843.462] (II) RADEON(1): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 1843.462] (II) RADEON(1): Serial No: CC30265V4UWS
[ 1843.462] (II) RADEON(1): Monitor name: DELL 2407WFP
[ 1843.462] (II) RADEON(1): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 1843.462] (II) RADEON(1): EDID (in hex):
[ 1843.462] (II) RADEON(1): 00ffffffffffff0010ac16a053575534
[ 1843.462] (II) RADEON(1): 161001030e342178eeee91a3544c9926
[ 1843.462] (II) RADEON(1): 0f5054a54b008180a940714fb3000101
[ 1843.462] (II) RADEON(1): 010101010101283c80a070b023403020
[ 1843.462] (II) RADEON(1): 360007442100001a000000ff00434333
[ 1843.462] (II) RADEON(1): 30323635563455575320000000fc0044
[ 1843.462] (II) RADEON(1): 454c4c20323430375746500a000000fd
[ 1843.462] (II) RADEON(1): 00384c1e5311000a20202020202000d6
[ 1843.462] (II) RADEON(1): Printing probed modes for output DVI-1
[ 1843.462] (II) RADEON(1): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 1843.462] (II) RADEON(1): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1843.462] (II) RADEON(1): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 1843.462] (II) RADEON(1): Output DVI-1 connected
[ 1843.462] (II) RADEON(1): Using exact sizes for initial modes
[ 1843.462] (II) RADEON(1): Output DVI-1 using initial mode 1920x1200
[ 1843.462] (II) RADEON(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 1843.462] (II) RADEON(1): mem size init: gart size :1fdff000 vram size: s:8000000 visible:76f6000
[ 1843.462] (II) RADEON(1): EXA: Driver will allow EXA pixmaps in VRAM
[ 1843.462] (==) RADEON(1): DPI set to (96, 96)
[ 1843.462] (II) Loading sub module "fb"
[ 1843.462] (II) LoadModule: "fb"
[ 1843.463] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1843.463] (II) Module fb: vendor="X.Org Foundation"
[ 1843.463] compiled for 1.14.0, module version = 1.0.0
[ 1843.463] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1843.463] (II) Loading sub module "ramdac"
[ 1843.463] (II) LoadModule: "ramdac"
[ 1843.463] (II) Module "ramdac" already built-in
[ 1843.463] (--) Depth 24 pixmap format is 32 bpp
[ 1843.464] (II) RADEON(0): [DRI2] Setup complete
[ 1843.464] (II) RADEON(0): [DRI2] DRI driver: r300
[ 1843.464] (II) RADEON(0): [DRI2] VDPAU driver: r300
[ 1843.464] (II) RADEON(0): Front buffer size: 5120K
[ 1843.464] (II) RADEON(0): VRAM usage limit set to 105012K
[ 1843.479] (==) RADEON(0): Backing store disabled
[ 1843.479] (II) RADEON(0): Direct rendering enabled
[ 1843.479] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[ 1843.479] (II) EXA(0): Driver allocated offscreen pixmaps
[ 1843.479] (II) EXA(0): Driver registered support for the following operations:
[ 1843.479] (II) Solid
[ 1843.479] (II) Copy
[ 1843.479] (II) Composite (RENDER acceleration)
[ 1843.479] (II) UploadToScreen
[ 1843.479] (II) DownloadFromScreen
[ 1843.479] (II) RADEON(0): Acceleration enabled
[ 1843.479] (==) RADEON(0): DPMS enabled
[ 1843.479] (==) RADEON(0): Silken mouse enabled
[ 1843.483] (II) RADEON(0): Set up textured video
[ 1843.483] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[ 1843.483] (II) RADEON(0): [XvMC] Extension initialized.
[ 1843.483] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 1843.492] (--) RandR disabled
[ 1843.492] (II) RADEON(1): [DRI2] Setup complete
[ 1843.492] (II) RADEON(1): [DRI2] DRI driver: r300
[ 1843.492] (II) RADEON(1): [DRI2] VDPAU driver: r300
[ 1843.492] (II) RADEON(1): Front buffer size: 9000K
[ 1843.492] (II) RADEON(1): VRAM usage limit set to 101520K
[ 1843.492] (==) RADEON(1): Backing store disabled
[ 1843.492] (II) RADEON(1): Direct rendering enabled
[ 1843.492] (II) RADEON(1): Render acceleration enabled for R300/R400/R500 type cards.
[ 1843.492] (II) EXA(1): Driver allocated offscreen pixmaps
[ 1843.492] (II) EXA(1): Driver registered support for the following operations:
[ 1843.492] (II) Solid
[ 1843.492] (II) Copy
[ 1843.492] (II) Composite (RENDER acceleration)
[ 1843.492] (II) UploadToScreen
[ 1843.492] (II) DownloadFromScreen
[ 1843.492] (II) RADEON(1): Acceleration enabled
[ 1843.492] (==) RADEON(1): DPMS enabled
[ 1843.492] (==) RADEON(1): Silken mouse enabled
[ 1843.492] (II) RADEON(1): Set up textured video
[ 1843.492] (II) RADEON(1): [XvMC] Associated with Radeon Textured Video.
[ 1843.492] (II) RADEON(1): [XvMC] Extension initialized.
[ 1843.492] (II) RADEON(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 1843.493] (--) RandR disabled
[ 1847.046] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 1847.046] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 1847.046] (II) AIGLX: enabled GLX_ARB_create_context
[ 1847.050] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 1847.050] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 1847.050] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 1847.050] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 1847.051] (II) AIGLX: Loaded and initialized r300
[ 1847.051] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1847.052] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 1847.052] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 1847.052] (II) AIGLX: enabled GLX_ARB_create_context
[ 1847.052] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 1847.052] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 1847.052] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 1847.052] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 1847.053] (II) AIGLX: Loaded and initialized r300
[ 1847.053] (II) GLX: Initialized DRI2 GL provider for screen 1
[ 1847.880] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 1847.880] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1847.880] (II) LoadModule: "evdev"
[ 1847.881] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1847.939] (II) Module evdev: vendor="X.Org Foundation"
[ 1847.939] compiled for 1.14.0, module version = 2.7.3
[ 1847.939] Module class: X.Org XInput Driver
[ 1847.939] ABI class: X.Org XInput driver, version 19.1
[ 1847.939] (II) Using input driver 'evdev' for 'Power Button'
[ 1847.939] (**) Power Button: always reports core events
[ 1847.939] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 1847.939] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 1847.939] (--) evdev: Power Button: Found keys
[ 1847.939] (II) evdev: Power Button: Configuring as keyboard
[ 1847.939] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 1847.939] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1847.939] (**) Option "xkb_rules" "evdev"
[ 1847.939] (**) Option "xkb_model" "evdev"
[ 1847.939] (**) Option "xkb_layout" "us"
[ 1847.974] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 1847.975] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1847.975] (II) Using input driver 'evdev' for 'Power Button'
[ 1847.975] (**) Power Button: always reports core events
[ 1847.975] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 1847.975] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 1847.975] (--) evdev: Power Button: Found keys
[ 1847.975] (II) evdev: Power Button: Configuring as keyboard
[ 1847.975] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 1847.975] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 1847.975] (**) Option "xkb_rules" "evdev"
[ 1847.975] (**) Option "xkb_model" "evdev"
[ 1847.975] (**) Option "xkb_layout" "us"
[ 1847.975] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 1847.976] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event5)
[ 1847.976] (II) No input driver specified, ignoring this device.
[ 1847.976] (II) This device may have been added with another device file.
[ 1847.977] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event6)
[ 1847.977] (II) No input driver specified, ignoring this device.
[ 1847.977] (II) This device may have been added with another device file.
[ 1847.977] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event7)
[ 1847.977] (II) No input driver specified, ignoring this device.
[ 1847.977] (II) This device may have been added with another device file.
[ 1847.978] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event8)
[ 1847.978] (II) No input driver specified, ignoring this device.
[ 1847.978] (II) This device may have been added with another device file.
[ 1847.978] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event3)
[ 1847.978] (**) Logitech Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[ 1847.978] (II) Using input driver 'evdev' for 'Logitech Optical USB Mouse'
[ 1847.978] (**) Logitech Optical USB Mouse: always reports core events
[ 1847.978] (**) evdev: Logitech Optical USB Mouse: Device: "/dev/input/event3"
[ 1847.978] (--) evdev: Logitech Optical USB Mouse: Vendor 0x46d Product 0xc016
[ 1847.978] (--) evdev: Logitech Optical USB Mouse: Found 3 mouse buttons
[ 1847.978] (--) evdev: Logitech Optical USB Mouse: Found scroll wheel(s)
[ 1847.978] (--) evdev: Logitech Optical USB Mouse: Found relative axes
[ 1847.978] (--) evdev: Logitech Optical USB Mouse: Found x and y relative axes
[ 1847.978] (II) evdev: Logitech Optical USB Mouse: Configuring as mouse
[ 1847.979] (II) evdev: Logitech Optical USB Mouse: Adding scrollwheel support
[ 1847.979] (**) evdev: Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
[ 1847.979] (**) evdev: Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 1847.979] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input3/event3"
[ 1847.979] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE, id 8)
[ 1847.979] (II) evdev: Logitech Optical USB Mouse: initialized for relative axes.
[ 1847.979] (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
[ 1847.979] (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
[ 1847.979] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[ 1847.979] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[ 1847.980] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse0)
[ 1847.980] (II) No input driver specified, ignoring this device.
[ 1847.980] (II) This device may have been added with another device file.
[ 1847.980] (II) config/udev: Adding input device DELL DELL USB Keyboard (/dev/input/event4)
[ 1847.980] (**) DELL DELL USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 1847.980] (II) Using input driver 'evdev' for 'DELL DELL USB Keyboard'
[ 1847.980] (**) DELL DELL USB Keyboard: always reports core events
[ 1847.980] (**) evdev: DELL DELL USB Keyboard: Device: "/dev/input/event4"
[ 1847.980] (--) evdev: DELL DELL USB Keyboard: Vendor 0x413c Product 0x2005
[ 1847.980] (--) evdev: DELL DELL USB Keyboard: Found keys
[ 1847.980] (II) evdev: DELL DELL USB Keyboard: Configuring as keyboard
[ 1847.980] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/input/input4/event4"
[ 1847.981] (II) XINPUT: Adding extended input device "DELL DELL USB Keyboard" (type: KEYBOARD, id 9)
[ 1847.981] (**) Option "xkb_rules" "evdev"
[ 1847.981] (**) Option "xkb_model" "evdev"
[ 1847.981] (**) Option "xkb_layout" "us"
[ 1847.982] (II) config/udev: Adding input device Wacom Bamboo Connect Pen (/dev/input/event9)
[ 1847.982] (**) Wacom Bamboo Connect Pen: Applying InputClass "evdev tablet catchall"
[ 1847.982] (**) Wacom Bamboo Connect Pen: Applying InputClass "Wacom class"
[ 1847.982] (II) LoadModule: "wacom"
[ 1847.982] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 1848.043] (II) Module wacom: vendor="X.Org Foundation"
[ 1848.043] compiled for 1.14.0, module version = 0.20.0
[ 1848.043] Module class: X.Org XInput Driver
[ 1848.043] ABI class: X.Org XInput driver, version 19.1
[ 1848.044] (II) Using input driver 'wacom' for 'Wacom Bamboo Connect Pen'
[ 1848.044] (**) Wacom Bamboo Connect Pen: always reports core events
[ 1848.044] (**) Option "Device" "/dev/input/event9"
[ 1848.044] (II) Wacom Bamboo Connect Pen: type not specified, assuming 'stylus'.
[ 1848.044] (II) Wacom Bamboo Connect Pen: other types will be automatically added.
[ 1848.044] (--) Wacom Bamboo Connect Pen stylus: using pressure threshold of 27 for button 1
[ 1848.044] (--) Wacom Bamboo Connect Pen stylus: Wacom Unknown USB tablet maxX=14720 maxY=9200 maxZ=1023 resX=100000 resY=100000 tilt=enabled
[ 1848.044] (II) Wacom Bamboo Connect Pen stylus: hotplugging dependent devices.
[ 1848.044] (EE) Wacom Bamboo Connect Pen stylus: Invalid type 'cursor' for this device.
[ 1848.044] (EE) Wacom Bamboo Connect Pen stylus: Invalid type 'touch' for this device.
[ 1848.044] (EE) Wacom Bamboo Connect Pen stylus: Invalid type 'pad' for this device.
[ 1848.044] (II) Wacom Bamboo Connect Pen stylus: hotplugging completed.
[ 1848.046] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input9/event9"
[ 1848.046] (II) XINPUT: Adding extended input device "Wacom Bamboo Connect Pen stylus" (type: STYLUS, id 10)
[ 1848.046] (**) Wacom Bamboo Connect Pen stylus: (accel) keeping acceleration scheme 1
[ 1848.046] (**) Wacom Bamboo Connect Pen stylus: (accel) acceleration profile 0
[ 1848.046] (**) Wacom Bamboo Connect Pen stylus: (accel) acceleration factor: 2.000
[ 1848.046] (**) Wacom Bamboo Connect Pen stylus: (accel) acceleration threshold: 4
[ 1848.047] (II) config/udev: Adding input device Wacom Bamboo Connect Pen (/dev/input/mouse1)
[ 1848.047] (II) No input driver specified, ignoring this device.
[ 1848.047] (II) This device may have been added with another device file.
[ 1848.048] (II) config/udev: Adding input device Wacom Bamboo Connect Finger (/dev/input/event10)
[ 1848.048] (**) Wacom Bamboo Connect Finger: Applying InputClass "evdev touchpad catchall"
[ 1848.048] (**) Wacom Bamboo Connect Finger: Applying InputClass "Wacom class"
[ 1848.048] (II) Using input driver 'wacom' for 'Wacom Bamboo Connect Finger'
[ 1848.048] (**) Wacom Bamboo Connect Finger: always reports core events
[ 1848.048] (**) Option "Device" "/dev/input/event10"
[ 1848.048] (EE) Wacom Bamboo Connect Finger: Invalid type 'stylus' for this device.
[ 1848.048] (EE) Wacom Bamboo Connect Finger: Invalid type 'eraser' for this device.
[ 1848.048] (EE) Wacom Bamboo Connect Finger: Invalid type 'cursor' for this device.
[ 1848.048] (II) Wacom Bamboo Connect Finger: type not specified, assuming 'touch'.
[ 1848.048] (II) Wacom Bamboo Connect Finger: other types will be automatically added.
[ 1848.048] (--) Wacom Bamboo Connect Finger touch: using pressure threshold of 27 for button 1
[ 1848.048] (--) Wacom Bamboo Connect Finger touch: Wacom Unknown USB tablet maxX=4096 maxY=4096 maxZ=0 resX=27000 resY=44000
[ 1848.048] (II) Wacom Bamboo Connect Finger touch: hotplugging dependent devices.
[ 1848.048] (EE) Wacom Bamboo Connect Finger touch: Invalid type 'stylus' for this device.
[ 1848.048] (EE) Wacom Bamboo Connect Finger touch: Invalid type 'eraser' for this device.
[ 1848.048] (EE) Wacom Bamboo Connect Finger touch: Invalid type 'cursor' for this device.
[ 1848.048] (II) Wacom Bamboo Connect Finger touch: hotplugging completed.
[ 1848.049] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/input/input10/event10"
[ 1848.049] (II) XINPUT: Adding extended input device "Wacom Bamboo Connect Finger touch" (type: TOUCH, id 11)
[ 1848.049] (**) Wacom Bamboo Connect Finger touch: (accel) keeping acceleration scheme 1
[ 1848.049] (**) Wacom Bamboo Connect Finger touch: (accel) acceleration profile 0
[ 1848.049] (**) Wacom Bamboo Connect Finger touch: (accel) acceleration factor: 2.000
[ 1848.049] (**) Wacom Bamboo Connect Finger touch: (accel) acceleration threshold: 4
[ 1848.050] (II) config/udev: Adding input device Wacom Bamboo Connect Finger (/dev/input/mouse2)
[ 1848.050] (II) No input driver specified, ignoring this device.
[ 1848.050] (II) This device may have been added with another device file.
[ 1848.050] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 1848.050] (II) No input driver specified, ignoring this device.
[ 1848.050] (II) This device may have been added with another device file.
[ 1848.058] (**) Wacom Bamboo Connect Pen eraser: Applying InputClass "evdev tablet catchall"
[ 1848.058] (**) Wacom Bamboo Connect Pen eraser: Applying InputClass "Wacom class"
[ 1848.058] (II) Using input driver 'wacom' for 'Wacom Bamboo Connect Pen eraser'
[ 1848.058] (**) Wacom Bamboo Connect Pen eraser: always reports core events
[ 1848.058] (**) Option "Device" "/dev/input/event9"
[ 1848.058] (**) Option "Type" "eraser"
[ 1848.058] (--) Wacom Bamboo Connect Pen eraser: Wacom Unknown USB tablet maxX=14720 maxY=9200 maxZ=1023 resX=100000 resY=100000 tilt=enabled
[ 1848.066] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input9/event9"
[ 1848.066] (II) XINPUT: Adding extended input device "Wacom Bamboo Connect Pen eraser" (type: ERASER, id 12)
[ 1848.067] (**) Wacom Bamboo Connect Pen eraser: (accel) keeping acceleration scheme 1
[ 1848.067] (**) Wacom Bamboo Connect Pen eraser: (accel) acceleration profile 0
[ 1848.067] (**) Wacom Bamboo Connect Pen eraser: (accel) acceleration factor: 2.000
[ 1848.067] (**) Wacom Bamboo Connect Pen eraser: (accel) acceleration threshold: 4
[ 1848.067] (**) Wacom Bamboo Connect Finger pad: Applying InputClass "evdev touchpad catchall"
[ 1848.067] (**) Wacom Bamboo Connect Finger pad: Applying InputClass "Wacom class"
[ 1848.067] (II) Using input driver 'wacom' for 'Wacom Bamboo Connect Finger pad'
[ 1848.067] (**) Wacom Bamboo Connect Finger pad: always reports core events
[ 1848.067] (**) Option "Device" "/dev/input/event10"
[ 1848.067] (**) Option "Type" "pad"
[ 1848.067] (--) Wacom Bamboo Connect Finger pad: Wacom Unknown USB tablet maxX=4096 maxY=4096 maxZ=0 resX=27000 resY=44000
[ 1848.067] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/input/input10/event10"
[ 1848.067] (II) XINPUT: Adding extended input device "Wacom Bamboo Connect Finger pad" (type: PAD, id 13)
[ 1848.068] (**) Wacom Bamboo Connect Finger pad: (accel) keeping acceleration scheme 1
[ 1848.068] (**) Wacom Bamboo Connect Finger pad: (accel) acceleration profile 0
[ 1848.068] (**) Wacom Bamboo Connect Finger pad: (accel) acceleration factor: 2.000
[ 1848.068] (**) Wacom Bamboo Connect Finger pad: (accel) acceleration threshold: 4
[ 3145.527] (II) UnloadModule: "wacom"
[ 3145.527] (II) UnloadModule: "wacom"
[ 3145.527] (II) UnloadModule: "wacom"
[ 3145.527] (II) UnloadModule: "wacom"
[ 3145.527] (II) evdev: DELL DELL USB Keyboard: Close
[ 3145.527] (II) UnloadModule: "evdev"
[ 3145.527] (II) evdev: Logitech Optical USB Mouse: Close
[ 3145.527] (II) UnloadModule: "evdev"
[ 3145.527] (II) evdev: Power Button: Close
[ 3145.528] (II) UnloadModule: "evdev"
[ 3145.528] (II) evdev: Power Button: Close
[ 3145.528] (II) UnloadModule: "evdev"
Thanks!!!!!
Last edited by stuvjordan (2013-03-21 17:56:52)

Similar Messages

  • Azure Portal login problem: "You have signed out elsewhere. Click OK to log out from the management portal."

    I can login to the management portal, but when it starts populating the services, the page goes grayscale and I get the message "You
    have signed out elsewhere. Click OK to log out from the management portal." with only an OK button.  This is the same issue that others were having on Feb. 27th referenced in
    this thread.  Currently, this is only happening in my Chrome browser, but works in IE.

    Hi,
    From the thread that you provided, we can see that this issue was fixed, up to now I haven't heard the same issue, based on your description, this issue was only happening in Chrome, I tested this on my local (create a new website in chrome), it worked as
    normal, and I didn't reproduce this issue, so I think this may be not a bug in chrome, please try to clean session and cookie, or use another machine test it, if issue was still exist, please try to contact with support with detail information, Please
    contact support team by creating a support ticket at
    http://www.windowsazure.com/en-us/support/contact/ Or if that doesn't work because you don't have an active subscription you will need to contact general customer support to have them create a support ticket for you
    http://support.microsoft.com/gp/customer-service-phone-numbers?wa=wsignin1.0
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have got 2 iPad Air one of it is not logging me in because I have forgotten the pass code and have logged out from iCloud by accident. Can you please help me to use my iPad.

    HI
    I have 2 IPads, I am unable to use one of it because I have forgotten my pass code and also logged out from iCloud accidentially. Can you please help me to solve this problem.
    Cheers
    Raveena

    Follow the instructions on this page : Forgot passcode for your iPhone, iPad, or iPod touch, or your device is disabled - Apple Support

  • GDM does not appear back after logging out from Gnome.

    Hello,
    I am tryingout Archlinux for the first time. I am able to goto run level 5 and after booting I get the GDM login screen. I can log in to Gnome. But when I log out from Gnome, GDM does not appear, but I get a black screen. Then, the only way to come out is to press the reset button.
    What may be the problem?
    Thanks for your help.
    Anand

    it may depend on how ur running gdm, (possibly with -*no-daemon option) .. in which case it'd prolly werk if u removed it...
    although i'd recommend using rc.conf instead as it's a lot cleaner...
    to use /etc/rc.conf
    add gdm to the DAEMONS;
    mine = "DAEMONS=(gdm @syslog-ng @network @alsa @httpd)"
    that starts gdm(in daemon mode), then starts syslog-ng,net*,alsa and apache in the background .. save me about 6 seconds when i background em.
    then you need to change the default runlevel in /etc/inittab to 3 (not 5)

  • I can't log out from a gmail acount on firefox. Support suggested to activate cookies, but they were anyway activated and I can't find any solution.

    While I am trying to log out from a gmail account on firefox , a new tab pops out informing me about problem with the cookies options. I couldn't follow the instructions in the tab, because I couldn't find anything of the suggestion in the options menu. Then I checked everything that online mozilla support suggested and nothing seems to be wrong with the cookies, they are activated. I don't know if this is connected with this problem, but the account that I am trying to log out is not mine, it belongs to a friend that has ever logged in before through my firefox until yesterday, and since then I am stuck with her account and basicly I can't even have acces to my emails. I think that's all.
    Thank you!!

    Type '''about:preferences#privacy''' <enter> in the address bar.
    The button next to '''History,''' select '''Use Custom Settings'''.
    Under History, turn on '''Accept cookies from sites''' and '''Accept third-party cookies.'''
    You may have a corrupt '''cookies.sqlite''' file.
    Type '''about:support''' in the address bar and press enter.
    Under the page logo on the left side you will see '''Application Basics.'''
    Under this find '''Profile Folder.''' To it’s right press the button
    '''Show Folder.''' This will open your file browser to the current
    Firefox profile. Now '''Close Firefox.'''
    Locate the '''cookies.sqlite''' file. Then rename or delete it. Restart Firefox.

  • Solution to: logging out from Finder

    It appears that the same question comes up all the time and people do not read old threeds.
    This is what worked for me
    I have Maverix 10.9.1
    and I have Google Drive.
    What I did was opening the .plist folder
    ordered them by date, then I deleted all the new ones.
    I disabled all the startup items and then activated them again.
    I removed Google Drive from the menu bar and then added it back in the menu bar.
    There is a script that will log you out (I h did not have this problem myself):
    "There was a script named 9999.reboot-now in /etc/periodic/daily.  (Checked inside and it did, in fact, invoke the reboot command.)  I am not sure how that script got there or why it wasn't invoked prior to the updgrade to Mavericks.    I removed the file and voila, problem solved."
    Good Luck
    Lasse

    I did all that, but iPhoto says I am logged in with my iCloud ID.
    I logged out from System Preferences.
    I deleted all accounts from iPhotos Preferences, Accounts.

  • MWI working when I logged IN or logged OUT from the EM of CUCM

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:Arial;
    mso-bidi-theme-font:minor-bidi;}
    Dear All,
    I have Cisco Unity Connection 7.1 which integrated with the CUCM 7.1 , I configured the MWI to be working with the users that logged in their phones, now I have a request to make the MWI  during Logged IN or Logged out from EM profiles.
    The MWI configuration running for MWI ON : DN 1000 ,PT : Phone-logged-IN , CSS:Internal-CSS .
    MWI off : DN 1001 ,PT : Phone-logged-IN , CSS:Internal-CSS .
    CSS Internal contains PT : Phone-logged-IN then Phone-logged-OUT
    So , can anyone guide me for this task?
    Thanks,
    Ahmed Ellboudy

    No this is not a common problem.  Have you had the bottom off before?
    The factory set screws you see a bit if blue lock tight which makes it more difficult the first time out.
    They can replace the screws over the counter at any authorized repair service or Genius bar:
    Genius reservation http://www.apple.com/retail/geniusbar/
    on-line https://getsupport.apple.com/GetproductgroupList.action
    check warranty https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • I get unexpectedly logged out from my mail box and and recieve the following message: "The custom error module does not recognize this error."

    I am repeatedly and unexpectedly logged-out from my mail box when working on a document. It frequently happens when I choose Send or Save, but it could happen any time. The file that I worked on disappears completely. Before, the file could be found in the draft box or some other place categorized as Auto Recovery. Now, instead, I get the following message: "The custom error module does not recognize this error." I am working at home, connected to a university server. The same problem appears with both of my computers, which are connected by a router. I have a MacBook Pro and am working with Firefox 6.0.2. I have a wireless broadband connection with Internet. AirPort is connected to Lindstrom and has IP address 192.168.0.198. Router: D-Link Model DIR-635. Modem: ZyXEL Model No. 660H D Triple Play Modem.
    Best wishes,
    Lars Lindström, Professor
    <[email protected]>

    Hi Phil,
    Generally, when a user sends an incoming request to an Exchange 2010 Client Access server using Outlook Web App and the user’s mailbox is on an Exchange 2010 mailbox in a different Active Directory site,
    Exchange 2010 determines whether the Client Access server has the
    ExternalURL property set in that Active Directory site. If it is and the cross-site silent redirection has been enabled, the user will be automatically redirected to the specified URL.
    Thus, please make sure the External URL property is set properly in your environment. And also
    disable the WindowsAuthentication for OWA VD to have a try. If the issue persists, please try the following KB to reset the Outlook Web Access-related virtual directories:
    http://support.microsoft.com/kb/941201
    Thanks,
    Winnie Liang
    TechNet Community Support
    Sorry for the late reply.  Yes, the ExternalURL is set; otherwise, it wouldn't work at all.  98% of the time everything is fine.
    My issue described a problem that appears only during session timeouts.  I've pretty much verified that this is the case; Exchange 2010 does not appropriately handle the timeouts sometimes when using cross-site redirection.

  • How come when I send a picture with iPhoto email it always send the same picture event when I choose a different picture until I log out from iPhoto

    how come when I send a picture with iPhoto email it always send the same picture event when I choose a different picture until I log out from iPhoto

    Why? Because something is wrong.
    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Cannot log out from skype

    The past few weeks, no matter if I log out from skype, people tell me that I keep being online and I cannot understand the reason. I have changed my password twice but the problem cannot be solved. Any ideas people?

    Hi, Zaralee, and welcome to the Community,
    Please refer to this:
    http://community.skype.com/t5/Security-Privacy-Trust-and/Possible-to-sign-out-of-all-active-sessions...
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Log out from account to a white screen

    Mid 2010 Macbook Pro
    OS X 10.9
    Hi there,
    I upgraded from Lion to Mavericks when the new OS came out, but the problem that this is regarding has only started to occur this last week so I'm not entirely certain that they are related. All the same, I would appreciate any help or guidance to the problem at hand.
    When I leave my laptop unattended, I always log out from my account by clicking on the account feature at the top right hand side of my desktop. Previously, this action has always worked to log me off from one account and bring me to the menu where you can sign back in (w/ password) or log into a guest account. However, starting this last weekend, when I use this same feature my screen seems as though its logging out, but then loads a white screen. There is not a loading icon, or any indication that it is processing a command. I've left it this way for up to 30 mins to see if it was simply slow, but this is not the case. It remains white and my only recourse is to hold down the power button and boot the system. When it turns back on it brings me to the normal log in screen and seems to work normally until I try this action again, which it then repeats the same process.
    Now, the only unusual action to have occured before this happened this past weekend, and seems to be when this all started. I logged out as I normally would when leaving my laptop, it had the normal white screen before bringing up the sign in menu, but I closed it shut before the log in screen came up. I fear this may have been my undoing because when I returned I had to boot the system as I am doing now.
    Help me, Apple Support Communities - you're possibly my only hope.
    -Mav

    Should this be of any further assistance, the problem is the exact same even if I use the LOG OUT feature from the Apple menu at the top left of the desktop.

  • How to delete the temporary files when we log out from ESS

    Hello expert,
    In my company we are running ESS using ITS server, do you know how to delete the temporary files when we log out from ESS?
    Thanks.

    The temporary files used by ESS. For example paystub pdf file.

  • How do i log out from my mail?

    how do i log out from my mail

    Cannot close and quit Mail?
    Force Quit?
    Press command + option + esc keys together at the same time.
    Wait.
    When Force Quit window appears, select Mail, if not already.
    Press Force Quit button at the bottom of the window.
    Wait.
    Application will quit.
    If this does not help, press the power button for 7 or more seconds.
    Computer will shut down.

  • Hello there. i lost my Ipad and i need to log out all email and facebook. Also is there any chance get my diary somehow. how can i log out from my Ipad? please help, i have very important information and other stuff in my Ipad?

    I need help to log out from my stolen Ipad. please help.

    If you had installed iOS 7 it would be Activation locked, but I see you only have iOS 5. You do have a backup of you iPad files on your computer or iCloud, don't you?
    If the iPad was running iOS 7, the thief/finder will not ever be able to use it.
    iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    Apple (and no one else) can not assist (with serial number or iCloud) in finding a lost or stolen iPad.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/HT5668
    How to Find a Missing iPad with FindMyiPad
    http://www.dummies.com/how-to/content/how-to-find-a-missing-ipad-with-findmyipad .html
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    iCloud: Lost Mode - Lock and Trace
    http://support.apple.com/kb/PH2700
    iCloud: Remotely Erase your device
    http://support.apple.com/kb/PH2701
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    General steps to follow for a Stolen iPad
    http://stolen-ipad.com/
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    What NOT to do if your iPhone or iPad is lost or stolen
    http://www.tomahaiku.com/what-not-to-do-if-your-iphone-or-ipad-lost-or-stolen/
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st Len
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
    Check the serial number (located on back/bottom) in this lost/stolen iPad database. However, most owners are not aware of this database and don’t enter the serial number.
    Stolen iPad Database
    http://www.stolenlostfound.org/online-stolen-ipad-database
    Also do a search, using the serial number, on your local Craig’s List. Some users list the serial number of a stolen iPad to thwart the sale of a stolen device.
     Cheers, Tom

  • How do i log out from my Itunes account?(Force log out)

    Hello..
    I recently sold my IPhone 3G to a guy i don't know and bought a 3Gs but i think i forgot to log out from my iTunes account
    I didn't have any concerns until today when i got a message when trying to update my applications in ITunes saying that this account has been accessed from another computer and requested that i verify my CC(Credit card) password.
    I changed my account password and confirmed my credit card password and got charged 1$ but what i wanna know is if i am safe now, meaning if that guy still has my account info without my password, will it promp him for the Password when he tries to buy or use my account??
    Thank you in advance..
    Rami.

    Press sign in, login.
    Go to Store -> authorize this computer. Do what you have to do.
    And do not forget when you leave to deauthorize that comp and log out.

Maybe you are looking for

  • VL10C & VBBE mismatch

    I want open sales order report from sap system. I've found some difference in VL10C & data received from table VBBE. Few orders found in VBBE but not in VL10C. Harsh

  • Can I download Apps to my computer and then transfer to an IPOD touch 4th generation?

    I'm thinking about purchasing an IPOD Touch, 8 GB 4th Generation.  I have Internet acces via Time Warner Roadrunner and my Dell Computer has Windows 7 Professional as an operating system.  My questions are: (1) If I purchase this IPOD will I be able

  • Connect 2 LCD Tv's to Mac Mini

    I have an LCD TV in the lounge room connected to a mac mini via HDMI cable, is it possible to connect another LCD TV located in the bedroom & be able to use the wireless keyboard & mouse ( either by cable or wireless )

  • Where can I post requests for future versions of Acrobat?

    I have a number of things that I think should be improved for future versions of all adobe products (the overprint button in Acrobat for example) and am sure I have seen an area for this. Can anyone help me out here? Thanks

  • Mulitple Slideshows in iDvd

    Hello everyone. I exported two slideshows from iPhoto 09 to iDvd. They are the same slideshow but one is in 4:3 & the other is in 16:9. Is it possible to put both slideshows on the same DVD. I would like the menu to have two different play buttons. I