Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1) xinitrc
- 2) xResources
- 3) Xorg.0.log
- 4) startx output
- -------------------------------------------------------------------
- 1) xinitrc
- # !/bin/sh
- # ~/.xinitrc
- #
- # Post-install 08-30-2013, -CS
- # Hand written according to instructions at archlinux/evilwm
- # also added from wiki.archlinux.org/.../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
- # added from wiki.archlinux.org/.../X_resources
- # enables xterm settings file on xwindows startup...
- #[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
- # update x resources db
- xrdb -load ~/.Xresources
- # sets the cursor icon
- xsetroot -cursor_name left_ptr &
- xsetroot -solid \#3f3f3f
- xset +fp /usr/share/fonts/local
- # man page says this is usually only done to reset font path
- # after adding a new font
- #xset fp rehash
- # archlinux.org/../xinitrc instructs to add this as list line
- exec evilwm -snap 10 -bw 2 -fg red
- -------------------------------------------------------------------
- 2) Xresources
- !
- ! Xresources config for xterm
- ! wiki.archlinux.org/.../X_resources
- ! comment character the ! and not #??
- ! post-install 08-31-2013, -CS
- !
- ! wiki.archlinux.org/.../Xterm
- xterm*termName: xterm-256color
- xTerm*locale: true
- xterm*saveLines: 4096
- xterm*bellIsUrgent: false
- xterm*VT100.geometry: 80x25
- xterm*faceName: Terminus:style=Regular:size=10
- xterm*dynamicColors: true
- xterm*utf8: 2
- xterm*toolBar: false
- ! test 16-colors
- ! terminal colors
- *background: #000000
- *foreground: #ccccff
- ! Black (not tango) + DarkGrey
- *color0: #000000
- *color8: #555753
- ! DarkRed + Red
- *color1: #ff6565
- *color9: #ff8d8d
- ! DarkGreen + Green
- *color2: #93d44f
- *color10: #c8e7a8
- ! DarkYellow + Yellow
- *color3: #eab93d
- *color11: #ffc123
- ! DarkBlue + Blue
- *color4: #204a87
- *color12: #3465a4
- ! DarkMagenta + Magenta
- *color5: #ce5c00
- *color13: #f57900
- ! DarkCyan + Cyan (both not tango)
- *color6: #89b6e2
- *color14: #46a4ff
- ! LightGrey + White
- *color7: #cccccc
- *color15: #ffffff
- ! wiki.archlinux.org/.../Man_Page
- ! colored man pages
- *VT100.colorBDMode: true
- *VT100.colorBD: red
- *VT100.colorULMode: true
- *VT100.colorUL: cyan
- ! xclock
- xclock*update: 1
- xclock*analog: false
- xclock*Foreground: white
- xclock*background: black
- -------------------------------------------------------------------
- 3) Xorg.0.log
- [ 16974.822]
- X.Org X Server 1.14.2
- Release Date: 2013-06-25
- [ 16974.822] X Protocol Version 11, Revision 0
- [ 16974.823] Build Operating System: Linux 3.9.7-1-ARCH i686
- [ 16974.823] Current Operating System: Linux frylock 3.10.9-1-ARCH #1 SMP PREEMPT Wed Aug 21 14:37:01 CEST 2013 i686
- [ 16974.823] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/cryptVG-root rw cryptdevice=/dev/sda3:cryptVG root=/dev/mapper/cryptVG-root resume=/dev/mapper/cryptVG-swap floppy.allowed_drive_mask=0
- [ 16974.824] Build Date: 01 July 2013 10:52:25AM
- [ 16974.825]
- [ 16974.825] Current version of pixman: 0.30.2
- [ 16974.826] Before reporting problems, check http://wiki.x.org
- to make sure that you have the latest version.
- [ 16974.826] Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- [ 16974.828] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 4 06:31:53 2013
- [ 16974.829] (==) Using config directory: "/etc/X11/xorg.conf.d"
- [ 16974.829] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
- [ 16974.830] (==) No Layout section. Using the first Screen section.
- [ 16974.830] (==) No screen section available. Using defaults.
- [ 16974.830] (**) |-->Screen "Default Screen Section" (0)
- [ 16974.830] (**) | |-->Monitor "<default monitor>"
- [ 16974.830] (==) No monitor specified for screen "Default Screen Section".
- Using a default monitor configuration.
- [ 16974.830] (==) Automatically adding devices
- [ 16974.830] (==) Automatically enabling devices
- [ 16974.830] (==) Automatically adding GPU devices
- [ 16974.830] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
- [ 16974.830] Entry deleted from font path.
- [ 16974.830] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
- [ 16974.830] Entry deleted from font path.
- [ 16974.830] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
- [ 16974.831] Entry deleted from font path.
- [ 16974.831] (==) FontPath set to:
- /usr/share/fonts/misc/,
- /usr/share/fonts/TTF/,
- /usr/share/fonts/100dpi/
- [ 16974.831] (==) ModulePath set to "/usr/lib/xorg/modules"
- [ 16974.831] (II) The server relies on udev to provide the list of input devices.
- If no devices become available, reconfigure udev or disable AutoAddDevices.
- [ 16974.831] (II) Loader magic: 0x8258620
- [ 16974.831] (II) Module ABI versions:
- [ 16974.831] X.Org ANSI C Emulation: 0.4
- [ 16974.831] X.Org Video Driver: 14.1
- [ 16974.831] X.Org XInput driver : 19.1
- [ 16974.831] X.Org Server Extension : 7.0
- [ 16974.832] (II) xfree86: Adding drm device (/dev/dri/card0)
- [ 16974.835] (--) PCI:*(0:1:0:0) 1002:4c57:1014:0527 rev 0, Mem @ 0xe0000000/134217728, 0xc0100000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
- [ 16974.836] Initializing built-in extension Generic Event Extension
- [ 16974.836] Initializing built-in extension SHAPE
- [ 16974.837] Initializing built-in extension MIT-SHM
- [ 16974.837] Initializing built-in extension XInputExtension
- [ 16974.837] Initializing built-in extension XTEST
- [ 16974.837] Initializing built-in extension BIG-REQUESTS
- [ 16974.838] Initializing built-in extension SYNC
- [ 16974.838] Initializing built-in extension XKEYBOARD
- [ 16974.838] Initializing built-in extension XC-MISC
- [ 16974.839] Initializing built-in extension SECURITY
- [ 16974.839] Initializing built-in extension XINERAMA
- [ 16974.839] Initializing built-in extension XFIXES
- [ 16974.840] Initializing built-in extension RENDER
- [ 16974.840] Initializing built-in extension RANDR
- [ 16974.840] Initializing built-in extension COMPOSITE
- [ 16974.841] Initializing built-in extension DAMAGE
- [ 16974.841] Initializing built-in extension MIT-SCREEN-SAVER
- [ 16974.841] Initializing built-in extension DOUBLE-BUFFER
- [ 16974.842] Initializing built-in extension RECORD
- [ 16974.842] Initializing built-in extension DPMS
- [ 16974.842] Initializing built-in extension X-Resource
- [ 16974.842] Initializing built-in extension XVideo
- [ 16974.842] Initializing built-in extension XVideo-MotionCompensation
- [ 16974.842] Initializing built-in extension XFree86-VidModeExtension
- [ 16974.842] Initializing built-in extension XFree86-DGA
- [ 16974.843] Initializing built-in extension XFree86-DRI
- [ 16974.843] Initializing built-in extension DRI2
- [ 16974.843] (II) "glx" will be loaded by default.
- [ 16974.843] (II) LoadModule: "dri2"
- [ 16974.843] (II) Module "dri2" already built-in
- [ 16974.844] (II) LoadModule: "glamoregl"
- [ 16974.844] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
- [ 16974.851] (II) Module glamoregl: vendor="X.Org Foundation"
- [ 16974.851] compiled for 1.14.2, module version = 0.5.1
- [ 16974.851] ABI class: X.Org ANSI C Emulation, version 0.4
- [ 16974.851] (II) LoadModule: "glx"
- [ 16974.852] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
- [ 16974.852] (II) Module glx: vendor="X.Org Foundation"
- [ 16974.852] compiled for 1.14.2, module version = 1.0.0
- [ 16974.852] ABI class: X.Org Server Extension, version 7.0
- [ 16974.852] (==) AIGLX enabled
- [ 16974.855] Loading extension GLX
- [ 16974.855] (==) Matched ati as autoconfigured driver 0
- [ 16974.855] (==) Matched ati as autoconfigured driver 1
- [ 16974.855] (==) Matched vesa as autoconfigured driver 2
- [ 16974.855] (==) Matched modesetting as autoconfigured driver 3
- [ 16974.855] (==) Matched fbdev as autoconfigured driver 4
- [ 16974.855] (==) Assigned the driver to the xf86ConfigLayout
- [ 16974.855] (II) LoadModule: "ati"
- [ 16974.855] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
- [ 16974.855] (II) Module ati: vendor="X.Org Foundation"
- [ 16974.855] compiled for 1.14.2, module version = 7.2.0
- [ 16974.855] Module class: X.Org Video Driver
- [ 16974.856] ABI class: X.Org Video Driver, version 14.1
- [ 16974.856] (II) LoadModule: "radeon"
- [ 16974.856] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
- [ 16974.857] (II) Module radeon: vendor="X.Org Foundation"
- [ 16974.857] compiled for 1.14.2, module version = 7.2.0
- [ 16974.857] Module class: X.Org Video Driver
- [ 16974.857] ABI class: X.Org Video Driver, version 14.1
- [ 16974.857] (II) LoadModule: "vesa"
- [ 16974.858] (WW) Warning, couldn't open module vesa
- [ 16974.858] (II) UnloadModule: "vesa"
- [ 16974.858] (II) Unloading vesa
- [ 16974.858] (EE) Failed to load module "vesa" (module does not exist, 0)
- [ 16974.858] (II) LoadModule: "modesetting"
- [ 16974.859] (WW) Warning, couldn't open module modesetting
- [ 16974.859] (II) UnloadModule: "modesetting"
- [ 16974.859] (II) Unloading modesetting
- [ 16974.859] (EE) Failed to load module "modesetting" (module does not exist, 0)
- [ 16974.859] (II) LoadModule: "fbdev"
- [ 16974.860] (WW) Warning, couldn't open module fbdev
- [ 16974.860] (II) UnloadModule: "fbdev"
- [ 16974.860] (II) Unloading fbdev
- [ 16974.860] (EE) Failed to load module "fbdev" (module does not exist, 0)
- [ 16974.860] (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, 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,
- VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
- OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
- HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
- BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
- KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
- KABINI, KABINI, KABINI
- [ 16974.876] (++) using VT number 1
- [ 16974.877] (II) [KMS] Kernel modesetting enabled.
- [ 16974.877] (II) RADEON(0): Creating default Display subsection in Screen section
- "Default Screen Section" for depth/fbbpp 24/32
- [ 16974.877] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
- [ 16974.877] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
- [ 16974.877] (==) RADEON(0): Default visual is TrueColor
- [ 16974.877] (==) RADEON(0): RGB weight 888
- [ 16974.877] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
- [ 16974.877] (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
- [ 16974.878] (II) Loading sub module "dri2"
- [ 16974.878] (II) LoadModule: "dri2"
- [ 16974.878] (II) Module "dri2" already built-in
- [ 16974.878] (II) Loading sub module "exa"
- [ 16974.878] (II) LoadModule: "exa"
- [ 16974.878] (II) Loading /usr/lib/xorg/modules/libexa.so
- [ 16974.878] (II) Module exa: vendor="X.Org Foundation"
- [ 16974.878] compiled for 1.14.2, module version = 2.6.0
- [ 16974.879] ABI class: X.Org Video Driver, version 14.1
- [ 16974.879] (II) RADEON(0): KMS Color Tiling: disabled
- [ 16974.879] (II) RADEON(0): KMS Color Tiling 2D: disabled
- [ 16974.879] (II) RADEON(0): KMS Pageflipping: enabled
- [ 16974.879] (II) RADEON(0): SwapBuffers wait for vsync: enabled
- [ 16974.885] (II) RADEON(0): Output VGA-0 has no monitor section
- [ 16974.885] (II) RADEON(0): Output LVDS has no monitor section
- [ 16974.892] (II) RADEON(0): Output S-video has no monitor section
- [ 16974.898] (II) RADEON(0): EDID for output VGA-0
- [ 16974.898] (II) RADEON(0): EDID for output LVDS
- [ 16974.898] (II) RADEON(0): Printing probed modes for output LVDS
- [ 16974.898] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1040 1176 1344 768 770 776 806 (48.4 kHz eP)
- [ 16974.898] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
- [ 16974.898] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
- [ 16974.898] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
- [ 16974.898] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
- [ 16974.905] (II) RADEON(0): EDID for output S-video
- [ 16974.916] (II) RADEON(0): Output VGA-0 disconnected
- [ 16974.916] (II) RADEON(0): Output LVDS connected
- [ 16974.916] (II) RADEON(0): Output S-video disconnected
- [ 16974.916] (II) RADEON(0): Using exact sizes for initial modes
- [ 16974.916] (II) RADEON(0): Output LVDS using initial mode 1024x768
- [ 16974.916] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
- [ 16974.916] (II) RADEON(0): mem size init: gart size :fdff000 vram size: s:2000000 visible:1f00000
- [ 16974.916] (II) RADEON(0): EXA: Driver will not allow EXA pixmaps in VRAM
- [ 16974.916] (==) RADEON(0): DPI set to (96, 96)
- [ 16974.916] (II) Loading sub module "fb"
- [ 16974.916] (II) LoadModule: "fb"
- [ 16974.917] (II) Loading /usr/lib/xorg/modules/libfb.so
- [ 16974.917] (II) Module fb: vendor="X.Org Foundation"
- [ 16974.917] compiled for 1.14.2, module version = 1.0.0
- [ 16974.917] ABI class: X.Org ANSI C Emulation, version 0.4
- [ 16974.917] (II) Loading sub module "ramdac"
- [ 16974.918] (II) LoadModule: "ramdac"
- [ 16974.918] (II) Module "ramdac" already built-in
- [ 16974.918] (--) Depth 24 pixmap format is 32 bpp
- [ 16974.918] (II) RADEON(0): [DRI2] Setup complete
- [ 16974.918] (II) RADEON(0): [DRI2] DRI driver: radeon
- [ 16974.918] (II) RADEON(0): [DRI2] VDPAU driver: radeon
- [ 16974.918] (II) RADEON(0): Front buffer size: 3072K
- [ 16974.918] (II) RADEON(0): VRAM usage limit set to 25776K
- [ 16974.919] (==) RADEON(0): Backing store disabled
- [ 16974.919] (II) RADEON(0): Direct rendering enabled
- [ 16974.919] (II) RADEON(0): Render acceleration enabled for R100 type cards.
- [ 16974.919] (II) EXA(0): Driver allocated offscreen pixmaps
- [ 16974.919] (II) EXA(0): Driver registered support for the following operations:
- [ 16974.919] (II) Solid
- [ 16974.919] (II) Copy
- [ 16974.919] (II) Composite (RENDER acceleration)
- [ 16974.919] (II) UploadToScreen
- [ 16974.919] (II) DownloadFromScreen
- [ 16974.919] (II) RADEON(0): Acceleration enabled
- [ 16974.919] (==) RADEON(0): DPMS enabled
- [ 16974.919] (==) RADEON(0): Silken mouse enabled
- [ 16974.919] (II) RADEON(0): Set up textured video
- [ 16974.919] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
- [ 16974.919] (II) RADEON(0): [XvMC] Extension initialized.
- [ 16974.919] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
- [ 16974.920] (--) RandR disabled
- [ 16974.983] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
- [ 16974.983] (II) AIGLX: enabled GLX_INTEL_swap_event
- [ 16974.983] (II) AIGLX: enabled GLX_ARB_create_context
- [ 16974.983] (II) AIGLX: enabled GLX_ARB_create_context_profile
- [ 16974.983] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
- [ 16974.983] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
- [ 16974.983] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
- [ 16974.984] (II) AIGLX: Loaded and initialized radeon
- [ 16974.984] (II) GLX: Initialized DRI2 GL provider for screen 0
- [ 16975.036] (II) RADEON(0): Setting screen physical size to 270 x 203
- [ 16975.333] (II) config/udev: Adding input device Power Button (/dev/input/event3)
- [ 16975.333] (**) Power Button: Applying InputClass "evdev keyboard catchall"
- [ 16975.333] (**) Power Button: Applying InputClass "Keyboard Defaults"
- [ 16975.333] (II) LoadModule: "evdev"
- [ 16975.334] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
- [ 16975.335] (II) Module evdev: vendor="X.Org Foundation"
- [ 16975.335] compiled for 1.14.2, module version = 2.8.1
- [ 16975.335] Module class: X.Org XInput Driver
- [ 16975.335] ABI class: X.Org XInput driver, version 19.1
- [ 16975.335] (II) Using input driver 'evdev' for 'Power Button'
- [ 16975.335] (**) Power Button: always reports core events
- [ 16975.335] (**) evdev: Power Button: Device: "/dev/input/event3"
- [ 16975.335] (--) evdev: Power Button: Vendor 0 Product 0x1
- [ 16975.335] (--) evdev: Power Button: Found keys
- [ 16975.335] (II) evdev: Power Button: Configuring as keyboard
- [ 16975.335] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
- [ 16975.335] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
- [ 16975.335] (**) Option "xkb_rules" "evdev"
- [ 16975.335] (**) Option "xkb_model" "pc104"
- [ 16975.335] (**) Option "xkb_layout" "us"
- [ 16975.335] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
- [ 16975.440] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
- [ 16975.440] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
- [ 16975.440] (**) Video Bus: Applying InputClass "Keyboard Defaults"
- [ 16975.440] (II) Using input driver 'evdev' for 'Video Bus'
- [ 16975.440] (**) Video Bus: always reports core events
- [ 16975.440] (**) evdev: Video Bus: Device: "/dev/input/event4"
- [ 16975.440] (--) evdev: Video Bus: Vendor 0 Product 0x6
- [ 16975.440] (--) evdev: Video Bus: Found keys
- [ 16975.440] (II) evdev: Video Bus: Configuring as keyboard
- [ 16975.440] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:03/LNXVIDEO:00/input/input4/event4"
- [ 16975.440] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
- [ 16975.440] (**) Option "xkb_rules" "evdev"
- [ 16975.440] (**) Option "xkb_model" "pc104"
- [ 16975.441] (**) Option "xkb_layout" "us"
- [ 16975.441] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
- [ 16975.442] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
- [ 16975.442] (II) No input driver specified, ignoring this device.
- [ 16975.442] (II) This device may have been added with another device file.
- [ 16975.443] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
- [ 16975.443] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
- [ 16975.443] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
- [ 16975.443] (II) Using input driver 'evdev' for 'Sleep Button'
- [ 16975.444] (**) Sleep Button: always reports core events
- [ 16975.444] (**) evdev: Sleep Button: Device: "/dev/input/event2"
- [ 16975.444] (--) evdev: Sleep Button: Vendor 0 Product 0x3
- [ 16975.444] (--) evdev: Sleep Button: Found keys
- [ 16975.444] (II) evdev: Sleep Button: Configuring as keyboard
- [ 16975.444] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
- [ 16975.444] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
- [ 16975.444] (**) Option "xkb_rules" "evdev"
- [ 16975.444] (**) Option "xkb_model" "pc104"
- [ 16975.444] (**) Option "xkb_layout" "us"
- [ 16975.444] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
- [ 16975.445] (II) config/udev: Adding drm device (/dev/dri/card0)
- [ 16975.447] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
- [ 16975.447] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
- [ 16975.447] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
- [ 16975.447] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
- [ 16975.447] (**) AT Translated Set 2 keyboard: always reports core events
- [ 16975.447] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
- [ 16975.447] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
- [ 16975.447] (--) evdev: AT Translated Set 2 keyboard: Found keys
- [ 16975.447] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
- [ 16975.447] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
- [ 16975.447] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
- [ 16975.447] (**) Option "xkb_rules" "evdev"
- [ 16975.447] (**) Option "xkb_model" "pc104"
- [ 16975.447] (**) Option "xkb_layout" "us"
- [ 16975.447] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
- [ 16975.449] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
- [ 16975.449] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
- [ 16975.449] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
- [ 16975.449] (II) LoadModule: "synaptics"
- [ 16975.450] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
- [ 16975.450] (II) Module synaptics: vendor="X.Org Foundation"
- [ 16975.450] compiled for 1.14.1, module version = 1.7.1
- [ 16975.450] Module class: X.Org XInput Driver
- [ 16975.451] ABI class: X.Org XInput driver, version 19.1
- [ 16975.451] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
- [ 16975.451] (**) SynPS/2 Synaptics TouchPad: always reports core events
- [ 16975.451] (**) Option "Device" "/dev/input/event7"
- [ 16975.578] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 88)
- [ 16975.578] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 110)
- [ 16975.578] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
- [ 16975.578] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
- [ 16975.578] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
- [ 16975.578] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
- [ 16975.579] (**) Option "TapButton1" "0"
- [ 16975.579] (**) Option "TapButton2" "0"
- [ 16975.579] (**) Option "TapButton3" "0"
- [ 16975.579] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
- [ 16975.579] (**) SynPS/2 Synaptics TouchPad: always reports core events
- [ 16975.645] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
- [ 16975.645] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
- [ 16975.645] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
- [ 16975.645] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
- [ 16975.645] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
- [ 16975.646] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
- [ 16975.646] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
- [ 16975.646] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
- [ 16975.646] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
- [ 16975.646] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
- [ 16975.647] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
- [ 16975.647] (II) No input driver specified, ignoring this device.
- [ 16975.647] (II) This device may have been added with another device file.
- [ 16975.648] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event8)
- [ 16975.648] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
- [ 16975.648] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
- [ 16975.648] (**) TPPS/2 IBM TrackPoint: always reports core events
- [ 16975.648] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"
- [ 16975.648] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
- [ 16975.648] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
- [ 16975.648] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
- [ 16975.648] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
- [ 16975.648] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
- [ 16975.648] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
- [ 16975.649] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
- [ 16975.649] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event8"
- [ 16975.649] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 11)
- [ 16975.649] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
- [ 16975.649] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
- [ 16975.649] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
- [ 16975.649] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
- [ 16975.649] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
- [ 16975.650] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
- [ 16975.650] (II) No input driver specified, ignoring this device.
- [ 16975.650] (II) This device may have been added with another device file.
- [ 16975.651] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
- [ 16975.651] (II) No input driver specified, ignoring this device.
- [ 16975.651] (II) This device may have been added with another device file.
- [ 16975.653] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
- [ 16975.653] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
- [ 16975.653] (**) ThinkPad Extra Buttons: Applying InputClass "Keyboard Defaults"
- [ 16975.653] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
- [ 16975.653] (**) ThinkPad Extra Buttons: always reports core events
- [ 16975.653] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event5"
- [ 16975.653] (--) evdev: ThinkPad Extra Buttons: Vendor 0x1014 Product 0x5054
- [ 16975.653] (--) evdev: ThinkPad Extra Buttons: Found keys
- [ 16975.653] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
- [ 16975.653] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event5"
- [ 16975.653] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 12)
- [ 16975.653] (**) Option "xkb_rules" "evdev"
- [ 16975.653] (**) Option "xkb_model" "pc104"
- [ 16975.653] (**) Option "xkb_layout" "us"
- [ 16975.654] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
- [ 16977.566] (II) Server zapped. Shutting down.
- [ 16977.953] (II) evdev: ThinkPad Extra Buttons: Close
- [ 16977.953] (II) UnloadModule: "evdev"
- [ 16977.953] (II) evdev: TPPS/2 IBM TrackPoint: Close
- [ 16977.953] (II) UnloadModule: "evdev"
- [ 16977.953] (II) UnloadModule: "synaptics"
- [ 16977.953] (II) evdev: AT Translated Set 2 keyboard: Close
- [ 16977.954] (II) UnloadModule: "evdev"
- [ 16977.954] (II) evdev: Sleep Button: Close
- [ 16977.954] (II) UnloadModule: "evdev"
- [ 16977.954] (II) evdev: Video Bus: Close
- [ 16977.954] (II) UnloadModule: "evdev"
- [ 16977.954] (II) evdev: Power Button: Close
- [ 16977.954] (II) UnloadModule: "evdev"
- [ 16977.997] (EE) Server terminated successfully (0). Closing log file.
- -------------------------------------------------------------------
- 4) startx output
- [root@frylock ~]# startx
- X.Org X Server 1.14.2
- Release Date: 2013-06-25
- X Protocol Version 11, Revision 0
- Build Operating System: Linux 3.9.7-1-ARCH i686
- Current Operating System: Linux frylock 3.10.9-1-ARCH #1 SMP PREEMPT Wed Aug 21 14:37:01 CEST 2013 i686
- Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/cryptVG-root rw cryptdevice=/dev/sda3:cryptVG root=/dev/mapper/cryptVG-root resume=/dev/mapper/cryptVG-swap floppy.allowed_drive_mask=0
- Build Date: 01 July 2013 10:52:25AM
- Current version of pixman: 0.30.2
- Before reporting problems, check http://wiki.x.org
- to make sure that you have the latest version.
- Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 4 06:31:53 2013
- (==) Using config directory: "/etc/X11/xorg.conf.d"
- (==) Using system config directory "/usr/share/X11/xorg.conf.d"
- Initializing built-in extension Generic Event Extension
- Initializing built-in extension SHAPE
- Initializing built-in extension MIT-SHM
- Initializing built-in extension XInputExtension
- Initializing built-in extension XTEST
- Initializing built-in extension BIG-REQUESTS
- Initializing built-in extension SYNC
- Initializing built-in extension XKEYBOARD
- Initializing built-in extension XC-MISC
- Initializing built-in extension SECURITY
- Initializing built-in extension XINERAMA
- Initializing built-in extension XFIXES
- Initializing built-in extension RENDER
- Initializing built-in extension RANDR
- Initializing built-in extension COMPOSITE
- Initializing built-in extension DAMAGE
- Initializing built-in extension MIT-SCREEN-SAVER
- Initializing built-in extension DOUBLE-BUFFER
- Initializing built-in extension RECORD
- Initializing built-in extension DPMS
- Initializing built-in extension X-Resource
- Initializing built-in extension XVideo
- Initializing built-in extension XVideo-MotionCompensation
- Initializing built-in extension XFree86-VidModeExtension
- Initializing built-in extension XFree86-DGA
- Initializing built-in extension XFree86-DRI
- Initializing built-in extension DRI2
- Loading extension GLX
- (II) [KMS] Kernel modesetting enabled.
- XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
- after 359 requests (222 known processed) with 0 events remaining.
- xinit: connection to X server lost
- waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement