[solved] new xorg not autodetecting touchpad

After I upgraded to to xorg server 1.6, my touchpad doesn't work.  Not sure what is going on.  There doesn't seem to be any errors in the log. The mouse that is detected is a usb one I found in a corner trying to figure this out.
Any ideas?
Thanks
My xorg.conf is:
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "bitmap"
Load "int10"
Load "vbe"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
Option "DRI" "true"
VendorName "Intel Corporation"
BoardName "Mobile Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "FramebufferCompression" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "MIT-SHM" "Yes"
EndSection
Xorg.0.log:
X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.29-ARCH i686
Current Operating System: Linux awalterslaptop 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
Build Date: 15 April 2009 11:09:10AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 16 11:59:03 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section. Using the first Screen section.
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/local/share/fonts" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/75dpi,
/usr/share/fonts/100dpi,
/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,
built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(**) Extension "MIT-SHM" is enabled
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x1a40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7
(--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xeff00000/524288, 0xd0000000/268435456, 0xefec0000/262144, I/O @ 0x0000eff8/8
(--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xeff80000/524288
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(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.6.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 2.3.2
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 5.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(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.6.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 5.0
(II) intel(0): Creating default Display subsection in Screen section
"Screen0" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "DRI" "true"
(**) intel(0): Option "FramebufferCompression" "true"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xEFF00000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using EXA for acceleration
(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) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "SEC", prod id 0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(II) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 7872 kB
(II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(0): found backlight control method /sys/class/backlight/acpi_video0
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): EDID vendor "SEC", prod id 0
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TV disconnected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Intel XvMC decoder disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(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.6.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 2.4.0
ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x80000203
(WW) intel(0): PIPEASTAT before: status:
(WW) intel(0): PIPEASTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000242
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS LBLC_EVENT_STATUS VBLANK_INT_STATUS
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0xc1710087 to 0xc1710088
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x6b405140 to 0x4e2d1dc8
(II) Loading sub module "dri"
(II) LoadModule: "dri"
(II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) intel(0): Kernel reported 810752 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 3243004 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xeff00000
(II) intel(0): [drm] ring buffer = 0xd0000000
(II) intel(0): [drm] mapped front buffer at 0xd1000000, handle = 0xd1000000
(II) intel(0): [drm] mapped back buffer at 0xd4000000, handle = 0xd4000000
(II) intel(0): [drm] mapped depth buffer at 0xd5000000, handle = 0xd5000000
(II) intel(0): [drm] mapped classic textures at 0xd6000000, handle = 0xd6000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 31457280 bytes
(II) EXA(0): Driver registered support for the following operations:
(II) Solid
(II) Copy
(II) Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x00000000cf820000 physical
(II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x00000000cfe20000 physical
(II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x00000000cfe21000 physical
(II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
(II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x00000000cfe33000 physical
(II) intel(0): 0x007bf000: end of stolen memory
(II) intel(0): 0x01000000-0x01ffffff: front buffer (10240 kB) X tiled
(II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB)
(II) intel(0): 0x04000000-0x04ffffff: back buffer (10240 kB) X tiled
(II) intel(0): 0x05000000-0x05ffffff: depth buffer (10240 kB) X tiled
(II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000: end of aperture
(WW) intel(0): ESR is 0x00000001, instruction error
(WW) intel(0): PRB0_CTL (0x0001f001) indicates ring buffer enabled
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is off
(II) intel(0): Display plane A is now disabled and connected to pipe A.
(II) intel(0): Pipe B is on
(II) intel(0): Display plane B is now enabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe none
(II) intel(0): Output LVDS is connected to pipe B
(II) intel(0): Output TV is connected to pipe none
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(**) Option "dpms" "true"
(**) intel(0): DPMS enabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(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) AIGLX: Screen 0 is not DRI2 capable
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 331 x 207
(II) config/hal: Adding input device HID 062a:0000
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 2.2.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(**) HID 062a:0000: always reports core events
(**) HID 062a:0000: Device: "/dev/input/event11"
(II) HID 062a:0000: Found 3 mouse buttons
(II) HID 062a:0000: Found x and y relative axes
(II) HID 062a:0000: Found scroll wheel(s)
(II) HID 062a:0000: Configuring as mouse
(**) HID 062a:0000: YAxisMapping: buttons 4 and 5
(**) HID 062a:0000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "HID 062a:0000" (type: MOUSE)
(**) HID 062a:0000: (accel) keeping acceleration scheme 1
(**) HID 062a:0000: (accel) filter chain progression: 2.00
(**) HID 062a:0000: (accel) filter stage 0: 20.00 ms
(**) HID 062a:0000: (accel) set acceleration profile 0
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event8"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event7"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) intel(0): EDID vendor "SEC", prod id 0
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.4 kHz)
(II) intel(0): EDID vendor "SEC", prod id 0
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x007bf000 (pgoffset 1983)
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
(II) intel(0): EDID vendor "SEC", prod id 0
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.4 kHz)
(II) intel(0): EDID vendor "SEC", prod id 0
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x007bf000 (pgoffset 1983)
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
exaCopyDirty: Pending damage region empty!
Last edited by amw2320 (2009-05-03 04:45:17)

I hope i won't say anything stupid here, but AFAIUnderstand Xorg has now an autodetect "feature" that fails more often than not, or configures mice with weird defaults.
Try to add this to your /etc/X11/xorg.conf:
Section "ServerFlags"
Option "AutoAddDevices" "false"
Option "DontZap" "false"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/misc/psaux"
Option "Protocol" "auto-dev"
# Option "LeftEdge" "1000"
# Option "RightEdge" "5400"
# Option "TopEdge" "1000"
# Option "BottomEdge" "4900"
# Option "PalmDetect" "0"
# Option "SHMConfig" "true"
# Option "RBCornerButton" "0"
# Option "RTCornerButton" "0"
Option "MinSpeed" "0.9"
Option "MaxSpeed" "1.4"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
# Option "VertEdgeScroll" "1"
# Option "HorizEdgeScroll" "1"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "2000"
# Option "MaxDoubleTapTime" "360"
# Option "SingleTapTimeout" "360"
# Option "EmulateMidButtonTime" "75"
# Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
EndSection
(the "DontZap" option is unrelated to your problem, it allows to kill X with ctrl-alt-backspace)
These touchpad settings are the ones I'm using on my EeePC900, you may want to tweak them. I left some commented options for reference.

Similar Messages

  • [Solved]error: 'xorg': not found in sync db

    I'm trying to install Gnome onto this computer of mine using the instructions http://wiki.archlinux.org/index.php/Des … e_X_server. But when I type "sudo pacman -S xorg" I get "error: 'xorg': not found in sync db".
    Last edited by jordanwb (2008-07-03 21:56:49)

    Solved. "sudo pacman -Syu"

  • [SOLVED] New XORG 1.10.*

    I know that there are many bug reports on the 1.10 update. It also appears to be an upstream issue.
    I use Arch for production work. And of course the issue is causing me some problems. I've reverted my workflow through a VM.
    I understand that all things take time. But I also know there are a lot of experienced Archers out there who have a "gut" feel for how long the fix will take to make it's way through the system.
    I am asking for those "gut" guesses on a time frame.....
    Thanks!
    Dave............
    Last edited by dcbdbis (2011-04-19 01:22:09)

    dcbdbis wrote:
    Thank you for the response.
    I am an independent developer. Production means I do my daily workflow on Arch. Sometimes that a CAD design using Windows in VMWare, other times it's ANSI C.....and it could be either platform as tht target.
    So for me....lesson learned.
    I've read enough grief about going back. May be safer for me to reinstall. I have solid backups. A reinstall would not cost me any data nor workflow. Just a little time to bring it back up to scratch....But then the catch-22....the errant portion of the X-org server sould come back with the first post-install 'pacman -Syu'.
    As a dev, you should have a backup and downgrading should not be an issue, no?
    Any "gut" guesses on a timeframe for a fix from upstream based upon personal experience? Their site (xorg) has plenty of issues on their reports too. So it's clearly not Arch specific.
    In that case, please ask on the X mailing lists. Any replies given here aren't worth the bits that were sent to the forum software....

  • [SOLVED] Blank screen starting new Xorg (ATI)

    Yes, it's another blank screen problem with xorg.  Sorry. 
    After months of sticking with an older Xorg (due to problems with my ATI Radeon X1550 card and the new Xorg w/ dual head), I decided to make a jump and update to the latest Xorg and ati drivers, foregoing dual screens.  I've read you can just start Xorg without a config, which I tried, but no luck.  I just get a blank screen.  I autogenerated a config file and still get a blank screen.  Either way there's no default X cursor or xterm anywhere. 
    I've tried adding the AllowEmptyInput flag as suggested in related threads, but that doesn't help.  My .conf file and log file are listed below.  If someone could give me some suggestions to solve this, I'd appreciate it.;
    My xorg.conf.new file:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    Option "AllowEmptyInput" "off"
    EndSection
    Section "Files"
    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 "glx"
    Load "extmod"
    Load "record"
    Load "dri2"
    Load "dbe"
    Load "dri"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    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 380 300 # mm
    Identifier "Monitor0"
    VendorName "ACR"
    ModelName "AL1916"
    HorizSync 31.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    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 "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 "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "RV505 [Radeon X1550 Series]"
    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
    My Xorg.0.log:
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux aina 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 11:20:32 UTC 2009 i686
    Build Date: 18 July 2009 08:27:13PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 27 18:18:46 2009
    (++) Using config file: "./xorg.conf.new"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "DontZap" "false"
    (**) Option "AllowEmptyInput" "off"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) 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,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x7a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 1002:7143:1043:01c6 ATI Technologies Inc RV505 [Radeon X1550 Series] rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    (--) PCI: (0:1:0:1) 1002:7163:1043:01c7 ATI Technologies Inc RV505 [Radeon X1550 Series] (Secondary) rev 0, Mem @ 0xf5010000/65536
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[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) "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) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) 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.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
    ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
    ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
    ATI Mobility RADEON M98, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
    ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
    ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD Graphics, ATI Radeon Graphics,
    ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
    ATI Radeon Graphics
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): TOTO SAYS 00000000f5000000
    (II) RADEON(0): MMIO registers at 0x00000000f5000000: 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.6.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.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)
    (--) RADEON(0): Chipset: "ATI Radeon X1550" (ChipID = 0x7143)
    (WW) RADEON(0): R500 support is under development. Please report any issues to [email protected]
    (--) RADEON(0): Linear framebuffer at 0x00000000e0000000
    (II) RADEON(0): PCIE card detected
    (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.6.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1043 SubsystemID: 0x01c6
    IOBaseAddress: 0xb000
    Filename: SV25429.bin
    BIOS Bootup Message:
    7143.9.13.1.29.AS01
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 550000
    (II) RADEON(0): Default Memory Clock: 400000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.30.0
    (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    (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=262144K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1600
    (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): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 550.000000, mclk: 400.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): Skipping Component Video
    encoder: 0x15
    encoder: 0x13
    encoder: 0x16
    (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
    XRANDR name: VGA-0
    Connector: VGA
    CRT1: INTERNAL_KLDSCP_DAC1
    DDC reg: 0x7e40
    (II) RADEON(0): Port1:
    XRANDR name: DVI-0
    Connector: DVI-I
    CRT2: INTERNAL_KLDSCP_DAC2
    DFP1: INTERNAL_KLDSCP_TMDS1
    DDC reg: 0x7e50
    (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    (II) RADEON(0): Manufacturer: ACR Model: 77c Serial#: 1764
    (II) RADEON(0): Year: 2006 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.287 greenY: 0.621
    (II) RADEON(0): blueX: 0.138 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: AL1916
    (II) RADEON(0): ACER
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0004727c07e4060000
    (II) RADEON(0): 0d1001030e261e782e6875a25a499f23
    (II) RADEON(0): 135054bfef00714f8180010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000fd00384b1f
    (II) RADEON(0): 510e000a202020202020000000fc0041
    (II) RADEON(0): 4c313931360a202020202020000000fe
    (II) RADEON(0): 00414345520a202020202020202000b1
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    (II) RADEON(0): Manufacturer: ACR Model: 77c Serial#: 1764
    (II) RADEON(0): Year: 2006 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.287 greenY: 0.621
    (II) RADEON(0): blueX: 0.138 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: AL1916
    (II) RADEON(0): ACER
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0004727c07e4060000
    (II) RADEON(0): 0d1001030e261e782e6875a25a499f23
    (II) RADEON(0): 135054bfef00714f8180010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000fd00384b1f
    (II) RADEON(0): 510e000a202020202020000000fc0041
    (II) RADEON(0): 4c313931360a202020202020000000fe
    (II) RADEON(0): 00414345520a202020202020202000b1
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    (II) RADEON(0): Output VGA-0 connected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output VGA-0 using initial mode 1280x1024
    after xf86InitialConfiguration
    (**) RADEON(0): Display dimensions: (380, 300) mm
    (**) RADEON(0): DPI set to (85, 108)
    (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.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) 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.6.2, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
    (!!) 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] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit e0000000 0 0
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x10000000
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Using 32 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 29 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1280) to (1280,1282)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6909
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x1b80000
    (II) RADEON(0): Will use depth buffer at offset 0x21c0000
    (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0xfff8000
    (II) RADEON(0): Will use 221184 kb for textures at offset 0x2800000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    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 = 0xe0000000
    (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
    (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf93c5000
    (II) RADEON(0): [pci] ring handle = 0xf93c5000
    (II) RADEON(0): [pci] Ring mapped at 0xa765d000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xf94c6000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb792c000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf94c7000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xa745d000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xf96c7000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xa57dd000
    (II) RADEON(0): [drm] register handle = 0x2ea00000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (==) 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 16
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): num quad-pipes is 1
    (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
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000
    (II) RADEON(0): Largest offscreen area available: 1280 x 6901
    (II) RADEON(0): Set up textured video
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Output CRT1 disable success
    Mode 1280x1024 - 1688 1066 5
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    freq: 108000000
    best_freq: 108000000
    best_feedback_div: 48
    best_ref_div: 2
    best_post_div: 6
    (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000
    (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output CRT1 enable success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (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 376 x 301
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/input/mice"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (**) 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
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device ImExPS/2 Logitech Explorer Mouse
    (**) ImExPS/2 Logitech Explorer Mouse: always reports core events
    (**) ImExPS/2 Logitech Explorer Mouse: Device: "/dev/input/event6"
    (II) ImExPS/2 Logitech Explorer Mouse: Found 5 mouse buttons
    (II) ImExPS/2 Logitech Explorer Mouse: Found x and y relative axes
    (II) ImExPS/2 Logitech Explorer Mouse: Found scroll wheel(s)
    (II) ImExPS/2 Logitech Explorer Mouse: Configuring as mouse
    (**) ImExPS/2 Logitech Explorer Mouse: YAxisMapping: buttons 4 and 5
    (**) ImExPS/2 Logitech Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImExPS/2 Logitech Explorer Mouse" (type: MOUSE)
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) keeping acceleration scheme 1
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) filter chain progression: 2.00
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) filter stage 0: 20.00 ms
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) AIGLX: Suspending AIGLX clients for VT switch
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): avivo_restore !
    Enable CRTC 0 success
    Unblank CRTC 0 success
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) ImExPS/2 Logitech Explorer Mouse: Close
    (II) UnloadModule: "evdev"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) UnloadModule: "kbd"
    (II) UnloadModule: "mouse"
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf802f000 at 0xb792d000
    (II) RADEON(0): [drm] Closed DRM master.
    Last edited by edenxavier (2009-07-28 22:33:44)

    Did like you said, however it didn't work.  It complained this time about not having the fbdev available.  It's not installed because I didn't think it was related.  Here's the new Xorg.log.0 file:
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux aina 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 11:20:32 UTC 2009 i686
    Build Date: 18 July 2009 08:27:13PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 27 23:20:52 2009
    (II) Loader magic: 0x7a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 1002:7143:1043:01c6 ATI Technologies Inc RV505 [Radeon X1550 Series] rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    (--) PCI: (0:1:0:1) 1002:7163:1043:01c7 ATI Technologies Inc RV505 [Radeon X1550 Series] (Secondary) rev 0, Mem @ 0xf5010000/65536
    (==) Using default built-in configuration (30 lines)
    (==) --- Start of built-in configuration ---
    Section "Device"
    Identifier "Builtin Default ati Device 0"
    Driver "ati"
    EndSection
    Section "Screen"
    Identifier "Builtin Default ati Screen 0"
    Device "Builtin Default ati Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default vesa Device 0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Builtin Default vesa Screen 0"
    Device "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default fbdev Device 0"
    Driver "fbdev"
    EndSection
    Section "Screen"
    Identifier "Builtin Default fbdev Screen 0"
    Device "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Builtin Default ati Screen 0"
    Screen "Builtin Default vesa Screen 0"
    Screen "Builtin Default fbdev Screen 0"
    EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default ati Screen 0" (0)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default ati Device 0"
    (==) No monitor specified for screen "Builtin Default ati Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default vesa Screen 0" (1)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (2)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) 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,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
    ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
    ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
    ATI Mobility RADEON M98, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
    ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
    ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD Graphics, ATI Radeon Graphics,
    ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
    ATI Radeon Graphics
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (WW) Falling back to old probe method for vesa
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): TOTO SAYS 00000000f5000000
    (II) RADEON(0): MMIO registers at 0x00000000f5000000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (II) RADEON(0): Creating default Display subsection in Screen section
    "Builtin Default ati Screen 0" for depth/fbbpp 24/32
    (==) 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.6.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.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)
    (--) RADEON(0): Chipset: "ATI Radeon X1550" (ChipID = 0x7143)
    (WW) RADEON(0): R500 support is under development. Please report any issues to [email protected]
    (--) RADEON(0): Linear framebuffer at 0x00000000e0000000
    (II) RADEON(0): PCIE card detected
    (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.6.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1043 SubsystemID: 0x01c6
    IOBaseAddress: 0xb000
    Filename: SV25429.bin
    BIOS Bootup Message:
    7143.9.13.1.29.AS01
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 550000
    (II) RADEON(0): Default Memory Clock: 400000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.30.0
    (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    (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=262144K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1600
    (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): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 550.000000, mclk: 400.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): Skipping Component Video
    encoder: 0x15
    encoder: 0x13
    encoder: 0x16
    (II) RADEON(0): Output VGA-0 has no monitor section
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
    XRANDR name: VGA-0
    Connector: VGA
    CRT1: INTERNAL_KLDSCP_DAC1
    DDC reg: 0x7e40
    (II) RADEON(0): Port1:
    XRANDR name: DVI-0
    Connector: DVI-I
    CRT2: INTERNAL_KLDSCP_DAC2
    DFP1: INTERNAL_KLDSCP_TMDS1
    DDC reg: 0x7e50
    (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Using EDID range info for horizontal sync
    (II) RADEON(0): Using EDID range info for vertical refresh
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    (II) RADEON(0): Manufacturer: ACR Model: 77c Serial#: 1764
    (II) RADEON(0): Year: 2006 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.287 greenY: 0.621
    (II) RADEON(0): blueX: 0.138 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: AL1916
    (II) RADEON(0): ACER
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0004727c07e4060000
    (II) RADEON(0): 0d1001030e261e782e6875a25a499f23
    (II) RADEON(0): 135054bfef00714f8180010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000fd00384b1f
    (II) RADEON(0): 510e000a202020202020000000fc0041
    (II) RADEON(0): 4c313931360a202020202020000000fe
    (II) RADEON(0): 00414345520a202020202020202000b1
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    (II) RADEON(0): Manufacturer: ACR Model: 77c Serial#: 1764
    (II) RADEON(0): Year: 2006 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.287 greenY: 0.621
    (II) RADEON(0): blueX: 0.138 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: AL1916
    (II) RADEON(0): ACER
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0004727c07e4060000
    (II) RADEON(0): 0d1001030e261e782e6875a25a499f23
    (II) RADEON(0): 135054bfef00714f8180010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000fd00384b1f
    (II) RADEON(0): 510e000a202020202020000000fc0041
    (II) RADEON(0): 4c313931360a202020202020000000fe
    (II) RADEON(0): 00414345520a202020202020202000b1
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    (II) RADEON(0): Output VGA-0 connected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output VGA-0 using initial mode 1280x1024
    after xf86InitialConfiguration
    (**) RADEON(0): Display dimensions: (380, 300) mm
    (**) RADEON(0): DPI set to (85, 108)
    (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.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) 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.6.2, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
    (!!) 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
    (II) UnloadModule: "vesa"
    (II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit e0000000 0 0
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x10000000
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Using 32 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 29 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1280) to (1280,1282)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6909
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x1b80000
    (II) RADEON(0): Will use depth buffer at offset 0x21c0000
    (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0xfff8000
    (II) RADEON(0): Will use 221184 kb for textures at offset 0x2800000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    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 = 0xe0000000
    (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
    (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf93e3000
    (II) RADEON(0): [pci] ring handle = 0xf93e3000
    (II) RADEON(0): [pci] Ring mapped at 0xb77ac000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xf94e4000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb799f000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf94e5000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xa74dc000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xf96e5000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xa585c000
    (II) RADEON(0): [drm] register handle = 0x2ea00000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (==) 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 16
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): num quad-pipes is 1
    (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
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (II) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000
    (II) RADEON(0): Largest offscreen area available: 1280 x 6901
    (II) RADEON(0): Set up textured video
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Output CRT1 disable success
    Mode 1280x1024 - 1688 1066 5
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    freq: 108000000
    best_freq: 108000000
    best_feedback_div: 48
    best_ref_div: 2
    best_post_div: 6
    (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000
    (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output CRT1 enable success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (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 376 x 301
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device ImExPS/2 Logitech Explorer Mouse
    (**) ImExPS/2 Logitech Explorer Mouse: always reports core events
    (**) ImExPS/2 Logitech Explorer Mouse: Device: "/dev/input/event6"
    (II) ImExPS/2 Logitech Explorer Mouse: Found 5 mouse buttons
    (II) ImExPS/2 Logitech Explorer Mouse: Found x and y relative axes
    (II) ImExPS/2 Logitech Explorer Mouse: Found scroll wheel(s)
    (II) ImExPS/2 Logitech Explorer Mouse: Configuring as mouse
    (**) ImExPS/2 Logitech Explorer Mouse: YAxisMapping: buttons 4 and 5
    (**) ImExPS/2 Logitech Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImExPS/2 Logitech Explorer Mouse" (type: MOUSE)
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) keeping acceleration scheme 1
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) filter chain progression: 2.00
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) filter stage 0: 20.00 ms
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) ImExPS/2 Logitech Explorer Mouse: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): avivo_restore !
    Enable CRTC 0 success
    Unblank CRTC 0 success
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf802f000 at 0xb79a0000
    (II) RADEON(0): [drm] Closed DRM master.
    Last edited by edenxavier (2009-07-28 03:31:10)

  • [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 have a macmini on order, I wonder if I can pair the wireless apple keyboard and magic touchpad without using any other input devices, especially, since everything is brand new and not yet paired.

    I have a macmini on order, I wonder if I can pair the wireless apple keyboard and magic touchpad without using any other input devices, especially, since everything is brand new and not yet paired.

    You may just want to save yourself any possible issues
    by just hooking up a wired keyboard and mouse on first
    start up.  Any USB keyboard and mouse should work.
    There have been many that have had problems on first boot
    using the Bluetooth devices. 

  • [SOLVED] Nvidia device setting in the new Xorg (w/ hotplug enabled)

    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G70 [GeForce Go 7800 GTX]"
    Option "NoLogo"
    Option "DPMS" "True"
    Option "RenderAccel" "True"
    Option "DPI" "96x96"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    Option "OnDemandVBlankInterrupts" "True"
    EndSection
    How/where do I set these when using the new xorg server with hotplug support?
    Last edited by keerthi (2008-12-01 16:24:34)

    mutlu_inek wrote:
    Nope. The nvidia module doesn't actually work. See the announcement on www.archlinux.org
    People should really subscribe to the RSS feed.
    People need to stop saying the nvidia module doesn't work.  It's the version supporting older cards that doesn't.  (nvidia-71xx is no longer supported)

  • [SOLVED, PARTIALLY] Xorg 1.5 leaves me with freezed and colored screen

    I was using xorg-server 1.4 with xf86-video-i810 and xf86-input-keyboard 1.3.1 and it was fine. Today, I upgrade my system and xf86-input-keyboard was upgrade to 1.3.2. With this upgrade, I was able to log into X but my keyboard was unusable. And since I do not have the old package of xf86-input-keyboard (version 1.3.1) in my hard disk, I am unable to go back.
    So, I tried to upgrade my system completely including xorg-server 1.4 to 1.5 and xf86-video-i810 to xf86-video-intel. Then I tried starting up X and it gives a colorful screen with vertical lines.
    Searched forum a bit and came to know that I can remove my xorg.conf since new xorg detects things on its own. Hence, I deleted xorg.conf and enabled hal in rc.conf. But this also gave me the same result.
    Thirdly, I tried removing xbindkeys since there was some mention that it creates problem when starting up with X, but to no avail.
    Finally, I tried using "hwd -u" and "hwd -xa" to get an xorg.conf as it was mentioned in some post. it too did not work.
    Can someone help me get out of this mess. I'm not able to post links to other posts or my xorg log since I'm on links to browse net and using it first time.
    Waiting for your help.[
    Last edited by ravisghosh (2009-02-27 00:23:15)

    After trying lot of things and not being able to get xorg-server 1.5 work with my system, the only way remaining was to build xf86-input-keyboard 1.3.1 using abs. Here is how I did it (will help those who does not know how to build using abs just as I did not know).
    copy the following files in a folder.
    /var/abs/extra/xf86-input-keyboard/PKGBUILD
    /var/abs/extra/xf86-input-keyboard/new-server.patch
    open PKGBUILD file using some editor, e.g. nano. and change the following lines to look like this
    pkgver=1.3.1
    pkgrel=1
    Note, the version and release has to be changed.
    Now run this command
    makepkg
    This will download a file and after a while you will get the following error:
    validating source files with md5sums
    xf86-input-keyboard-1.3.1.tar.gz FAILED
    Now run the following command
    md5sum -t xf86-input-keyboard-1.3.1.tar.gz
    THis will give a long series of letters and numbers. Note that down and again open PKGBUILD file. Go to the end of the file and you will find 2 similar series of numbers and letters. Replace the first series with the number you have noted down. Save the file and exit.
    Now again run
    makepkg
    This time, the process will continue and will not fail. You will get the installation file in the same directory, named like xf86-input-keyboard-1.3.1-1-i686.pkg.tar.gz.
    now, install this file
    pacman -U xf86-input-keyboard-1.3.1-1-i686.pkg.tar.gz
    Do the same for other files, i.e., xorg-server 1.4 and xf86-video-i810-1.7.4, etc., if you happen to not have them in your hard disk.

  • Iphone 4s coming friday, what is the best way to get the notes content from iphone 4 to 4s without doing a restore? i want the new phone to be totally new but not sure how to get notes content across.

    What is the best way to get the notes content from iphone 4 to 4s without doing a restore? i want the new phone to be totally new but not sure how to get notes content across. If I do a restore as I have when previously from one iphone to another it has shown (in settings, usage) the cumulative usage from previous phones so all the hours of calls on all previous iphones will be displayed even though its brand new. Anyone know how I can get my notes (from standard iphone notes app) to my new iphone 4s without restoring from previous iphone 4. Thanks for any help offered.

    First, if you haven't updated to iTunes 10.5, please update now as you will need it for the iPhone 4S and iOS 5.
    Once you're done installing iTunes 10.5, open it. Connect your iPhone to iTunes using the USB cable. Once your iPhone pops up right click on it. For example: an iPhone will appear and it will say "Ryan's iPhone."
    Right click on it and select "Backup" from the dropdown menu. It will start backing up. This should backup your notes.
    Please tell me if you have any problems with backing up.
    Once you backup and get your iPhone 4S, you must follow these steps. If you don't follow these steps, you will not be able to get your notes on your new iPhone 4S.
    Open up iTunes again then right click on your device (iPhone 4S). Once you do you will see a dropdown menu. It will say "Restore from Backup..." Select this and it'll ask for a backup, select it from the dropdown menu. For example "Ryan's iPhone - October 12, 2011." Pick that and it will restore to your backup. Do this when you get your iPhone 4S so you will not lose anything. Even though you're restoring, you're getting back, since you're getting the previous settings, notes, contacts, mail and other settings from your old iPhone. You'll still have Siri though! So, restore when you first get it. Also frequently backup your device, as it will be worth it. You can restore from a backup if something goes wrong or save your data for a future update.
    Once you do that, you should have your notes on your new iPhone 4S and iOS 5.
    Please tell me if you need any help.
    I hoped I answered your questions and solved your problem!

  • MY FIREFOX NEW TAB NOT WORKING NIETHER WITH + NOR WITH RIGHT CLICKING ON TAB OR DOUBLE CLICK ON TAB

    MY FIREFOX NEW TAB NOT WORKING NIETHER WITH + NOR WITH RIGHT CLICKING ON TAB OR DOUBLE CLICKING ON TAB

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Openchrome XORG not starting

    Hi guys.
    I'm having a problem with the openchrome driver. My VGA card is VIA P4M900. This is my xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    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 "record"
    Load "dri2"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    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 "PrintVGARegs" # [<bool>]
    #Option "PrintTVRegs" # [<bool>]
    #Option "I2CScan" # [<bool>]
    #Option "VBEModes" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "ExaNoComposite" # [<bool>]
    #Option "ExaScratchSize" # <i>
    #Option "SWCursor" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "RotationType" # [<str>]
    #Option "Rotate" # [<str>]
    #Option "VideoRAM" # <i>
    #Option "ActiveDevice" # [<str>]
    #Option "BusWidth" # [<str>]
    #Option "Center" # [<bool>]
    #Option "PanelSize" # [<str>]
    #Option "ForcePanel" # [<bool>]
    #Option "TVDotCrawl" # [<bool>]
    #Option "TVDeflicker" # <i>
    #Option "TVType" # [<str>]
    #Option "TVOutput" # [<str>]
    #Option "TVPort" # [<str>]
    #Option "DisableVQ" # [<bool>]
    #Option "DisableIRQ" # [<bool>]
    #Option "EnableAGPDMA" # [<bool>]
    #Option "NoAGPFor2D" # [<bool>]
    #Option "NoXVDMA" # [<bool>]
    #Option "VbeSaveRestore" # [<bool>]
    #Option "DisableXvBWCheck" # [<bool>]
    #Option "ModeSwitchMethod" # [<str>]
    #Option "MaxDRIMem" # <i>
    #Option "AGPMem" # <i>
    Identifier "Card0"
    Driver "openchrome"
    VendorName "VIA Technologies, Inc."
    BoardName "CN896/VN896/P4M900 [Chrome 9 HC]"
    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
    And that's my Xorg log:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH i686
    Current Operating System: Linux devious 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010 i686
    Kernel command line: root=/dev/disk/by-uuid/3d549c95-60e4-4dd0-8370-5775d93bf250 ro
    Build Date: 01 April 2010 05:35:33PM
    Current version of pixman: 0.18.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 25 12:27:51 2010
    (++) Using config file: "/root/xorg.conf.new"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/misc
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 1106:3371:1734:10cb VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] rev 1, Mem @ 0xa0000000/536870912, 0xc8000000/16777216
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (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. 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) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (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.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "openchrome"
    (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
    (II) Module openchrome: vendor="http://openchrome.org/"
    compiled for 1.7.5.901, module version = 0.2.904
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
    K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
    K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890, VX800/VX820,
    VX855/VX875
    (II) Primary Device is: PCI 01@00:00:0
    (!!) VIA Technologies does not support this driver in any way.
    (!!) For support, please refer to http://www.openchrome.org/.
    (!!) (development build, compiled on Sun Mar 7 00:50:58 2010)
    (II) CHROME(0): VIAPreInit
    (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.7.6, module version = 0.1.0
    ABI class: X.Org Video Driver, version 6.0
    (II) CHROME(0): VIAGetRec
    (==) CHROME(0): Depth 24, (--) framebuffer bpp 32
    (==) CHROME(0): RGB weight 888
    (==) CHROME(0): Default visual is TrueColor
    (--) CHROME(0): Chipset: P4M900/VN896/CN896
    (--) CHROME(0): Chipset revision: 0
    (--) CHROME(0): Probed amount of VideoRAM = 65536 kB
    (II) CHROME(0): VIASetupDefaultOptions - Setting up default chipset options.
    (==) CHROME(0): Shadow framebuffer is disabled.
    (==) CHROME(0): Hardware acceleration is enabled.
    (==) CHROME(0): Using XAA acceleration architecture.
    (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
    (==) CHROME(0): GPU virtual command queue will be enabled.
    (==) CHROME(0): DRI IRQ will be enabled if DRI is enabled.
    (==) CHROME(0): AGP DMA will be disabled if DRI is enabled.
    (==) CHROME(0): PCI DMA will not be used for XV image transfer if DRI is enabled.
    (==) CHROME(0): Will not enable VBE modes.
    (==) CHROME(0): VBE VGA register save & restore will not be used
    if VBE modes are enabled.
    (==) CHROME(0): Xv Bandwidth check is enabled.
    (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
    (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
    (==) CHROME(0): Digital output bus width is 12 bits.
    (==) CHROME(0): DVI Center is disabled.
    (==) CHROME(0): Panel size is not selected from config file.
    (==) CHROME(0): Panel will not be forced.
    (==) CHROME(0): TV dotCrawl is disabled.
    (==) CHROME(0): TV deflicker is set to 0.
    (==) CHROME(0): No default TV type is set.
    (==) CHROME(0): No default TV output signal type is set.
    (==) CHROME(0): No default TV output port is set.
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xc8000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xc8200000 with size 0x200000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) CHROME(0): Will not print VGA registers.
    (==) CHROME(0): Will not scan I2C buses.
    (II) CHROME(0): ...Finished parsing config file options.
    (--) CHROME(0): Detected Fujitsu/Siemens Amilo Pro V3515. Card-Ids (1734|10CB)
    (II) CHROME(0): Detected MemClk 7
    (II) CHROME(0): ViaGetMemoryBandwidth. Memory type: 7
    (II) CHROME(0): Detected TV standard: PAL.
    (==) CHROME(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) CHROME(0): ViaI2CInit
    (II) CHROME(0): ViaI2CBus1Init
    (II) CHROME(0): I2C bus "I2C bus 1" initialized.
    (II) CHROME(0): ViaI2cBus2Init
    (II) CHROME(0): I2C bus "I2C bus 2" initialized.
    (II) CHROME(0): ViaI2CBus3Init
    (II) CHROME(0): I2C bus "I2C bus 3" initialized.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
    (II) CHROME(0): ViaOutputsDetect
    (II) CHROME(0): Enabling panel from PCI-subsystem ID information.
    (II) CHROME(0): Will not try to detect TV encoder.
    (II) CHROME(0): ViaOutputsSelect
    (II) CHROME(0): ViaOutputsSelect: X Configuration: 0x00
    (II) CHROME(0): ViaOutputsSelect: BIOS Initialised register: 0x07
    (II) CHROME(0): ViaOutputsSelect: Panel.
    (II) CHROME(0): ViaPanelPreInit
    (II) CHROME(0): VIAGetPanelSizeFromDDCv1
    (II) CHROME(0): I2C device "I2C bus 2:ddc2" registered at address 0xA0.
    (II) CHROME(0): Manufacturer: CPT Model: 13b1 Serial#: 0
    (II) CHROME(0): Year: 2007 Week: 11
    (II) CHROME(0): EDID Version: 1.3
    (II) CHROME(0): Digital Display Input
    (II) CHROME(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) CHROME(0): Gamma: 2.20
    (II) CHROME(0): No DPMS capabilities specified
    (II) CHROME(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) CHROME(0): First detailed timing is preferred mode
    (II) CHROME(0): redX: 0.615 redY: 0.332 greenX: 0.315 greenY: 0.561
    (II) CHROME(0): blueX: 0.152 blueY: 0.127 whiteX: 0.315 whiteY: 0.329
    (II) CHROME(0): Manufacturer's mask: 0
    (II) CHROME(0): Supported detailed timing:
    (II) CHROME(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) CHROME(0): h_active: 1280 h_sync: 1304 h_sync_end 1336 h_blank_end 1408 h_border: 0
    (II) CHROME(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 813 v_border: 0
    (II) CHROME(0): Unknown vendor-specific block f
    (II) CHROME(0): CPT
    (II) CHROME(0): CLAA154WA05A
    (II) CHROME(0): EDID (in hex):
    (II) CHROME(0): 00ffffffffffff000e14b11300000000
    (II) CHROME(0): 0b110103802115780a8e2d9d55508f27
    (II) CHROME(0): 20505400000001010101010101010101
    (II) CHROME(0): 010101010101ea1a008050200d301820
    (II) CHROME(0): 13004bcf100000190000000f00202020
    (II) CHROME(0): 2020202020206e050f00000000fe0043
    (II) CHROME(0): 50540a202020202020202020000000fe
    (II) CHROME(0): 00434c414131353457413035412000bb
    (II) CHROME(0): EDID vendor "CPT", prod id 5041
    (II) CHROME(0): Printing DDC gathered Modelines:
    (II) CHROME(0): Modeline "1280x800"x0.0 68.90 1280 1304 1336 1408 800 801 804 813 -hsync -vsync (48.9 kHz)
    (II) CHROME(0): VIAGetPanelSizeFromEDID
    (II) CHROME(0): VIAGetPanelSizeFromDDCv1: (1280x800)
    (II) CHROME(0): ViaPanelLookUpModeIndex, Width 1280, Height 800, NativeModeIndex7
    (II) CHROME(0): ViaPanelGetNativeDisplayMode
    (II) CHROME(0): NativeModeIndex: 7
    (II) CHROME(0): ViaModesAttach
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.lo to 31.639999
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted VRefresh.hi to 60.266666
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.lo to 29.677456
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted VRefresh.lo to 59.713188
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted VRefresh.hi to 60.316540
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 53.692764
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted VRefresh.lo to 59.241707
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted VRefresh.lo to 50.646400
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 60.155556
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 64.146919
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted VRefresh.hi to 60.749973
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 65.279785
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 74.904167
    (II) CHROME(0): Monitor0: Using hsync range of 29.68-74.90 kHz
    (II) CHROME(0): Monitor0: Using vrefresh range of 50.65-60.75 Hz
    (II) CHROME(0): Estimated virtual size for aspect ratio 1.5714 is 1280x800
    (II) CHROME(0): Clock range: 20.00 to 230.00 MHz
    (II) CHROME(0): ViaValidMode: Validating 640x350 (Clock: 31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "640x350" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x400 (Clock: 31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "640x400" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 720x400 (Clock: 35500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "720x400" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 25175)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "640x480" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "640x480" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "640x480" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 50000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "800x600" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 49500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "800x600" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 56300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "800x600" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 44900)
    (II) CHROME(0): Not using default mode "1024x768" (interlace mode not supported)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 65000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 75000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 78750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 94500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1152x864" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1280x960" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1280x960" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1280x1024" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1280x1024" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1280x1024" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1600x1200" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1600x1200" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1600x1200" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1600x1200" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1600x1200" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1792x1344" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1792x1344" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1856x1392" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1856x1392" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 832x624 (Clock: 57284)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "832x624" (vrefresh out of range)
    (II) CHROME(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1400x1050" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1400x1050" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x800 (Clock: 68900)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 25312)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x480 (Clock: 26591)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x576 (Clock: 32663)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x480 (Clock: 40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 39822)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 848x480 (Clock: 33750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 856x480 (Clock: 31704)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x512 (Clock: 41164)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x576 (Clock: 46981)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x600 (Clock: 48960)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 65028)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (height too large for virtual size)
    (II) CHROME(0): ViaValidMode: Validating 1280x768 (Clock: 81135)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1280x720 (Clock: 74600)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1280x800 (Clock: 83500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1200x900" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "1280x960" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "1280x1024" (height too large for virtual size)
    (II) CHROME(0): Not using default mode "1360x768" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "1366x768" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "1400x1050" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "1440x900" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "1600x1200" (width too large for virtual size)
    (II) CHROME(0): Not using default mode "1920x1080" (width too large for virtual size)
    (II) CHROME(0): ViaValidMode: Validating 1280x800 (Clock: 68900)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1280x800 (Clock: 83500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1280x768 (Clock: 81135)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1280x720 (Clock: 74600)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 65028)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (Clock: 65000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x600 (Clock: 48960)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x576 (Clock: 46981)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x512 (Clock: 41164)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 39822)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (Clock: 36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x576 (Clock: 32663)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 856x480 (Clock: 31704)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 848x480 (Clock: 33750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x480 (Clock: 40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x480 (Clock: 26591)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 25312)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (Clock: 25175)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (--) CHROME(0): Virtual size is 1280x800 (pitch 1280)
    (**) CHROME(0): *Driver mode "1280x800": 68.9 MHz (scaled from -0.0 MHz), 48.9 kHz, 60.2 Hz
    (II) CHROME(0): Modeline "1280x800"x60.2 68.90 1280 1304 1336 1408 800 801 804 813 -hsync -vsync (48.9 kHz)
    (**) CHROME(0): *Default mode "1280x800": 83.5 MHz (scaled from -0.0 MHz), 49.7 kHz, 59.8 Hz
    (II) CHROME(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    (**) CHROME(0): *Default mode "1280x768": 81.1 MHz (scaled from 0.0 MHz), 48.1 kHz, 59.9 Hz
    (II) CHROME(0): Modeline "1280x768"x59.9 81.14 1280 1328 1440 1688 768 770 776 802 +hsync -vsync (48.1 kHz)
    (**) CHROME(0): *Default mode "1280x720": 74.6 MHz (scaled from 0.0 MHz), 44.2 kHz, 59.2 Hz
    (II) CHROME(0): Modeline "1280x720"x59.2 74.60 1280 1341 1474 1688 720 721 724 746 -hsync +vsync (44.2 kHz)
    (**) CHROME(0): *Default mode "1024x768": 65.0 MHz (scaled from -0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x768"x60.0 65.03 1024 1048 1184 1344 768 770 776 806 -hsync -vsync (48.4 kHz)
    (**) CHROME(0): *Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (**) CHROME(0): *Default mode "1024x600": 49.0 MHz (scaled from 0.0 MHz), 37.3 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x600"x60.0 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync (37.3 kHz)
    (**) CHROME(0): *Default mode "1024x576": 47.0 MHz (scaled from 0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x576"x60.0 46.98 1024 1064 1168 1312 576 576 579 597 -hsync +vsync (35.8 kHz)
    (**) CHROME(0): *Default mode "1024x512": 41.2 MHz (scaled from -0.0 MHz), 31.8 kHz, 59.8 Hz
    (II) CHROME(0): Modeline "1024x512"x59.8 41.16 1024 1056 1160 1296 512 512 515 531 -hsync +vsync (31.8 kHz)
    (**) CHROME(0): *Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (**) CHROME(0): *Default mode "800x600": 39.8 MHz (scaled from 0.0 MHz), 37.7 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "800x600"x60.0 39.82 800 840 968 1056 600 600 604 628 +hsync +vsync (37.7 kHz)
    (**) CHROME(0): *Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    (II) CHROME(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (**) CHROME(0): *Default mode "720x576": 32.7 MHz (scaled from 0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "720x576"x60.0 32.66 720 744 816 912 576 576 579 597 -hsync +vsync (35.8 kHz)
    (**) CHROME(0): *Default mode "856x480": 31.7 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "856x480"x60.0 31.70 856 872 960 1064 480 480 483 497 -hsync +vsync (29.8 kHz)
    (**) CHROME(0): *Default mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 485 493 517 +hsync +vsync (31.0 kHz)
    (**) CHROME(0): *Default mode "800x480": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "800x480"x60.3 40.00 800 832 960 1056 480 541 545 628 -hsync +vsync (37.9 kHz)
    (**) CHROME(0): *Default mode "720x480": 26.6 MHz (scaled from 0.0 MHz), 29.7 kHz, 59.7 Hz
    (II) CHROME(0): Modeline "720x480"x59.7 26.59 720 736 808 896 480 480 483 497 -hsync +vsync (29.7 kHz)
    (**) CHROME(0): *Default mode "640x480": 25.3 MHz (scaled from 0.0 MHz), 31.6 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "640x480"x60.3 25.31 640 656 752 800 480 489 491 525 -hsync -vsync (31.6 kHz)
    (**) CHROME(0): *Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
    (II) CHROME(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (**) CHROME(0): Display dimensions: (330, 210) mm
    (**) CHROME(0): DPI set to (98, 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.7.6, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (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.7.6, module version = 1.2.1
    ABI class: X.Org Video Driver, version 6.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) CHROME(0): VIAUnmapMem
    (--) Depth 24 pixmap format is 32 bpp
    (II) CHROME(0): VIAScreenInit
    (II) CHROME(0): VIAMapFB
    (--) CHROME(0): mapping framebuffer @ 0xa0000000 with size 0x4000000
    (--) CHROME(0): Frame buffer start: 0xaef0f000, free start: 0x3e8000 end: 0x4000000
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xc8000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xc8200000 with size 0x200000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) CHROME(0): VIASave
    (II) CHROME(0): Primary
    (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
    (II) CHROME(0): Crtc...
    (II) CHROME(0): TVSave...
    (II) CHROME(0): VIAWriteMode
    (II) CHROME(0): ViaModeSet
    (II) CHROME(0): Name: 1280x800
    (II) CHROME(0): Clock: 68900
    (II) CHROME(0): VRefresh: 60.190231
    (II) CHROME(0): HSync: 48.934658
    (II) CHROME(0): HDisplay: 1280
    (II) CHROME(0): HSyncStart: 1304
    (II) CHROME(0): HSyncEnd: 1336
    (II) CHROME(0): HTotal: 1408
    (II) CHROME(0): HSkew: 0
    (II) CHROME(0): VDisplay: 800
    (II) CHROME(0): VSyncStart: 801
    (II) CHROME(0): VSyncEnd: 804
    (II) CHROME(0): VTotal: 813
    (II) CHROME(0): VScan: 0
    (II) CHROME(0): Flags: 10
    (II) CHROME(0): CrtcHDisplay: 0x500
    (II) CHROME(0): CrtcHBlankStart: 0x500
    (II) CHROME(0): CrtcHSyncStart: 0x518
    (II) CHROME(0): CrtcHSyncEnd: 0x538
    (II) CHROME(0): CrtcHBlankEnd: 0x580
    (II) CHROME(0): CrtcHTotal: 0x580
    (II) CHROME(0): CrtcHSkew: 0x0
    (II) CHROME(0): CrtcVDisplay: 0x320
    (II) CHROME(0): CrtcVBlankStart: 0x320
    (II) CHROME(0): CrtcVSyncStart: 0x321
    (II) CHROME(0): CrtcVSyncEnd: 0x324
    (II) CHROME(0): CrtcVBlankEnd: 0x32d
    (II) CHROME(0): CrtcVTotal: 0x32d
    (II) CHROME(0): ViaModeSecondCRTC
    (II) CHROME(0): ViaPanelScale: 1280,800 -> 1280,800
    (II) CHROME(0): mode: 0x9aa7880
    (II) CHROME(0): mode->name: 0x9aaa180
    (II) CHROME(0): mode->name: 1280x800
    (II) CHROME(0): ViaSecondCRTCSetMode
    (II) CHROME(0): Setting up 1280x800
    (II) CHROME(0): ViaSetSecondaryFIFO
    (II) CHROME(0): ViaSetDotclock to 0x04d04d
    (II) CHROME(0): ViaSetUseExternalClock
    (II) CHROME(0): ViaSecondDisplayChannelEnable
    (II) CHROME(0): ViaDisplayDisableCRT
    (II) CHROME(0): ViaDisplayDisableSimultaneous
    (II) CHROME(0): VIAAdjustFrame 0x0
    (II) CHROME(0): VIAAdjustFrame 0x0
    (II) CHROME(0): - Blanked
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card15
    drmOpenByBusid: drmOpenMinor returns -1
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: node name is /dev/dri/card15
    (EE) [drm] drmOpen failed.
    (EE) CHROME(0): [dri] DRIScreenInit failed. Disabling DRI.
    (II) CHROME(0): - Visuals set up
    (II) CHROME(0): VIAInternalScreenInit
    (II) CHROME(0): - B & W
    (II) CHROME(0): CursorStart: 0x3fc0000
    (II) CHROME(0): Frame Buffer From (0,0) To (1280,3200)
    (II) CHROME(0): Using 2400 lines for offscreen memory.
    (II) CHROME(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    8x8 color pattern filled rectangles
    Solid Lines
    Dashed Lines
    Image Writes
    Setting up tile and stipple cache:
    32 128x128 slots
    17 256x256 slots
    5 512x512 slots
    32 8x8 color pattern slots
    (==) CHROME(0): Backing store disabled
    (II) CHROME(0): - Backing store set up
    (II) CHROME(0): - SW cursor set up
    (II) CHROME(0): VIAHWCursorInit
    (II) CHROME(0): HWCursor ARGB enabled
    (II) CHROME(0): - Def Color map set up
    (II) CHROME(0): VIALoadPalette: numColors: 256
    (II) CHROME(0): VIALoadRgbLut
    (II) CHROME(0): - Palette loaded
    (==) CHROME(0): DPMS enabled
    (II) CHROME(0): - DPMS set up
    (II) CHROME(0): - Color maps etc. set up
    (II) CHROME(0): direct rendering disabled
    (II) CHROME(0): Benchmarking video copy. Less time is better.
    (--) CHROME(0): Timed libc YUV420 copy... 10969560. Throughput: 100.7 MiB/s.
    (--) CHROME(0): Timed kernel YUV420 copy... 10966774. Throughput: 100.7 MiB/s.
    (--) CHROME(0): Timed SSE YUV420 copy... 5738964. Throughput: 192.5 MiB/s.
    (--) CHROME(0): Timed MMX YUV420 copy... 5738782. Throughput: 192.5 MiB/s.
    (--) CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU.
    (--) CHROME(0): Timed MMX2 YUV420 copy... 5738810. Throughput: 192.5 MiB/s.
    Freed 16389120 (pool 1)
    (--) CHROME(0): Using MMX YUV42X copy for video.
    (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset.
    (II) CHROME(0): - Done
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    X freezes with a black screen - nothing happens after that and I have to restart the notebook.
    How can I fix that?
    Best Regards
    Dev
    Last edited by DevonSix (2010-06-25 10:53:12)

    Mindstormscreator wrote:
    DSpider wrote:
    - catalyst 12.4 does not support xorg-server 1.12, please use [xorg111] repo.
    Did you see this?
    Your Xorg.0.log starts with:
    [ 56.971]
    X.Org X Server 1.12.2
    I have the latest catalyst (catalyst-hook 12.6) so it shouldn't be a problem... correct?
    DSpider wrote:Edit: Oh.
    Chipset: "AMD Radeon HD 6700M Series".
    Is there a compatibility problem with that or something?  Or are you just clarifying yourself?
    Gcool wrote:Are you running a system with "hybrid graphics" (intel + ATI)? If so, see if you have a bios option similar to what's documented here.
    Yes, I do have the hybrid graphics, however the only option I could find in the BIOS was "Fixed / Dynamic" graphics, which I changed to "Fixed".  Xorg still fails to start, and looking at the new Xorg.0.log still seems to indicate that it tried loading Intel graphics and failed.
    Maybe a BIOS upgrade would help?
    Or maybe I should just do a complete reinstall and make sure I set up all the configuration files right after installing catalyst-hook and before rebooting (before I had installed catalyst alone and had to remove it to install catalyst-hook, then rebooted, then set up config files...)
    ...yeah, I'm pretty much out of ideas.
    Hi,
    Fixed probably means that the system will only use Intel graphics and not the ATI card as needed by demanding graphics applications. To confirm this, on the console, run lspci and see which graphics card/chipset is listed. If only the intel card is listed, then you'll need to follow the Intel wiki entry to configure Xorg and the kernel to load the Intel graphics drivers.

  • WRT 110 - New Router not detected

    I am having problems with the setup wizard.  Im getting "New router not detected".  It's all setup correctly.  I've reset modem, router and rebooted 100 times atleast.  I can get on the internet when the modem is conected through the router.  Also, I cant get to the 192.168.1.1 router setup.  I have set up other linksys routers without problems.  We are on Time Warner cable internet.  Please help before I smash this thing.

    I have an older Linksys (twin antenas) product so bought this for my son in Ohio.  He tried to connect the router using his laptop and could not do it...after calling support (Punjab in India) they could not resolve the problem or begin to figure it out.  After watching a 6 year old on YouTube hook up a router, I figured it couldn't be that hard so I told him to send the WRT 110 to me along with his laptop. 
    After trying the install myself (using the supplied CD), I could not connect to the internet via the wired laptop-router-modem either.  So I figured the wireless device of the laptop may be interfering with the router.  So I went to Control Panel>>Network Connections>> and right clicked on "Wireless Connection" and clicked "DISABLE".  After that, the laptop DID connect to the internet via the ethernet cable. 
    When I tried to login to the new wireless network using another laptop, I could not connect after repeated attempts using the letter "O" and the number "0" of the WEP code generated by the CD install.  I finally COPIED and PASTED the WEP code to a Word document, saved to a stick, then transfered the doc to the wireless laptop.  After COPY and PASTE of the WEP code to the LOGIN >>>SUCCESS. 
    The wireless connection works fine two floors away from the router as does my old antenna router did, so the "range" problem reported by others is a mystery to me.  Don't know why the "support" couldn't have solved this problem....I'm not a real computer nerd, but can do "trial and error" fixes. 
    Bottom line: router works fine and is better looking than the "antenna" ones but who cares???  I go for the blinking lights anyway <g>

  • New Xorg bad

    It seems new xorg 7.3 is breaking my system here and there .
    1) My mouse has stopped working:http://bbs.archlinux.org/viewtopic.php?id=39494
    2) Java applications not working http://bbs.archlinux.org/viewtopic.php?id=39523
    This gives me a feeling that archlinux is sacrificing quality in the name of bleeding edge.:(

    brain0 wrote:For all of us who actually used it, it was fine. So, among the Arch devs, it was common knowledge that the new version is fine.
    First: thank you for your work as a developer. I really appreciate it.
    Second: The only issue I have encountered thus far after the Xorg upgrade is related to JAVA apps' assertion failures, and the posted workaround seems to be a viable [shot-term] solution until the offending JAVA apps are fixed.
    Now, to the meat: your post says that the new version of Xorg (and all related, updated components) is fine per testing done by those who participated in the testing phase. But the upgrade has obviously created an array of issues, even if the issues are not all direct bugs of Xorg (i.e., they may be issues with applications that use Xorg ... though the apps worked with previous Xorg versions), or the issues may "simply" require reconfiguring xorg.conf.
    So, with that in mind, do the developers have an obligation to more thoroughly document the potential issues that upgrading may cause? Or is it simply a matter of adopting the philosophy that issues not classified as technically "bugs", even though they may adversely impact users, do not warrant reporting?
    These questions are especially relevant when the issues affect such basic PC operations as JAVA applications, video display and input device functionality, all of which must have been encountered and noted during testing. The Arch News bulletin certainly fell short of this reporting:
    http://www.archlinux.org/news/363/
    X.org 7.3 hits [extra]
    After a testing period for over one month we made the decision to move X.org 7.3 to our stable package repositories. Thanks to all the testers and reporters who enabled us to wipe out most of the major issues.
    Please note that libgl-dri has been renamed to libgl since the deprecation of libgl-mesa happened a long time ago already. That means people packaging for the AUR should finally get rid of any hard dependencies on libgl-dri or else their packages will be left broken.
    That certainly paints a rosier picture than what users encountered after the upgrade. I don't see "beware, lots of JAVA apps will break" or "you may have to learn to configure xorg.conf all over again" in that news release.
    So, I'm just curious what your take is on providing a little more information when these big-package upgrades are pushed out so that users can make informed decisions about how to proceed (of course, making backups first is always good ... which I did).
    Thanks.

  • Tabs only open in a new window. Ctl T opens a new window NOT a new tab help-last update this problem started. How do I set FF back to open tabs in 1 window

    Tabs only open in a new window. Ctl T opens a new window NOT a new tab help-last update this problem started 2 days ago. How do I set FF back to open tabs in 1 window?
    There is no plus sign and going into optins and changing settings has not worked. I have uninstall FF and reinstall-keeping my personalization-and that was no help.
    Right clicking on FF Icon to open a new tab, or going up to FF drop down tab and clicking on new tab both do not work.
    Help everything opens a new window not a new tab. there seems to be no way to reset this or to chose a different optin. I just downloaded new tabs at end addon and it didn't do a thing.

    as a first troubleshooting step - does it work like normally when you open & run firefox in [[Safe Mode|safemode]] by pressing the shift key while you open firefox (all other instances have to be closed before)...

  • How to transfer/sync my iphone 4 music to my new computer - not connected phone to computer at all yet

    How to transfer/sync my iPhone 4 music/photos etc  to my new computer - not connected phone to computer at all yet.
    Computer has Windows 8

    SEARCH!
    http://lmgtfy.com/?q=migrate+iphone+to+new+computer

Maybe you are looking for

  • Purchasing Report for invoice and stock

    Hi guys, in your opinion does it exist a unique report which contains the following informations for suppliers: -          invoice codes from supplier not yet paid -          POu2019s to supplier not yet delivered -          ATH stock at supplier At

  • Using Hidden Fields as Variables

    I am limited in my JavaScript coding abilities. I am building a rather large homeowners insurance application that ultimately computes the premium. There are a ton of options that affect costs and I need a way to store a few numeric values. LC Design

  • How can i rid out the pops up in safari?

    when ever i open the safari page all ad pops up and distract me. and these is new to me.

  • Number od rendrer component instances in case of JTable.

    In case of a Jtable I am using Combo box in one of its column. Now if I have say 10 rows in that table how many combo box instances the JTable will have? Will this number be same irrespective of the renderer component? I mean will it be same for labe

  • Can I load photos stored on a pc backup hardrive onto my Mac IPhoto?

    Can I load photos stored on a pc backup hardrive onto my Mac IPhoto?