[SOLVED] Google Earth doesn't work with xf86-video-ati

Hi all,
I'm having a problem with the open-source ATI drivers.  I haven't had much luck finding out anything from anywhere else, so I'm hoping someone here can help.
Whenever I start Google Earth, the graphics run EXTREMELY slowly, almost as if it's running on a system with low memory.  I'm running an Acer Extensa 4420 with an AMD Athlon 64 X2 dual-core 64-bit processor with 2GB of RAM.  As mentioned before, I'm running on the open-source xf86-video-ati drivers, but this is the only app that gives me problems.  GL screensavers run fine, and glxgears runs without any significant input.  Running Google Earth in terminal also gives no output. 
And I'm not sure if this is related, but closing Google Earth also crashes X.
Here's xorg.conf:
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
#Free86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
# Load "type1"
Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
Load "drm"
Load "synaptics"
EndSection
# Files section. This allows default font and rgb paths to be set
Section "Files"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
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"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
EndSection
# Server flags section.
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
Option "DontZap" "no"
# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
Option "AutoAddDevices" "False"
EndSection
# Input devices
# Core keyboard's InputDevice section
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "acer_laptop"
Option "XkbLayout" "us,de"
Option "XkbOptions" "grp:lwin_switch,grp_led:num,eurosign:e"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "AlwaysCore" "true" # send events to CorePointer
#Option "Device" "/dev/input/mice"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "false" # configurable at runtime? security risk
Option "LeftEdge" "1700" # x coord left
Option "RightEdge" "5300" # x coord right
Option "TopEdge" "1700" # y coord top
Option "BottomEdge" "4200" # y coord bottom
Option "FingerLow" "25" # pressure below this level triggers release
Option "FingerHigh" "30" # pressure above this level triggers touch
Option "MaxTapTime" "180" # max time in ms for detecting tap
Option "VertEdgeScroll" "true" # enable vertical scroll zone
Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
Option "CoastingSpeed" "0.30" # corner coasting speed
Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
Option "MinSpeed" "0.10" # speed factor for low pointer movement
Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
Option "TapButton1" "1"
Option "TapButton2" "2"
EndSection
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Acer Laptop"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 31.5 - 57.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50-90
EndSection
# Graphics device section
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# Device configured by xorgconfig:
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
#VideoRam 262144
# Insert Clocks lines here if appropriate
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "on"
Option "AGPFastWrite" "yes"
Option "EXAVSync" "yes"
Option "ForceTVOut" "true"
Option "TVStandard" "ntsc"
EndSection
# Screen sections
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "ATI Radeon"
Monitor "Acer Laptop"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1200x800"
ViewPort 0 0
EndSubsection
EndSection
# ServerLayout sections.
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Mouse1" "CorePointer"
InputDevice "Touchpad" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Here's my drirc:
<driconf>
<device screen="0" driver="r300">
<application name="Default">
<option name="force_s3tc_enable" value="false" />
<option name="texture_coord_units" value="8" />
<option name="fthrottle_mode" value="2" />
<option name="disable_stencil_two_side" value="false" />
<option name="tcl_mode" value="3" />
<option name="texture_depth" value="0" />
<option name="fp_optimization" value="0" />
<option name="def_max_anisotropy" value="1.0" />
<option name="no_rast" value="false" />
<option name="command_buffer_size" value="8" />
<option name="round_mode" value="0" />
<option name="dither_mode" value="0" />
<option name="disable_lowimpact_fallback" value="true" />
<option name="texture_image_units" value="8" />
<option name="disable_s3tc" value="false" />
<option name="color_reduction" value="1" />
<option name="vblank_mode" value="1" />
</application>
<application name="Google Earth" executable="googleearth">
</application>
</device>
</driconf>
Last edited by coolpyrofreak (2009-07-03 05:56:18)

I had the same problem (slow googleearth) with ATI Technologies Inc Radeon Mobility U1 (IGP 320m).
This .drirc solves it. I don't have an xorg.conf.
- no need for the 'disable_lowimpact_fallback' option
- no need to turn off 'atmosphere'
cat .drirc
<driconf>
<device screen="0" driver="radeon">
<application name="Default">
<option name="force_s3tc_enable" value="false" />
<option name="no_rast" value="false" />
<option name="fthrottle_mode" value="2" />
<option name="tcl_mode" value="3" />
<option name="texture_depth" value="0" />
<option name="def_max_anisotropy" value="1.0" />
<option name="no_neg_lod_bias" value="false" />
<option name="texture_units" value="3" />
<option name="dither_mode" value="0" />
<option name="hyperz" value="true" />
<option name="round_mode" value="0" />
<option name="color_reduction" value="1" />
<option name="vblank_mode" value="0" />
<option name="allow_large_textures" value="1" />
</application>
</device>
</driconf>

Similar Messages

  • [SOLVED] Mobility Radeon HD 5400 Series with xf86-video-ati

    I have an hp laptop with the following VGA Devices:
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5400 Series]
    I installed:
    xf86-video-ati 1:7.0.0-1
    When I run:
    Xorg -configure
    I get:
    [ 8983.828] (EE)
    [ 8983.829] (EE) Backtrace:
    [ 8983.830] (EE) 0: Xorg (xorg_backtrace+0x36) [0x58a426]
    [ 8983.832] (EE) 1: Xorg (0x400000+0x18e279) [0x58e279]
    [ 8983.833] (EE) 2: /usr/lib/libpthread.so.0 (0x7f5ea78c8000+0xf1e0) [0x7f5ea78d71e0]
    [ 8983.834] (EE) 3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f5ea53e2000+0x41bd4) [0x7f5ea5423bd4]
    [ 8983.836] (EE) 4: Xorg (DoConfigure+0xdec) [0x46b15c]
    [ 8983.837] (EE) 5: Xorg (0x400000+0x7a728) [0x47a728]
    [ 8983.838] (EE) 6: Xorg (0x400000+0x26786) [0x426786]
    [ 8983.839] (EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f5ea654ca15]
    [ 8983.841] (EE) 8: Xorg (0x400000+0x26cad) [0x426cad]
    [ 8983.842] (EE)
    [ 8983.843] (EE) Segmentation fault at address 0x18
    [ 8983.847]
    Fatal server error:
    [ 8983.848] Caught signal 11 (Segmentation fault). Server aborting
    What did I tried:
    Using vesa instead --> gives me a flickering screen
    Using intel instead --> gives me a black screen
    Somebody an idea, what I can do?
    Last edited by haschibaschi (2013-01-23 21:25:23)

    Ok, I removed the packages
    xf86-video-intel xf86-video-vesa xf86-video-fbdev
    So its the xf86-video-ati, which is used.
    Here is my Xorg.0.log
    [ 9.006]
    X.Org X Server 1.13.2
    Release Date: 2013-01-24
    [ 9.006] X Protocol Version 11, Revision 0
    [ 9.006] Build Operating System: Linux 3.7.4-1-ARCH x86_64
    [ 9.006] Current Operating System: Linux flaptop 3.7.4-1-ARCH #1 SMP PREEMPT Mon Jan 21 23:05:29 CET 2013 x86_64
    [ 9.006] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c40fce05-33ae-4a4d-aa51-21295185a22f ro quiet
    [ 9.006] Build Date: 25 January 2013 09:33:50AM
    [ 9.006]
    [ 9.006] Current version of pixman: 0.28.2
    [ 9.006] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 9.006] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 9.006] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 26 00:26:38 2013
    [ 9.109] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 9.220] (==) No Layout section. Using the first Screen section.
    [ 9.220] (==) No screen section available. Using defaults.
    [ 9.220] (**) |-->Screen "Default Screen Section" (0)
    [ 9.220] (**) | |-->Monitor "<default monitor>"
    [ 9.221] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 9.221] (==) Automatically adding devices
    [ 9.221] (==) Automatically enabling devices
    [ 9.221] (==) Automatically adding GPU devices
    [ 9.326] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 9.326] Entry deleted from font path.
    [ 9.368] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 9.368] Entry deleted from font path.
    [ 9.368] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 9.368] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 9.368] Entry deleted from font path.
    [ 9.368] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 9.368] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 9.368] (**) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
    [ 9.368] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 9.368] (II) Loader magic: 0x7fcc40
    [ 9.368] (II) Module ABI versions:
    [ 9.368] X.Org ANSI C Emulation: 0.4
    [ 9.368] X.Org Video Driver: 13.1
    [ 9.368] X.Org XInput driver : 18.0
    [ 9.368] X.Org Server Extension : 7.0
    [ 9.368] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 9.369] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 9.371] (--) PCI:*(0:0:2:0) 8086:0046:103c:144a rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00005050/8
    [ 9.371] (--) PCI: (0:1:0:0) 1002:68e0:103c:144a rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
    [ 9.371] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 9.384] Initializing built-in extension Generic Event Extension
    [ 9.384] Initializing built-in extension SHAPE
    [ 9.384] Initializing built-in extension MIT-SHM
    [ 9.384] Initializing built-in extension XInputExtension
    [ 9.384] Initializing built-in extension XTEST
    [ 9.384] Initializing built-in extension BIG-REQUESTS
    [ 9.384] Initializing built-in extension SYNC
    [ 9.384] Initializing built-in extension XKEYBOARD
    [ 9.384] Initializing built-in extension XC-MISC
    [ 9.385] Initializing built-in extension SECURITY
    [ 9.385] Initializing built-in extension XINERAMA
    [ 9.385] Initializing built-in extension XFIXES
    [ 9.385] Initializing built-in extension RENDER
    [ 9.385] Initializing built-in extension RANDR
    [ 9.385] Initializing built-in extension COMPOSITE
    [ 9.385] Initializing built-in extension DAMAGE
    [ 9.385] Initializing built-in extension MIT-SCREEN-SAVER
    [ 9.385] Initializing built-in extension DOUBLE-BUFFER
    [ 9.385] Initializing built-in extension RECORD
    [ 9.385] Initializing built-in extension DPMS
    [ 9.385] Initializing built-in extension X-Resource
    [ 9.385] Initializing built-in extension XVideo
    [ 9.385] Initializing built-in extension XVideo-MotionCompensation
    [ 9.385] Initializing built-in extension XFree86-VidModeExtension
    [ 9.385] Initializing built-in extension XFree86-DGA
    [ 9.385] Initializing built-in extension XFree86-DRI
    [ 9.385] Initializing built-in extension DRI2
    [ 9.385] (II) LoadModule: "glx"
    [ 9.439] (II) Loading /usr/lib/xorg/modules/updates/extensions/libglx.so
    [ 9.497] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 9.497] compiled for 6.9.0, module version = 1.0.0
    [ 9.498] Loading extension GLX
    [ 9.498] (==) Matched intel as autoconfigured driver 0
    [ 9.498] (==) Matched ati as autoconfigured driver 1
    [ 9.498] (==) Matched intel as autoconfigured driver 2
    [ 9.498] (==) Matched vesa as autoconfigured driver 3
    [ 9.498] (==) Matched modesetting as autoconfigured driver 4
    [ 9.498] (==) Matched fbdev as autoconfigured driver 5
    [ 9.498] (==) Assigned the driver to the xf86ConfigLayout
    [ 9.498] (II) LoadModule: "intel"
    [ 9.544] (WW) Warning, couldn't open module intel
    [ 9.544] (II) UnloadModule: "intel"
    [ 9.544] (II) Unloading intel
    [ 9.544] (EE) Failed to load module "intel" (module does not exist, 0)
    [ 9.544] (II) LoadModule: "ati"
    [ 9.545] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 9.558] (II) Module ati: vendor="X.Org Foundation"
    [ 9.558] compiled for 1.13.0, module version = 7.0.0
    [ 9.558] Module class: X.Org Video Driver
    [ 9.558] ABI class: X.Org Video Driver, version 13.0
    [ 9.558] (II) LoadModule: "radeon"
    [ 9.559] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 9.640] (II) Module radeon: vendor="X.Org Foundation"
    [ 9.641] compiled for 1.13.0, module version = 7.0.0
    [ 9.641] Module class: X.Org Video Driver
    [ 9.641] ABI class: X.Org Video Driver, version 13.0
    [ 9.641] (II) LoadModule: "vesa"
    [ 9.641] (WW) Warning, couldn't open module vesa
    [ 9.641] (II) UnloadModule: "vesa"
    [ 9.641] (II) Unloading vesa
    [ 9.641] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 9.641] (II) LoadModule: "modesetting"
    [ 9.641] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 9.650] (II) Module modesetting: vendor="X.Org Foundation"
    [ 9.650] compiled for 1.13.1, module version = 0.6.0
    [ 9.650] Module class: X.Org Video Driver
    [ 9.650] ABI class: X.Org Video Driver, version 13.1
    [ 9.650] (II) LoadModule: "fbdev"
    [ 9.651] (WW) Warning, couldn't open module fbdev
    [ 9.651] (II) UnloadModule: "fbdev"
    [ 9.651] (II) Unloading fbdev
    [ 9.651] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 9.651] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE
    [ 9.655] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 9.655] (++) using VT number 7
    [ 9.670] (II) [KMS] Kernel modesetting enabled.
    [ 9.670] (II) modesetting(0): using drv /dev/dri/card0
    [ 9.670] (II) modesetting(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 9.670] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
    [ 9.670] (==) modesetting(0): RGB weight 888
    [ 9.670] (==) modesetting(0): Default visual is TrueColor
    [ 9.670] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
    [ 9.670] (II) modesetting(0): Output LVDS-0 has no monitor section
    [ 9.683] (II) modesetting(0): Output VGA-0 has no monitor section
    [ 9.683] (II) modesetting(0): EDID for output LVDS-0
    [ 9.683] (II) modesetting(0): Manufacturer: AUO Model: 22ec Serial#: 0
    [ 9.683] (II) modesetting(0): Year: 2009 Week: 1
    [ 9.683] (II) modesetting(0): EDID Version: 1.3
    [ 9.683] (II) modesetting(0): Digital Display Input
    [ 9.683] (II) modesetting(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 9.683] (II) modesetting(0): Gamma: 2.20
    [ 9.683] (II) modesetting(0): No DPMS capabilities specified
    [ 9.683] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 9.683] (II) modesetting(0): First detailed timing is preferred mode
    [ 9.683] (II) modesetting(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
    [ 9.683] (II) modesetting(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 9.683] (II) modesetting(0): Manufacturer's mask: 0
    [ 9.683] (II) modesetting(0): Supported detailed timing:
    [ 9.683] (II) modesetting(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 9.683] (II) modesetting(0): h_active: 1366 h_sync: 1398 h_sync_end 1422 h_blank_end 1432 h_border: 0
    [ 9.683] (II) modesetting(0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 9.684] (II) modesetting(0): Unknown vendor-specific block f
    [ 9.684] (II) modesetting(0): AUO
    [ 9.684] (II) modesetting(0): B156XW02 V2
    [ 9.684] (II) modesetting(0): EDID (in hex):
    [ 9.684] (II) modesetting(0): 00ffffffffffff0006afec2200000000
    [ 9.684] (II) modesetting(0): 01130103802213780ac8959e57549226
    [ 9.684] (II) modesetting(0): 0f505400000001010101010101010101
    [ 9.684] (II) modesetting(0): 010101010101121b5642500026302018
    [ 9.684] (II) modesetting(0): 340058c1100000180000000f00000000
    [ 9.684] (II) modesetting(0): 00000000000000000020000000fe0041
    [ 9.684] (II) modesetting(0): 554f0a202020202020202020000000fe
    [ 9.684] (II) modesetting(0): 004231353658573032205632200a00c0
    [ 9.684] (II) modesetting(0): Printing probed modes for output LVDS-0
    [ 9.684] (II) modesetting(0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 9.697] (II) modesetting(0): EDID for output VGA-0
    [ 9.697] (II) modesetting(0): Output LVDS-0 connected
    [ 9.697] (II) modesetting(0): Output VGA-0 disconnected
    [ 9.697] (II) modesetting(0): Using exact sizes for initial modes
    [ 9.697] (II) modesetting(0): Output LVDS-0 using initial mode 1366x768
    [ 9.697] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 9.697] (==) modesetting(0): DPI set to (96, 96)
    [ 9.697] (II) Loading sub module "fb"
    [ 9.697] (II) LoadModule: "fb"
    [ 9.697] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 9.730] (II) Module fb: vendor="X.Org Foundation"
    [ 9.730] compiled for 1.13.2, module version = 1.0.0
    [ 9.730] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.730] (II) Loading sub module "shadow"
    [ 9.730] (II) LoadModule: "shadow"
    [ 9.730] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 9.744] (II) Module shadow: vendor="X.Org Foundation"
    [ 9.744] compiled for 1.13.2, module version = 1.1.0
    [ 9.744] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.744] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
    [ 9.744] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 9.744] (==) RADEON(G0): Default visual is TrueColor
    [ 9.744] (==) RADEON(G0): RGB weight 888
    [ 9.744] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
    [ 9.744] (--) RADEON(G0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e0)
    [ 9.745] (II) Loading sub module "dri2"
    [ 9.745] (II) LoadModule: "dri2"
    [ 9.745] (II) Module "dri2" already built-in
    [ 9.745] (II) Loading sub module "exa"
    [ 9.745] (II) LoadModule: "exa"
    [ 9.745] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 9.762] (II) Module exa: vendor="X.Org Foundation"
    [ 9.762] compiled for 1.13.2, module version = 2.6.0
    [ 9.762] ABI class: X.Org Video Driver, version 13.1
    [ 9.762] (II) RADEON(G0): KMS Color Tiling: enabled
    [ 9.762] (II) RADEON(G0): KMS Color Tiling 2D: enabled
    [ 9.762] (II) RADEON(G0): KMS Pageflipping: enabled
    [ 9.762] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
    [ 9.765] (II) RADEON(G0): Output LVDS-1 has no monitor section
    [ 9.767] (II) RADEON(G0): Output HDMI-0 has no monitor section
    [ 9.893] (II) RADEON(G0): Output VGA-1 has no monitor section
    [ 9.896] (II) RADEON(G0): EDID for output LVDS-1
    [ 9.896] (II) RADEON(G0): Printing probed modes for output LVDS-1
    [ 9.896] (II) RADEON(G0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 9.896] (II) RADEON(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 9.899] (II) RADEON(G0): EDID for output HDMI-0
    [ 10.023] (II) RADEON(G0): EDID for output VGA-1
    [ 10.023] (II) RADEON(G0): Output LVDS-1 connected
    [ 10.023] (II) RADEON(G0): Output HDMI-0 disconnected
    [ 10.023] (II) RADEON(G0): Output VGA-1 disconnected
    [ 10.023] (II) RADEON(G0): Using exact sizes for initial modes
    [ 10.023] (II) RADEON(G0): Output LVDS-1 using initial mode 1366x768
    [ 10.023] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 10.023] (II) RADEON(G0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:fba0000
    [ 10.023] (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 10.024] (==) RADEON(G0): DPI set to (96, 96)
    [ 10.024] (II) Loading sub module "fb"
    [ 10.024] (II) LoadModule: "fb"
    [ 10.024] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 10.024] (II) Module fb: vendor="X.Org Foundation"
    [ 10.024] compiled for 1.13.2, module version = 1.0.0
    [ 10.024] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 10.024] (II) Loading sub module "ramdac"
    [ 10.024] (II) LoadModule: "ramdac"
    [ 10.024] (II) Module "ramdac" already built-in
    [ 10.024] (==) Depth 24 pixmap format is 32 bpp
    [ 10.037] (II) RADEON(G0): [DRI2] Setup complete
    [ 10.037] (II) RADEON(G0): [DRI2] DRI driver: r600
    [ 10.037] (II) RADEON(G0): [DRI2] VDPAU driver: r600
    [ 10.037] (II) RADEON(G0): Front buffer size: 4128K
    [ 10.037] (II) RADEON(G0): VRAM usage limit set to 228182K
    [ 10.048] (==) RADEON(G0): Backing store disabled
    [ 10.048] (II) RADEON(G0): Direct rendering enabled
    [ 10.048] (II) RADEON(G0): Setting EXA maxPitchBytes
    [ 10.048] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 10.048] (II) EXA(256): Driver registered support for the following operations:
    [ 10.048] (II) Solid
    [ 10.048] (II) Copy
    [ 10.048] (II) Composite (RENDER acceleration)
    [ 10.048] (II) UploadToScreen
    [ 10.048] (II) DownloadFromScreen
    [ 10.048] (II) RADEON(G0): Acceleration enabled
    [ 10.048] (==) RADEON(G0): DPMS enabled
    [ 10.048] (==) RADEON(G0): Silken mouse enabled
    [ 10.049] (II) RADEON(G0): Set up textured video
    [ 10.049] (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
    [ 10.049] (II) RADEON(G0): [XvMC] Extension initialized.
    [ 10.049] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 10.056] (==) modesetting(0): Backing store disabled
    [ 10.056] (==) modesetting(0): Silken mouse enabled
    [ 10.056] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 10.056] (==) modesetting(0): DPMS enabled
    [ 10.080] (--) RandR disabled
    [ 10.100] (EE) GLX error: Can not get required symbols.
    [ 10.100] (II) modesetting(0): Damage tracking initialized
    [ 10.100] (II) modesetting(0): Setting screen physical size to 361 x 203
    [ 10.428] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 10.428] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.428] (II) LoadModule: "evdev"
    [ 10.429] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 10.498] (II) Module evdev: vendor="X.Org Foundation"
    [ 10.498] compiled for 1.13.0, module version = 2.7.3
    [ 10.498] Module class: X.Org XInput Driver
    [ 10.498] ABI class: X.Org XInput driver, version 18.0
    [ 10.498] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.498] (**) Power Button: always reports core events
    [ 10.498] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 10.498] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.498] (--) evdev: Power Button: Found keys
    [ 10.498] (II) evdev: Power Button: Configuring as keyboard
    [ 10.498] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 10.498] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 10.498] (**) Option "xkb_rules" "evdev"
    [ 10.498] (**) Option "xkb_model" "evdev"
    [ 10.498] (**) Option "xkb_layout" "ch"
    [ 10.498] (**) Option "xkb_variant" "de"
    [ 10.547] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 10.547] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 10.547] (II) Using input driver 'evdev' for 'Video Bus'
    [ 10.548] (**) Video Bus: always reports core events
    [ 10.548] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 10.548] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 10.548] (--) evdev: Video Bus: Found keys
    [ 10.548] (II) evdev: Video Bus: Configuring as keyboard
    [ 10.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event14"
    [ 10.548] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 10.548] (**) Option "xkb_rules" "evdev"
    [ 10.548] (**) Option "xkb_model" "evdev"
    [ 10.548] (**) Option "xkb_layout" "ch"
    [ 10.548] (**) Option "xkb_variant" "de"
    [ 10.548] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
    [ 10.548] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 10.548] (II) Using input driver 'evdev' for 'Video Bus'
    [ 10.548] (**) Video Bus: always reports core events
    [ 10.548] (**) evdev: Video Bus: Device: "/dev/input/event15"
    [ 10.548] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 10.548] (--) evdev: Video Bus: Found keys
    [ 10.548] (II) evdev: Video Bus: Configuring as keyboard
    [ 10.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:02/input/input15/event15"
    [ 10.548] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 10.548] (**) Option "xkb_rules" "evdev"
    [ 10.548] (**) Option "xkb_model" "evdev"
    [ 10.548] (**) Option "xkb_layout" "ch"
    [ 10.548] (**) Option "xkb_variant" "de"
    [ 10.549] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 10.549] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.549] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.549] (**) Power Button: always reports core events
    [ 10.549] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 10.549] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.549] (--) evdev: Power Button: Found keys
    [ 10.549] (II) evdev: Power Button: Configuring as keyboard
    [ 10.549] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 10.549] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 10.549] (**) Option "xkb_rules" "evdev"
    [ 10.549] (**) Option "xkb_model" "evdev"
    [ 10.549] (**) Option "xkb_layout" "ch"
    [ 10.549] (**) Option "xkb_variant" "de"
    [ 10.549] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 10.549] (II) No input driver specified, ignoring this device.
    [ 10.549] (II) This device may have been added with another device file.
    [ 10.549] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 10.550] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event13)
    [ 10.550] (II) No input driver specified, ignoring this device.
    [ 10.550] (II) This device may have been added with another device file.
    [ 10.550] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 10.550] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    [ 10.550] (II) No input driver specified, ignoring this device.
    [ 10.550] (II) This device may have been added with another device file.
    [ 10.551] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event11)
    [ 10.551] (II) No input driver specified, ignoring this device.
    [ 10.551] (II) This device may have been added with another device file.
    [ 10.551] (II) config/udev: Adding input device HDA Intel MID Front Headphone (/dev/input/event12)
    [ 10.551] (II) No input driver specified, ignoring this device.
    [ 10.551] (II) This device may have been added with another device file.
    [ 10.552] (II) config/udev: Adding input device Acrox USB & PS/2 Mouse (/dev/input/event9)
    [ 10.552] (**) Acrox USB & PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 10.552] (II) Using input driver 'evdev' for 'Acrox USB & PS/2 Mouse'
    [ 10.552] (**) Acrox USB & PS/2 Mouse: always reports core events
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: Device: "/dev/input/event9"
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Vendor 0xf62 Product 0x1001
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found 9 mouse buttons
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found scroll wheel(s)
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found relative axes
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found x and y relative axes
    [ 10.552] (II) evdev: Acrox USB & PS/2 Mouse: Configuring as mouse
    [ 10.552] (II) evdev: Acrox USB & PS/2 Mouse: Adding scrollwheel support
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 10.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input9/event9"
    [ 10.553] (II) XINPUT: Adding extended input device "Acrox USB & PS/2 Mouse" (type: MOUSE, id 10)
    [ 10.553] (II) evdev: Acrox USB & PS/2 Mouse: initialized for relative axes.
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration profile 0
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration threshold: 4
    [ 10.554] (II) config/udev: Adding input device Acrox USB & PS/2 Mouse (/dev/input/mouse1)
    [ 10.554] (II) No input driver specified, ignoring this device.
    [ 10.554] (II) This device may have been added with another device file.
    [ 10.554] (II) config/udev: Adding input device 2SF022 (/dev/input/event8)
    [ 10.554] (**) 2SF022: Applying InputClass "evdev keyboard catchall"
    [ 10.554] (II) Using input driver 'evdev' for '2SF022'
    [ 10.554] (**) 2SF022: always reports core events
    [ 10.554] (**) evdev: 2SF022: Device: "/dev/input/event8"
    [ 10.554] (--) evdev: 2SF022: Vendor 0xbda Product 0x5801
    [ 10.554] (--) evdev: 2SF022: Found keys
    [ 10.555] (II) evdev: 2SF022: Configuring as keyboard
    [ 10.555] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input8/event8"
    [ 10.555] (II) XINPUT: Adding extended input device "2SF022" (type: KEYBOARD, id 11)
    [ 10.555] (**) Option "xkb_rules" "evdev"
    [ 10.555] (**) Option "xkb_model" "evdev"
    [ 10.555] (**) Option "xkb_layout" "ch"
    [ 10.555] (**) Option "xkb_variant" "de"
    [ 10.556] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 10.556] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 10.556] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 10.556] (**) AT Translated Set 2 keyboard: always reports core events
    [ 10.556] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 10.556] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 10.556] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 10.556] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 10.556] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 10.556] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 10.556] (**) Option "xkb_rules" "evdev"
    [ 10.556] (**) Option "xkb_model" "evdev"
    [ 10.556] (**) Option "xkb_layout" "ch"
    [ 10.556] (**) Option "xkb_variant" "de"
    [ 10.557] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 10.557] (II) LoadModule: "synaptics"
    [ 10.557] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 10.705] (II) Module synaptics: vendor="X.Org Foundation"
    [ 10.705] compiled for 1.13.1, module version = 1.6.2
    [ 10.705] Module class: X.Org XInput Driver
    [ 10.705] ABI class: X.Org XInput driver, version 18.0
    [ 10.705] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 10.705] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 10.705] (**) Option "Device" "/dev/input/event7"
    [ 10.720] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 10.720] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5672
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4550
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 10.720] (**) Option "TapButton1" "1"
    [ 10.720] (**) Option "TapButton2" "2"
    [ 10.720] (**) Option "TapButton3" "3"
    [ 10.720] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 10.720] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 10.726] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
    [ 10.727] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 10.727] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 10.728] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 10.728] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 10.728] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event6)
    [ 10.728] (II) No input driver specified, ignoring this device.
    [ 10.728] (II) This device may have been added with another device file.
    [ 10.729] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
    [ 10.729] (II) No input driver specified, ignoring this device.
    [ 10.729] (II) This device may have been added with another device file.
    [ 10.729] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 10.729] (II) No input driver specified, ignoring this device.
    [ 10.729] (II) This device may have been added with another device file.
    [ 10.730] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event5)
    [ 10.730] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 10.731] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 10.731] (**) HP WMI hotkeys: always reports core events
    [ 10.731] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event5"
    [ 10.731] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 10.731] (--) evdev: HP WMI hotkeys: Found keys
    [ 10.731] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 10.731] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
    [ 10.731] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
    [ 10.731] (**) Option "xkb_rules" "evdev"
    [ 10.731] (**) Option "xkb_model" "evdev"
    [ 10.731] (**) Option "xkb_layout" "ch"
    [ 10.731] (**) Option "xkb_variant" "de"
    Between why I installed the mentioned packages was, cause I'v seen these log entries in the Xorg.0.log:
    (EE) Failed to load module "xxxx" (module does not exist, 0)
    Can somebody explain what happens here.

  • Google toolbar doesn't work with Firefox. How to Fix?

    The Google toolbar doesn't work with my current version of Firefox. When I went to update, the Google toolbar was removed and I can't get it back. How do I fix this so I can still use Firefox?

    Google needs to update the Google Toolbar program for Firefox 5.0.
    The Google Toolbar '''7.1.20110512W''' version does work pretty good in Firefox 5.0 by using the Compatibility Reporter extension. But not every feature works 100%.<br />
    https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    http://googlesystem.blogspot.com/2011/06/enable-google-toolbar-in-firefox-5.html

  • It's all green with xf86-video-ati. [Solved]

    Firstly, I am running an updated install of Arch with KDE. My graphics card is an ATI Radeon HD 4800
    After following the directions on the wiki (http://wiki.archlinux.org/index.php/ATI), my entire screen is shaded dark green. I can see things through it, bit it makes changes difficult.
    Before the problem, I enabled early start KMS as per the directions, this did not seem to affect anything after a restart or two.
    I moved on to generating a xorg.conf file using HWD and configuring it to use xf86-video-ati. Upon running hwd -x, I found it odd that it only generated a xorg.conf.mesa file, but assumed that I could make the changes that I wanted myself. I made a copy of the generated configuration file and named it xorg.conf and began editing. At this point in time, my computer was green screen free. The default generated config file worked fine using mesa, but I wanted to utilize my GPU. I found the "Devices" section and commented out:
    Driver      "vesa"
    and added
    Driver      "radeon"
    This is where my problems began. Upon rebooting, I was presented with a green KDM. Logging in or switching consoles did nothing to save me from my newly made green Frankenstein computer. So, I renamed my xorg.conf file to xorg.conf.bak and rebooted. Everything was back to normal (no green, no xorg.conf). I checked my Xorg.0.log file, but couldn't make out any errors. I've included my xorg.conf file as well as my the last part of my log file to aid anyone brave enough to do battle with the green. It would be great if anyone could help me out with this, I think that I'm a bit in over my head. Also, I would use the proprietary catalyst drivers, but they don't yet support the newest version of xorg that I'm running. I've tested the catalyst drivers in other installs and the GPU works perfectly, so I'm positive that it isn't a hardware problem.
    If there is any more information that I can provide, just let me know.
    xorg.conf
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "synaptics"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    #Driver "vesa"
    Driver "radeon"
    VendorName "All"
    BoardName "All"
    Option "AccelMethod" "EXA"
    Option "RenderAccel" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Xorg.0.log (not complete)
    Dac detection success
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Unhandled monitor type 0
    (II) RADEON(0): EDID vendor "SAM", prod id 292
    (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): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: SAM Model: 124 Serial#: 1296707895
    (II) RADEON(0): Year: 2004 Week: 51
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) RADEON(0): Sync: Separate Composite
    (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.650 redY: 0.330 greenX: 0.330 greenY: 0.600
    (II) RADEON(0): blueX: 0.150 blueY: 0.080 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): 1152x864@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 338 x 270 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: 30 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: SyncMaster
    (II) RADEON(0): Serial No: H9NXC27207
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff004c2d240137314a4d
    (II) RADEON(0): 330e01036c221b782aaaa5a654549926
    (II) RADEON(0): 145054bfef808180714f010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300520e1100001e000000fd00384b1e
    (II) RADEON(0): 510e000a202020202020000000fc0053
    (II) RADEON(0): 796e634d61737465720a2020000000ff
    (II) RADEON(0): 0048394e584332373230370a20200010
    (II) RADEON(0): EDID vendor "SAM", prod id 292
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC memreq 1 success
    Disable CRTC 1 success
    Blank CRTC 0 success
    Disable CRTC memreq 0 success
    Disable CRTC 0 success
    Output CRT1 disable success
    Enable CRTC 0 success
    Enable CRTC memreq 0 success
    Unblank CRTC 0 success
    Output CRT1 enable success
    Last edited by ryeguy146 (2009-11-20 02:20:55)

    ryeguy146 wrote:
    The proprietary driver doesn't yet support XOrg 7.5, so unless I want to rip out X and downgrade, that's out of the question. Hell, I don't even know where I'd get the source for 7.4 (latest supported) if I wanted it. MadTux suggests that ATI may be releasing the next version of the Catalyst soon, so maybe they'll support 7.5 with that. Maybe not. I don't have this problem using, say, ubuntu with the old XOrg.
    The xf86-video-radeon gives me a black screen, so that's out, though I haven't tried either the xf86-video-radeon-git or the xf86-video-ati-git, I may just bust those out and see what it gets me.
    Flamelab's suggestion seems plausable. Installing xf86-video-ati-git and using his xorg.conf sample; I'll try that out now and report back shortly.
    Edit:
    Well that's interesting. Trying flamelab's suggestion does seem to work perfectly. No green, no black screen, just good stuff. Glxgears runs nicely (which I assume is OpenGL). My xorg.conf is as follows:
    Section "Device"
    Identifier "My Graphics Card"
    Driver "radeon"
    Option "DRI" "on"
    Option "AccelMethod" "EXA"
    Option "DMAForXv" "on"
    Option "RenderAccel" "on"
    EndSection
    So that's something. Compositing still doesn't wish to work, but I think that I'm getting to where I want to be. Thanks for the tip, M177ER.
    In order to see 3D with xf86-video-ati-git or you'll wait for linux kernel 2.6.32 (coming soon), or you can build the -git versions of mesa,libgl,ati-dri, kernel etc which can cause trouble if you don't know what to do. See here if you have time : http://bbs.archlinux.org/viewtopic.php?id=79509
    As for the PKGBUILD: Xorg-server is a bit strict with full xorg.conf files lately. So creating a lite xorg.conf, can solve most problems.

  • [solved]vlc audio doesn't work for HD videos on spdif

    As said vlc doesn't work with HD videos, and now I tried to get it to work my normal videos have echo.
    I have spdif output and use alsa. Everything worked just few day back. It might be the update to KDE4.4.1, but I'm no sure.
    I'll give more ifo when I get it.
    Never mind I reset the vlc settings and everything works fine.
    Last edited by Primoz (2010-03-07 10:51:59)

    Wow...looks like I spent waaaaay too much time on this problem. The mute button on my IR remote wasn't working which is why I thought it couldn't be a mute problem, but it seems that is just an LIRC mapping problem. When I use the keyboard +, it un-muted. Now to fix LIRC...
    Thanks kid

  • Google voice doesn't work with os 10.10.2 and firefox 35.0.1?

    Google voice used to work with Snow Leopard and FF. Now with Yosemite, I place a call, pick my 'e' mail address, and nothing happens. What am I missing. I did download the googlevoice and video setup.dmg file. and have the google talk plug in 5.40.2.0 always activate.

    Same, in the meantime I can offer the new Hello feature in Firefox:
    *[[Join a conversation on Firefox Hello]]
    It is possible that a cached page is loaded, clear the cookies for the site: [[Delete cookies to remove the information websites have stored on your computer]] and try a new login.

  • [SOLVED]Error with xf86-video-ati 6.12.99.git20091221-1 + mesa-7.6.1-1

    Upgrade mesa (7.6-2 -> 7.6.1-1), libgl (7.6-2 -> 7.6.1-1), libgl (7.6-2 -> 7.6.1-1) and ati-dri (7.6-2 -> 7.6.1-1) from testing broke my resolution in KDE - X start only with vesa driver.
    I don't use xorg.conf, kernel is kernel26 2.6.32.2-1 from testing, KMS disabled (don't work with this kernel)
    /var/log/Xorg.0.log:
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    dlopen: libdrm_radeon.so.1: cannot open shared object file: No such file or directory
    (EE) Failed to load /usr/lib/xorg/modules/drivers/radeon_drv.so
    (II) UnloadModule: "radeon"
    (EE) Failed to load module "radeon" (loader failed, 7)
    (II) LoadModule: "vesa"
    Compiling xf86-video-ati-git (20091223-1) solve this problem
    Last edited by Tapan (2009-12-23 14:19:23)

    I have kernel 2.6.31-ARCH, nothing testing repository but in my
    grep EE /var/log/Xorg.0.log
    Current Operating System: Linux skynet 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:01:40 CET 2009 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch.
    (EE) Microsoft Comfort Curve Keyboard 2000: failed to initialize for relative axes.
    and, for example, switch for different desktop is very slow. Also maximized windows is very slow (I'm using xfce with compositing)

  • Xdotool doesn't work with flash videos

    Hi,
    I don't know if it's a bug or not, but xdotool doesn't seems to work with flash videos.
    For example open the page http://www.miniclip.com/games/bloxorz and start the game, the left key should now move the bloc to the left.
    Open a terminal and type `sleep 5; xdotool key Left ', then come back to the game.
    Nothing happens.
    Is there a workaround to do xdotool work with the flash videos?
    I already tried with different web browsers, different flash plugins, but this works nowhere.
    Thank you
    Fractal

    Hello,
    I have a button in the frame 1 of my proyector file in order
    to go to the frame 2.
    the code:
    titreA1_btn.addEventListener(MouseEvent.MOUSE_DOWN,aller1);
    function aller1(e:MouseEvent){gotoAndPlay(2),trace("dd")};
    it works.
    next I have a buton in my frame 2 in order to go to the frame
    1 like this:
    sommaire.addEventListener(MouseEvent.MOUSE_DOWN,allersommaire);
    function allersommaire(e:MouseEvent){gotoAndPlay(1)};
    When I return to the frame 1 , this button doesn't work and I
    have this message:
    TypeError: Error #1009
    With flash 9, I don´t have this problem.
    Sorry with my english, I m french.
    Thank you.

  • Problems with xf86-video-ati 6.14.0-1

    Hi there,
    I had a problem after updating
    xf86-video-ati (6.13.2-2 -> 6.14.0-1)
    I'm using window manager `awesome' and with the new video driver my screen was kind of ripped: Small artefacts (squares of about .5cm) display the correct image but are located at the wrong position if you understand what I mean... It looks like a not yet begun jigsaw puzzle...
    Downgrading to  6.13.2-2 `fixed' the issue...
    Edit: Still the same problem (and same `solution') after updating xserver:
    upgraded xorg-server-common (1.9.3.901-1 -> 1.9.4-1)
    upgraded xorg-server (1.9.3.901-1 -> 1.9.4-1)
    upgraded xorg-xrdb (1.0.7-1 -> 1.0.8-1)
    Last edited by skunk_junior (2011-02-05 11:40:01)

    You are pretty lucky -- my xorg segfaults after xf86-video-ati upgrade:
    [ 21.708]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [ 21.712] X Protocol Version 11, Revision 0
    [ 21.712] Build Operating System: Linux 2.6.37-ARCH i686
    [ 21.713] Current Operating System: Linux vendredi13 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011 i686
    [ 21.713] Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda6 ro nomodeset
    [ 21.713] Build Date: 04 February 2011 09:39:45PM
    [ 21.713]
    [ 21.719] Current version of pixman: 0.20.2
    [ 21.719] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 21.719] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 21.719] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 5 07:31:28 2011
    [ 21.848] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 21.856] (==) No Layout section. Using the first Screen section.
    [ 21.856] (==) No screen section available. Using defaults.
    [ 21.856] (**) |-->Screen "Default Screen Section" (0)
    [ 21.856] (**) | |-->Monitor "<default monitor>"
    [ 21.856] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 21.856] (==) Automatically adding devices
    [ 21.856] (==) Automatically enabling devices
    [ 21.891] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 21.891] Entry deleted from font path.
    [ 21.901] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 21.901] Entry deleted from font path.
    [ 21.901] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 21.901] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/
    [ 21.901] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 21.901] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 21.901] (II) Loader magic: 0x81f3040
    [ 21.901] (II) Module ABI versions:
    [ 21.901] X.Org ANSI C Emulation: 0.4
    [ 21.901] X.Org Video Driver: 8.0
    [ 21.901] X.Org XInput driver : 11.0
    [ 21.901] X.Org Server Extension : 4.0
    [ 21.902] (--) PCI:*(0:1:0:0) 1002:9490:1043:02ac rev 0, Mem @ 0xd0000000/268435456, 0xfbbe0000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    [ 21.902] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 21.902] (II) LoadModule: "extmod"
    [ 22.007] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.014] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.014] compiled for 1.9.4, module version = 1.0.0
    [ 22.014] Module class: X.Org Server Extension
    [ 22.014] ABI class: X.Org Server Extension, version 4.0
    [ 22.014] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.014] (II) Loading extension XFree86-VidModeExtension
    [ 22.014] (II) Loading extension XFree86-DGA
    [ 22.014] (II) Loading extension DPMS
    [ 22.014] (II) Loading extension XVideo
    [ 22.014] (II) Loading extension XVideo-MotionCompensation
    [ 22.014] (II) Loading extension X-Resource
    [ 22.014] (II) LoadModule: "dbe"
    [ 22.014] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.014] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.014] compiled for 1.9.4, module version = 1.0.0
    [ 22.014] Module class: X.Org Server Extension
    [ 22.014] ABI class: X.Org Server Extension, version 4.0
    [ 22.014] (II) Loading extension DOUBLE-BUFFER
    [ 22.014] (II) LoadModule: "glx"
    [ 22.014] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.025] (II) Module glx: vendor="X.Org Foundation"
    [ 22.025] compiled for 1.9.4, module version = 1.0.0
    [ 22.025] ABI class: X.Org Server Extension, version 4.0
    [ 22.048] (==) AIGLX enabled
    [ 22.048] (II) Loading extension GLX
    [ 22.048] (II) LoadModule: "record"
    [ 22.048] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.061] (II) Module record: vendor="X.Org Foundation"
    [ 22.061] compiled for 1.9.4, module version = 1.13.0
    [ 22.061] Module class: X.Org Server Extension
    [ 22.061] ABI class: X.Org Server Extension, version 4.0
    [ 22.061] (II) Loading extension RECORD
    [ 22.061] (II) LoadModule: "dri"
    [ 22.061] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.087] (II) Module dri: vendor="X.Org Foundation"
    [ 22.087] compiled for 1.9.4, module version = 1.0.0
    [ 22.087] ABI class: X.Org Server Extension, version 4.0
    [ 22.087] (II) Loading extension XFree86-DRI
    [ 22.087] (II) LoadModule: "dri2"
    [ 22.087] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.130] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.130] compiled for 1.9.4, module version = 1.2.0
    [ 22.130] ABI class: X.Org Server Extension, version 4.0
    [ 22.130] (II) Loading extension DRI2
    [ 22.130] (==) Matched ati as autoconfigured driver 0
    [ 22.130] (==) Matched vesa as autoconfigured driver 1
    [ 22.130] (==) Matched fbdev as autoconfigured driver 2
    [ 22.131] (==) Assigned the driver to the xf86ConfigLayout
    [ 22.131] (II) LoadModule: "ati"
    [ 22.131] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 22.140] (II) Module ati: vendor="X.Org Foundation"
    [ 22.140] compiled for 1.9.3.901, module version = 6.14.0
    [ 22.140] Module class: X.Org Video Driver
    [ 22.140] ABI class: X.Org Video Driver, version 8.0
    [ 22.140] (II) LoadModule: "radeon"
    [ 22.140] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 22.181] (II) Module radeon: vendor="X.Org Foundation"
    [ 22.181] compiled for 1.9.3.901, module version = 6.14.0
    [ 22.181] Module class: X.Org Video Driver
    [ 22.181] ABI class: X.Org Video Driver, version 8.0
    [ 22.181] (II) LoadModule: "vesa"
    [ 22.181] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 22.199] (II) Module vesa: vendor="X.Org Foundation"
    [ 22.199] compiled for 1.9.0, module version = 2.3.0
    [ 22.199] Module class: X.Org Video Driver
    [ 22.199] ABI class: X.Org Video Driver, version 8.0
    [ 22.199] (II) LoadModule: "fbdev"
    [ 22.200] (WW) Warning, couldn't open module fbdev
    [ 22.200] (II) UnloadModule: "fbdev"
    [ 22.200] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 22.200] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, AMD Radeon HD 6900M Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS,
    Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6800 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS
    [ 22.205] (II) VESA: driver for VESA chipsets: vesa
    [ 22.205] (++) using VT number 7
    [ 22.207] (II) [KMS] drm report modesetting isn't supported.
    [ 22.207] (WW) Falling back to old probe method for vesa
    [ 22.207] (II) RADEON(0): TOTO SAYS 00000000fbbe0000
    [ 22.207] (II) RADEON(0): MMIO registers at 0x00000000fbbe0000: size 64KB
    [ 22.207] (II) RADEON(0): PCI bus 1 card 0 func 0
    [ 22.207] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 22.207] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 22.207] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 22.207] (==) RADEON(0): Default visual is TrueColor
    [ 22.207] (II) Loading sub module "vgahw"
    [ 22.207] (II) LoadModule: "vgahw"
    [ 22.207] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 22.248] (II) Module vgahw: vendor="X.Org Foundation"
    [ 22.248] compiled for 1.9.4, module version = 0.1.0
    [ 22.248] ABI class: X.Org Video Driver, version 8.0
    [ 22.248] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    [ 22.248] (==) RADEON(0): RGB weight 888
    [ 22.249] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 22.249] (--) RADEON(0): Chipset: "ATI RV730XT [Radeon HD 4670]" (ChipID = 0x9490)
    [ 22.249] (--) RADEON(0): Linear framebuffer at 0x00000000d0000000
    [ 22.249] (II) RADEON(0): PCIE card detected
    [ 22.249] (II) Loading sub module "int10"
    [ 22.249] (II) LoadModule: "int10"
    [ 22.249] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 22.250] (II) Module int10: vendor="X.Org Foundation"
    [ 22.250] compiled for 1.9.4, module version = 1.0.0
    [ 22.250] ABI class: X.Org Video Driver, version 8.0
    [ 22.250] (II) RADEON(0): initializing int10
    [ 22.250] (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    [ 22.250] (II) RADEON(0): ATOM BIOS detected
    [ 22.252] (II) RADEON(0): ATOM BIOS Rom:
    [ 22.252] SubsystemVendorID: 0x1043 SubsystemID: 0x02ac
    [ 22.252] IOBaseAddress: 0xb000
    [ 22.252] Filename: SV33824.BIN
    [ 22.252] BIOS Bootup Message:
    9490.11.22.0.1.AS02
    [ 22.252] (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    [ 22.252] (II) RADEON(0): Start of VRAM area used by Firmware: 0x7ffec
    [ 22.252] (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    [ 22.252] (II) RADEON(0): AtomBIOS VRAM scratch base: 0x7ffec
    [ 22.252] (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    [ 22.252] (II) RADEON(0): Default Engine Clock: 750000
    [ 22.252] (II) RADEON(0): Default Memory Clock: 900000
    [ 22.252] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    [ 22.252] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    [ 22.252] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 16000
    [ 22.252] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 6000
    [ 22.252] (II) RADEON(0): Maximum Pixel Clock: 400000
    [ 22.252] (II) RADEON(0): Reference Clock: 27000
    [ 22.252] drmOpenDevice: node name is /dev/dri/card0
    [ 22.252] drmOpenDevice: open result is 10, (OK)
    [ 22.252] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 22.252] drmOpenDevice: node name is /dev/dri/card0
    [ 22.252] drmOpenDevice: open result is 10, (OK)
    [ 22.252] drmOpenByBusid: drmOpenMinor returns 10
    [ 22.252] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 22.252] (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.33.0
    [ 22.252] (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    [ 22.252] (II) RADEON(0): Will try to use DMA for Xv image transfers
    [ 22.252] (II) RADEON(0): Detected total video RAM=524288K, accessible=262144K (PCI BAR=262144K)
    [ 22.252] (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    [ 22.252] (II) RADEON(0): Color tiling disabled
    [ 22.252] (II) Loading sub module "ddc"
    [ 22.252] (II) LoadModule: "ddc"
    [ 22.252] (II) Module "ddc" already built-in
    [ 22.252] (II) Loading sub module "i2c"
    [ 22.252] (II) LoadModule: "i2c"
    [ 22.252] (II) Module "i2c" already built-in
    [ 22.262] (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=60000 max=120000; xclk=40000
    [ 22.262] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 22.262] (II) RADEON(0): I2C bus "HDMI-0" initialized.
    [ 22.262] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 22.262] (II) RADEON(0): I2C bus "VGA-0" initialized.
    [ 22.262] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 22.262] (II) RADEON(0): I2C bus "DVI-0" initialized.
    [ 22.262] (II) RADEON(0): Port0:
    [ 22.262] XRANDR name: HDMI-0
    [ 22.262] Connector: HDMI-A
    [ 22.262] DFP2: INTERNAL_UNIPHY1
    [ 22.262] DDC reg: 0x7e60
    [ 22.262] (II) RADEON(0): Port1:
    [ 22.262] XRANDR name: VGA-0
    [ 22.262] Connector: VGA
    [ 22.262] CRT2: INTERNAL_KLDSCP_DAC2
    [ 22.262] DDC reg: 0x7f10
    [ 22.262] (II) RADEON(0): Port2:
    [ 22.262] XRANDR name: DVI-0
    [ 22.262] Connector: DVI-I
    [ 22.262] CRT1: INTERNAL_KLDSCP_DAC1
    [ 22.262] DFP1: INTERNAL_UNIPHY
    [ 22.262] DDC reg: 0x7e20
    [ 22.262] (II) RADEON(0): I2C device "HDMI-0:ddc2" registered at address 0xA0.
    [ 22.266] (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    [ 22.266] finished output detect: 0
    [ 22.266] (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    [ 22.275] Dac detection success
    [ 22.275] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    [ 22.275] finished output detect: 1
    [ 22.275] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    [ 22.328] (II) RADEON(0): EDID for output DVI-0
    [ 22.328] (II) RADEON(0): Manufacturer: SAM Model: 1b6 Serial#: 1447309625
    [ 22.328] (II) RADEON(0): Year: 2006 Week: 10
    [ 22.328] (II) RADEON(0): EDID Version: 1.3
    [ 22.328] (II) RADEON(0): Digital Display Input
    [ 22.328] (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 22.329] (II) RADEON(0): Gamma: 2.20
    [ 22.329] (II) RADEON(0): DPMS capabilities: Off
    [ 22.329] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 22.329] (II) RADEON(0): First detailed timing is preferred mode
    [ 22.329] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 22.329] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 22.329] (II) RADEON(0): Supported established timings:
    [ 22.329] (II) RADEON(0): 720x400@70Hz
    [ 22.329] (II) RADEON(0): 640x480@60Hz
    [ 22.329] (II) RADEON(0): 640x480@67Hz
    [ 22.329] (II) RADEON(0): 640x480@72Hz
    [ 22.329] (II) RADEON(0): 640x480@75Hz
    [ 22.329] (II) RADEON(0): 800x600@56Hz
    [ 22.329] (II) RADEON(0): 800x600@60Hz
    [ 22.329] (II) RADEON(0): 800x600@72Hz
    [ 22.329] (II) RADEON(0): 800x600@75Hz
    [ 22.329] (II) RADEON(0): 832x624@75Hz
    [ 22.329] (II) RADEON(0): 1024x768@60Hz
    [ 22.329] (II) RADEON(0): 1024x768@70Hz
    [ 22.329] (II) RADEON(0): 1024x768@75Hz
    [ 22.329] (II) RADEON(0): 1280x1024@75Hz
    [ 22.329] (II) RADEON(0): 1152x864@75Hz
    [ 22.329] (II) RADEON(0): Manufacturer's mask: 0
    [ 22.329] (II) RADEON(0): Supported standard timings:
    [ 22.329] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 22.329] (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 22.329] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 22.329] (II) RADEON(0): Supported detailed timing:
    [ 22.329] (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 22.329] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 22.329] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 22.329] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 22.329] (II) RADEON(0): Monitor name: SyncMaster
    [ 22.329] (II) RADEON(0): Serial No: HVFL302001
    [ 22.329] (II) RADEON(0): EDID (in hex):
    [ 22.329] (II) RADEON(0): 00ffffffffffff004c2db60139314456
    [ 22.329] (II) RADEON(0): 0a10010380261e782aee95a3544c9926
    [ 22.329] (II) RADEON(0): 0f5054bfef8081808140714f01010101
    [ 22.329] (II) RADEON(0): 010101010101302a009851002a403070
    [ 22.329] (II) RADEON(0): 1300782d1100001e000000fd00384c1e
    [ 22.329] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 22.329] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 22.329] (II) RADEON(0): 004856464c3330323030310a20200072
    [ 22.329] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3
    [ 22.329] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [ 22.329] (II) RADEON(0): Manufacturer: SAM Model: 1b6 Serial#: 1447309625
    [ 22.329] (II) RADEON(0): Year: 2006 Week: 10
    [ 22.329] (II) RADEON(0): EDID Version: 1.3
    [ 22.329] (II) RADEON(0): Digital Display Input
    [ 22.329] (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 22.329] (II) RADEON(0): Gamma: 2.20
    [ 22.329] (II) RADEON(0): DPMS capabilities: Off
    [ 22.329] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 22.329] (II) RADEON(0): First detailed timing is preferred mode
    [ 22.329] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 22.329] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 22.329] (II) RADEON(0): Supported established timings:
    [ 22.329] (II) RADEON(0): 720x400@70Hz
    [ 22.329] (II) RADEON(0): 640x480@60Hz
    [ 22.329] (II) RADEON(0): 640x480@67Hz
    [ 22.329] (II) RADEON(0): 640x480@72Hz
    [ 22.329] (II) RADEON(0): 640x480@75Hz
    [ 22.329] (II) RADEON(0): 800x600@56Hz
    [ 22.329] (II) RADEON(0): 800x600@60Hz
    [ 22.329] (II) RADEON(0): 800x600@72Hz
    [ 22.329] (II) RADEON(0): 800x600@75Hz
    [ 22.329] (II) RADEON(0): 832x624@75Hz
    [ 22.329] (II) RADEON(0): 1024x768@60Hz
    [ 22.329] (II) RADEON(0): 1024x768@70Hz
    [ 22.329] (II) RADEON(0): 1024x768@75Hz
    [ 22.329] (II) RADEON(0): 1280x1024@75Hz
    [ 22.329] (II) RADEON(0): 1152x864@75Hz
    [ 22.329] (II) RADEON(0): Manufacturer's mask: 0
    [ 22.329] (II) RADEON(0): Supported standard timings:
    [ 22.329] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 22.329] (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 22.329] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 22.329] (II) RADEON(0): Supported detailed timing:
    [ 22.329] (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 22.329] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 22.329] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 22.329] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 22.329] (II) RADEON(0): Monitor name: SyncMaster
    [ 22.329] (II) RADEON(0): Serial No: HVFL302001
    [ 22.329] (II) RADEON(0): EDID (in hex):
    [ 22.329] (II) RADEON(0): 00ffffffffffff004c2db60139314456
    [ 22.329] (II) RADEON(0): 0a10010380261e782aee95a3544c9926
    [ 22.329] (II) RADEON(0): 0f5054bfef8081808140714f01010101
    [ 22.329] (II) RADEON(0): 010101010101302a009851002a403070
    [ 22.329] (II) RADEON(0): 1300782d1100001e000000fd00384c1e
    [ 22.329] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 22.329] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 22.329] (II) RADEON(0): 004856464c3330323030310a20200072
    [ 22.329] finished output detect: 2
    [ 22.330] finished all detect
    [ 22.333] (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    [ 22.333] (II) RADEON(0): EDID for output HDMI-0
    [ 22.342] Dac detection success
    [ 22.342] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    [ 22.342] (II) RADEON(0): EDID for output VGA-0
    [ 22.396] (II) RADEON(0): EDID for output DVI-0
    [ 22.396] (II) RADEON(0): Manufacturer: SAM Model: 1b6 Serial#: 1447309625
    [ 22.396] (II) RADEON(0): Year: 2006 Week: 10
    [ 22.396] (II) RADEON(0): EDID Version: 1.3
    [ 22.396] (II) RADEON(0): Digital Display Input
    [ 22.396] (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 22.396] (II) RADEON(0): Gamma: 2.20
    [ 22.396] (II) RADEON(0): DPMS capabilities: Off
    [ 22.396] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 22.396] (II) RADEON(0): First detailed timing is preferred mode
    [ 22.396] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 22.396] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 22.396] (II) RADEON(0): Supported established timings:
    [ 22.396] (II) RADEON(0): 720x400@70Hz
    [ 22.396] (II) RADEON(0): 640x480@60Hz
    [ 22.396] (II) RADEON(0): 640x480@67Hz
    [ 22.396] (II) RADEON(0): 640x480@72Hz
    [ 22.396] (II) RADEON(0): 640x480@75Hz
    [ 22.396] (II) RADEON(0): 800x600@56Hz
    [ 22.396] (II) RADEON(0): 800x600@60Hz
    [ 22.396] (II) RADEON(0): 800x600@72Hz
    [ 22.396] (II) RADEON(0): 800x600@75Hz
    [ 22.396] (II) RADEON(0): 832x624@75Hz
    [ 22.396] (II) RADEON(0): 1024x768@60Hz
    [ 22.396] (II) RADEON(0): 1024x768@70Hz
    [ 22.396] (II) RADEON(0): 1024x768@75Hz
    [ 22.396] (II) RADEON(0): 1280x1024@75Hz
    [ 22.396] (II) RADEON(0): 1152x864@75Hz
    [ 22.396] (II) RADEON(0): Manufacturer's mask: 0
    [ 22.396] (II) RADEON(0): Supported standard timings:
    [ 22.396] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 22.396] (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 22.396] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 22.396] (II) RADEON(0): Supported detailed timing:
    [ 22.396] (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 22.396] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 22.396] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 22.396] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 22.396] (II) RADEON(0): Monitor name: SyncMaster
    [ 22.396] (II) RADEON(0): Serial No: HVFL302001
    [ 22.396] (II) RADEON(0): EDID (in hex):
    [ 22.396] (II) RADEON(0): 00ffffffffffff004c2db60139314456
    [ 22.396] (II) RADEON(0): 0a10010380261e782aee95a3544c9926
    [ 22.396] (II) RADEON(0): 0f5054bfef8081808140714f01010101
    [ 22.396] (II) RADEON(0): 010101010101302a009851002a403070
    [ 22.396] (II) RADEON(0): 1300782d1100001e000000fd00384c1e
    [ 22.396] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 22.396] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 22.396] (II) RADEON(0): 004856464c3330323030310a20200072
    [ 22.396] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3
    [ 22.396] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [ 22.396] (II) RADEON(0): Manufacturer: SAM Model: 1b6 Serial#: 1447309625
    [ 22.396] (II) RADEON(0): Year: 2006 Week: 10
    [ 22.396] (II) RADEON(0): EDID Version: 1.3
    [ 22.396] (II) RADEON(0): Digital Display Input
    [ 22.396] (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 22.396] (II) RADEON(0): Gamma: 2.20
    [ 22.396] (II) RADEON(0): DPMS capabilities: Off
    [ 22.397] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 22.397] (II) RADEON(0): First detailed timing is preferred mode
    [ 22.397] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 22.397] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 22.397] (II) RADEON(0): Supported established timings:
    [ 22.397] (II) RADEON(0): 720x400@70Hz
    [ 22.397] (II) RADEON(0): 640x480@60Hz
    [ 22.397] (II) RADEON(0): 640x480@67Hz
    [ 22.397] (II) RADEON(0): 640x480@72Hz
    [ 22.397] (II) RADEON(0): 640x480@75Hz
    [ 22.397] (II) RADEON(0): 800x600@56Hz
    [ 22.397] (II) RADEON(0): 800x600@60Hz
    [ 22.397] (II) RADEON(0): 800x600@72Hz
    [ 22.397] (II) RADEON(0): 800x600@75Hz
    [ 22.397] (II) RADEON(0): 832x624@75Hz
    [ 22.397] (II) RADEON(0): 1024x768@60Hz
    [ 22.397] (II) RADEON(0): 1024x768@70Hz
    [ 22.397] (II) RADEON(0): 1024x768@75Hz
    [ 22.397] (II) RADEON(0): 1280x1024@75Hz
    [ 22.397] (II) RADEON(0): 1152x864@75Hz
    [ 22.397] (II) RADEON(0): Manufacturer's mask: 0
    [ 22.397] (II) RADEON(0): Supported standard timings:
    [ 22.397] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 22.397] (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 22.397] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 22.397] (II) RADEON(0): Supported detailed timing:
    [ 22.397] (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 22.397] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 22.397] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 22.397] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 22.397] (II) RADEON(0): Monitor name: SyncMaster
    [ 22.397] (II) RADEON(0): Serial No: HVFL302001
    [ 22.397] (II) RADEON(0): EDID (in hex):
    [ 22.397] (II) RADEON(0): 00ffffffffffff004c2db60139314456
    [ 22.397] (II) RADEON(0): 0a10010380261e782aee95a3544c9926
    [ 22.397] (II) RADEON(0): 0f5054bfef8081808140714f01010101
    [ 22.397] (II) RADEON(0): 010101010101302a009851002a403070
    [ 22.397] (II) RADEON(0): 1300782d1100001e000000fd00384c1e
    [ 22.397] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 22.397] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 22.397] (II) RADEON(0): 004856464c3330323030310a20200072
    [ 22.397] (II) RADEON(0): Panel infos found from DDC detailed: 1280x1024
    [ 22.397] (II) RADEON(0): EDID vendor "SAM", prod id 438
    [ 22.403] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 22.403] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 22.403] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 22.403] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 22.403] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 22.403] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 22.403] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 22.403] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 22.403] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 22.403] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 22.403] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 22.403] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 22.403] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 22.403] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 22.403] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 22.403] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 22.403] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 22.403] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 22.403] (II) RADEON(0): Output HDMI-0 disconnected
    [ 22.403] (II) RADEON(0): Output VGA-0 disconnected
    [ 22.403] (II) RADEON(0): Output DVI-0 connected
    [ 22.403] (II) RADEON(0): Using exact sizes for initial modes
    [ 22.403] (II) RADEON(0): Output DVI-0 using initial mode 1280x1024
    [ 22.403] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 22.403] (==) RADEON(0): DPI set to (96, 96)
    [ 22.403] (II) Loading sub module "fb"
    [ 22.403] (II) LoadModule: "fb"
    [ 22.404] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 22.405] (II) Module fb: vendor="X.Org Foundation"
    [ 22.405] compiled for 1.9.4, module version = 1.0.0
    [ 22.405] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 22.405] (II) Loading sub module "ramdac"
    [ 22.405] (II) LoadModule: "ramdac"
    [ 22.405] (II) Module "ramdac" already built-in
    [ 22.405] (==) RADEON(0): Will attempt to use R6xx/R7xx EXA support if DRI is enabled.
    [ 22.405] (II) Loading sub module "exa"
    [ 22.405] (II) LoadModule: "exa"
    [ 22.405] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 22.419] (II) Module exa: vendor="X.Org Foundation"
    [ 22.419] compiled for 1.9.4, module version = 2.5.0
    [ 22.419] ABI class: X.Org Video Driver, version 8.0
    [ 22.420] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    [ 22.420] (II) UnloadModule: "vesa"
    [ 22.420] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 22.420] (--) Depth 24 pixmap format is 32 bpp
    [ 22.420] (II) RADEON(0): RADEONScreenInit d0000000 0 0
    [ 22.528] Output UNIPHY0 transmitter setup success
    [ 22.535] Blank CRTC 0 success
    [ 22.535] Disable CRTC memreq 0 success
    [ 22.552] Disable CRTC 0 success
    [ 22.552] Blank CRTC 1 success
    [ 22.552] Disable CRTC memreq 1 success
    [ 22.552] Disable CRTC 1 success
    [ 22.552] (II) RADEON(0): Dynamic Power Management Disabled
    [ 22.570] (==) RADEON(0): Using 24 bit depth buffer
    [ 22.570] mc fb loc is 00ef00d0
    [ 22.570] (II) RADEON(0): RADEONInitMemoryMap() :
    [ 22.570] (II) RADEON(0): mem_size : 0x20000000
    [ 22.570] (II) RADEON(0): MC_FB_LOCATION : 0x00ef00d0
    [ 22.570] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    [ 22.570] (II) RADEON(0): Depth moves disabled by default
    [ 22.572] (II) RADEON(0): Allocating from a screen of 262080 kb
    [ 22.572] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00640000
    [ 22.572] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00644000
    [ 22.572] (II) RADEON(0): Will use 6400 kb for front buffer at offset 0x00000000
    [ 22.572] (II) RADEON(0): Will use 64 kb for PCI GART at offset 0x0fff0000
    [ 22.572] (II) RADEON(0): Will use 6400 kb for back buffer at offset 0x00648000
    [ 22.572] (II) RADEON(0): Will use 6400 kb for depth buffer at offset 0x00c88000
    [ 22.572] (II) RADEON(0): Will use 120832 kb for textures at offset 0x012c8000
    [ 22.572] (II) RADEON(0): Will use 122016 kb for X Server offscreen at offset 0x088c8000
    [ 22.572] drmOpenDevice: node name is /dev/dri/card0
    [ 22.572] drmOpenDevice: open result is 10, (OK)
    [ 22.572] drmOpenDevice: node name is /dev/dri/card0
    [ 22.572] drmOpenDevice: open result is 10, (OK)
    [ 22.572] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 22.572] drmOpenDevice: node name is /dev/dri/card0
    [ 22.572] drmOpenDevice: open result is 10, (OK)
    [ 22.572] drmOpenByBusid: drmOpenMinor returns 10
    [ 22.572] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 22.572] (II) [drm] DRM interface version 1.4
    [ 22.572] (II) [drm] DRM open master succeeded.
    [ 22.572] (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    [ 22.572] (II) RADEON(0): [drm] framebuffer handle = 0xd0000000
    [ 22.572] (II) RADEON(0): [drm] added 1 reserved context for kernel
    [ 22.572] (II) RADEON(0): X context handle = 0x1
    [ 22.572] (II) RADEON(0): [drm] installed DRM signal handler
    [ 22.577] (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf9329000
    [ 22.577] (II) RADEON(0): [pci] ring handle = 0xf9329000
    [ 22.577] (II) RADEON(0): [pci] Ring mapped at 0xb7104000
    [ 22.577] (II) RADEON(0): [pci] Ring contents 0x00000000
    [ 22.577] (II) RADEON(0): [pci] ring read ptr handle = 0xf942a000
    [ 22.577] (II) RADEON(0): [pci] Ring read ptr mapped at 0xb732b000
    [ 22.577] (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    [ 22.577] (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf942b000
    [ 22.577] (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xa6e5e000
    [ 22.577] (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    [ 22.577] (II) RADEON(0): [pci] GART texture map handle = 0xf962b000
    [ 22.577] (II) RADEON(0): [pci] GART Texture map mapped at 0xa51de000
    [ 22.577] (II) RADEON(0): [drm] register handle = 0x2f77c000
    [ 22.577] (II) RADEON(0): [dri] Visual configs initialized
    [ 22.624] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 22.624] (II) RADEON(0): MC_FB_LOCATION : 0x00ef00d0 0x001f0000
    [ 22.624] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    [ 22.634] (==) RADEON(0): Backing store disabled
    [ 22.634] (II) RADEON(0): [DRI] installation complete
    [ 22.934] (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    [ 22.934] (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    [ 22.934] (II) RADEON(0): [drm] dma control initialized, using IRQ 16
    [ 22.934] (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    [ 22.934] (WW) RADEON(0): DRI init changed memory map, adjusting ...
    [ 22.934] (WW) RADEON(0): MC_FB_LOCATION was: 0x00ef00d0 is: 0x00ef00d0
    [ 22.934] (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0x00030000
    [ 22.934] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 22.934] (II) RADEON(0): MC_FB_LOCATION : 0x00ef00d0 0x00ef00d0
    [ 22.934] (II) RADEON(0): MC_AGP_LOCATION : 0x00030000
    [ 22.934] (II) RADEON(0): Direct rendering enabled
    [ 22.934] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 22.934] (II) EXA(0): Offscreen pixmap area of 124944384 bytes
    [ 22.934] (II) EXA(0): Driver registered support for the following operations:
    [ 22.934] (II) Solid
    [ 22.934] (II) Copy
    [ 22.934] (II) Composite (RENDER acceleration)
    [ 22.934] (II) UploadToScreen
    [ 22.934] (II) DownloadFromScreen
    [ 23.030] (II) RADEON(0): Acceleration enabled
    [ 23.030] (==) RADEON(0): DPMS enabled
    [ 23.030] (==) RADEON(0): Silken mouse enabled
    [ 23.042] (II) RADEON(0): Set up textured video
    [ 23.044]
    Backtrace:
    [ 23.044] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e649b]
    [ 23.044] 1: /usr/bin/X (0x8048000+0x5cea5) [0x80a4ea5]
    [ 23.044] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb776940c]
    [ 23.044] 3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0xb7224000+0xca53e) [0xb72ee53e]
    [ 23.044] 4: /usr/lib/xorg/modules/drivers/radeon_drv.so (0xb7224000+0x7a7e2) [0xb729e7e2]
    [ 23.044] 5: /usr/bin/X (xf86SetDesiredModes+0x21c) [0x80ced1c]
    [ 23.044] 6: /usr/lib/xorg/modules/drivers/radeon_drv.so (0xb7224000+0x3b4ab) [0xb725f4ab]
    [ 23.044] 7: /usr/bin/X (AddScreen+0x17c) [0x806f50c]
    [ 23.044] 8: /usr/bin/X (InitOutput+0x2a1) [0x80b57a1]
    [ 23.044] 9: /usr/bin/X (0x8048000+0x1a035) [0x8062035]
    [ 23.044] 10: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7485db6]
    [ 23.044] 11: /usr/bin/X (0x8048000+0x19dd1) [0x8061dd1]
    [ 23.044] Segmentation fault at address 0x168
    [ 23.045]
    Fatal server error:
    [ 23.045] Caught signal 11 (Segmentation fault). Server aborting
    [ 23.045]
    [ 23.045]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 23.045] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 23.045]
    [ 23.047] Output UNIPHY0 transmitter setup success
    [ 23.047] Blank CRTC 0 success
    [ 23.047] Disable CRTC memreq 0 success
    [ 23.047] Disable CRTC 0 success
    [ 23.047] Blank CRTC 1 success
    [ 23.047] Disable CRTC memreq 1 success
    [ 23.047] Disable CRTC 1 success
    [ 23.047] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 23.047] (II) RADEON(0): MC_FB_LOCATION : 0x001f0000 0x00ef00d0
    [ 23.047] (II) RADEON(0): MC_AGP_LOCATION : 0x00000000
    [ 23.057] (II) RADEON(0): avivo_restore !
    [ 23.158] Enable CRTC 0 success
    [ 23.158] Enable CRTC memreq 0 success
    [ 23.158] Unblank CRTC 0 success

  • [SOLVED] Xmonad: trasparency doesn't work with compton intel

    Dear All,
    I am having a strange issue with Xmonad and I am not sure whether it is a problem of my Arch or Xmonad configuration. I decided to ask on Arch forum first, as my other computer running Arch has exactly the same Xmonad setup and it works fine. I would appreciate assistance from some Xmonad or Arch proficient users on this.
    Basically, I have this piece of code in my xmonad.hs:
    myLogHook :: Handle -> X ()
    , logHook = myLogHook dzenLeftBar >> fadeInactiveLogHook 0.8
    On the other computer this makes all the unfocused windowses slightly transparent. I find this feature very useful as it helps me focus on the window I am working with.
    For some reason this doesn't work on my laptop. My laptop is using xf86-video-intel since the lspci gave me
    %lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
    Also I am invoking compton-git from AUR but I have also tried with xcompmgr in my xinitrc and it gave exactly the same result - no transparency whatsoever.
    I looked through my log file, but couldn't find anything relevant (please let me know if you can think of anything). How do I proceed with this issue? Do I try different composite managers? Do I try different drivers? Is there anyhting in X setup that I should include? Please let me know if you have any ideas.
    Last edited by AlmostSurelyRob (2013-06-18 10:18:08)

    I am very sorry. I've just discovered that neither compton nor xcompmgr were installed. It's not only solved, it should be marked as [NOT RAISED]. I was migrating my configuration and overlooked some erm... details.

  • [SOLVED] CPU scaling doesn't work with the new kernel

    I just updated my kernel to 2.6.16.1-7, but now my CPU scaling doesn't work anymore.
    root@vanessa ~# modprobe cpufreq_userspace
    root@vanessa ~# modprobe speedstep_centrino
    FATAL: Error inserting speedstep_centrino (/lib/modules/2.6.16-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    and the last line of dmesg:
    speedstep_centrino: Unknown symbol acpi_processor_preregister_performance
    Any ideas? Looks like this is an error in the speedstep_centrino module.. bit. As far as I know I hadn't this error with the -6 kernel package..

    did you anything else except update your kernel version? because the problem isn't gone away here
    [cagnulein@cagnulein ~]$ sudo modprobe speedstep_centrino
    Password:
    FATAL: Error inserting speedstep_centrino (/lib/modules/2.6.16-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko): No such device
    and powernowd
    [cagnulein@cagnulein ~]$ sudo /etc/rc.d/powernowd start
    :: Starting Powernowd [BUSY]
    powernowd: PowerNow Daemon v0.97, (c) 2003-2006 John Clemens
    powernowd: Found 1 scalable unit: -- 1 'CPU' per scalable unit
    /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq: No such file or directory
    PowerNowd encountered and error and could not start.
    Please make sure that:
    - You are running a v2.6.7 kernel or later
    - That you have sysfs mounted /sys
    - That you have the core cpufreq and cpufreq-userspace
    modules loaded into your kernel
    - That you have the cpufreq driver for your cpu loaded,
    (for example: powernow-k7), and that it works. Check
    'dmesg' for errors.
    If all of the above are true, and you still have problems,
    please email the author: [email protected]
    [FAIL]

  • The Google Toolbar doesn't work with Firefox 5 and all my bookmarks are saved in the toolbar. How do I go back to version 4?

    Unfortunately any enhancements that you've made with FF5 don't outweigh the loss of my bookmarks in the Google Toolbar. How do I go back to FF4?

    Install the following Add-on until Google releases a new version of their toolbar that is compatible with Firefox 5. Most Add-ons that worked with Firefox 4 should still work with Firefox 5, but the developers need to update a line in their Add-on's code to indicate with which versions of Firefox the Add-on is compatible. The following Add-on adds a "Compatibility" button in your Add-ons > Extensions that you may need to click after installing it and restarting Firefox.
    *Add-on Compatibility Reporter: https://addons.mozilla.org/en-US/firefox/addon/15003
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Adobe PDF Plug-In For Firefox and Netscape
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.

  • Flash player doesn't work with Vk (video or photos)

    I have the latest version for my pc and my browser (I've also tried to uninstall and reinstall), but it's been 2 weeks now that this message appears: "the latest version of flash player is required to view videos. (flash player has better functionality)". I've clicked the link, reinstalled the plugin and activated it. What can I do? (i have no problem with other video players).
    (ps:sorry for my bad english)

    1 (800) 833-6687
    Mon-Fri 6am-7pm (PST)
    $39.99 (prepaid) per call even if they can't resolve your issue

  • AMD/ATi with xf86-video-ati is glitching (random frame hang)

    I've asked #archlinux about this multiple times to no avail. Also, I can't find anything on the Wiki about an issue like this.
    Basically my computer hangs for around a 8th-4th second or so about every 20-40 seconds. The hang is visual only (i think), meaning no audio glitches or network glitches (that I'm aware of). I have a OpenGL test writing out frame rate, and during the hang the FPS consistently drops from 61 to 51. No CPU spikes are visible in the System Monitor, so my guess is that it's video driver related.
    Does anyone have any idea what's going on? I have an overclocked ATi graphics card (specs below) so I'm thinking that's probably related to the issue. Any help is very welcome.
    ~ system specs ~
    DE: Gnome Shell 3.2.2.1
    CPU: AMD Phenom II X4 920
    GPU: AMD Radeon HD 4870 (O.C.) 512Mb
    RAM: 8Gb Kingston
    ps. I've tried many different combinations of Cool'n'Quite + cpufrequtils with no luck. ACPID 2.0 is disabled in the bios.
    [EDIT] also, I would get the Catalyst drivers if they worked with Xorg 1.12, but I'd rather have Gnome Shell than Catalyst drivers ATM.
    Last edited by PhilipWitte (2012-04-05 18:14:57)

    karol wrote:
    Are you using
    radeon.audio=1
    with opensource drivers too?
    Yes I am. I've tried taking it out but to no avail.

  • Firfox doesn´t work with dailymotion videos

    Most of the times, when I try to see videos at Dailymotion, i get a message: "Streaming error - Thech problems has prevented to show this video" or something like this. I have my flash updated, and i can see videos from other sites.

    Your plugins list shows outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r32
    Update the [[Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

Maybe you are looking for