[Solved] synaptics trouble

hey guys got a dell xps m1330 laptop. installed synaptics package then the gui setup gsynaptics and when i run gsynaptics i get an error telling me to enable shmconfig in  xorg, i tried adding this option and it didnt help, here is my xorg. if you could tell me why this happened and how i can fix it/ avaoid this problem again i will be very happy.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Nov 4 14:07:17 PST 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Last edited by Cew27 (2009-01-06 23:31:17)

Did you look at the synaptics wiki page? It's pretty helpful. There's an inputdevice section you can actually copy and paste into your xorg.conf that will help with most issues and give you a decent framework to start off with.

Similar Messages

  • [Solved]Synaptics Touchpad not working at all on Fujitsu Siemens UH552

    Hi,
    I have just installed Arch on my Fujitsu Siemens UH552 laptop. Everything works except for the touchpad which seems to get loaded by Xorg, but when in X it doesn't work. I have tried both using /dev/input/event* and /dev/input/mouse0 as device paths, neither works.
    xf86-input-evdev and xf86-input-synaptics are installed.
    I have tried running both with the default 10-evdev.conf, with 10-synaptics.conf, with both, and without both.
    TLDR SOLUTION: https://bbs.archlinux.org/viewtopic.php … 3#p1189603
    My current 10-synaptics.conf:
    Section "InputClass"
    Identifier "Touchpad Catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "synaptics"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    Xorg.0.log
    [ 2275.127]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 2275.130] X Protocol Version 11, Revision 0
    [ 2275.131] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 2275.132] Current Operating System: Linux corvo 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64
    [ 2275.132] Kernel command line: root=/dev/sda2 rootflags=subvol=__active ro initrd=/boot/initramfs-linux.img BOOT_IMAGE=/boot/vmlinuz-linux
    [ 2275.134] Build Date: 27 August 2012 08:04:39AM
    [ 2275.135]
    [ 2275.136] Current version of pixman: 0.26.2
    [ 2275.138] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2275.138] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2275.142] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 1 13:16:01 2012
    [ 2275.143] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2275.144] (==) No Layout section. Using the first Screen section.
    [ 2275.144] (==) No screen section available. Using defaults.
    [ 2275.144] (**) |-->Screen "Default Screen Section" (0)
    [ 2275.144] (**) | |-->Monitor "<default monitor>"
    [ 2275.144] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 2275.144] (**) | |-->Device "Intel Graphics"
    [ 2275.144] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2275.144] (==) Automatically adding devices
    [ 2275.144] (==) Automatically enabling devices
    [ 2275.144] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2275.144] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2275.144] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 2275.144] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2275.144] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2275.144] (II) Loader magic: 0x7c8b00
    [ 2275.144] (II) Module ABI versions:
    [ 2275.144] X.Org ANSI C Emulation: 0.4
    [ 2275.144] X.Org Video Driver: 12.1
    [ 2275.144] X.Org XInput driver : 16.0
    [ 2275.144] X.Org Server Extension : 6.0
    [ 2275.144] (--) PCI:*(0:0:2:0) 8086:0166:10cf:16c2 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00002000/64
    [ 2275.144] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2275.144] (II) LoadModule: "extmod"
    [ 2275.144] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2275.145] (II) Module extmod: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension MIT-SCREEN-SAVER
    [ 2275.145] (II) Loading extension XFree86-VidModeExtension
    [ 2275.145] (II) Loading extension XFree86-DGA
    [ 2275.145] (II) Loading extension DPMS
    [ 2275.145] (II) Loading extension XVideo
    [ 2275.145] (II) Loading extension XVideo-MotionCompensation
    [ 2275.145] (II) Loading extension X-Resource
    [ 2275.145] (II) LoadModule: "dbe"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2275.145] (II) Module dbe: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension DOUBLE-BUFFER
    [ 2275.145] (II) LoadModule: "glx"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2275.145] (II) Module glx: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (==) AIGLX enabled
    [ 2275.145] (II) Loading extension GLX
    [ 2275.145] (II) LoadModule: "record"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2275.145] (II) Module record: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.13.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension RECORD
    [ 2275.145] (II) LoadModule: "dri"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2275.145] (II) Module dri: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension XFree86-DRI
    [ 2275.145] (II) LoadModule: "dri2"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2275.145] (II) Module dri2: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.2.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension DRI2
    [ 2275.145] (II) LoadModule: "intel"
    [ 2275.146] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 2275.146] (II) Module intel: vendor="X.Org Foundation"
    [ 2275.146] compiled for 1.12.3.901, module version = 2.20.5
    [ 2275.146] Module class: X.Org Video Driver
    [ 2275.146] ABI class: X.Org Video Driver, version 12.1
    [ 2275.146] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+)
    [ 2275.146] (--) using VT number 7
    [ 2275.149] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.149] drmOpenDevice: open result is 7, (OK)
    [ 2275.150] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 7, (OK)
    [ 2275.150] drmOpenByBusid: drmOpenMinor returns 7
    [ 2275.150] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 8, (OK)
    [ 2275.150] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 8, (OK)
    [ 2275.150] drmOpenByBusid: drmOpenMinor returns 8
    [ 2275.150] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 2275.150] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 2275.150] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 2275.150] (==) intel(0): RGB weight 888
    [ 2275.150] (==) intel(0): Default visual is TrueColor
    [ 2275.150] (**) intel(0): Option "AccelMethod" "sna"
    [ 2275.150] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 2275.151] (**) intel(0): Framebuffer tiled
    [ 2275.151] (**) intel(0): Pixmaps tiled
    [ 2275.151] (**) intel(0): 3D buffers tiled
    [ 2275.151] (**) intel(0): Throttling enabled
    [ 2275.151] (**) intel(0): Delayed flush enabled
    [ 2275.151] (**) intel(0): "Tear free" disabled
    [ 2275.151] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 2275.151] (II) intel(0): Output LVDS1 has no monitor section
    [ 2275.152] (II) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 2275.152] (II) intel(0): Output VGA1 has no monitor section
    [ 2275.153] (II) intel(0): Output HDMI1 has no monitor section
    [ 2275.193] (II) intel(0): Output DP1 has no monitor section
    [ 2275.193] (II) intel(0): EDID for output LVDS1
    [ 2275.193] (II) intel(0): Manufacturer: LGD Model: 371 Serial#: 0
    [ 2275.193] (II) intel(0): Year: 2012 Week: 0
    [ 2275.193] (II) intel(0): EDID Version: 1.3
    [ 2275.193] (II) intel(0): Digital Display Input
    [ 2275.193] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 2275.193] (II) intel(0): Gamma: 2.20
    [ 2275.193] (II) intel(0): No DPMS capabilities specified
    [ 2275.193] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2275.193] (II) intel(0): First detailed timing is preferred mode
    [ 2275.193] (II) intel(0): redX: 0.589 redY: 0.347 greenX: 0.343 greenY: 0.555
    [ 2275.193] (II) intel(0): blueX: 0.160 blueY: 0.124 whiteX: 0.313 whiteY: 0.329
    [ 2275.193] (II) intel(0): Manufacturer's mask: 0
    [ 2275.193] (II) intel(0): Supported detailed timing:
    [ 2275.193] (II) intel(0): clock: 70.0 MHz Image Size: 293 x 165 mm
    [ 2275.193] (II) intel(0): h_active: 1366 h_sync: 1402 h_sync_end 1438 h_blank_end 1476 h_border: 0
    [ 2275.193] (II) intel(0): v_active: 768 v_sync: 772 v_sync_end 780 v_blanking: 790 v_border: 0
    [ 2275.193] (II) intel(0): LG Display
    [ 2275.193] (II) intel(0): LP133WH2-TLF1
    [ 2275.193] (II) intel(0): EDID (in hex):
    [ 2275.193] (II) intel(0): 00ffffffffffff0030e4710300000000
    [ 2275.193] (II) intel(0): 00160103801d10780afc359658578e29
    [ 2275.193] (II) intel(0): 1f505400000001010101010101010101
    [ 2275.193] (II) intel(0): 010101010101581b566e500016302424
    [ 2275.194] (II) intel(0): 480025a5100000190000000000000000
    [ 2275.194] (II) intel(0): 00000000000000000000000000fe004c
    [ 2275.194] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 2275.194] (II) intel(0): 004c503133335748322d544c463100ce
    [ 2275.194] (II) intel(0): EDID vendor "LGD", prod id 881
    [ 2275.194] (II) intel(0): Printing DDC gathered Modelines:
    [ 2275.194] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1402 1438 1476 768 772 780 790 -hsync -vsync (47.4 kHz eP)
    [ 2275.194] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Printing probed modes for output LVDS1
    [ 2275.194] (II) intel(0): Modeline "1366x768"x60.0 70.00 1366 1402 1438 1476 768 772 780 790 -hsync -vsync (47.4 kHz eP)
    [ 2275.194] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 2275.194] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 2275.194] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 2275.194] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 2275.194] (II) intel(0): EDID for output VGA1
    [ 2275.195] (II) intel(0): EDID for output HDMI1
    [ 2275.236] (II) intel(0): EDID for output DP1
    [ 2275.236] (II) intel(0): Output LVDS1 connected
    [ 2275.236] (II) intel(0): Output VGA1 disconnected
    [ 2275.236] (II) intel(0): Output HDMI1 disconnected
    [ 2275.236] (II) intel(0): Output DP1 disconnected
    [ 2275.236] (II) intel(0): Using exact sizes for initial modes
    [ 2275.236] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 2275.236] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2275.236] (**) intel(0): Display dimensions: (290, 160) mm
    [ 2275.236] (**) intel(0): DPI set to (119, 121)
    [ 2275.236] (II) Loading sub module "dri2"
    [ 2275.236] (II) LoadModule: "dri2"
    [ 2275.237] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2275.237] (II) Module dri2: vendor="X.Org Foundation"
    [ 2275.237] compiled for 1.12.4, module version = 1.2.0
    [ 2275.237] ABI class: X.Org Server Extension, version 6.0
    [ 2275.237] (==) Depth 24 pixmap format is 32 bpp
    [ 2275.237] (II) intel(0): SNA initialized with IvyBridge backend
    [ 2275.237] (==) intel(0): Backing store disabled
    [ 2275.237] (==) intel(0): Silken mouse enabled
    [ 2275.237] (II) intel(0): HW Cursor enabled
    [ 2275.237] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2275.238] (==) intel(0): DPMS enabled
    [ 2275.239] (II) intel(0): [DRI2] Setup complete
    [ 2275.239] (II) intel(0): [DRI2] DRI driver: i965
    [ 2275.239] (II) intel(0): direct rendering: DRI2 Enabled
    [ 2275.239] (==) intel(0): hotplug detection: "enabled"
    [ 2275.239] (--) RandR disabled
    [ 2275.239] (II) Initializing built-in extension Generic Event Extension
    [ 2275.239] (II) Initializing built-in extension SHAPE
    [ 2275.239] (II) Initializing built-in extension MIT-SHM
    [ 2275.239] (II) Initializing built-in extension XInputExtension
    [ 2275.239] (II) Initializing built-in extension XTEST
    [ 2275.239] (II) Initializing built-in extension BIG-REQUESTS
    [ 2275.239] (II) Initializing built-in extension SYNC
    [ 2275.239] (II) Initializing built-in extension XKEYBOARD
    [ 2275.239] (II) Initializing built-in extension XC-MISC
    [ 2275.239] (II) Initializing built-in extension SECURITY
    [ 2275.239] (II) Initializing built-in extension XINERAMA
    [ 2275.239] (II) Initializing built-in extension XFIXES
    [ 2275.239] (II) Initializing built-in extension RENDER
    [ 2275.239] (II) Initializing built-in extension RANDR
    [ 2275.239] (II) Initializing built-in extension COMPOSITE
    [ 2275.239] (II) Initializing built-in extension DAMAGE
    [ 2275.250] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 2275.250] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 2275.250] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 2275.250] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 2275.250] (II) AIGLX: Loaded and initialized i965
    [ 2275.250] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 2275.251] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
    [ 2275.276] (II) intel(0): Setting screen physical size to 361 x 203
    [ 2275.319] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 2275.319] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2275.319] (II) LoadModule: "evdev"
    [ 2275.319] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2275.320] (II) Module evdev: vendor="X.Org Foundation"
    [ 2275.320] compiled for 1.12.3.901, module version = 2.7.3
    [ 2275.320] Module class: X.Org XInput Driver
    [ 2275.320] ABI class: X.Org XInput driver, version 16.0
    [ 2275.320] (II) Using input driver 'evdev' for 'Power Button'
    [ 2275.320] (**) Power Button: always reports core events
    [ 2275.320] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 2275.320] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2275.320] (--) evdev: Power Button: Found keys
    [ 2275.320] (II) evdev: Power Button: Configuring as keyboard
    [ 2275.320] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 2275.320] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2275.320] (**) Option "xkb_rules" "evdev"
    [ 2275.320] (**) Option "xkb_model" "evdev"
    [ 2275.320] (**) Option "xkb_layout" "se"
    [ 2275.355] (II) config/udev: Adding input device Fujitsu FUJ02E3 (/dev/input/event3)
    [ 2275.356] (**) Fujitsu FUJ02E3: Applying InputClass "evdev keyboard catchall"
    [ 2275.356] (II) Using input driver 'evdev' for 'Fujitsu FUJ02E3'
    [ 2275.356] (**) Fujitsu FUJ02E3: always reports core events
    [ 2275.356] (**) evdev: Fujitsu FUJ02E3: Device: "/dev/input/event3"
    [ 2275.356] (--) evdev: Fujitsu FUJ02E3: Vendor 0 Product 0x6
    [ 2275.356] (--) evdev: Fujitsu FUJ02E3: Found keys
    [ 2275.356] (II) evdev: Fujitsu FUJ02E3: Configuring as keyboard
    [ 2275.356] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/FUJ02E3:00/input/input3/event3"
    [ 2275.356] (II) XINPUT: Adding extended input device "Fujitsu FUJ02E3" (type: KEYBOARD, id 7)
    [ 2275.356] (**) Option "xkb_rules" "evdev"
    [ 2275.356] (**) Option "xkb_model" "evdev"
    [ 2275.356] (**) Option "xkb_layout" "se"
    [ 2275.357] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 2275.357] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2275.357] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2275.357] (**) Video Bus: always reports core events
    [ 2275.357] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 2275.357] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2275.357] (--) evdev: Video Bus: Found keys
    [ 2275.357] (II) evdev: Video Bus: Configuring as keyboard
    [ 2275.357] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
    [ 2275.357] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 2275.358] (**) Option "xkb_rules" "evdev"
    [ 2275.358] (**) Option "xkb_model" "evdev"
    [ 2275.358] (**) Option "xkb_layout" "se"
    [ 2275.359] (II) config/udev: Adding input device Fujitsu FUJ02B1 (/dev/input/event2)
    [ 2275.359] (**) Fujitsu FUJ02B1: Applying InputClass "evdev keyboard catchall"
    [ 2275.359] (II) Using input driver 'evdev' for 'Fujitsu FUJ02B1'
    [ 2275.359] (**) Fujitsu FUJ02B1: always reports core events
    [ 2275.359] (**) evdev: Fujitsu FUJ02B1: Device: "/dev/input/event2"
    [ 2275.359] (--) evdev: Fujitsu FUJ02B1: Vendor 0 Product 0x6
    [ 2275.359] (--) evdev: Fujitsu FUJ02B1: Found keys
    [ 2275.359] (II) evdev: Fujitsu FUJ02B1: Configuring as keyboard
    [ 2275.359] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/FUJ02B1:00/input/input2/event2"
    [ 2275.359] (II) XINPUT: Adding extended input device "Fujitsu FUJ02B1" (type: KEYBOARD, id 9)
    [ 2275.359] (**) Option "xkb_rules" "evdev"
    [ 2275.359] (**) Option "xkb_model" "evdev"
    [ 2275.359] (**) Option "xkb_layout" "se"
    [ 2275.360] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 2275.360] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2275.360] (II) Using input driver 'evdev' for 'Power Button'
    [ 2275.360] (**) Power Button: always reports core events
    [ 2275.360] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 2275.360] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2275.360] (--) evdev: Power Button: Found keys
    [ 2275.360] (II) evdev: Power Button: Configuring as keyboard
    [ 2275.361] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event5"
    [ 2275.361] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
    [ 2275.361] (**) Option "xkb_rules" "evdev"
    [ 2275.361] (**) Option "xkb_model" "evdev"
    [ 2275.361] (**) Option "xkb_layout" "se"
    [ 2275.362] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 2275.362] (II) No input driver specified, ignoring this device.
    [ 2275.362] (II) This device may have been added with another device file.
    [ 2275.362] (II) config/udev: Adding input device FJ Camera (/dev/input/event7)
    [ 2275.362] (**) FJ Camera: Applying InputClass "evdev keyboard catchall"
    [ 2275.362] (II) Using input driver 'evdev' for 'FJ Camera'
    [ 2275.362] (**) FJ Camera: always reports core events
    [ 2275.362] (**) evdev: FJ Camera: Device: "/dev/input/event7"
    [ 2275.363] (--) evdev: FJ Camera: Vendor 0x10f1 Product 0x1a44
    [ 2275.363] (--) evdev: FJ Camera: Found keys
    [ 2275.363] (II) evdev: FJ Camera: Configuring as keyboard
    [ 2275.363] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input7/event7"
    [ 2275.363] (II) XINPUT: Adding extended input device "FJ Camera" (type: KEYBOARD, id 11)
    [ 2275.363] (**) Option "xkb_rules" "evdev"
    [ 2275.363] (**) Option "xkb_model" "evdev"
    [ 2275.363] (**) Option "xkb_layout" "se"
    [ 2275.364] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    [ 2275.364] (II) No input driver specified, ignoring this device.
    [ 2275.364] (II) This device may have been added with another device file.
    [ 2275.364] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
    [ 2275.364] (II) No input driver specified, ignoring this device.
    [ 2275.364] (II) This device may have been added with another device file.
    [ 2275.365] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
    [ 2275.365] (II) No input driver specified, ignoring this device.
    [ 2275.365] (II) This device may have been added with another device file.
    [ 2275.365] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2275.365] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2275.365] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2275.366] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2275.366] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2275.366] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2275.366] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2275.366] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2275.366] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2275.366] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 2275.366] (**) Option "xkb_rules" "evdev"
    [ 2275.366] (**) Option "xkb_model" "evdev"
    [ 2275.366] (**) Option "xkb_layout" "se"
    [ 2275.366] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [ 2275.366] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpad Catchall"
    [ 2275.366] (II) LoadModule: "synaptics"
    [ 2275.366] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2275.367] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2275.367] compiled for 1.12.2, module version = 1.6.2
    [ 2275.367] Module class: X.Org XInput Driver
    [ 2275.367] ABI class: X.Org XInput driver, version 16.0
    [ 2275.367] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 2275.367] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2275.367] (**) Option "Device" "/dev/input/event8"
    [ 2275.367] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 2275.367] (**) Option "TapButton1" "1"
    [ 2275.367] (**) Option "TapButton2" "2"
    [ 2275.367] (**) Option "TapButton3" "3"
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2275.367] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2275.367] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
    [ 2275.368] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 2275.368] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2275.368] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 2275.368] (II) No input driver specified, ignoring this device.
    [ 2275.368] (II) This device may have been added with another device file.
    [ 2275.368] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 2275.368] (II) No input driver specified, ignoring this device.
    [ 2275.368] (II) This device may have been added with another device file.
    xinput
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Fujitsu FUJ02E3 id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Fujitsu FUJ02B1 id=9 [slave keyboard (3)]
    ↳ Power Button id=10 [slave keyboard (3)]
    ↳ FJ Camera id=11 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
    running
    dmesg | grep -i synaptics
    doesn't show anything. However running
    dmesg | grep -i psmouse
    returns a lot of
    psmouse serio1: bad data from KBC - timeout
    Last edited by flako (2012-11-08 09:44:59)

    I have tried doing that with both linux mint, and now fedora live usb. Neither one loads the touchpad correctly.  So yeah, our problems weren't really related
    Anyway, I tried looking into the
    psmouse serio1: bad data from KBC - timeout
    messages, and tried running psmouse proto (defined in /etc/modprobe.conf/psmouse.conf) as both raw and imps as per https://answers.launchpad.net/ubuntu/+s … ion/206950 Unfortunately, that didn't solve anything. Using the raw setting meant that the touchpad wasn't loaded at all (as in not appearing in the Xorg.log at all).
    The laptop is quite new, but at the same time what i figured from the touchpad vendor & product ID, the touchpad itself isn't. So it should technically work. Before installing arch i booted into windows to see if everything worked, and found no issues with the touchpad. So I have ruled out any hardware errors. Maybe its just the Fn-key that doesn't work yet in Linux? But that doesn't explain the "psmouse serio1: bad data from KBC - timeout" Any pointers to where I should look/ what commands I should run to delve deeper into this issue?
    Last edited by flako (2012-09-09 12:10:51)

  • [SOLVED] Steam troubles. Segfault after login.

    Hello. I'm usually pretty good about solving my own problems, but this one has me beat. So, yay, first post.
    Recently my nephew brought me his computer for a nuke and pave, and since he doesn't have a legit Windows key and I don't use Windows anymore I decided to install Arch on his machine, since it's what I use and I'm their go-to tech support.
    Unfortunately I'm having trouble getting Steam to run correctly on his machine. It will start up, update/verify install, show the login screen, and after authenticating it promptly dies.
    Some details:
    This is a somewhat fresh install. I provisioned it from within a Vbox VM on my own workstation and then moved the HDD to the actual box.
    Full system update was done just today. Problem existed prior and persists after.
    Proprietary GPU drivers are not being used.
    lspci shows the video adapter to be: 07:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7900 GS] (rev a1)
    I've already removed Steam's bundled libs, as per the wiki.
    I've tried steam --reset and rm -rf ~/.steam and removing and reinstalling the steam package. No dice.
    The presentation of problems detailed here seemed pretty similar so I installed lib32-dbus but this did not resolve the issue.
    I'm not checking remember password. This bug seems to be unrelated
    Console output:
    Running Steam on arch 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20141121162341)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20141121162341)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    FillInMachineIDInfo took a total of 0 milliseconds
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    PulseAudio connect failed (used only for Mic Volume Control) with error: Access denied
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Generating new string page texture 7: 128x256, total string texture memory is 131.07 KB
    Generating new string page texture 8: 48x256, total string texture memory is 180.22 KB
    Generating new string page texture 9: 256x256, total string texture memory is 442.37 KB
    Generating new string page texture 10: 64x256, total string texture memory is 507.90 KB
    Generating new string page texture 11: 8x256, total string texture memory is 516.10 KB
    Generating new string page texture 12: 16x256, total string texture memory is 532.48 KB
    Generating new string page texture 13: 24x256, total string texture memory is 557.06 KB
    Generating new string page texture 14: 32x256, total string texture memory is 589.82 KB
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Have a ping of 38 MS which is under threshold of 50 MS, and have been trying for 297 MS - good enough
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Adding licenses for the following package(s): 0, 470, 1861, 2835, 7932, 8183, 11072, 11416, 17111, 18343, 27723, 27968, 28233, 28315, 29145, 29470, 32848, 33954, 37125, 39202, 41566, 43104, 43386, 45658
    roaming config store loaded successfully - 650 bytes.
    migrating temporary roaming config store
    Failed to init SteamVR because it isn't installed
    ExecCommandLine: ""/home/austin/.local/share/Steam/ubuntu12_32/steam" "
    System startup time: 23.43 seconds
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:6806): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    [1224/194751:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/assert_20141224194726_1.dmp
    Running Steam on arch 64-bit
    STEAM_RUNTIME has been set by the user to: /home/austin/.local/share/Steam/ubuntu12_32/steam-runtime
    /home/austin/.local/share/Steam/steam.sh: line 729: 6806 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
    Requested Force create but SharedObjectMutex already created
    Forced create but already created for SharedObjectEvent
    Forced create but already created for SharedObjectEvent
    Finished uploading minidump (out-of-process): success = yes
    response: CrashID=bp-e3676b84-8218-411b-8500-189492141225
    I then tried DEBUGGER=gdb steam and besides the identical output above and the expected gdb messages I get
    Program received signal SIGSEGV, Segmentation fault.
    0xf6d9eab8 in ?? () from /usr/lib32/xorg/modules/dri/nouveau_dri.so
    So then I tried native runtime STEAM_RUNTIME=0 steam with the help of the alucryd-multilib repo. The output seems to be identical to the above. Output of DEBUGGER=gdb STEAM_RUNTIME=0 steam available here.
    Throwing that into Google yields nothing of interest that I can find.
    Perhaps hardware failure? But my nephew played Dust AET for a while and it ran fine.
    I'm at a loss.
    Last edited by Xaekai (2014-12-29 11:17:11)

    I'm also in a similar situation, surprised that it took this long for someone to post the problem here (it's been at least a week since this started)...
    There's a report here:
    https://github.com/ValveSoftware/steam- … -67916730\
    I also get a segfault when running steam with STEAM_RUNTIME disabled now.
    Here's my command line output: https://gist.github.com/uberscientist/0 … 26de094ec5
    With STEAM_RUNTIME libs it runs fine (however TF2 fails to start...)
    If I can provide any more useful information let me know. I am running Arch Linux, systemd (so OpenRC probably has nothing to do with it), x86_64.
    I'll subscribe to this topic and continue crossing my fingers an update fixes things.

  • [solved] Synaptics Touchpad works in GDM but not in Gnome Session

    Hey,
    i just installed arch x86_64 to a Amilo Pa 3553 Notebook with synaptics touchpad driver.
    It's working in gdm perfectly but after login i cannot click, wether tabbing nor klicking.
    But i can move the coursor.
    Touchpad is recognized in Xorg.log without any errors or warnings.
    Any Idea what went wrong?
    SOLVED
    It was just a check in the gnome touchpad settings at "Mausklick per Touchpad freischalten".
    Sorry, i don't know in english, but it means something like "activate Click per touchpad"
    Last edited by lemondreas (2012-10-01 21:38:38)

    I too am having the same problem. This only seems to happen after I connect to a projector by the VGA port on my Lenovo T500. I use the display port to connect to a 30" apple cinema display and have no issues. Have not had much luck in finding what changes in the gnome config when this problem arises.
    I am looking forward to anyone being able to explain what is actually changing and why. WIll continue to dig into this and post a workaround if I find one.

  • [solved] Synaptics touchpad scrolling not working...

    I have the device set up as follows in xorg.conf
    Load "synaptics"
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.24"
    Option "MaxSpeed" "0.48"
    Option "AccelFactor" "0.0100"
    Option "SHMConfig" "on"
    EndSection
    It works well, but I get no scrolling on the sides.  Any ideas?  I'm using KDE if that's of any relevance.
    Thanks,
    Shane
    Last edited by krazyshane (2007-12-03 18:24:39)

    Hmm..  I see no errors.
    Here is my Xorg.0.log file:
    [shane@Shane-Arch ~]$ cat /var/log/Xorg.0.log
    X.Org X Server 1.4.0
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-rc1-ARCH i686
    Current Operating System: Linux Shane-Arch 2.6.23-ARCH #1 SMP PREEMPT Sun Nov 18 07:43:05 UTC 2007 i686
    Build Date: 07 November 2007 11:19:12AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 4 11:34:08 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Alps touchpad"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) No default mouse found, adding one
    (**) |-->Input Device "<default pointer>"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d4540
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,3340 card 1028,0191 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1028,0191 rev 01 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1028,0191 rev 01 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1028,0191 rev 01 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1028,0191 rev 01 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24ca card 1028,0191 rev 01 class 01,01,8a hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0191 rev 01 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 14f1,5422 rev 01 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4e50 card 1028,2001 rev 00 class 03,00,00 hdr 00
    (II) PCI: 02:00:0: chip 14e4,4401 card 1028,8127 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:01:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
    (II) PCI: 02:01:1: chip 104c,8029 card 1028,0191 rev 00 class 0c,00,10 hdr 80
    (II) PCI: 02:03:0: chip 8086,1043 card 8086,2565 rev 04 class 02,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x40000000 - 0x43ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x40000000 - 0x43ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xd0000000/28, 0xfcff0000/16, I/O @ 0xc000/8, BIOS @ 0x80000000/17
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [1] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [2] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [10] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [13] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [14] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [15] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [16] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [17] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [18] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [19] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [22] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [23] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [1] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [2] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [10] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [13] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [14] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [15] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [16] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [17] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [18] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [19] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [22] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [23] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [5] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [6] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [14] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [20] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [21] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [22] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [28] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [29] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "type1" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 6.7.195
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) ATI: ATI driver wrapper (version 6.7.195) for chipsets: mach64, rage128, radeon
    (II) Primary Device is: PCI 01:00:0
    (II) Loading sub module "radeon"
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 4.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
    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 Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330/340/350 (A4) 4137,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, 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 Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (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 FireGL RV360 AV (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 9650,
    ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
    ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (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 X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (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 XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE),
    ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (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 X700 PRO (RV410) (PCIE),
    ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
    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 X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
    ATI Radeon AIW X800 VE (R420) JT (AGP),
    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 FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
    ATI Radeon X850 5D4C (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
    (--) Chipset ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [5] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [6] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [14] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [20] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [21] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [22] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [28] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [29] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [5] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [6] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [14] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [22] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [23] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [24] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [25] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [26] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [27] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [28] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [31] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [32] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): MMIO registers at 0xfcff0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (==) RADEON(0): Depth 24, (==) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP)" (ChipID = 0x4e50)
    (--) RADEON(0): Linear framebuffer at 0xd0000000
    (--) RADEON(0): BIOS at 0x80000000
    (II) RADEON(0): AGP card detected
    (II) RADEON(0): Legacy BIOS detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.28.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=131072K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1200
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module "i2c" already built-in
    (II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=35000; xclk=24300
    (WW) RADEON(0): LCD DDC Info Table found!
    (II) RADEON(0): Bios Connector table:
    (II) RADEON(0): Port0: DDCType-3, DACType-0, TMDSType-0, ConnectorType-2
    (II) RADEON(0): Port1: DDCType-2, DACType-0, TMDSType-1, ConnectorType-4
    (II) RADEON(0): Port4: DDCType-6, DACType-2, TMDSType-2, ConnectorType-1
    (II) RADEON(0): Port5: DDCType-0, DACType-1, TMDSType-2, ConnectorType-6
    (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    (II) RADEON(0): I2C bus "VGA_DDC" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI_DDC" initialized.
    (II) RADEON(0): External TMDS Table revision: 2
    (II) RADEON(0): I2C bus "DVO" initialized.
    (II) RADEON(0): I2C device "DVO:RADEON DVO Controller" registered at address 0x70.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): I2C bus "GPIO_DDC" initialized.
    (II) RADEON(0): Panel ID string: Y0316154X1
    (II) RADEON(0): Panel Size from BIOS: 1280x800
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): LVDS Info:
    XRes: 1280, YRes: 800, DotClock: 71250
    HBlank: 160, HOverPlus: 48, HSyncWidth: 32
    VBlank: 23, VOverPlus: 2, VSyncWidth: 6
    (II) RADEON(0): Using LVDS Native Mode
    (II) RADEON(0): Output S-video has no monitor section
    (II) RADEON(0): Default TV standard: NTSC
    (II) RADEON(0): TV standards supported by chip: NTSC
    (II) RADEON(0): Port0:
    Monitor -- AUTO
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- None
    DDC Type -- VGA_DDC
    (II) RADEON(0): Port1:
    Monitor -- AUTO
    Connector -- DVI-D
    DAC Type -- None
    TMDS Type -- External
    DDC Type -- DVI_DDC
    (II) RADEON(0): Port2:
    Monitor -- AUTO
    Connector -- Proprietary/LVDS
    DAC Type -- None
    TMDS Type -- None
    DDC Type -- GPIO_DDC
    (II) RADEON(0): Port3:
    Monitor -- AUTO
    Connector -- STV
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- None
    DDC Type -- None
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 3, Detected Monitor Type: 0
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 2, Detected Monitor Type: 0
    (II) RADEON(0): Detected Monitor Type: 0
    finished output detect: 1
    (II) RADEON(0): I2C device "GPIO_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): DDC Type: 6, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on connector: Proprietary/LVDS ----------------------
    (II) RADEON(0): Manufacturer: SEC Model: 3158 Serial#: 0
    (II) RADEON(0): Year: 2003 Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
    (II) RADEON(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 71.2 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 802 v_sync_end 808 v_blanking: 823 v_border: 0
    (II) RADEON(0): Y0316154X1
    (II) RADEON(0): ůr`@
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff004ca3583100000000
    (II) RADEON(0): 000d0103802115780a87f594574f8c27
    (II) RADEON(0): 27505400000001010101010101010101
    (II) RADEON(0): 010101010101d51b00a0502017303020
    (II) RADEON(0): 26004bcf100000190000000f00000000
    (II) RADEON(0): 00000000002387026400000000fe0059
    (II) RADEON(0): 303331360731353458310a20000000fe
    (II) RADEON(0): 00c5af9e8e72604000010a2020200052
    finished output detect: 2
    finished output detect: 3
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 3, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 2, Detected Monitor Type: 0
    (II) RADEON(0): Detected Monitor Type: 0
    (II) RADEON(0): DDC Type: 6, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on connector: Proprietary/LVDS ----------------------
    (II) RADEON(0): Manufacturer: SEC Model: 3158 Serial#: 0
    (II) RADEON(0): Year: 2003 Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
    (II) RADEON(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 71.2 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 802 v_sync_end 808 v_blanking: 823 v_border: 0
    (II) RADEON(0): Y0316154X1
    (II) RADEON(0): ůr`@
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff004ca3583100000000
    (II) RADEON(0): 000d0103802115780a87f594574f8c27
    (II) RADEON(0): 27505400000001010101010101010101
    (II) RADEON(0): 010101010101d51b00a0502017303020
    (II) RADEON(0): 26004bcf100000190000000f00000000
    (II) RADEON(0): 00000000002387026400000000fe0059
    (II) RADEON(0): 303331360731353458310a20000000fe
    (II) RADEON(0): 00c5af9e8e72604000010a2020200052
    in RADEONProbeOutputModes
    (II) RADEON(0): EDID vendor "SEC", prod id 12632
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Output S-video disconnected
    (II) RADEON(0): Output LVDS using initial mode 1280x800
    after xf86InitialConfiguration
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 2.0
    (==) RADEON(0): Assuming overlay scaler buffer width is 1920
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b]
    [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [7] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [8] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [9] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [10] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [11] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [12] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [13] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [15] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [16] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [17] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [21] 0 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [24] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [25] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [26] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [27] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [28] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [29] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [30] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [34] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [35] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [36] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (==) RADEON(0): Write-combining range (0xd0000000,0x8000000)
    Entering TV Save
    Save TV timing tables
    saveTimingTables: reading timing tables
    TV Save done
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x08000000
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): CP in BM mode
    (II) RADEON(0): Using 8 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 5 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1200) to (1280,1202)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6989
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x1838000
    (II) RADEON(0): Will use depth buffer at offset 0x1e14000
    (II) RADEON(0): Will use 94208 kb for textures at offset 0x23f0000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xd0000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (==) RADEON(0): Using AGP 4x
    (II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x3340; Card 0x1002/0x4e50]
    (II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
    (II) RADEON(0): [agp] ring handle = 0xe0000000
    (II) RADEON(0): [agp] Ring mapped at 0xaf920000
    (II) RADEON(0): [agp] ring read ptr handle = 0xe0101000
    (II) RADEON(0): [agp] Ring read ptr mapped at 0xaf91f000
    (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xe0102000
    (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xaf71f000
    (II) RADEON(0): [agp] GART texture map handle = 0xe0302000
    (II) RADEON(0): [agp] GART Texture map mapped at 0xaf23f000
    (II) RADEON(0): [drm] register handle = 0xfcff0000
    (II) RADEON(0): [dri] Visual configs initialized
    init memmap
    init common
    init crtc1
    init pll1
    restore memmap
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    restore common
    restore crtc1
    restore pll1
    restore LVDS
    enable montype: 2
    (WW) RADEON(0): No crtc mode list for crtc 1,continuing with desired mode
    disable montype: 2
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 11
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xd7ffd000 is: 0xd7ffd000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xe07fe000
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0xe07fe000
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 1202)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6985
    (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 331 x 207
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Alps touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "VertScrollDelta" "100"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "220"
    (--) Alps touchpad touchpad found
    (**) Option "CorePointer"
    (**) Alps touchpad: always reports core events
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (WW) <default pointer>: No Device specified, looking for one...
    (II) <default pointer>: Setting Device option to "/dev/input/mice"
    (--) <default pointer>: Device: "/dev/input/mice"
    (==) <default pointer>: Protocol: "Auto"
    (**) Option "AlwaysCore"
    (**) <default pointer>: doesn't report core events
    (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    (**) <default pointer>: Buttons: 9
    (**) <default pointer>: Sensitivity: 1
    (II) evaluating device (<default pointer>)
    (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) evaluating device (Alps touchpad)
    (II) XINPUT: Adding extended input device "Alps touchpad" (type: MOUSE)
    (--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
    (II) <default pointer>: ps2EnableDataReporting: succeeded
    (--) Alps touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (--) Alps touchpad touchpad found
    and here's my entire Xorg.conf file.  You will see that I have been playing with it some... with little/no success.  Due to viewing the log I saw "Alps touchpad sets device to /dev/input/event6" so I tried changing my device to that with the same result, no scroll.
    [shane@Shane-Arch ~]$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Alps touchpad" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "xtrap"
    Load "type1"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    #MOUSE
    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    Option "Emulate3Buttons"
    EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "Alps touchpad"
    Option "Device" "/dev/input/event6"
    Option "Protocol" "auto-dev"
    Option "Emulate3Buttons"
    # synaptic driver specific options
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.24"
    Option "MaxSpeed" "0.48"
    Option "AccelFactor" "0.01"
    Option "SHMConfig" "on"
    EndSection
    #Section "InputDevice"
    # Identifier "Touchpad"
    # Driver "synaptics"
    # Option "Device" "/dev/input/mouse0"
    # Option "Protocol" "auto-dev"
    # Option "LeftEdge" "1700"
    # Option "RightEdge" "5300"
    # Option "TopEdge" "1700"
    # Option "BottomEdge" "4200"
    # Option "FingerLow" "25"
    # Option "FingerHigh" "30"
    # Option "MaxTapTime" "180"
    # Option "MaxTapMove" "220"
    # Option "VertScrollDelta" "100"
    # Option "MinSpeed" "0.24"
    # Option "MaxSpeed" "0.48"
    # Option "AccelFactor" "0.0100"
    # Option "SHMConfig" "on"
    # Option "SendCoreEvents" "true"
    #EndSection
    #Section "InputDevice"
    # Identifier "Mouse0"
    # Driver "mouse"
    # Option "Protocol" "auto"
    # Option "Device" "/dev/input/mice"
    # Option "ZAxisMapping" "4 5 6 7"
    #EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "SEC"
    ModelName "3158"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "DDCMode" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "LVDSBiosNativeMode" # [<bool>]
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "RV350 [Mobility Radeon 9600 M10]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    See anything wrong?
    Thanks again for all the help.
    -Shane

  • [Solved] Synaptics + New Xorg

    Hi!
    I'm having problems with my synaptics touchpad configuration. I've read some of the topics on the bbs, but none really helped. I'm now stuck with enabling the driver for Xorg (I think), because it seems that while it's configured properly - at least for HAL:
    25: udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'
    input.x11_options.MaxSpeed = '0.70' (string)
    input.x11_options.AccelFactor = '0.00150' (string)
    input.x11_options.SHMConfig = 'on' (string)
    input.x11_options.VertTwoFingerScroll = '1' (string)
    input.device = '/dev/input/event5' (string)
    input.x11_options.HorizTwoFingerScroll = '1' (string)
    input.product = 'SynPS/2 Synaptics TouchPad' (string)
    input.x11_options.VertEdgeScroll = '1' (string)
    linux.hotplug_type = 2 (0x2) (int)
    info.subsystem = 'input' (string)
    input.x11_options.HorizEdgeScroll = '1' (string)
    linux.subsystem = 'input' (string)
    info.product = 'SynPS/2 Synaptics TouchPad' (string)
    input.x11_options.TapButton1 = '1' (string)
    info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input' (string)
    input.x11_options.TapButton2 = '2' (string)
    input.x11_options.TapButton3 = '3' (string)
    info.capabilities = { 'input', 'input.touchpad' } (string list)
    input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
    info.category = 'input' (string)
    input.x11_driver = 'synaptics' (string)
    input.x11_options.Device = '/dev/input/psaux' (string)
    input.x11_options.LeftEdge = '1700' (string)
    linux.sysfs_path = '/sys/class/input/input5/event5' (string)
    input.x11_options.RightEdge = '5300' (string)
    info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
    input.x11_options.TopEdge = '1700' (string)
    linux.device_file = '/dev/input/event5' (string)
    input.x11_options.BottomEdge = '4200' (string)
    input.x11_options.FingerLow = '25' (string)
    input.x11_options.FingerHigh = '30' (string)
    input.x11_options.MaxTapTime = '180' (string)
    input.x11_options.MaxTapMove = '220' (string)
    input.x11_options.VertScrollDelta = '100' (string)
    input.x11_options.MinSpeed = '0.10' (string)
    ... It doesn't work in KDE (eg. no tapping, scrolling, and so on). I have some old entries in xorg.conf regarding the touchpad, but I don't think it makes any difference.
    Section "InputDevice"
    Driver "synaptics"
    Identifier "TouchPad"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    EndSection
    And the /etc/hal/fdi/policy/11-x11-synaptics.fdi
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.Device" type="string">/dev/input/psaux</merge>
    <merge key="input.x11_options.LeftEdge" type="string">120</merge>
    <merge key="input.x11_options.LeftEdge" type="string">1700</merge>
    <merge key="input.x11_options.RightEdge" type="string">5300</merge>
    <merge key="input.x11_options.TopEdge" type="string">1700</merge>
    <merge key="input.x11_options.BottomEdge" type="string">4200</merge>
    <merge key="input.x11_options.FingerLow" type="string">25</merge>
    <merge key="input.x11_options.FingerHigh" type="string">30</merge>
    <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
    <merge key="input.x11_options.MaxTapMove" type="string">220</merge>
    <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.MinSpeed" type="string">0.10</merge>
    <merge key="input.x11_options.MaxSpeed" type="string">0.70</merge>
    <merge key="input.x11_options.AccelFactor" type="string">0.00150</merge>
    <merge key="input.x11_options.SHMConfig" type="string">on</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.VertEdgeScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizEdgeScroll" type="string">1</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    I don't have any entries in xorg.conf like disabling AutoAddDevices, keyboard is now working as a "evdev-configured keybord", but the touchpad refuses to cooperate with new xorg
    Last edited by lateralus (2008-12-05 18:26:50)

    stephelton wrote:Explain to me how this is solved. By removing all the configuration options, you lose your configuration. So if the goal of this post is to preserve configuration, and that clearly doesn't happen, this cannot possibly be "solved."
    To each their own...there's no need to justify contentedness.
    stephelton wrote:More to the point -- how does one go about restoring functionality? Is there some documentation I might find helpful? Why isn't this on the front page? Even after turning off the new HAL based hardware detection it didn't work as it used to.
    Hmm, perhaps you would find the Synaptics ArchWiki article helpful.  All this Hal nonsense aside, the core synaptics drivers has changed and some settings need to be adjusted accordingly--the wiki has those details.

  • I WOULD LIKE TO DELETE MY ACCOUNT OR SOLVE THIS TROUBLE PLEASE SEE THIS

    VERY URGENT (MY EMAIL IS PLENTY OF THESE QUESTIONS
    This is for the administrator(s)
    I Am receiving from your forum site many of THESE:
    aemme,
    You are watching the category "System Management and Integration", which was updated Nov 11, 2010 4:32:18 AM by Lichti:
    <http://forums.oracle.com/forums/category.jspa?categoryID=201>
    or
    <Data Integrator
    or
    <Use Oracle DB user function
    For your convenience, the new message is included below:
    I would like to delete my account or solve the problem in another way, as you like.
    I can't delete my accountr from the control panel, I don't know how to do it.
    PLEASE HELP

    Yes now the problem seems to be solved.
    But really this morning my email account was plenty of these ...questions.
    Be careful because....privacy ... and so on...
    A last question, before I was used to enter into Database >> SQL and PL/SQL how can I get there???
    :)))))))))))))))))

  • [SOLVED] KMS Trouble after System Update

    This is a Lenovo x130e laptop with an AMD E-450 APU and Radeon HD 6320 graphics.
    When booting, the screen freezes on this:
    http://i.imgur.com/SnLA0dv.jpg
    KMS works just fine (and the system will boot normally) when booting from the 2013.03.01 installation image (kernel 3.7.9). However, the problem occurs when booting from the 2013.04.01 and 2013.05.01 installation images (3.8.4 and 3.8.10). When I pass nomodeset to the latest kernel, it will boot fine. However, I am unable to start X (using xf86-video-ati).
    I am able to blindly log in and capture the output of dmesg (but strangely, poweroff does not work):
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.10-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 27 12:36:59 CEST 2013
    [ 0.000000] Command line: root=UUID=705c0bb1-4be3-4d2f-b2a8-0bc04632d2ce ro rootfstype=ext4 add_efi_memmap initrd=\EFI\arch\initramfs-arch.img
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c6ceafff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c6ceb000-0x00000000c70fafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c70fb000-0x00000000c717afff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c717b000-0x00000000c71dafff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c71db000-0x00000000c7bfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011effffff] usable
    [ 0.000000] e820: update [mem 0xc4988018-0xc4996657] usable ==> usable
    [ 0.000000] e820: update [mem 0xc497c018-0xc4987857] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000c497c017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c497c018-0x00000000c4987857] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c4987858-0x00000000c4988017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c4988018-0x00000000c4996657] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c4996658-0x00000000c6ceafff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c6ceb000-0x00000000c70fafff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000c70fb000-0x00000000c717afff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000c717b000-0x00000000c71dafff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000c71db000-0x00000000c7bfffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000011effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.00 by Phoenix Technologies Ltd.
    [ 0.000000] efi: ACPI=0xc71da000 ACPI 2.0=0xc71da014 SMBIOS=0xc70ed000
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000008000-0x0000000000054000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x0000000000054000-0x0000000000055000) (0MB)
    [ 0.000000] efi: mem04: type=3, attr=0xf, range=[0x0000000000055000-0x000000000008f000) (0MB)
    [ 0.000000] efi: mem05: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
    [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f01000) (15MB)
    [ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000001f01000-0x000000007fd22000) (2014MB)
    [ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000007fd22000-0x0000000080000000) (2MB)
    [ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000080000000-0x00000000c3d9c000) (1085MB)
    [ 0.000000] efi: mem12: type=4, attr=0xf, range=[0x00000000c3d9c000-0x00000000c3dbc000) (0MB)
    [ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x00000000c3dbc000-0x00000000c4283000) (4MB)
    [ 0.000000] efi: mem14: type=1, attr=0xf, range=[0x00000000c4283000-0x00000000c4610000) (3MB)
    [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000c4610000-0x00000000c4611000) (0MB)
    [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x00000000c4611000-0x00000000c497c000) (3MB)
    [ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x00000000c497c000-0x00000000c4998000) (0MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000c4998000-0x00000000c6487000) (26MB)
    [ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000c6487000-0x00000000c667f000) (1MB)
    [ 0.000000] efi: mem20: type=3, attr=0xf, range=[0x00000000c667f000-0x00000000c6ceb000) (6MB)
    [ 0.000000] efi: mem21: type=5, attr=0x800000000000000f, range=[0x00000000c6ceb000-0x00000000c6d35000) (0MB)
    [ 0.000000] efi: mem22: type=5, attr=0x800000000000000f, range=[0x00000000c6d35000-0x00000000c6deb000) (0MB)
    [ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000c6deb000-0x00000000c7040000) (2MB)
    [ 0.000000] efi: mem24: type=6, attr=0x800000000000000f, range=[0x00000000c7040000-0x00000000c7043000) (0MB)
    [ 0.000000] efi: mem25: type=0, attr=0xf, range=[0x00000000c7043000-0x00000000c70ab000) (0MB)
    [ 0.000000] efi: mem26: type=6, attr=0x800000000000000f, range=[0x00000000c70ab000-0x00000000c70b6000) (0MB)
    [ 0.000000] efi: mem27: type=0, attr=0xf, range=[0x00000000c70b6000-0x00000000c70ba000) (0MB)
    [ 0.000000] efi: mem28: type=6, attr=0x800000000000000f, range=[0x00000000c70ba000-0x00000000c70eb000) (0MB)
    [ 0.000000] efi: mem29: type=0, attr=0xf, range=[0x00000000c70eb000-0x00000000c70ed000) (0MB)
    [ 0.000000] efi: mem30: type=0, attr=0xf, range=[0x00000000c70ed000-0x00000000c70fb000) (0MB)
    [ 0.000000] efi: mem31: type=10, attr=0xf, range=[0x00000000c70fb000-0x00000000c7132000) (0MB)
    [ 0.000000] efi: mem32: type=10, attr=0xf, range=[0x00000000c7132000-0x00000000c717b000) (0MB)
    [ 0.000000] efi: mem33: type=9, attr=0xf, range=[0x00000000c717b000-0x00000000c71bc000) (0MB)
    [ 0.000000] efi: mem34: type=9, attr=0xf, range=[0x00000000c71bc000-0x00000000c71db000) (0MB)
    [ 0.000000] efi: mem35: type=4, attr=0xf, range=[0x00000000c71db000-0x00000000c7c00000) (10MB)
    [ 0.000000] efi: mem36: type=7, attr=0xf, range=[0x0000000100000000-0x000000011f000000) (496MB)
    [ 0.000000] efi: mem37: type=11, attr=0x8000000000000001, range=[0x00000000fed80000-0x00000000fed81000) (0MB)
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: LENOVO 0622CTO/0622CTO, BIOS 8RET52WW (1.15 ) 11/15/2011
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x11f000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FF8000000 write-back
    [ 0.000000] 3 base 0FFF90000 mask FFFFF0000 uncachable
    [ 0.000000] 4 base 0FED80000 mask FFFFFF000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] TOM2: 000000011f000000 aka 4592M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xc7c00 max_arch_pfn = 0x400000000
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xc7bfffff]
    [ 0.000000] [mem 0x00000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xc7bfffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xc7bfffff @ [mem 0x1fffe000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11effffff]
    [ 0.000000] [mem 0x100000000-0x11effffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x11effffff @ [mem 0xc667d000-0xc667efff]
    [ 0.000000] RAMDISK: [mem 0x7fd22000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000c71da014 00024 (v04 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000c71da120 00074 (v01 LENOVO TP-8R 00000003 PTEC 00000002)
    [ 0.000000] ACPI: FACP 00000000c71c5000 000F4 (v04 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: DSDT 00000000c71c7000 112E1 (v01 LENOVO TP-8R 00001000 PTEC 00001150)
    [ 0.000000] ACPI: FACS 00000000c7166000 00040
    [ 0.000000] ACPI: SLIC 00000000c71d9000 00176 (v01 LENOVO TP-8R 00001150 PTEC 00000001)
    [ 0.000000] ACPI: HPET 00000000c71c4000 00038 (v01 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: APIC 00000000c71c3000 0005E (v02 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: MCFG 00000000c71c2000 0003C (v01 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000c71c1000 0003E (v01 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000c71c0000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: SSDT 00000000c71bf000 003DE (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: SSDT 00000000c71bd000 0168E (v02 AMD ALIB 00000001 MSFT 04000000)
    [ 0.000000] ACPI: UEFI 00000000c71bc000 0013E (v01 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11effffff]
    [ 0.000000] NODE_DATA [mem 0x11effb000-0x11effffff]
    [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011ac00000-ffff88011e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x11effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0008efff]
    [ 0.000000] node 0: [mem 0x00090000-0x0009ffff]
    [ 0.000000] node 0: [mem 0x00100000-0xc6ceafff]
    [ 0.000000] node 0: [mem 0xc71db000-0xc7bfffff]
    [ 0.000000] node 0: [mem 0x100000000-0x11effffff]
    [ 0.000000] On node 0 totalpages: 943775
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 68 pages reserved
    [ 0.000000] DMA zone: 3851 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12701 pages used for memmap
    [ 0.000000] DMA32 zone: 800115 pages, LIFO batch:31
    [ 0.000000] Normal zone: 1984 pages used for memmap
    [ 0.000000] Normal zone: 124992 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000008f000 - 0000000000090000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000c497c000 - 00000000c497d000
    [ 0.000000] PM: Registered nosave memory: 00000000c4987000 - 00000000c4988000
    [ 0.000000] PM: Registered nosave memory: 00000000c4988000 - 00000000c4989000
    [ 0.000000] PM: Registered nosave memory: 00000000c4996000 - 00000000c4997000
    [ 0.000000] PM: Registered nosave memory: 00000000c6ceb000 - 00000000c70fb000
    [ 0.000000] PM: Registered nosave memory: 00000000c70fb000 - 00000000c717b000
    [ 0.000000] PM: Registered nosave memory: 00000000c717b000 - 00000000c71db000
    [ 0.000000] PM: Registered nosave memory: 00000000c7c00000 - 00000000fed80000
    [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed81000
    [ 0.000000] PM: Registered nosave memory: 00000000fed81000 - 0000000100000000
    [ 0.000000] e820: [mem 0xc7c00000-0xfed7ffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011ec00000 s85184 r8192 d21312 u1048576
    [ 0.000000] pcpu-alloc: s85184 r8192 d21312 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 928958
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=UUID=705c0bb1-4be3-4d2f-b2a8-0bc04632d2ce ro rootfstype=ext4 add_efi_memmap initrd=\EFI\arch\initramfs-arch.img
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3590004k/4702208k available (4908k kernel code, 927108k absent, 185096k reserved, 4024k data, 820k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 15204352 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 1646.374 MHz processor
    [ 0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3294.94 BogoMIPS (lpj=5487913)
    [ 0.000012] pid_max: default: 32768 minimum: 301
    [ 0.000995] Security Framework initialized
    [ 0.001015] AppArmor: AppArmor disabled by boot time parameter
    [ 0.001526] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.004287] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.005535] Mount-cache hash table entries: 256
    [ 0.005955] Initializing cgroup subsys cpuacct
    [ 0.005965] Initializing cgroup subsys memory
    [ 0.005983] Initializing cgroup subsys devices
    [ 0.005986] Initializing cgroup subsys freezer
    [ 0.005990] Initializing cgroup subsys net_cls
    [ 0.005993] Initializing cgroup subsys blkio
    [ 0.006043] tseg: 00c7c00000
    [ 0.006047] CPU: Physical Processor ID: 0
    [ 0.006050] CPU: Processor Core ID: 0
    [ 0.006053] mce: CPU supports 6 MCE banks
    [ 0.006071] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
    tlb_flushall_shift: 5
    [ 0.006317] Freeing SMP alternatives: 20k freed
    [ 0.008436] ACPI: Core revision 20121018
    [ 0.026714] ftrace: allocating 19313 entries in 76 pages
    [ 0.045549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.078529] smpboot: CPU0: AMD E-450 APU with Radeon(tm) HD Graphics (fam: 14, model: 02, stepping: 00)
    [ 0.182028] Performance Events: AMD PMU driver.
    [ 0.182036] ... version: 0
    [ 0.182039] ... bit width: 48
    [ 0.182041] ... generic registers: 4
    [ 0.182044] ... value mask: 0000ffffffffffff
    [ 0.182046] ... max period: 00007fffffffffff
    [ 0.182048] ... fixed-purpose events: 0
    [ 0.182051] ... event mask: 000000000000000f
    [ 0.212213] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.218927] smpboot: Booting Node 0, Processors #1 OK
    [ 0.232175] Brought up 2 CPUs
    [ 0.232181] smpboot: Total of 2 processors activated (6588.89 BogoMIPS)
    [ 0.233342] devtmpfs: initialized
    [ 0.236293] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
    [ 0.236303] PM: Registering ACPI NVS region [mem 0xc70fb000-0xc717afff] (524288 bytes)
    [ 0.238085] RTC time: 17:17:03, date: 05/02/13
    [ 0.238192] NET: Registered protocol family 16
    [ 0.238681] ACPI: bus type pci registered
    [ 0.238911] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xf8000000-0xf9ffffff] (base 0xf8000000)
    [ 0.238917] PCI: not using MMCONFIG
    [ 0.238921] PCI: Using configuration type 1 for base access
    [ 0.238923] PCI: Using configuration type 1 for extended access
    [ 0.240283] bio: create slab <bio-0> at 0
    [ 0.240536] ACPI: Added _OSI(Module Device)
    [ 0.240540] ACPI: Added _OSI(Processor Device)
    [ 0.240544] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.240547] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.243444] ACPI: EC: Look up EC in DSDT
    [ 0.256898] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.262307] ACPI: Interpreter enabled
    [ 0.262322] ACPI: (supports S0 S3 S4 S5)
    [ 0.262362] ACPI: Using IOAPIC for interrupt routing
    [ 0.262668] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xf8000000-0xf9ffffff] (base 0xf8000000)
    [ 0.263205] PCI: MMCONFIG at [mem 0xf8000000-0xf9ffffff] reserved in ACPI motherboard resources
    [ 0.268402] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.275699] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.281748] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [ 0.282060] ACPI: No dock devices found.
    [ 0.282070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.283028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.283034] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.285271] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000ce000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000ce5ff])
    [ 0.285283] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge
    [ 0.285344] PCI host bridge to bus 0000:00
    [ 0.285350] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.285355] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.285359] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff]
    [ 0.285364] pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff]
    [ 0.285368] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff]
    [ 0.285371] pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff]
    [ 0.285375] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff]
    [ 0.285379] pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff]
    [ 0.285383] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff]
    [ 0.285387] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff]
    [ 0.285391] pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff]
    [ 0.285394] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff]
    [ 0.285398] pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff]
    [ 0.285402] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff]
    [ 0.285405] pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff]
    [ 0.285409] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff]
    [ 0.285413] pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff]
    [ 0.285417] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff]
    [ 0.285421] pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff]
    [ 0.285424] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff]
    [ 0.285428] pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff]
    [ 0.285432] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff]
    [ 0.285435] pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff]
    [ 0.285439] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff]
    [ 0.285443] pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff]
    [ 0.285447] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
    [ 0.285451] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffffffff]
    [ 0.285455] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.285458] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.285481] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
    [ 0.285543] pci 0000:00:01.0: [1002:9806] type 00 class 0x030000
    [ 0.285559] pci 0000:00:01.0: reg 10: [mem 0xe0000000-0xefffffff pref]
    [ 0.285570] pci 0000:00:01.0: reg 14: [io 0x4000-0x40ff]
    [ 0.285581] pci 0000:00:01.0: reg 18: [mem 0xf0300000-0xf033ffff]
    [ 0.285644] pci 0000:00:01.0: supports D1 D2
    [ 0.285671] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
    [ 0.285684] pci 0000:00:01.1: reg 10: [mem 0xf0344000-0xf0347fff]
    [ 0.285759] pci 0000:00:01.1: supports D1 D2
    [ 0.285841] pci 0000:00:05.0: [1022:1513] type 01 class 0x060400
    [ 0.285920] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.285953] pci 0000:00:06.0: [1022:1514] type 01 class 0x060400
    [ 0.286031] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    [ 0.286067] pci 0000:00:07.0: [1022:1515] type 01 class 0x060400
    [ 0.286146] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.286241] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [ 0.286268] pci 0000:00:11.0: reg 10: [io 0x4118-0x411f]
    [ 0.286283] pci 0000:00:11.0: reg 14: [io 0x4124-0x4127]
    [ 0.286297] pci 0000:00:11.0: reg 18: [io 0x4110-0x4117]
    [ 0.286312] pci 0000:00:11.0: reg 1c: [io 0x4120-0x4123]
    [ 0.286326] pci 0000:00:11.0: reg 20: [io 0x4100-0x410f]
    [ 0.286340] pci 0000:00:11.0: reg 24: [mem 0xf034a000-0xf034a3ff]
    [ 0.286422] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.286442] pci 0000:00:12.0: reg 10: [mem 0xf0349000-0xf0349fff]
    [ 0.286540] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.286567] pci 0000:00:12.2: reg 10: [mem 0xf034a500-0xf034a5ff]
    [ 0.286677] pci 0000:00:12.2: supports D1 D2
    [ 0.286681] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.286716] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.286735] pci 0000:00:13.0: reg 10: [mem 0xf0348000-0xf0348fff]
    [ 0.286833] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.286860] pci 0000:00:13.2: reg 10: [mem 0xf034a400-0xf034a4ff]
    [ 0.286971] pci 0000:00:13.2: supports D1 D2
    [ 0.286974] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.287009] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.287118] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.287148] pci 0000:00:14.2: reg 10: [mem 0xf0340000-0xf0343fff 64bit]
    [ 0.287237] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.287263] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.287368] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.287437] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    [ 0.287488] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    [ 0.287533] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    [ 0.287580] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    [ 0.287640] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    [ 0.287685] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    [ 0.287733] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    [ 0.287778] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    [ 0.287951] pci 0000:01:00.0: [10ec:8176] type 00 class 0x028000
    [ 0.287973] pci 0000:01:00.0: reg 10: [io 0x3000-0x30ff]
    [ 0.288008] pci 0000:01:00.0: reg 18: [mem 0xf0200000-0xf0203fff 64bit]
    [ 0.288111] pci 0000:01:00.0: supports D1 D2
    [ 0.288115] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.292364] pci 0000:00:05.0: PCI bridge to [bus 01]
    [ 0.292389] pci 0000:00:05.0: bridge window [io 0x3000-0x3fff]
    [ 0.292402] pci 0000:00:05.0: bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.292495] pci 0000:02:00.0: [1969:1083] type 00 class 0x020000
    [ 0.292527] pci 0000:02:00.0: reg 10: [mem 0xf0100000-0xf013ffff 64bit]
    [ 0.292543] pci 0000:02:00.0: reg 18: [io 0x2000-0x207f]
    [ 0.292662] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.299020] pci 0000:00:06.0: PCI bridge to [bus 02]
    [ 0.299046] pci 0000:00:06.0: bridge window [io 0x2000-0x2fff]
    [ 0.299058] pci 0000:00:06.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.299152] pci 0000:03:00.0: [10ec:5209] type 00 class 0xff0000
    [ 0.299178] pci 0000:03:00.0: reg 10: [mem 0xf0000000-0xf0000fff]
    [ 0.299250] pci 0000:03:00.0: reg 30: [mem 0xffff0000-0xffffffff pref]
    [ 0.299321] pci 0000:03:00.0: supports D1 D2
    [ 0.299325] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
    [ 0.305685] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.305714] pci 0000:00:07.0: bridge window [mem 0xf0000000-0xf00fffff]
    [ 0.305857] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
    [ 0.305872] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.305876] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c1fff] (subtractive decode)
    [ 0.305880] pci 0000:00:14.4: bridge window [mem 0x000c2000-0x000c3fff] (subtractive decode)
    [ 0.305884] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c5fff] (subtractive decode)
    [ 0.305888] pci 0000:00:14.4: bridge window [mem 0x000c6000-0x000c7fff] (subtractive decode)
    [ 0.305892] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000c9fff] (subtractive decode)
    [ 0.305910] pci 0000:00:14.4: bridge window [mem 0x000ca000-0x000cbfff] (subtractive decode)
    [ 0.305914] pci 0000:00:14.4: bridge window [mem 0x000cc000-0x000cdfff] (subtractive decode)
    [ 0.305917] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d1fff] (subtractive decode)
    [ 0.305921] pci 0000:00:14.4: bridge window [mem 0x000d2000-0x000d3fff] (subtractive decode)
    [ 0.305925] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d5fff] (subtractive decode)
    [ 0.305929] pci 0000:00:14.4: bridge window [mem 0x000d6000-0x000d7fff] (subtractive decode)
    [ 0.305932] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000d9fff] (subtractive decode)
    [ 0.305936] pci 0000:00:14.4: bridge window [mem 0x000da000-0x000dbfff] (subtractive decode)
    [ 0.305940] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000ddfff] (subtractive decode)
    [ 0.305943] pci 0000:00:14.4: bridge window [mem 0x000de000-0x000dffff] (subtractive decode)
    [ 0.305947] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e1fff] (subtractive decode)
    [ 0.305951] pci 0000:00:14.4: bridge window [mem 0x000e2000-0x000e3fff] (subtractive decode)
    [ 0.305955] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e5fff] (subtractive decode)
    [ 0.305958] pci 0000:00:14.4: bridge window [mem 0x000e6000-0x000e7fff] (subtractive decode)
    [ 0.305962] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000e9fff] (subtractive decode)
    [ 0.305966] pci 0000:00:14.4: bridge window [mem 0x000ea000-0x000ebfff] (subtractive decode)
    [ 0.305969] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000edfff] (subtractive decode)
    [ 0.305973] pci 0000:00:14.4: bridge window [mem 0x000ee000-0x000effff] (subtractive decode)
    [ 0.305977] pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    [ 0.305981] pci 0000:00:14.4: bridge window [mem 0xf8000000-0xffffffff] (subtractive decode)
    [ 0.305985] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.305988] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.306096] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
    [ 0.306220] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
    [ 0.306299] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
    [ 0.306459] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.306829] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.307240] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.309788] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0
    [ 0.309945] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0
    [ 0.310107] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0
    [ 0.310268] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0
    [ 0.310407] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0
    [ 0.310528] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0
    [ 0.310648] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0
    [ 0.310767] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0
    [ 0.311149] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.311166] vgaarb: loaded
    [ 0.311168] vgaarb: bridge control possible 0000:00:01.0
    [ 0.311270] PCI: Using ACPI for IRQ routing
    [ 0.312523] PCI: pci_cache_line_size set to 64 bytes
    [ 0.312656] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
    [ 0.312660] e820: reserve RAM buffer [mem 0xc497c018-0xc7ffffff]
    [ 0.312664] e820: reserve RAM buffer [mem 0xc4988018-0xc7ffffff]
    [ 0.312668] e820: reserve RAM buffer [mem 0xc6ceb000-0xc7ffffff]
    [ 0.312671] e820: reserve RAM buffer [mem 0xc7c00000-0xc7ffffff]
    [ 0.312674] e820: reserve RAM buffer [mem 0x11f000000-0x11fffffff]
    [ 0.312862] NetLabel: Initializing
    [ 0.312866] NetLabel: domain hash size = 128
    [ 0.312868] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.312891] NetLabel: unlabeled traffic allowed by default
    [ 0.312968] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.312977] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.314998] Switching to clocksource hpet
    [ 0.325255] pnp: PnP ACPI init
    [ 0.325290] ACPI: bus type pnp registered
    [ 0.325565] system 00:00: [io 0x0f50-0x0f51] has been reserved
    [ 0.325573] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.325578] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.325583] system 00:00: [mem 0xf8000000-0xf9ffffff] has been reserved
    [ 0.325593] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.326345] pnp 00:01: [dma 4]
    [ 0.326393] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.326516] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.326625] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.326682] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.326794] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.326920] pnp 00:06: Plug and Play ACPI device, IDs LEN0026 PNP0f13 (active)
    [ 0.327034] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.327040] system 00:07: [io 0x0530-0x0537] has been reserved
    [ 0.327049] system 00:07: [io 0x0800-0x0827] has been reserved
    [ 0.327054] system 00:07: [io 0x0830] has been reserved
    [ 0.327058] system 00:07: [io 0x0840-0x0847] has been reserved
    [ 0.327063] system 00:07: [io 0x0b00-0x0b1f] has been reserved
    [ 0.327067] system 00:07: [io 0x0b20-0x0b3f] has been reserved
    [ 0.327072] system 00:07: [io 0x0c00-0x0c01] has been reserved
    [ 0.327076] system 00:07: [io 0x0c14] has been reserved
    [ 0.327080] system 00:07: [io 0x0c50-0x0c52] has been reserved
    [ 0.327085] system 00:07: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.327089] system 00:07: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.327093] system 00:07: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.327098] system 00:07: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.327102] system 00:07: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.327107] system 00:07: [io 0x0cf9] could not be reserved
    [ 0.327112] system 00:07: [io 0x8100-0x81ff window] has been reserved
    [ 0.327116] system 00:07: [io 0x8200-0x82ff window] has been reserved
    [ 0.327123] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.327309] pnp 00:08: [Firmware Bug]: [mem 0x00000000-0xffffffffffffffff disabled] covers only part of AMD MMCONFIG area [mem 0xf8000000-0xf9ffffff]; adding more reservations
    [ 0.327359] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.327365] system 00:08: [mem 0xffe00000-0xffffffff] has been reserved
    [ 0.327370] system 00:08: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.327374] system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.327379] system 00:08: [mem 0xfed61000-0xfed613ff] has been reserved
    [ 0.327384] system 00:08: [mem 0xfed80000-0xfed80fff] has been reserved
    [ 0.327390] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.327868] pnp: PnP ACPI: found 9 devices
    [ 0.327878] ACPI: ACPI bus type pnp unregistered
    [ 0.340127] pci 0000:03:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
    [ 0.340176] pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.340183] pci 0000:00:07.0: bridge window [mem 0x00100000-0x001fffff pref] to [bus 03] add_size 200000
    [ 0.340247] pci 0000:00:07.0: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
    [ 0.340251] pci 0000:00:07.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.340269] pci 0000:00:07.0: BAR 15: assigned [mem 0xf0400000-0xf06fffff pref]
    [ 0.340278] pci 0000:00:07.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.340284] pci 0000:00:05.0: PCI bridge to [bus 01]
    [ 0.340290] pci 0000:00:05.0: bridge window [io 0x3000-0x3fff]
    [ 0.340298] pci 0000:00:05.0: bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.340308] pci 0000:00:06.0: PCI bridge to [bus 02]
    [ 0.340313] pci 0000:00:06.0: bridge window [io 0x2000-0x2fff]
    [ 0.340319] pci 0000:00:06.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.340331] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0400000-0xf040ffff pref]
    [ 0.340336] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.340341] pci 0000:00:07.0: bridge window [io 0x1000-0x1fff]
    [ 0.340347] pci 0000:00:07.0: bridge window [mem 0xf0000000-0xf00fffff]
    [ 0.340353] pci 0000:00:07.0: bridge window [mem 0xf0400000-0xf06fffff pref]
    [ 0.340361] pci 0000:00:14.4: PCI bridge to [bus 04]
    [ 0.340489] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff]
    [ 0.340494] pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff]
    [ 0.340498] pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff]
    [ 0.340502] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff]
    [ 0.340506] pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff]
    [ 0.340510] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff]
    [ 0.340514] pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff]
    [ 0.340518] pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff]
    [ 0.340522] pci_bus 0000:00: resource 12 [mem 0x000d0000-0x000d1fff]
    [ 0.340525] pci_bus 0000:00: resource 13 [mem 0x000d2000-0x000d3fff]
    [ 0.340529] pci_bus 0000:00: resource 14 [mem 0x000d4000-0x000d5fff]
    [ 0.340533] pci_bus 0000:00: resource 15 [mem 0x000d6000-0x000d7fff]
    [ 0.340537] pci_bus 0000:00: resource 16 [mem 0x000d8000-0x000d9fff]
    [ 0.340541] pci_bus 0000:00: resource 17 [mem 0x000da000-0x000dbfff]
    [ 0.340545] pci_bus 0000:00: resource 18 [mem 0x000dc000-0x000ddfff]
    [ 0.340549] pci_bus 0000:00: resource 19 [mem 0x000de000-0x000dffff]
    [ 0.340553] pci_bus 0000:00: resource 20 [mem 0x000e0000-0x000e1fff]
    [ 0.340556] pci_bus 0000:00: resource 21 [mem 0x000e2000-0x000e3fff]
    [ 0.340560] pci_bus 0000:00: resource 22 [mem 0x000e4000-0x000e5fff]
    [ 0.340564] pci_bus 0000:00: resource 23 [mem 0x000e6000-0x000e7fff]
    [ 0.340568] pci_bus 0000:00: resource 24 [mem 0x000e8000-0x000e9fff]
    [ 0.340572] pci_bus 0000:00: resource 25 [mem 0x000ea000-0x000ebfff]
    [ 0.340576] pci_bus 0000:00: resource 26 [mem 0x000ec000-0x000edfff]
    [ 0.340579] pci_bus 0000:00: resource 27 [mem 0x000ee000-0x000effff]
    [ 0.340583] pci_bus 0000:00: resource 28 [mem 0xe0000000-0xf7ffffff]
    [ 0.340587] pci_bus 0000:00: resource 29 [mem 0xf8000000-0xffffffff]
    [ 0.340591] pci_bus 0000:00: resource 30 [io 0x0000-0x0cf7]
    [ 0.340595] pci_bus 0000:00: resource 31 [io 0x0d00-0xffff]
    [ 0.340600] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.340603] pci_bus 0000:01: resource 1 [mem 0xf0200000-0xf02fffff]
    [ 0.340608] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.340612] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.340616] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.340620] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf00fffff]
    [ 0.340624] pci_bus 0000:03: resource 2 [mem 0xf0400000-0xf06fffff pref]
    [ 0.340628] pci_bus 0000:04: resource 4 [mem 0x000a0000-0x000bffff]
    [ 0.340632] pci_bus 0000:04: resource 5 [mem 0x000c0000-0x000c1fff]
    [ 0.340636] pci_bus 0000:04: resource 6 [mem 0x000c2000-0x000c3fff]
    [ 0.340640] pci_bus 0000:04: resource 7 [mem 0x000c4000-0x000c5fff]
    [ 0.340644] pci_bus 0000:04: resource 8 [mem 0x000c6000-0x000c7fff]
    [ 0.340647] pci_bus 0000:04: resource 9 [mem 0x000c8000-0x000c9fff]
    [ 0.340651] pci_bus 0000:04: resource 10 [mem 0x000ca000-0x000cbfff]
    [ 0.340655] pci_bus 0000:04: resource 11 [mem 0x000cc000-0x000cdfff]
    [ 0.340659] pci_bus 0000:04: resource 12 [mem 0x000d0000-0x000d1fff]
    [ 0.340663] pci_bus 0000:04: resource 13 [mem 0x000d2000-0x000d3fff]
    [ 0.340667] pci_bus 0000:04: resource 14 [mem 0x000d4000-0x000d5fff]
    [ 0.340671] pci_bus 0000:04: resource 15 [mem 0x000d6000-0x000d7fff]
    [ 0.340675] pci_bus 0000:04: resource 16 [mem 0x000d8000-0x000d9fff]
    [ 0.340679] pci_bus 0000:04: resource 17 [mem 0x000da000-0x000dbfff]
    [ 0.340682] pci_bus 0000:04: resource 18 [mem 0x000dc000-0x000ddfff]
    [ 0.340686] pci_bus 0000:04: resource 19 [mem 0x000de000-0x000dffff]
    [ 0.340690] pci_bus 0000:04: resource 20 [mem 0x000e0000-0x000e1fff]
    [ 0.340694] pci_bus 0000:04: resource 21 [mem 0x000e2000-0x000e3fff]
    [ 0.340698] pci_bus 0000:04: resource 22 [mem 0x000e4000-0x000e5fff]
    [ 0.340702] pci_bus 0000:04: resource 23 [mem 0x000e6000-0x000e7fff]
    [ 0.340706] pci_bus 0000:04: resource 24 [mem 0x000e8000-0x000e9fff]
    [ 0.340709] pci_bus 0000:04: resource 25 [mem 0x000ea000-0x000ebfff]
    [ 0.340713] pci_bus 0000:04: resource 26 [mem 0x000ec000-0x000edfff]
    [ 0.340717] pci_bus 0000:04: resource 27 [mem 0x000ee000-0x000effff]
    [ 0.340721] pci_bus 0000:04: resource 28 [mem 0xe0000000-0xf7ffffff]
    [ 0.340725] pci_bus 0000:04: resource 29 [mem 0xf8000000-0xffffffff]
    [ 0.340729] pci_bus 0000:04: resource 30 [io 0x0000-0x0cf7]
    [ 0.340733] pci_bus 0000:04: resource 31 [io 0x0d00-0xffff]
    [ 0.340810] NET: Registered protocol family 2
    [ 0.341100] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.341431] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.341722] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.341916] TCP: reno registered
    [ 0.341949] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.342001] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.342193] NET: Registered protocol family 1
    [ 0.342225] pci 0000:00:01.0: Boot video device
    [ 0.342550] PCI: CLS 32 bytes, default 64
    [ 0.342642] Unpacking initramfs...
    [ 0.454086] Freeing initrd memory: 2936k freed
    [ 0.455877] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.455887] software IO TLB [mem 0xbfd9c000-0xc3d9c000] (64MB) mapped at [ffff8800bfd9c000-ffff8800c3d9bfff]
    [ 0.456257] LVT offset 0 assigned for vector 0x400
    [ 0.456390] perf: AMD IBS detected (0x000000ff)
    [ 0.457023] audit: initializing netlink socket (disabled)
    [ 0.457058] type=2000 audit(1367515023.343:1): initialized
    [ 0.477321] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.481511] VFS: Disk quotas dquot_6.5.2
    [ 0.481685] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.482269] msgmni has been set to 7105
    [ 0.482923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.482987] io scheduler noop registered
    [ 0.482996] io scheduler deadline registered
    [ 0.483017] io scheduler cfq registered (default)
    [ 0.483269] pcieport 0000:00:05.0: irq 40 for MSI/MSI-X
    [ 0.483424] pcieport 0000:00:06.0: irq 41 for MSI/MSI-X
    [ 0.483556] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X
    [ 0.483717] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
    [ 0.483722] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.483729] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded
    [ 0.483754] pcieport 0000:00:06.0: Signaling PME through PCIe PME interrupt
    [ 0.483758] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.483764] pcie_pme 0000:00:06.0:pcie01: service driver pcie_pme loaded
    [ 0.483793] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
    [ 0.483797] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.483803] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
    [ 0.483997] efifb: probing for efifb
    [ 0.484235] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90002800000, using 1200k, total 1200k
    [ 0.484238] efifb: mode is 640x480x32, linelength=2560, pages=1
    [ 0.484240] efifb: scrolling: redraw
    [ 0.484244] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.486530] Console: switching to colour frame buffer device 80x30
    [ 0.488423] fb0: EFI VGA frame buffer device
    [ 0.488484] GHES: HEST is not enabled!
    [ 0.488752] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.490749] Linux agpgart interface v0.103
    [ 0.490899] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    [ 0.494570] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.496171] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.496234] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.496276] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.496319] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.496363] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.497022] mousedev: PS/2 mouse device common for all mice
    [ 0.497259] rtc_cmos 00:03: RTC can wake from S4
    [ 0.497471] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.497563] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    [ 0.497581] cpuidle: using governor ladder
    [ 0.497584] cpuidle: using governor menu
    [ 0.497588] EFI Variables Facility v0.08 2004-May-17
    [ 0.512391] drop_monitor: Initializing network drop monitor service
    [ 0.512521] TCP: cubic registered
    [ 0.512720] NET: Registered protocol family 10
    [ 0.513006] NET: Registered protocol family 17
    [ 0.513027] Key type dns_resolver registered
    [ 0.513939] PM: Hibernation image not present or could not be loaded.
    [ 0.513969] registered taskstats version 1
    [ 0.515088] Magic number: 13:664:288
    [ 0.515124] tty tty21: hash matches
    [ 0.515268] rtc_cmos 00:03: setting system clock to 2013-05-02 17:17:04 UTC (1367515024)
    [ 0.518037] Freeing unused kernel memory: 820k freed
    [ 0.518607] Write protecting the kernel read-only data: 8192k
    [ 0.526006] Freeing unused kernel memory: 1224k freed
    [ 0.529465] Freeing unused kernel memory: 440k freed
    [ 0.534462] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.548625] systemd-udevd[45]: starting version 202
    [ 0.618261] rtsx_pci 0000:03:00.0: irq 43 for MSI/MSI-X
    [ 0.618288] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 43
    [ 0.619180] SCSI subsystem initialized
    [ 0.623757] ACPI: bus type usb registered
    [ 0.623818] usbcore: registered new interface driver usbfs
    [ 0.623841] usbcore: registered new interface driver hub
    [ 0.625066] ACPI: bus type scsi registered
    [ 0.625871] libata version 3.00 loaded.
    [ 0.627327] ahci 0000:00:11.0: version 3.0
    [ 0.627570] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    [ 0.627577] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 0.629783] usbcore: registered new device driver usb
    [ 0.631205] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.631677] ehci-pci: EHCI PCI platform driver
    [ 0.631986] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.634915] scsi0 : ahci
    [ 0.635125] ata1: SATA max UDMA/133 abar m1024@0xf034a000 port 0xf034a100 irq 19
    [ 0.635422] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 0.635437] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 0.635455] QUIRK: Enable AMD PLL fix
    [ 0.635460] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.635525] ehci-pci 0000:00:12.2: debug port 1
    [ 0.635600] ehci-pci 0000:00:12.2: irq 17, io mem 0xf034a500
    [ 0.645627] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.645985] hub 1-0:1.0: USB hub found
    [ 0.646009] hub 1-0:1.0: 5 ports detected
    [ 0.646880] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 0.646895] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 0.646904] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.646922] ehci-pci 0000:00:13.2: debug port 1
    [ 0.646974] ehci-pci 0000:00:13.2: irq 17, io mem 0xf034a400
    [ 0.654704] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.655035] hub 2-0:1.0: USB hub found
    [ 0.655045] hub 2-0:1.0: 5 ports detected
    [ 0.655746] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.655762] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [ 0.655817] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf0349000
    [ 0.712885] hub 3-0:1.0: USB hub found
    [ 0.712902] hub 3-0:1.0: 5 ports detected
    [ 0.713277] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 0.713290] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
    [ 0.713329] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf0348000
    [ 0.769352] hub 4-0:1.0: USB hub found
    [ 0.769369] hub 4-0:1.0: 5 ports detected
    [ 0.961176] usb 2-5: new high-speed USB device number 2 using ehci-pci
    [ 1.120874] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.122846] ata1.00: ATA-8: HITACHI HTS543225A7A384, ESBZB70T, max UDMA/100
    [ 1.122861] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.124244] ata1.00: configured for UDMA/100
    [ 1.124806] scsi 0:0:0:0: Direct-Access ATA HITACHI HTS54322 ESBZ PQ: 0 ANSI: 5
    [ 1.128934] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 1.129045] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.129051] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.129095] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.178986] sda: sda1 sda2 sda3
    [ 1.180088] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.457081] tsc: Refined TSC clocksource calibration: 1646.493 MHz
    [ 1.457098] Switching to clocksource tsc
    [ 1.854652] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.509111] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.511410] systemd[1]: Set hostname to <chaucer>.
    [ 2.856431] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 2.856902] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.857036] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.857064] systemd[1]: Starting Remote File Systems.
    [ 2.857303] systemd[1]: Reached target Remote File Systems.
    [ 2.857326] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.857551] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.857572] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.857745] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.857765] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.857948] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.858006] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.858198] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.858268] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 2.858672] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 2.858696] systemd[1]: Starting Encrypted Volumes.
    [ 2.858838] systemd[1]: Reached target Encrypted Volumes.
    [ 2.859003] systemd[1]: Starting udev Kernel Socket.
    [ 2.859190] systemd[1]: Listening on udev Kernel Socket.
    [ 2.859298] systemd[1]: Starting udev Control Socket.
    [ 2.859485] systemd[1]: Listening on udev Control Socket.
    [ 2.859520] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.859622] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.859642] systemd[1]: Starting Paths.
    [ 2.859776] systemd[1]: Reached target Paths.
    [ 2.859806] systemd[1]: Starting Journal Socket.
    [ 2.860028] systemd[1]: Listening on Journal Socket.
    [ 2.860164] systemd[1]: Starting Create static device nodes in /dev...
    [ 2.872371] systemd[1]: Starting Setup Virtual Console...
    [ 2.917008] systemd[1]: Started Set Up Additional Binary Formats.
    [ 2.917066] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.931787] systemd[1]: Mounting Huge Pages File System...
    [ 2.950070] systemd[1]: Starting Apply Kernel Variables...
    [ 2.968344] systemd[1]: Starting Load Kernel Modules...
    [ 2.975400] systemd[1]: Starting udev Coldplug all Devices...
    [ 2.979091] systemd[1]: Mounting Debug File System...
    [ 2.984811] systemd[1]: Starting Journal Service...
    [ 2.999451] systemd[1]: Started Journal Service.
    [ 2.999544] systemd[1]: Starting Swap.
    [ 3.000507] systemd[1]: Reached target Swap.
    [ 3.000558] systemd[1]: Started File System Check on Root Device.
    [ 3.000584] systemd[1]: Mounting Temporary Directory...
    [ 3.034836] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.045381] systemd[1]: Expecting device dev-disk-by\x2duuid-56f25813\x2d76db\x2d4394\x2d983d\x2d33d9888c1fd9.device...
    [ 3.046458] systemd[1]: Expecting device dev-disk-by\x2duuid-C1D1\x2d1117.device...
    [ 3.434008] microcode: CPU0: patch_level=0x05000101
    [ 3.610071] microcode: CPU0: new patch_level=0x0500010d
    [ 3.610103] microcode: CPU1: patch_level=0x05000101
    [ 3.616198] microcode: CPU1: new patch_level=0x0500010d
    [ 3.616452] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 3.657634] systemd-udevd[103]: starting version 202
    [ 3.670223] EXT4-fs (sda2): re-mounted. Opts: data=ordered
    [ 3.996654] ACPI: acpi_idle registered with cpuidle
    [ 4.037883] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    [ 4.037898] ACPI: Power Button [PWRB]
    [ 4.038076] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
    [ 4.038082] ACPI: Sleep Button [SLPB]
    [ 4.038233] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    [ 4.038621] ACPI: Lid Switch [LID]
    [ 4.038719] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 4.038725] ACPI: Power Button [PWRF]
    [ 4.049877] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 4.063435] acpi device:33: registered as cooling_device2
    [ 4.063503] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
    [ 4.063590] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
    [ 4.093102] ACPI: Battery Slot [BAT1] (battery present)
    [ 4.095625] ACPI: AC Adapter [ACAD] (on-line)
    [ 4.097347] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.097356] ACPI: Thermal Zone [THZ0] (51 C)
    [ 4.273879] wmi: Mapper loaded
    [ 4.327312] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
    [ 4.378499] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SMB_.SMB0 1 (20121018/utaddress-251)
    [ 4.378516] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 4.397056] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [ 4.397159] sp5100_tco: PCI Revision ID: 0x42
    [ 4.397279] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    [ 4.397340] sp5100_tco: Last reboot was not triggered by watchdog.
    [ 4.397466] sp5100_tco: initialized (0xffffc9000061cb00). heartbeat=60 sec (nowayout=0)
    [ 4.425604] Non-volatile memory driver v1.3
    [ 4.486947] [drm] Initialized drm 1.1.0 20060810
    [ 4.503674] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 4.508258] thinkpad_acpi: ThinkPad ACPI Extras v0.24
    [ 4.508266] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 4.508269] thinkpad_acpi: ThinkPad BIOS 8RET52WW (1.15 ), EC unknown
    [ 4.508272] thinkpad_acpi: Lenovo ThinkPad X130e, model 0622CTO
    [ 4.510104] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
    [ 4.533877] thinkpad_acpi: radio switch found; radios are enabled
    [ 4.533917] thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
    [ 4.533945] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 4.533948] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 4.551940] media: Linux media interface: v0.10
    [ 4.564625] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 4.564795] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 4.574326] Linux video capture interface: v2.00
    [ 4.576581] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
    [ 4.588661] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.715523] systemd-udevd[114]: renamed network interface eth0 to enp2s0
    [ 4.728894] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:01a6)
    [ 4.731129] input: Integrated Camera as /devices/pci0000:00/0000:00:13.2/usb2/2-5/2-5:1.0/input/input8
    [ 4.731323] usbcore: registered new interface driver uvcvideo
    [ 4.731326] USB Video Class driver (1.1.1)
    [ 4.804525] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
    [ 4.933696] [drm] radeon defaulting to kernel modesetting.
    [ 4.933704] [drm] radeon kernel modesetting enabled.
    [ 4.933766] checking generic (e0000000 12c000) vs hw (e0000000 10000000)
    [ 4.933769] fb: conflicting fb hw usage radeondrmfb vs EFI VGA - removing generic driver
    [ 4.933802] Console: switching to colour dummy device 80x25
    [ 4.935213] [drm] initializing kernel modesetting (PALM 0x1002:0x9806 0x17AA:0x21EC).
    [ 4.935319] [drm] register mmio base: 0xF0300000
    [ 4.935322] [drm] register mmio size: 262144
    [ 4.935430] ATOM BIOS: Lenovo
    [ 4.935482] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
    [ 4.935488] radeon 0000:00:01.0: GTT: 512M 0x0000000018000000 - 0x0000000037FFFFFF
    [ 4.935705] [drm] Detected VRAM RAM=384M, BAR=256M
    [ 4.935713] [drm] RAM width 32bits DDR
    [ 4.935882] [TTM] Zone kernel: Available graphics memory: 1820178 kiB
    [ 4.935890] [TTM] Initializing pool allocator
    [ 4.935900] [TTM] Initializing DMA pool allocator
    [ 4.935951] [drm] radeon: 384M of VRAM memory ready
    [ 4.935955] [drm] radeon: 512M of GTT memory ready.
    [ 4.935996] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 4.935998] [drm] Driver supports precise vblank timestamp query.
    [ 4.936062] radeon 0000:00:01.0: irq 44 for MSI/MSI-X
    [ 4.936080] radeon 0000:00:01.0: radeon: using MSI.
    [ 4.936121] [drm] radeon: irq initialized.
    [ 4.936131] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 4.938135] [drm] Loading PALM Microcode
    [ 5.009167] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 5.009484] radeon 0000:00:01.0: WB enabled
    [ 5.009492] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xffff88011842fc00
    [ 5.009497] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 0xffff88011842fc0c
    [ 5.012760] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [ 5.013171] rtlwifi: wireless switch is on
    [ 5.027372] [drm] ring test on 0 succeeded in 1 usecs
    [ 5.027440] [drm] ring test on 3 succeeded in 1 usecs
    [ 5.028555] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 5.028591] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 5.029053] [drm] Radeon Display Connectors
    [ 5.029057] [drm] Connector 0:
    [ 5.029060] [drm] VGA-1
    [ 5.029064] [drm] DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
    [ 5.029066] [drm] Encoders:
    [ 5.029068] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 5.029168] BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
    [ 5.029187] IP: [<ffffffffa055feb8>] radeon_atombios_get_power_modes+0x748/0x7f0 [radeon]
    [ 5.029257] PGD 118758067 PUD 118026067 PMD 0
    [ 5.029266] Oops: 0002 [#1] PREEMPT SMP
    [ 5.029274] Modules linked in: arc4 radeon(+) ttm drm_kms_helper snd_hwdep snd_pcm rtl8192ce rtlwifi uvcvideo rtl8192c_common mac80211 kvm videobuf2_vmalloc videobuf2_memops videobuf2_core videodev cfg80211 media thinkpad_acpi pcspkr drm psmouse serio_raw evdev snd_page_alloc nvram k10temp sp5100_tco i2c_piix4 snd_timer rfkill snd atl1c wmi i2c_algo_bit soundcore i2c_core rtsx_pci_ms memstick video ac battery thermal button processor microcode ext4 crc16 jbd2 mbcache sd_mod rtsx_pci_sdmmc mmc_core ohci_hcd ehci_pci ehci_hcd ahci libahci usbcore usb_common libata rtsx_pci scsi_mod
    [ 5.029371] CPU 1
    [ 5.029379] Pid: 116, comm: systemd-udevd Not tainted 3.8.10-1-ARCH #1 LENOVO 0622CTO/0622CTO
    [ 5.029388] RIP: 0010:[<ffffffffa055feb8>] [<ffffffffa055feb8>] radeon_atombios_get_power_modes+0x748/0x7f0 [radeon]
    [ 5.029428] RSP: 0018:ffff8801187afa98 EFLAGS: 00010246
    [ 5.029434] RAX: 0000000000000010 RBX: ffff880118b5b122 RCX: 0000000000000000
    [ 5.029441] RDX: 000000000000b122 RSI: ffff880118b5b122 RDI: 0000000000000000
    [ 5.029447] RBP: ffff8801187afb00 R08: ffff8801187afad3 R09: 0000000000000010
    [ 5.029454] R10: ffff880118b50000 R11: 000000000000abd4 R12: 0000000000000000
    [ 5.029460] R13: ffff880118004000 R14: 0000000000000000 R15: ffff880118b5b122
    [ 5.029468] FS: 00007f642d034780(0000) GS:ffff88011ed00000(0000) knlGS:0000000000000000
    [ 5.029476] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [ 5.029481] CR2: 0000000000000010 CR3: 0000000118151000 CR4: 00000000000007e0
    [ 5.029488] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    [ 5.029495] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    [ 5.029502] Process systemd-udevd (pid: 116, threadinfo ffff8801187ae000, task ffff8801187e0860)
    [ 5.029509] Stack:
    [ 5.029513] 0400080000000000 0000000004000800 ffff880118b5b122 ffff880118004000
    [ 5.029525] ffff880118b5b122 0000000000000202 0000000080000000 b122b12201060106
    [ 5.029535] ffff8801183fcc58 ffff880118004000 ffff8801183fc800 0000000000000000
    [ 5.029546] Call Trace:
    [ 5.029589] [<ffffffffa05b2507>] radeon_pm_init+0x3a7/0x580 [radeon]
    [ 5.029629] [<ffffffffa057edc7>] ? radeon_modeset_init+0x3e7/0xba0 [radeon]
    [ 5.029668] [<ffffffffa057ef08>] radeon_modeset_init+0x528/0xba0 [radeon]
    [ 5.029704] [<ffffffffa055b4d0>] radeon_driver_load_kms+0xf0/0x1a0 [radeon]
    [ 5.029722] [<ffffffffa02385d6>] drm_get_pci_dev+0x176/0x2b0 [drm]
    [ 5.029754] [<ffffffffa05411d3>] radeon_pci_probe+0xb3/0xe0 [radeon]
    [ 5.029767] [<ffffffff8129565e>] local_pci_probe+0x3e/0x70
    [ 5.029775] [<ffffffff81295851>] pci_device_probe+0x111/0x120
    [ 5.029785] [<ffffffff8134c6f7>] driver_probe_device+0x87/0x3a0
    [ 5.029793] [<ffffffff8134cae3>] __driver_attach+0x93/0xa0
    [ 5.029801] [<ffffffff8134ca50>] ? __device_attach+0x40/0x40
    [ 5.029809] [<ffffffff8134a6f3>] bus_for_each_dev+0x63/0xa0
    [ 5.029817] [<ffffffff8134c17e>] driver_attach+0x1e/0x20
    [ 5.029825] [<ffffffff8134bbfa>] bus_add_driver+0xda/0x2b0
    [ 5.029835] [<ffffffffa0453000>] ? 0xffffffffa0452fff
    [ 5.029843] [<ffffffff8134d171>] driver_register+0x71/0x150
    [ 5.029852] [<ffffffffa0453000>] ? 0xffffffffa0452fff
    [ 5.029860] [<ffffffff812954ed>] __pci_register_driver+0x4d/0x50
    [ 5.029875] [<ffffffffa023882a>] drm_pci_init+0x11a/0x130 [drm]
    [ 5.029884] [<ffffffffa0453000>] ? 0xffffffffa0452fff
    [ 5.029915] [<ffffffffa04530ec>] radeon_init+0xec/0xee [radeon]
    [ 5.029925] [<ffffffff8100210a>] do_one_initcall+0x10a/0x160
    [ 5.029935] [<ffffffff810bd8eb>] load_module+0x1a0b/0x20d0
    [ 5.029945] [<ffffffff81286580>] ? ddebug_proc_write+0xf0/0xf0
    [ 5.029954] [<ffffffff810be052>] sys_init_module+0xa2/0xf0
    [ 5.029965] [<ffffffff814c731d>] system_call_fastpath+0x1a/0x1f
    [ 5.029971] Code: 01 7e 08 48 8b 52 08 83 4a 24 01 48 83 c0 30 48 39 c8 75 df 49 63 85 d4 12 00 00 83 f8 ff 0f 85 18 fa ff ff 49 8b 85 b8 12 00 00 <c7> 00 00 00 00 00 49 8b 85 b8 12 00 00 41 c7 85 d4 12 00 00 00
    [ 5.030038] RIP [<ffffffffa055feb8>] radeon_atombios_get_power_modes+0x748/0x7f0 [radeon]
    [ 5.030074] RSP <ffff8801187afa98>
    [ 5.030079] CR2: 0000000000000010
    [ 5.030086] ---[ end trace 7e4aaae8a49d5edf ]---
    [ 5.040713] kvm: Nested Virtualization enabled
    [ 5.040733] kvm: Nested Paging enabled
    [ 5.072781] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 5.081901] systemd-udevd[114]: renamed network interface wlan0 to wlp1s0
    [ 5.517422] psmouse serio4: synaptics: Touchpad model: 1, fw: 8.0, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x123c00, board id: 1917, fw id: 864720
    [ 5.517469] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
    [ 5.556604] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input9
    [ 6.133474] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 6.618532] systemd-logind[170]: Watching system buttons on /dev/input/event4 (Power Button)
    [ 6.618862] systemd-logind[170]: Watching system buttons on /dev/input/event5 (Video Bus)
    [ 6.619295] systemd-logind[170]: Watching system buttons on /dev/input/event1 (Power Button)
    [ 6.619595] systemd-logind[170]: Watching system buttons on /dev/input/event3 (Lid Switch)
    [ 6.619900] systemd-logind[170]: Watching system buttons on /dev/input/event2 (Sleep Button)
    [ 6.620202] systemd-logind[170]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)
    [ 11.215950] psmouse serio5: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    [ 11.431730] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio4/serio5/input/input10
    Here is the output of dmesg a

    I have the exact same problem, I can only boot in UEFI with "nomodeset", but then the ati drivers won't work. All I could find on the internet talk about the "simple solution" of adding nomodeset, but what good is it, if my ati drivers then stop working.
    Now if only AMD would make good proprietary drivers
    cdonati wrote:I am using EFISTUB to boot, and I am able to add entries to efibootmgr only when using the older kernel. When using the newest kernel, I can see the entries using efibootmgr -v, but I cannot add new ones.
    This at least I can help with, this is most likely due to this bug: https://bugzilla.redhat.com/show_bug.cg … &id=947142
    With 3.9 it should work again.

  • (Solved) Having trouble installing vlc and openoffice

    I am having trouble installing both VLC and Openoffice.
    VLC
    I tried typing in:
    yaourt -S vlc
    At first, it finds the package, and the first time I did it, downloaded quite a bit of stuff, and then it failed after installing a rather large package and then says :
    error: failed retreiving file 'vlc-0.9.9a-6-i686.pkg.tar.bz' from archlinux.unix.heads.org : Not Found
    Any idea what may be causing this?
    OpenOffice
    I tried typing in:
    yaourt -S openoffice
    Then it said it could not find openoffice in my /etc/customizepkg.d and then asks me to change my PKGBUILD and I had no idea what to edit in it.
    Then, it tried to install it,  and it tells me svn is not found in AUR.
    What does this mean and how can I get openoffice?
    Last edited by iscalio (2009-07-09 08:26:02)

    You need to use the -y flag to update your local repository list.
    Ie pacman -Sy
    You can conveniently combine all of your tasks..
    pacman -Sy vlc openoffice-base
    Error retrieving a file means either
    A) The mirror you are using is updating itself and you were unlucky enough to sync right when it was doing so.. youll need to wait a little while and try -Sy again then..
    B) Related to A.. your database could be either older or newer than the mirror you are using. If you switched mirrors recently, this happens sometimes. Most mirrors update ~daily, but some update ~weekly. -Sy to sync.. you could try -Syy to force a full sync so that even lists of supposedly up-to-date repositories (core,extra,so forth) are synced (doing so is only good/useful if you have problems)..
    C) Your mirror is offline.. change it to another one in /etc/pacman.d/mirrorlist
    D) Your internet is not running / your DNS is not working properly.. try to ping a site you know is online to be sure. Google is always a good choice. ping www.google.com. You can ctrl+c to end it if it responds as expected. Fix your internet (see the wiki) and domain name server (/etc/resolv.conf and your router) if you have problems.
    You may or may not also wish to pacman -Scc in order to clean out your cache of saved packages in case there is a download problem.
    Your post gives the impression you don't understand pacman vs yaourt.. apologies if i'm wrong, but just in case:
    Pacman is used for official binary repository files. Yaourt can do pacman's job in addition to its own with the same syntax (imo it does a pretty slow and lousy job of such though), but it's real original function is primarily to install 3rd party / community packages that the Arch devs either can't or won't maintain (and most often, have not "ok"ed them as safe to install). You should look at yaourt in the wiki.. when it asks you to change the pkgbuild I imagine you mean when it says 'what do you want to edit it with?'.. which you dont need to edit it at all. The reason it asks you is because yaourt can install stuff from AUR, which like I said is 3rd party / community stuff that can contain something malicious (AUR is open to submissions, unlike the official repositories) and you are highly advised to look it over for something fishy before compiling and installing. FYI -- believe me, you don't want to compile openoffice without reaaally good reason on a really fast machine. It hurts. Your machine will be as usable as a doorstop for a very long time while it's doing it's business. Just save your time and patience, install the compiled binary via pacman instead.
    Please use the wiki, forum search functions, and man pages. Most of the Arch community is friendly and knowledgeable, but people get (rightly) irked when their work maintaining the aforementioned to answer queries like this one are ignored.
    Last edited by FrozenFox (2009-07-09 03:26:02)

  • [SOLVED] Synaptics touchpad problem eeepc 1000HE

    I installed Arch on my eeepc 1000HE yesterday and configured / used it happily for most of the day - but then it developed a touchpad problem which I'm struggling to fix.
    If you lift your finger from the touchpad the mouse cursors 'forgets' / 'resets' its position.
    eg When you put your finger back on the touchpad the cursor jumps to a different position. For one thing, this means you can't tap to click, because when you lift your finger to tap, the cursor jumps somewhere else (usually a slight move, but usually away from the item one wants to click).
    Also, when needing a few swipes (eg to move the cursor left to right across the screen), the cursor jumps away from its current position (to the left - sort of back to its original starting position) each time I lift my finger to make the extra swipe.
    The problem seems to have started when I had a tv plugged in via the vga and was managing screen switching with xrandr and the screen-switch function key (I'm trying to set up the eeepc as a mythtv frontend) but this could be coincidence.
    Some settings etc -
    Relevant parts of /var/log/Xorg.0.log seem to be -
    [    19.547] (**) Asus EeePC extra buttons: Applying InputClass "touchpad"
    [    19.547] (II) LoadModule: "synaptics"
    [    19.548] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    19.561] (II) Module synaptics: vendor="X.Org Foundation"
    [    19.561]     compiled for 1.10.0, module version = 1.4.0
    [    19.561]     Module class: X.Org XInput Driver
    [    19.561]     ABI class: X.Org XInput driver, version 12.2
    [    19.561] (II) Using input driver 'synaptics' for 'Asus EeePC extra buttons'
    [    19.561] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    19.561] (**) Asus EeePC extra buttons: always reports core events
    [    19.561] (**) Option "Device" "/dev/input/event8"
    [    19.713] (--) Asus EeePC extra buttons: invalid x-axis range.  defaulting to 1615 - 5685
    [    19.713] (--) Asus EeePC extra buttons: invalid y-axis range.  defaulting to 1729 - 4171
    [    19.713] (--) Asus EeePC extra buttons: invalid pressure range.  defaulting to 0 - 256
    [    19.713] (--) Asus EeePC extra buttons: invalid finger width range.  defaulting to 0 - 16
    [    19.714] (**) Option "EmulateTwoFingerMinZ" "0"
    [    19.714] (**) Option "VertEdgeScroll" "on"
    [    19.714] (**) Option "HorizEdgeScroll" "on"
    [    19.714] (**) Option "VertTwoFingerScroll" "on"
    [    19.714] (**) Option "HorizTwoFingerScroll" "on"
    [    19.714] (**) Option "TapButton1" "1"
    [    19.714] (**) Option "TapButton2" "2"
    [    19.714] (**) Option "TapButton3" "3"
    [    19.714] (**) Option "CircularScrolling" "on"
    [    19.714] (**) Option "CircScrollTrigger" "2"
    [    19.820] (--) Asus EeePC extra buttons: no supported touchpad found
    [    19.820] (EE) Asus EeePC extra buttons Unable to query/initialize Synaptics hardware.
    [    19.886] (EE) PreInit returned 11 for "Asus EeePC extra buttons"
    [    19.887] (II) UnloadModule: "synaptics"
    [    19.887] (II) Unloading synaptics
    and
    [    19.964] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7)
    [    19.964] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev keyboard catchall"
    [    19.964] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
    [    19.964] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    19.965] (**) ETPS/2 Elantech Touchpad: always reports core events
    [    19.965] (**) ETPS/2 Elantech Touchpad: Device: "/dev/input/event7"
    [    19.980] (--) ETPS/2 Elantech Touchpad: Found 3 mouse buttons
    [    19.980] (--) ETPS/2 Elantech Touchpad: Found absolute axes
    [    19.980] (--) ETPS/2 Elantech Touchpad: Found x and y absolute axes
    [    19.980] (--) ETPS/2 Elantech Touchpad: Found absolute touchpad.
    [    19.980] (II) ETPS/2 Elantech Touchpad: Configuring as touchpad
    [    19.980] (**) ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
    [    19.980] (**) ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    19.980] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
    [    19.980] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    [    19.981] (II) ETPS/2 Elantech Touchpad: initialized for absolute axes.
    [    19.981] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [    19.981] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [    19.981] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [    19.981] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [    19.992] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [    19.992] (II) No input driver/identifier specified (ignoring)
    I have commented out the touchpad section in /etc/X11/xorg.conf.d/10-evdev.conf  (un-commenting made no difference) -
    #Section "InputClass"
    #        Identifier "evdev touchpad catchall"
    #        MatchIsTouchpad "on"
    #        MatchDevicePath "/dev/input/event*"
    #        Driver "evdev"
    #EndSection
    /etc/X11/xorg.conf.d/10-synaptics.conf looks like this -
    Section "InputClass"
          Identifier "touchpad"
          Driver "synaptics"
          MatchIsTouchpad "on"
                 Option "TapButton1" "1"
                 Option "TapButton2" "2"
                 Option "TapButton3" "3"
                 Option "VertEdgeScroll" "on"
                 Option "VertTwoFingerScroll" "on"
                 Option "HorizEdgeScroll" "on"
                 Option "HorizTwoFingerScroll" "on"
                 Option "CircularScrolling" "on"
                 Option "CircScrollTrigger" "2"
                 Option "EmulateTwoFingerMinZ" "0"
    EndSection
    I thought the issue might be related to this https://bugs.archlinux.org/task/20830 , but adding MatchDevicePath "/dev/input/event*" to /etc/X11/xorg.conf.d/10-synaptics.conf didn't make a difference.
    My Daemons array looks like this -
    DAEMONS=(syslog-ng dbus !network wicd netfs crond lircd samba alsa !hal sshd gdm)
    Removing the ! before hal made no difference.
    I am using gnome. Changing the settings in  the /desktop/gnome/peripherals/touchpad/ folder with gconf-editor makes no difference to the problem.
    I am using kernel 2.6.38-ARCH. Using the fallback kernel didn't help.
    Any help would be much appreciated.
    Thanks
    Last edited by belbo (2011-04-26 12:58:17)

    Update. After some more searching the forum I thought downgrading udev may help. Since I had a fresh install I needed to install the AUR downgrade package. I did a yaourt -Suy before doing so which, amongst other things, installed a new kernel (4-1) and upgraded yajl. When I tried yaourt -S downgrade I got an error re yajl - error while loading shared libraries libyajl.so.1, canot open shared object file, no such file or directory, and then "error: target not found: dowgrade".
    Any help really appreciated.

  • [SOLVED] synaptics no tap click.

    I cannot get tapping to work on my touchpad, at least at each restart of X, tapping is lost until I launch gsynaptics and check the box again It become unchecked when I logout.
    I tried to use the stock synaptics hal fdi file, and looking at Xorg.0.log:
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event8"
    (II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
    (II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
    (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
    (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
    (II) ETPS/2 Elantech Touchpad: buttons: left right double triple
    (**) Option "SHMConfig" "true"
    (**) Option "VertEdgeScroll" "true"
    (**) Option "HorizEdgeScroll" "true"
    (**) Option "VertTwoFingerScroll" "true"
    (**) Option "HorizTwoFingerScroll" "true"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) ETPS/2 Elantech Touchpad: touchpad found
    (**) ETPS/2 Elantech Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    (--) ETPS/2 Elantech Touchpad: touchpad found
    Suggests that it has taken effect and 1-3 fingers tapping SHOULD be enabled, but no. I still have to manually run gsynaptics and check that box on tapping.
    Any suggestions?
    Last edited by mathfeel (2010-05-13 21:24:06)

    You are using hal, and it is running, right?  I only ask because of the buzz over Xorg 1.8 and the impending demise of hal.
    In addition to kazuo's suggestion, you might also look at the appropriate section of the output of lshal  Here is the appropriate part of mine:
    udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input_0'
    info.capabilities = {'input', 'input.touchpad'} (string list)
    info.category = 'input' (string)
    info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    info.product = 'AlpsPS/2 ALPS GlidePoint' (string)
    info.subsystem = 'input' (string)
    info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input_0' (string)
    input.device = '/dev/input/event9' (string)
    input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    input.product = 'AlpsPS/2 ALPS GlidePoint' (string)
    input.x11_driver = 'synaptics' (string)
    input.x11_options.AccelFactor = '2' (string)
    input.x11_options.CircScrollTrigger = '3' (string)
    input.x11_options.CircularScrolling = 'true' (string)
    input.x11_options.LBCornerButton = '2' (string)
    input.x11_options.RBCornerButton = '3' (string)
    input.x11_options.SHMConfig = 'true' (string)
    input.x11_options.TapButton1 = '1' (string)
    input.x11_options.TapButton2 = '2' (string)
    input.x11_options.TapButton3 = '3' (string)
    linux.device_file = '/dev/input/event9' (string)
    linux.hotplug_type = 2 (0x2) (int)
    linux.subsystem = 'input' (string)
    linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input9/event9' (string)

  • [SOLVED] Having trouble making QT apps use GTK theme

    Hello everyone, I'm having trouble making QT apps use my GTK theme in openbox.
    Some apps seem to work just fine but others don't.
    ^Such as above, as you can see VLC is working, as is qtconfig, but k9copy and k3b are not.
    I've did the suggestions that are listed in the wiki. (http://tinyurl.com/ybhb7yr)
    And even rebooted after I did them, still no go.
    My .gtkrc-2.0 file simply contains:
    gtk-theme-name="Clearlooks_blackblue"
    gtk-icon-theme-name="Tango"
    Does anyone have any ideas why it's not working with k9copy and k3b/how to fix it?
    Thanks.
    Last edited by tgblb (2010-03-22 02:39:31)

    anonymous_user wrote:k9copy and k3b are KDE apps not Qt.
    Yes, but don't they use QT?
    And if not, what do they use? lol. And is there anyway to make them use my GTK theme?

  • [SOLVED] synaptics right-click

    How do I get synaptics right-click to work on my laptop?
    I added the following to xorg.conf:
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    Option "CorePointer"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizScrollDelta" "0"
    Option "TapButton2" "3"
    Option "TapButton3" "2"
    Option "SHMConfig" "true"
    EndSection
    Last edited by dabd (2010-06-22 10:09:20)

    I found that this settings are working for me:
    http://andreascarpino.it/2010/04/xorg-1 … iguration/
    I tried to remove the options one by one and the minimal xorg.conf that gets two-finger tap right-click is the one below.
    It seems like the "EmulateTwoFingerMinZ" is determinant; if I remove it, right-click doesn't work.
    Does anyone know why?
    So this is my xorg.conf:
    Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "EmulateTwoFingerMinZ" "0"
    EndSection
    I forgot to mention that xorg.conf.d/10-synaptics.conf contains this, and it looks like xorg.conf is read after this file.
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    Last edited by dabd (2010-07-06 09:29:24)

  • [SOLVED] synaptics touch pad

    so i got an EeePC 900A last night for my bday, aside from the problems i had getting started, trying out the factory install that didn't work at all, i'm loving. anyway, i got arch installed on it last night. and used the Xorg -config to generate a xorg.conf that worked flawless it seemed.
    the problem i had with the configuration, is everytime i'm moving the cursor and i run out of space on the touch pad, i life my finger, and put it back down, and the cursor location resets itself or something. so i tried taking the touch pad sections of the xorg configs posted on the wiki for the EeePC's and i'm still getting the same thing
    i'm guessing this is normal behaviour for it anyway? and i'm sure there's a setting to change that, i just don't know what it is
    Last edited by ssl6 (2009-10-17 16:21:16)

    if you mean xf86-video-intel, then yes, thats installed and working
    as for xf86-input-synaptics, no, i only installed synaptics which is what was said to install on the EEE 901. the 700 series EEE install guide listed the xf86 package, i figured that was older being as the article is for the 700's....was i wrong to assume that?
    edit// i installed the xf86 synaptics package, its working fine.
    Last edited by ssl6 (2009-10-17 16:12:08)

  • [Solved]Parted Troubles!

    I just cleared my macbook pro 5,2 hard drive using the command in (parted) mklabel msdos.
    I then proceeded to do an install with /arch/setup and try to do an auto install... I checked the output and am getting this:
    unrecognizable bootable flag - choose - or *
    sfdisk: bad input
    How can I just start fresh using parted and create a hard drive to single boot arch?
    Oh No! I ran cfdisk and it reads:
    FATAL ERROR: Bad primary partition 0: Partition ends in the final partial cylind
    Last edited by johan1391 (2011-06-25 00:27:57)

    Was able to solve it. I just made a new extended partition and a logical one within that and then used the automatic partition option in the setup. Could I have done without the logical part?

Maybe you are looking for

  • HT4539 Transferring Music from my IPad to my PC?

    I have recently purchased a CD from the IStore, using my IPad.  I want to transfer the CD to my PC, but having difficulty.  I assumed that my PC would have automatically identified or downloaded my new purchase from the IStore.  It seems to work the

  • Vendor Search Term Field

    Hi filks, I want to use second field of Search term in Vendor master General data, please provide me the field name. Intable only one field is available that is SORTL, while I want the field name for second field. Regards

  • Error 200288 and 200609

    I am attaching a simplified version of the code I am having trouble with. I am attempting to send an AO signal (1000 Hz) across three seperate channels on a USB 6229 board. I continue to get the error 200288 saying "attempted to write a sample beyond

  • E71 system error with meeting entry

    Hello everyone, I just bought my E71 and I have the following problem: when I try to add a meeting, after i do "done" it gives me:system error. when I try to insert a "to do" or memo, it works fine but when I write a meeting I have this error. I trie

  • I've done something strange to my iphone 5 camera

    I've done something to my camera on my iphone 5, the switch camera icon is now upside down and even though the image appears right side up when i take a pic it flips it vertically, i cant find any settings to adjust this, HELP PLEASE!!!!