[SOLVED] Confused about Mobility Radeon HD 3200

I've always found hard to find good information about this card - some sources, even, contradict themselves. All what I know is that it is an integrated graphics card and that it features the RS780M chipset. These are some tips I've got from the system logs:
grep -i r600 /var/log/Xorg.0.log
[ 23.353] (II) RADEON(0): [DRI2] DRI driver: r600
[ 23.353] (II) RADEON(0): [DRI2] VDPAU driver: r600
[ 24.099] (II) AIGLX: Loaded and initialized r600
dmesg | grep -i radeon
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-hf root=UUID=ab92c2db-22b5-4fcb-a33f-2efe3f3f104c ro radeon.modeset=1 radeon.benchmark=0 radeon.tv=0 radeon.pm=0 init=/usr/lib/systemd/systemd quiet
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-hf root=UUID=ab92c2db-22b5-4fcb-a33f-2efe3f3f104c ro radeon.modeset=1 radeon.benchmark=0 radeon.tv=0 radeon.pm=0 init=/usr/lib/systemd/systemd quiet
[ 1.463857] [drm] radeon kernel modesetting enabled.
[ 1.464337] radeon 0000:01:05.0: VRAM: 256M 0x00000000C0000000 - 0x00000000CFFFFFFF (256M used)
[ 1.464340] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
[ 1.464779] [drm] radeon: 256M of VRAM memory ready
[ 1.464781] [drm] radeon: 512M of GTT memory ready.
[ 1.472494] radeon 0000:01:05.0: WB enabled
[ 1.472499] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff8800374a5c00
[ 1.472502] radeon 0000:01:05.0: fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xffff8800374a5c0c
[ 1.472570] [drm] radeon: irq initialized.
[ 1.472672] radeon 0000:01:05.0: setting latency timer to 64
[ 1.504277] [drm] radeon atom DIG backlight initialized
[ 1.504279] [drm] Radeon Display Connectors
[ 1.504311] [drm] radeon: power management initialized
[ 2.344989] fbcon: radeondrmfb (fb0) is primary device
[ 2.441483] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
[ 2.441486] radeon 0000:01:05.0: registered panic notifier
[ 2.441502] [drm] Initialized radeon 2.30.0 20080528 for 0000:01:05.0 on minor 0
I also found good (?) information, or at least a clearly-explained article, here. After reading it, UVD appears as the AMD's counterpart of NVIDIA's VDPAU for video acceleration.
What I'm not sure about, is:
-  Does it support video acceleration? I'd like to offload video processing to the GPU, but am not sure if my card and the open-source drivers support it or not. Wikipedia's article about VDPAU states it comes from NVIDIA, but then it says it has an open-source implementation.
-  What has gallium to do with it? What gallium drivers should I enable in mesa? And what about DRI drivers?
I configured mesa as follows:
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-gallium-drivers=r600 \
--with-dri-drivers=radeon \
--with-llvm-shared-libs \
--enable-gallium-llvm \
--enable-egl \
--enable-gallium-egl \
--with-egl-platforms=x11,drm \
--enable-shared-glapi \
--enable-gbm \
--enable-glx-tls \
--enable-dri \
--enable-glx \
--enable-osmesa \
--enable-texture-float \
--enable-xa \
--enable-vdpau
Not sure if I missed something, though.
I am very confused about how Linux manages graphics, and what all those layers are for. DRM, DRI, VDPAU, VA-API, gl, gl3, xv, xvmc... it's a mess!
Thanks in advance.
Last edited by Kalrish (2013-06-16 17:54:04)

The feature matrix might help. The easy part to answer is that the 3D driver is split into two parts: DRM which is part of the kernel and DRI which is in userspace and comes from the mesa package.
Xv is an Xserver extension supported by pretty much all drivers. Found in the DDX (xf86-video-*), it uses features of the card to speed up the display of video (but not decoding). It can either do this by using the "video overlay" or creating a shader.
Now if you want to use Xv but also offload decoding to the card, you need a video acceleration API. The ones to choose from are XvMC, VA-API, VDAPU in increasing order of feature support. They were developed by Xorg, Intel, Nvidia respectively but anyone is free to implement them. I don't think it's correct to call UVD a counterpart of VDPAU. UVD is a bunch of registers on newer AMD cards. And if you sent bits to those registers in the right way, you can implement VDPAU.
The other way to implement VDPAU (say if the documentation for UVD registers was not released) is to use gallium. There is a gallium state tracker which can still do it at the expense of being slower. It is a hack whereby you convert video frames to polygon textures and make the OpenGL part of the card think that it's calculating part of a 3D scene when really it's decoding video.

Similar Messages

  • [SOLVED] Confused about development packages

    To build an embedded linux image using minifs utility, I need to install some development packages. The packages listed in the tutorial are named for Debian based distros, with the "-dev" suffix. Some of the listed packages are: libz-dev, libelf-dev, libelfg0-dev, libncurses-dev, etc.
    I can't find these packages, and I'm a bit confused. I have read that these packages in Arch Linux have different suffixes denpending on the origin (-cvs, -git, etc.), but I can't find any packages with that suffixes. For example for ncurses:
    $ pacman -Ss ncurses
    core/ncurses 5.9-3 [instalado]
    System V Release 4.0 curses emulation library
    extra/cmus 2.4.3-1
    A very feature-rich ncurses-based music player
    extra/finch 2.10.1-1
    A ncurses-based messaging client
    extra/moc 20110528-5
    An ncurses console audio player with support for the mp3, ogg, and wave
    formats
    extra/naim 0.11.8.3.2-2
    An ncurses AOL Instant Messenger and IRC client.
    extra/ncmpc 0.20-1
    A ncurses (command line) interface for MPD
    community/echat 0.04beta1-3
    vypress compatible ncurses chat (can work without server)
    community/ekg2 0.3.1-2
    ncurses based Jabber, Gadu-Gadu, Tlen and IRC client
    community/ncdu 1.8-1
    Disk usage analyzer with an ncurses interface
    community/rtorrent 0.8.9-2
    Ncurses BitTorrent client based on libTorrent
    community/ruby-ncurses 1.3.1-3
    Module for interactive text console applications (ncurses)
    community/sniffit 0.3.7.beta-11
    very good packet sniffer for unix with ncurses interactive mode.
    community/vifm 0.7.2-1
    Ncurses based file manager with vi like keybindings
    community/yacpi 3.0.1-3
    ncurses-based acpi monitor.
    No ncurses-cvs, ncurses-git, ncurses-svn or the like is found. How can I find development packages?
    Last edited by doragasu (2012-03-09 22:38:03)

    doragasu wrote:So in Arch, packages include not only binaries + resources, they also include header files? If I install for example ncurses, also header files for ncurses get installed?
    headers, pkg-config, everything in one package, that is required for a compilation. we keep stuff simple
    Last edited by wonder (2012-03-09 22:37:46)

  • [solved] confusion about vim and its config files

    Hi, Im getting really confused with vim and its /etc/vimrc config, and the per user ~/.vimrc.
    On one of my PC's I have an untouched /etc/vimrc and a /home/jason/.vimrc which has:
    syntax on
    now, on that same PC, if I run
    vim .vimrc
    "syntax on" in green and yellow as expected, and if I run
    sudo vim .vimrc
    I also see
    "syntax on" in green and yellow, but surely this is opening it as root?
    *Edit
    Even though there is no .vimrc in /root, and the system-wide /etc/vimrc is untouched/blank
    On another PC I also have an untoched /etc/vimrc, and a /home/jason/.vimrc which has:
    syntax on
    Aswell, and:
    vim .vimrc
    has "syntax on" in green and yellow as expected, but this time:
    sudo vim .vimrc
    Has no colour?
    I cant explain this, any ideas?
    *Edit
    To clarify, both PC's have an untouched /etc/vimrc and there is no /root/.vimrc file on either PC
    Last edited by jrussell (2013-04-14 10:21:42)

    siriusb wrote:
    The configuration files in /etc are for system-wide settings. These are the default settings if not overridden by a user's own settings in their home directory.
    So running vim as your regular user will use the settings from your home directory.
    What does sudo? From man sudo
    sudo allows a permitted user to execute a command as the superuser or another user, as specified by the security policy.
    So if you didn't specify any setting in the home folder of the user you want to run vim as, and you don't have anything in /etc/vimrc, vim won't apply any custom settings.
    I understand all of that, but on both my PC's I have a clean/untouched config /etc/vimrc, and both /root/.vimrc files do not exist, so howcome on one PC I get colour with sudo vim...., and on the other I dont?

  • [SOLVED] Confusion about cross-compiling kernel

    I have a MacBook Pro running Mac OS X, and my Arch laptop.
    They have different processors (but both Core 2 Duo).
    How do I go about compiling the kernel on my Mac, for my Arch machine?
    (I'm just going to try compiling the stock Arch kernel at first, then perhaps add the flag in .config for Core2Duo optimisations. Latest kernel.)
    Last edited by chrispoole (2009-05-29 12:53:14)

    If you're running an Intel Mac, maybe x-compiling won't be necessary.
    I think you need to download a toolchain for your target architecture, set it up and compile the kernel *w/ that toolchain*, not w/ your regular one.
    I'd suggest grabbing CRUX http://crux.nu/. Compiling the kernel is part of the standard installation process. CRUX is somewhat similar to Arch, w/ the notable omission of pacman.
    If playing w/ kernel is all you want, set up some sandbox space and give it a go. No need for x-compiling etc.
    Last edited by karol (2009-05-29 12:16:39)

  • [solved]confused about bootloader to use

    I have a uuefi motherboard but in my BIOS drives some say ahci, not sure which bootloader I should use.
    Last edited by tmccaffery (2013-04-04 20:21:29)

    If you are comfortable with the old bios way of doing things, then I see no reason why you should force yourself into learning about UEFI if you don't have the desire to do so.  Most UEFI boards have a legacy bios mode, so you can continue to use that if you please.
    BTW, I use gummiboot, with rEFInd as a backup, and elilo as a backup to the backups (and just in case I have an old kernel w/o efistub).  I also have direct firmware boot manager entries for each of my kernels, as well as both version of the UEFI shell as a super duper extra backup.  That is one of the advantages of UEFI, you are not forced to use just a single bootloader, as they are stored in the EFI System Partition, which can be as big as you want it, instead of just the first 446 bytes of the disk like bios.  This makes the necessity of crazy chainloading unnecessary, which is a real treat.

  • [Solved] ATI Mobility Radeon HD 2300 Problem - fglrx not loading

    I changed the currently unreliable GS 8600 nvidia card in my laptop to a compatible old ATI HD 2300 card from a similar model laptop but I can't get the Catalyst drivers to work with it. The open source driver xf86-video-ati works well with it for basic use, but is not so good for 3D. This card should work with an Amilo xi-2428 & has done for other people who have developed faulty nvidia cards.
    I have the legacy driver installed from AUR (Catalyst-total-hd234k) and have enabled Vi0L0's [xorg112] server properly in pacman.conf & downgraded to Xorg-server 1.12. I also tried downgrading to Xorg-server 1.11 & reinstalling the drivers from AUR. Plus I have enabled and tried Vi0L0's [catalyst-hd234k] repo in place of the AUR package each time too. Made no difference. I've blacklisted radeon too.
    When the laptop boots systemd-modules-load.service shows as failed.
    $ sudo systemctl --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    systemd-modules-load.service loaded failed failed Load Kernel Modules
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    1 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    [fyn@Finnix ~]$ systemctl status systemd-modules-load
    systemd-modules-load.service - Load Kernel Modules
    Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
    Active: failed (Result: exit-code) since Wed, 2012-12-19 15:29:57 GMT; 7min ago
    Docs: man:systemd-modules-load.service(8)
    man:modules-load.d(5)
    Process: 121 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    It is only the fglrx module which fails to load:-
    $ sudo journalctl -b _PID=121
    -- Logs begin at Fri, 2012-10-26 09:21:22 GMT, end at Wed, 2012-12-19 15:38:07 G
    Dec 19 15:29:56 Finnix systemd-modules-load[121]: Failed to insert 'fglrx': No such device
    Dec 19 15:29:56 Finnix systemd-modules-load[121]: Inserted module 'nfs'
    Dec 19 15:29:57 Finnix systemd-modules-load[121]: Inserted module 'vboxnetflt'
    I have no idea how to get fglrx to load & since it fails to load so early during boot I doubt the problem lies with my Xorg.conf. Likewise neither aticonfig or the ATI control center work.
    aticonfig: No supported adapters detected
    amdcccle just give this message
    "There was a problem initializing Catalyst Control Center Linux edition. It could be caused by the following.
    No AMD graphics driver is installed, or the AMD driver is not functioning properly.
    Please install the AMD driver appropriate for you AMD hardware, or configure using aticonfig."
    Graphic card info
    $ hwinfo --gfxcard
    27: PCI 100.0: 0300 VGA compatible controller (VGA)
    [Created at pci.319]
    Unique ID: VCu0.SZRyUClQNUF
    Parent ID: vSkL.rRA4AOLb3d5
    SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
    SysFS BusID: 0000:01:00.0
    Hardware Class: graphics card
    Model: "ATI M71 [Mobility Radeon X2100]"
    Vendor: pci 0x1002 "ATI Technologies Inc"
    Device: pci 0x7210 "M71 [Mobility Radeon X2100]"
    SubVendor: pci 0x1734 "Fujitsu Technology Solutions"
    SubDevice: pci 0x1107
    Revision: 0xce
    Memory Range: 0xd0000000-0xdfffffff (ro,non-prefetchable)
    I/O Ports: 0x2000-0x2fff (rw)
    Memory Range: 0xcfef0000-0xcfefffff (rw,non-prefetchable)
    Memory Range: 0xcfe00000-0xcfe1ffff (ro,non-prefetchable,disabled)
    IRQ: 5 (no events)
    I/O Ports: 0x3c0-0x3df (rw)
    Module Alias: "pci:v00001002d00007210sv00001734sd00001107bc03sc00i00"
    Driver Info #0:
    Driver Status: radeon is not active
    Driver Activation Cmd: "modprobe radeon"
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #8 (PCI bridge)
    Primary display adapter: #27
    my Xorg.conf derived mainly from a newly generated config using Xorg :0 -configure
    Section "ServerLayout"
    Identifier "Arch"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "ColorTiling" # [<bool>]
    #Option "ColorTiling2D" # [<bool>]
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "EXAVSync" # [<bool>]
    #Option "EXAPixmaps" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "EnablePageFlip" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    Identifier "Card0"
    Driver "fglrx" # Essential.
    # Driver "vesa"
    BusID "PCI:1:0:0" # Recommended if autodetect fails.
    Option "OpenGLOverlay" "0" ##
    Option "XAANoOffscreenPixmaps" "false" ##
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card1"
    Driver "fglrx"
    # Driver "vesa"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24 # Should not change from '24'
    Modes "1280x800" "1280x800" ## 1st value=default resolution, 2nd=maximum.
    Virtual 1664 1200 ## (x+64, y) to workaround potential OGL rect. artifacts/
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666 # May help enable direct rendering.
    EndSection
    Xorg log
    [ 22.305]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 22.306] X Protocol Version 11, Revision 0
    [ 22.306] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 22.307] Current Operating System: Linux Finnix 3.6.10-1-ARCH #1 SMP PREEMPT Tue Dec 11 09:40:17 CET 2012 x86_64
    [ 22.307] Kernel command line: root=/dev/sda3 ro video=vesa:off vga=0x360 init=/usr/lib/systemd/systemd nomodeset
    [ 22.308] Build Date: 27 August 2012 08:04:39AM
    [ 22.308]
    [ 22.309] Current version of pixman: 0.28.2
    [ 22.309] Before reporting problems, check
    to make sure that you have the latest version.
    [ 22.310] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.312] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 19 13:14:33 2012
    [ 22.312] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.313] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.313] (==) ServerLayout "Arch"
    [ 22.313] (**) |-->Screen "Screen0" (0)
    [ 22.313] (**) | |-->Monitor "Monitor0"
    [ 22.313] (**) | |-->Device "Card0"
    [ 22.313] (**) |-->Screen "Screen1" (1)
    [ 22.313] (**) | |-->Monitor "Monitor1"
    [ 22.313] (**) | |-->Device "Card1"
    [ 22.313] (**) |-->Input Device "Mouse0"
    [ 22.313] (**) |-->Input Device "Keyboard0"
    [ 22.313] (==) Automatically adding devices
    [ 22.313] (==) Automatically enabling devices
    [ 22.313] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.313] Entry deleted from font path.
    [ 22.313] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.313] Entry deleted from font path.
    [ 22.313] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 22.313] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.313] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 22.313] (WW) Disabling Mouse0
    [ 22.314] (WW) Disabling Keyboard0
    [ 22.314] (II) Loader magic: 0x7c8b00
    [ 22.314] (II) Module ABI versions:
    [ 22.314] X.Org ANSI C Emulation: 0.4
    [ 22.314] X.Org Video Driver: 12.1
    [ 22.314] X.Org XInput driver : 16.0
    [ 22.314] X.Org Server Extension : 6.0
    [ 22.315] (--) PCI:*(0:1:0:0) 1002:7210:1734:1107 rev 206, Mem @ 0xd0000000/268435456, 0xcfef0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 22.315] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.315] (II) "extmod" will be loaded by default.
    [ 22.315] (II) "dbe" will be loaded by default.
    [ 22.315] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 22.315] (II) "record" will be loaded by default.
    [ 22.315] (II) "dri" will be loaded by default.
    [ 22.315] (II) "dri2" will be loaded by default.
    [ 22.315] (II) LoadModule: "glx"
    [ 22.315] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.315] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 22.315] compiled for 6.9.0, module version = 1.0.0
    [ 22.315] (II) Loading extension GLX
    [ 22.315] (II) LoadModule: "extmod"
    [ 22.315] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.315] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.315] compiled for 1.12.4, module version = 1.0.0
    [ 22.315] Module class: X.Org Server Extension
    [ 22.315] ABI class: X.Org Server Extension, version 6.0
    [ 22.315] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.316] (II) Loading extension XFree86-VidModeExtension
    [ 22.316] (II) Loading extension XFree86-DGA
    [ 22.316] (II) Loading extension DPMS
    [ 22.316] (II) Loading extension XVideo
    [ 22.316] (II) Loading extension XVideo-MotionCompensation
    [ 22.316] (II) Loading extension X-Resource
    [ 22.316] (II) LoadModule: "dbe"
    [ 22.316] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.316] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.316] compiled for 1.12.4, module version = 1.0.0
    [ 22.316] Module class: X.Org Server Extension
    [ 22.316] ABI class: X.Org Server Extension, version 6.0
    [ 22.316] (II) Loading extension DOUBLE-BUFFER
    [ 22.316] (II) LoadModule: "record"
    [ 22.316] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.316] (II) Module record: vendor="X.Org Foundation"
    [ 22.316] compiled for 1.12.4, module version = 1.13.0
    [ 22.316] Module class: X.Org Server Extension
    [ 22.316] ABI class: X.Org Server Extension, version 6.0
    [ 22.316] (II) Loading extension RECORD
    [ 22.316] (II) LoadModule: "dri"
    [ 22.316] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.316] (II) Module dri: vendor="X.Org Foundation"
    [ 22.316] compiled for 1.12.4, module version = 1.0.0
    [ 22.316] ABI class: X.Org Server Extension, version 6.0
    [ 22.316] (II) Loading extension XFree86-DRI
    [ 22.316] (II) LoadModule: "dri2"
    [ 22.316] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.317] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.317] compiled for 1.12.4, module version = 1.2.0
    [ 22.317] ABI class: X.Org Server Extension, version 6.0
    [ 22.317] (II) Loading extension DRI2
    [ 22.317] (II) LoadModule: "fglrx"
    [ 22.317] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 22.333] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 22.333] compiled for 1.4.99.906, module version = 8.97.2
    [ 22.333] Module class: X.Org Video Driver
    [ 22.333] (II) Loading sub module "fglrxdrm"
    [ 22.333] (II) LoadModule: "fglrxdrm"
    [ 22.333] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 22.333] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 22.333] compiled for 1.4.99.906, module version = 8.97.2
    [ 22.333] (II) ATI Proprietary Linux Driver Version Identifier:8.97.2
    [ 22.333] (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.97.100.3
    [ 22.333] (II) ATI Proprietary Linux Driver Build Date: Jul 3 2012 23:56:30
    [ 22.333] (++) using VT number 1
    [ 22.334] (WW) Falling back to old probe method for fglrx
    [ 22.337] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 22.337] (EE) No supported AMD display adapters were found
    [ 22.337] (EE) No devices detected.
    [ 22.337]
    Fatal server error:
    [ 22.337] no screens found
    [ 22.337]
    Please consult the The X.Org Foundation support
    at
    for help.
    [ 22.337] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 22.337]
    Solved. The  ATI Mobility Radeon HD 2300 was based on an earlier design & was not really one of the HD 2*** cards, even tho it was released as one (HD 2*** cards are R600 series while the HD 2300 is based on the R500 generation). So the offical drivers for it were relegated to legacy in 2009 with AMD's Catalyst 9.3 release & are no longer supported. Pretty crappy considering the HD 2300 was only on the market from 2007.
    To use the official catalyst drivers would require xorg 1.5.3 and kernel 2.6.29..... with no support for newer distros.
    Using open source drivers, cannot remember all the packages but have listed some below in case it helps anyone:-
    xf86-video-ati
    ati-dri
    lib32-ati-dri
    libtxc_dxtn
    lib32-libtxc_dxtn
    mesa
    lib32-mesa
    No xorg.conf needed for it using kms, but can make a config file to tweak if you like in the xorg.conf.d directory called 20-radeon.conf
    Last edited by Nixie (2012-12-24 17:21:29)

    Thanks for the response. It is not an obvious hardware issue. I would contact HP phone support to get the hardware addressed. You can utilize this website to learn how to contact HP appropriately, based on your region: Contact HP Worldwide
    Please let me know if you have any other questions or concerns. Thanks!
    Mario
    I worked on behalf of HP.

  • [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.

  • [solved] Radeon HD 3200 & AIGLX

    Hey all, I just purchased an HP Pavilion dm3, which by the way was a hell of a deal:  http://www.officemax.com/technology/com … rod2850237
    The machine is very thin and light, and has been the most linux-compliant laptop I've played with.
    At any rate, I've got arch up and running beautifully (after fixing HP's effed up partitioning *shakes fist*)  Everything is working:  Wireless, audio, webcam, suspend, hibernate, etc.
    My last problem is that I'm only getting sudo GPU acceleration, and no AIGLX. 
    I'm running completely without an xorg.conf file (woohoo!)  Here's what I'm seeing:
    Xorg.0.log wrote:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.902 (1.7.4 RC 2)
    Release Date: 2009-12-26
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux shane-arch 2.6.32-ARCH #1 SMP PREEMPT Mon Jan 25 20:06:48 UTC 2010 i686
    Kernel command line: root=/dev/disk/by-uuid/0ec557fe-c784-4c83-b129-12b05cd9a4c1 ro 5 vga=0x369 edd=off resume=/dev/sda5
    Build Date: 26 December 2009  11:37:45AM
    Current version of pixman: 0.16.4
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb  5 10:58:25 2010
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 6.0
        X.Org XInput driver : 7.0
        X.Org Server Extension : 2.0
    (--) using VT number 7
    (--) PCI:*(0:1:5:0) 1002:9612:103c:3656 ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] rev 0, Mem @ 0xe0000000/268435456, 0xf2200000/65536, 0xf2100000/1048576, I/O @ 0x00006000/256
    (==) Using default built-in configuration (30 lines)
    (==) --- Start of built-in configuration ---
        Section "Device"
            Identifier    "Builtin Default ati Device 0"
            Driver    "ati"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default ati Screen 0"
            Device    "Builtin Default ati Device 0"
        EndSection
        Section "Device"
            Identifier    "Builtin Default vesa Device 0"
            Driver    "vesa"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default vesa Screen 0"
            Device    "Builtin Default vesa Device 0"
        EndSection
        Section "Device"
            Identifier    "Builtin Default fbdev Device 0"
            Driver    "fbdev"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default fbdev Screen 0"
            Device    "Builtin Default fbdev Device 0"
        EndSection
        Section "ServerLayout"
            Identifier    "Builtin Default Layout"
            Screen    "Builtin Default ati Screen 0"
            Screen    "Builtin Default vesa Screen 0"
            Screen    "Builtin Default fbdev Screen 0"
        EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default ati Screen 0" (0)
    (**) |   |-->Monitor "<default monitor>"
    (**) |   |-->Device "Builtin Default ati Device 0"
    (==) No monitor specified for screen "Builtin Default ati Screen 0".
        Using a default monitor configuration.
    (**) |-->Screen "Builtin Default vesa Screen 0" (1)
    (**) |   |-->Monitor "<default monitor>"
    (**) |   |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
        Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (2)
    (**) |   |-->Monitor "<default monitor>"
    (**) |   |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
        Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AutoAddDevices.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 6.12.4
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 6.12.4
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
        compiled for 1.7.0.901, module version = 2.2.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (II) RADEON: Driver for ATI Radeon chipsets:
        ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
        ATI Radeon Mobility X300 (M24) 3152 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
        ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
        ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
        ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
        ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
        ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
        ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
        ATI Radeon 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 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 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 HD 4350,
        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
        ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
        ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
        ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
        ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
        ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
        ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
        ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
        ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
        ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI RS880
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 01@00:05:0
    (WW) Falling back to old probe method for vesa
    (II) RADEON(0): TOTO SAYS 00000000f2200000
    (II) RADEON(0): MMIO registers at 0x00000000f2200000: size 64KB
    (II) RADEON(0): PCI bus 1 card 5 func 0
    (II) RADEON(0): Creating default Display subsection in Screen section
        "Builtin Default ati Screen 0" for depth/fbbpp 24/32
    (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules/libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 0.1.0
        ABI class: X.Org Video Driver, version 6.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon HD 3200 Graphics" (ChipID = 0x9612)
    (--) RADEON(0): Linear framebuffer at 0x00000000e0000000
    (II) RADEON(0): PCI card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 1.0.0
        ABI class: X.Org Video Driver, version 6.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
        SubsystemVendorID: 0x103c SubsystemID: 0x3656
        IOBaseAddress: 0x6000
        Filename: BR34990.bin
        BIOS Bootup Message:
    HP_Arwen RS780M DDR2 200e/500m                                             
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0x17ffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0x17ffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 500000
    (II) RADEON(0): Default Memory Clock: 333000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 14320
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.31.0
    (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Detected total video RAM=393216K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling disabled
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): ref_freq: 1432, min_out_pll: 64800, max_out_pll: 120000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 500.000000, mclk: 333.000000
    (II) RADEON(0): PLL parameters: rf=1432 rd=12 min=64800 max=120000; xclk=40000
    (WW) RADEON(0): LVDS Info:
    XRes: 1366, YRes: 768, DotClock: 69300
    HBlank: 96, HOverPlus: 32, HSyncWidth: 48
    VBlank: 22, VOverPlus: 3, VSyncWidth: 6
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): I2C bus "LVDS" initialized.
    (II) RADEON(0): Output VGA-0 has no monitor section
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output HDMI-0 has no monitor section
    (II) RADEON(0): I2C bus "HDMI-0" initialized.
    (II) RADEON(0): Port0:
      XRANDR name: LVDS
      Connector: LVDS
      LCD1: INTERNAL_KLDSCP_LVTMA
      DDC reg: 0x7e50
    (II) RADEON(0): Port1:
      XRANDR name: VGA-0
      Connector: VGA
      CRT1: INTERNAL_KLDSCP_DAC1
      DDC reg: 0x7e40
    (II) RADEON(0): Port2:
      XRANDR name: HDMI-0
      Connector: HDMI-A
      DFP1: INTERNAL_UNIPHY
      DDC reg: 0x7e60
    (II) RADEON(0): I2C device "LVDS:ddc2" registered at address 0xA0.
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1398 1446 1462  768 771 777 790 -hsync -vsync (47.4 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: LGD  Model: 22c  Serial#: 0
    (II) RADEON(0): Year: 2009  Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 17
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
    (II) RADEON(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 69.3 MHz   Image Size:  294 x 166 mm
    (II) RADEON(0): h_active: 1366  h_sync: 1398  h_sync_end 1446 h_blank_end 1462 h_border: 0
    (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
    (II) RADEON(0):  LG Displayf
    (II) RADEON(0):  LP133WH1-TLA2
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0030e42c0200000000
    (II) RADEON(0):     00130103801d11780ad5d59659568c27
    (II) RADEON(0):     1f505400000001010101010101010101
    (II) RADEON(0):     010101010101121b5660500016302030
    (II) RADEON(0):     360026a6100000190000000000000000
    (II) RADEON(0):     00000000000000000000000000fe004c
    (II) RADEON(0):     4720446973706c61790a2020000000fe
    (II) RADEON(0):     004c503133335748312d544c41320002
    finished output detect: 0
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    finished output detect: 1
    (II) RADEON(0): I2C device "HDMI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    finished output detect: 2
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1398 1446 1462  768 771 777 790 -hsync -vsync (47.4 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: LGD  Model: 22c  Serial#: 0
    (II) RADEON(0): Year: 2009  Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 17
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
    (II) RADEON(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 69.3 MHz   Image Size:  294 x 166 mm
    (II) RADEON(0): h_active: 1366  h_sync: 1398  h_sync_end 1446 h_blank_end 1462 h_border: 0
    (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
    (II) RADEON(0):  LG Display
    (II) RADEON(0):  LP133WH1-TLA2
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0030e42c0200000000
    (II) RADEON(0):     00130103801d11780ad5d59659568c27
    (II) RADEON(0):     1f505400000001010101010101010101
    (II) RADEON(0):     010101010101121b5660500016302030
    (II) RADEON(0):     360026a6100000190000000000000000
    (II) RADEON(0):     00000000000000000000000000fe004c
    (II) RADEON(0):     4720446973706c61790a2020000000fe
    (II) RADEON(0):     004c503133335748312d544c41320002
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output HDMI-0 disconnected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output LVDS using initial mode 1366x768
    (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    after xf86InitialConfiguration
    (**) RADEON(0): Display dimensions: (290, 170) mm
    (**) RADEON(0): DPI set to (119, 204)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) RADEON(0): Will attempt to use R6xx/R7xx EXA support if DRI is enabled.
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules/libexa.so
    (II) Module exa: vendor="X.Org Foundation"
        compiled for 1.7.3.902, module version = 2.5.0
        ABI class: X.Org Video Driver, version 6.0
    (!!) RADEON(0): For information on using the multimedia capabilities
        of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (II) UnloadModule: "vesa"
    (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (--) Depth 24 pixmap format is 32 bpp
    (II) RADEON(0): RADEONScreenInit e0000000 0 0
    Output DIG0 transmitter setup success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Disable CRTC memreq 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Disable CRTC memreq 1 success
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0):   mem_size         : 0x18000000
    (II) RADEON(0):   MC_FB_LOCATION   : 0x00d700c0
    (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Allocating from a screen of 262080 kb
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00801000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00805000
    (II) RADEON(0): Will use 8196 kb for front buffer at offset 0x00000000
    (II) RADEON(0): Will use 64 kb for PCI GART at offset 0x0fff0000
    (II) RADEON(0): Will use 8196 kb for back buffer at offset 0x00809000
    (II) RADEON(0): Will use 8256 kb for depth buffer at offset 0x0100a000
    (II) RADEON(0): Will use 117760 kb for textures at offset 0x0181a000
    (II) RADEON(0): Will use 119640 kb for X Server offscreen at offset 0x08b1a000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xe0000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf95fa000
    (II) RADEON(0): [pci] ring handle = 0xf95fa000
    (II) RADEON(0): [pci] Ring mapped at 0xa6ea3000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xf96fb000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb76f3000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf96fc000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xa6ca3000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xf98fc000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xa5023000
    (II) RADEON(0): [drm] register handle = 0x2e440000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0x00d700c0 0x00d700c0
    (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 18
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0):   MC_FB_LOCATION  was: 0x00d700c0 is: 0x00d700c0
    (WW) RADEON(0):   MC_AGP_LOCATION was: 0x003f0000 is: 0x00030000
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0x00d700c0 0x00d700c0
    (II) RADEON(0):   MC_AGP_LOCATION  : 0x00030000
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): Setting EXA maxPitchBytes
    (II) EXA(0): Offscreen pixmap area of 122511360 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II)         Solid
    (II)         Copy
    (II)         Composite (RENDER acceleration)
    (II)         UploadToScreen
    (II)         DownloadFromScreen
    (II) RADEON(0): Acceleration enabled
    (==) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Set up textured video
    Output DIG0 transmitter setup success
    Output CRT1 disable success
    (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled
    Output DIG0 transmitter setup success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Disable CRTC memreq 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Disable CRTC memreq 1 success
    Output DIG0 transmitter setup success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Disable CRTC memreq 0 success
    Mode 1366x768 - 1462 790 10
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0x00d700c0 0x00d700c0
    (II) RADEON(0):   MC_AGP_LOCATION  : 0x00030000
    freq: 69300000
    best_freq: 69298571
    best_feedback_div: 813
    best_ref_div: 14
    best_post_div: 12
    (II) RADEON(0): crtc(0) Clock: mode 69300, PLL 69290
    (II) RADEON(0): crtc(0) PLL  : refdiv 14, fbdiv 0x32D(813), pdiv 12
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DIG0 transmitter setup success
    Output DIG2 encoder setup success
    Output DIG2 encoder setup success
    Output DIG0 transmitter setup success
    Output DIG0 transmitter setup success
    Output DIG0 transmitter setup success
    Enable CRTC memreq 0 success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output CRT1 disable success
    (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled
    Output DIG0 transmitter setup success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Disable CRTC memreq 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/r600_dri.so failed (/usr/lib/xorg/modules/dri/r600_dri.so: file too short)
    (EE) AIGLX: reverting to software rendering
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 361 x 203
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.7.3, module version = 2.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device ImPS/2 Generic Wheel Mouse
    (**) ImPS/2 Generic Wheel Mouse: always reports core events
    (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event12"
    (II) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    (II) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    (II) ImPS/2 Generic Wheel Mouse: Found relative axes
    (II) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
    (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    (II) config/hal: Adding input device hp webcam
    (**) hp webcam: always reports core events
    (**) hp webcam: Device: "/dev/input/event11"
    (II) hp webcam: Found keys
    (II) hp webcam: Configuring as keyboard
    (II) XINPUT: Adding extended input device "hp webcam" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event3"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event7"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event5"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1398 1446 1462  768 771 777 790 -hsync -vsync (47.4 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: LGD  Model: 22c  Serial#: 0
    (II) RADEON(0): Year: 2009  Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 17
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
    (II) RADEON(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 69.3 MHz   Image Size:  294 x 166 mm
    (II) RADEON(0): h_active: 1366  h_sync: 1398  h_sync_end 1446 h_blank_end 1462 h_border: 0
    (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
    (II) RADEON(0):  LG Display
    (II) RADEON(0):  LP133WH1-TLA2
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0030e42c0200000000
    (II) RADEON(0):     00130103801d11780ad5d59659568c27
    (II) RADEON(0):     1f505400000001010101010101010101
    (II) RADEON(0):     010101010101121b5660500016302030
    (II) RADEON(0):     360026a6100000190000000000000000
    (II) RADEON(0):     00000000000000000000000000fe004c
    (II) RADEON(0):     4720446973706c61790a2020000000fe
    (II) RADEON(0):     004c503133335748312d544c41320002
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1398 1446 1462  768 771 777 790 -hsync -vsync (47.4 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: LGD  Model: 22c  Serial#: 0
    (II) RADEON(0): Year: 2009  Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 17
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
    (II) RADEON(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 69.3 MHz   Image Size:  294 x 166 mm
    (II) RADEON(0): h_active: 1366  h_sync: 1398  h_sync_end 1446 h_blank_end 1462 h_border: 0
    (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
    (II) RADEON(0):  LG Display
    (II) RADEON(0):  LP133WH1-TLA2
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0030e42c0200000000
    (II) RADEON(0):     00130103801d11780ad5d59659568c27
    (II) RADEON(0):     1f505400000001010101010101010101
    (II) RADEON(0):     010101010101121b5660500016302030
    (II) RADEON(0):     360026a6100000190000000000000000
    (II) RADEON(0):     00000000000000000000000000fe004c
    (II) RADEON(0):     4720446973706c61790a2020000000fe
    (II) RADEON(0):     004c503133335748312d544c41320002
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1398 1446 1462  768 771 777 790 -hsync -vsync (47.4 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: LGD  Model: 22c  Serial#: 0
    (II) RADEON(0): Year: 2009  Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 17
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
    (II) RADEON(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 69.3 MHz   Image Size:  294 x 166 mm
    (II) RADEON(0): h_active: 1366  h_sync: 1398  h_sync_end 1446 h_blank_end 1462 h_border: 0
    (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
    (II) RADEON(0):  LG Display
    (II) RADEON(0):  LP133WH1-TLA2
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0030e42c0200000000
    (II) RADEON(0):     00130103801d11780ad5d59659568c27
    (II) RADEON(0):     1f505400000001010101010101010101
    (II) RADEON(0):     010101010101121b5660500016302030
    (II) RADEON(0):     360026a6100000190000000000000000
    (II) RADEON(0):     00000000000000000000000000fe004c
    (II) RADEON(0):     4720446973706c61790a2020000000fe
    (II) RADEON(0):     004c503133335748312d544c41320002
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1398 1446 1462  768 771 777 790 -hsync -vsync (47.4 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: LGD  Model: 22c  Serial#: 0
    (II) RADEON(0): Year: 2009  Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 17
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
    (II) RADEON(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 69.3 MHz   Image Size:  294 x 166 mm
    (II) RADEON(0): h_active: 1366  h_sync: 1398  h_sync_end 1446 h_blank_end 1462 h_border: 0
    (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
    (II) RADEON(0):  LG Display
    (II) RADEON(0):  LP133WH1-TLA2
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0030e42c0200000000
    (II) RADEON(0):     00130103801d11780ad5d59659568c27
    (II) RADEON(0):     1f505400000001010101010101010101
    (II) RADEON(0):     010101010101121b5660500016302030
    (II) RADEON(0):     360026a6100000190000000000000000
    (II) RADEON(0):     00000000000000000000000000fe004c
    (II) RADEON(0):     4720446973706c61790a2020000000fe
    (II) RADEON(0):     004c503133335748312d544c41320002
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1398 1446 1462  768 771 777 790 -hsync -vsync (47.4 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: LGD  Model: 22c  Serial#: 0
    (II) RADEON(0): Year: 2009  Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 17
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
    (II) RADEON(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 69.3 MHz   Image Size:  294 x 166 mm
    (II) RADEON(0): h_active: 1366  h_sync: 1398  h_sync_end 1446 h_blank_end 1462 h_border: 0
    (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
    (II) RADEON(0):  LG Display
    (II) RADEON(0):  LP133WH1-TLA2
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0030e42c0200000000
    (II) RADEON(0):     00130103801d11780ad5d59659568c27
    (II) RADEON(0):     1f505400000001010101010101010101
    (II) RADEON(0):     010101010101121b5660500016302030
    (II) RADEON(0):     360026a6100000190000000000000000
    (II) RADEON(0):     00000000000000000000000000fe004c
    (II) RADEON(0):     4720446973706c61790a2020000000fe
    (II) RADEON(0):     004c503133335748312d544c41320002
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1398 1446 1462  768 771 777 790 -hsync -vsync (47.4 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: LGD  Model: 22c  Serial#: 0
    (II) RADEON(0): Year: 2009  Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 17
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
    (II) RADEON(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 69.3 MHz   Image Size:  294 x 166 mm
    (II) RADEON(0): h_active: 1366  h_sync: 1398  h_sync_end 1446 h_blank_end 1462 h_border: 0
    (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 790 v_border: 0
    (II) RADEON(0):  LG Display
    (II) RADEON(0):  LP133WH1-TLA2
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0030e42c0200000000
    (II) RADEON(0):     00130103801d11780ad5d59659568c27
    (II) RADEON(0):     1f505400000001010101010101010101
    (II) RADEON(0):     010101010101121b5660500016302030
    (II) RADEON(0):     360026a6100000190000000000000000
    (II) RADEON(0):     00000000000000000000000000fe004c
    (II) RADEON(0):     4720446973706c61790a2020000000fe
    (II) RADEON(0):     004c503133335748312d544c41320002
    (II) RADEON(0): EDID vendor "LGD", prod id 556
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    I've bolded the sections in question.  Here's a little more info:
    [shane@shane-arch ~]$ glxinfo | grep direct
    direct rendering: Yes
    [shane@shane-arch ~]$ lsmod | grep kms
    drm_kms_helper 21971 1 radeon
    drm 126588 4 radeon,ttm,drm_kms_helper
    Any help would be appreciated   I'd like to get compiz up and running.
    -Shane
    Last edited by krazyshane (2010-02-05 17:23:00)

    You nailed it with the ati-dri package!  Had a corrupt checksum!  Forced a reinstall and now all good
    Thanks for the quick reply!
    -Shane

  • Radeon HD 3200 and HDMI output [Solved]

    Alright so I'm on an HP pavilion dv5 laptop with an integrated radeon hd 3200 and for some reason, I can't seem to output to my 32inch TV after a certain part of the boot process. It's strange though, because if I have my HDMI cable plugged in during boot, I can see the BIOS/GRUB boot menu and part of the daemons being loaded in the beginning, then it all goes blank on the TV. When the HDMI is plugged in, xrandr returns
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
    VGA-0 disconnected (normal left inverted right x axis y axis)
    LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
    1280x800 60.0*+
    1280x720 59.9
    1152x768 59.8
    1024x768 59.9
    800x600 59.9
    848x480 59.7
    720x480 59.7
    640x480 59.4
    HDMI-0 connected (normal left inverted right x axis y axis)
    1280x720 60.0 +
    1024x768 60.0
    800x600 60.3
    720x480 59.9
    640x480 60.0
    I've googled around and searched through the forums but haven't been able to figure this out. Oh and I'm using the open source ATI driver, not the catalyst one from the AUR. So I'm quite stumped and am getting tired of having to boot into windows to stream stuff so any and all help (as always) is greatly appreciated.
    [Solved]
    Last edited by saint_13 (2011-06-22 20:43:07)

    jlindgren wrote:Oddly enough, HDMI audio was *just* brought up on another thread.  Take a look.
    https://bbs.archlinux.org/viewtopic.php?id=119151
    Alright I'll definitely be giving that a look over, however I'm still unable to output to my 32inch TV in my room. I mean it's definitely something with the TV, just no idea what. I've tried xrandr on the smallest resolution (like 640x400 or what have you) and still no go. My best guess is that it has something to do with the resolution, when the computer boots considering I can see my BIOS on my 32 inch but for the life of me I am just baffled. Anyways sorry for the late response, been busy with work and the like. So just to sum up so far; HDMI video out works on our 55 inch LCD @ any resolution but doesn't work on my little 32 inch. As always all help is greatly appreciated, especially you jlindgren for sticking around this long lol.

  • Confused about usage of usage types (NW2004s vs. NW 7.1 vs. NW mobile 7.1)

    Hello all
    I'm confused about the different combination possibilities / restrictions when it comes to compare NW2004s, NW PI 7.1 PI and NW Mobile 7.1. I already consulted the Master Guides and technical installation guides but am still confused. So if someone could shed some more light on it it would be great!
    We plan to implement our interfaces, whether internal (system to system) or external (customers, suppliers) using XI (now called PI, right?). But we also intend to develop and run mobile apps (occasionally conected ones). So my questions around it are:
    1) Do we need to install at least two separate servers for this? I mean:
    - 1 server for SAP Netweaver PI 7.1
    - 1 server for SAP Netweaver Mobile 7.1
    2) Or is possible to have all this on one single server using SAP Netweaver 2004s with usage types AS ABAP, PI and Mobile.
    3) Is usage type AS JAVA required when choosing usage type Mobile?
    4) What would you recommend for production environments (note: I'm aware of the sizing / scaling question but I'm only interested in some kind of best practices advices in terms of maintenance, patching, etc.).
    Thanks anyone for some input on it
    BR
    Renaud

    Thanks Russell and Larissa for your clarifications.
    Re-checked the master guide for NW 2004s (7.0) and now found the relevant text in chapter 3.3.1 on pages 30 + 31. Must have overlooked it the 1st time.
    Other questions:
    a) What is the difference between a installation of NW 7.0 with usage type AS ABAP and PI compared to NW PI 7.1 ?!?
    b) What is the difference between an installation of NW 7.0 with usage type AS ABAP and Mobile compared to NW Mobile 7.1 ?!?
    Do the 7.1 versions contain real newer releases or is it just another packaging of same components? What are the advanteges of the 7.1 versions?
    Thanks again in advance for some more clarification!
    Renaud

  • Confused about calling an American mobile that is ...

    My son is currently in Korea and he has Skpe on his mobile phone so he can call us. I would like to call him but I am confused about how to go about this without getting huge international fees. Do i need to have a plan or do I call the number that comes through on my phone using the Skype app? If I need a plan which one do I get? His phone is an American mobile but is physically in another country, does this matter at all? Obviously I have no idea how this works so any input anyone has would be wonderful! Thanks!!!

    Hi, Huskymom, and welcome to the Community,
    Before delving into features and subscriptions, have you tried downloading and installing the Skype software, and calling your son Skype-to-Skype?  Skype calls between Skype users are always free of charges.
    What is Skype?  http://www.skype.com/en/what-is-skype/
    Calling, seeing, messaging and sharing with others – wherever they are.
    Get started
    This is all free...
    Your Skype account and the latest downloads.
    Video and voice calls to anyone else on Skype.
    Instant messaging and file sharing.
    ...and you pay for these
    Calls to mobiles and landlines worldwide at low rates.
    Send text messages from just a few pennies (Note, you would receive reply SMS messages directly to your mobile (cell) phone.)
    Get online at over two million public hotspots worldwide with Skype WiFi.
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • [solved] xorg-server 1.6 under Mobility Radeon X2300

    Hello.
    Situation with older ATI graphic cards and their Linux drivers went a bit strange lately. I understand why Catalyst is no more present in official repository - if I can still get it from AUR, then its fine for me. But now I just don't know what to do...
    Can't use catalyst (fglrx): 9.4 doesn't support my card, older drivers doesn't work with new xorg (1.6).
    RadeonHD is very slow for my card.
    Opensource ATI (radeon) driver is almost good but I have strange problem with thin lines on the right side of my screen when something moves. As far as I know this driver doesn't yet work with DRI2/UXA - only experimental support for those now.
    Here's my xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "dri"
    # Load "dri2"
    Load "dbe"
    Load "drm"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "CMO"
    ModelName "1526"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    Option "AGPMode" "4"
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    Option "EnablePageFlip" "on"
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    Option "ColorTiling" "on"
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" "false"
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    Option "AccelMethod" "EXA"
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Mobility Radeon X2300"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    And here;s my question to Arch community: what should I do?
    Should I do something with my xorg.conf?
    Or should I wait for new release of Catalyst driver - will it ever support my X2300? Maybe after final release of Ubuntu 9.04 (I've heard that ATI releases its drivers soon after that)?
    Thanks in advance.
    Last edited by weakhead (2009-04-20 19:02:27)

    i m using x2300 also and i just keep using xorg 1.5.3 (luckily i hvn't clear my pacman cache) and catalyst-old 9.3 from the AUR.  and according to the phoronix site :
    http://www.phoronix.com/vr.php?view=13724
    something more usable on the 3d side for the open radeonhd driver is coming.
    Last edited by monovibe (2009-04-19 19:14:55)

  • Updating Radeon HD 3200 Graphics Driver - Help Required ASAP

    Hi guys.
    I have a question regarding updating the graphics drivers (Radeon HD 3200) on my Lenovo X100e ThinkPad. I cannot & it's doing my head IN!!! I'm stuck using the latest version Lenovo released on their website on 2nd July, 2010 (v8.663.2.1-091216a-093974C-Lenovo)!
    I've had no problems compiling & installing the latest ATI/AMD drivers on my Linux (BackTrack v5) partition, so I do know a little about computers.
    I've tried methods recommended here & by others shown on the following website:
    http://glob.lokety.com/enable-hardware-acceleration-on-lenovo-x100e-for-better-video-playback/
    Basically, no matter what version driver I try to update to I get the following error message (when attempting to manually update via Windows Device Manager):
    “Windows encountered a problem installing the driver software for your device"
    “Windows found driver software for your device but encountered an error while attempting to install it [ATI Radeon HD 3200 Graphics]”
    “The driver selected for this device does not support this version of Windows...”
    If anybody out there has a solution they can share I would be super appreciative; what little of my hair is left is in a most precarious situation...
    Thank you all for your time. I hope you all had a very merry Christmas & wish you all a happy new year while I'm at it.
    Simon (mezcal)
    PS. sorry to cross-post on both the ThinkPads Support Community & the Lenovo Community forums – I'm just hoping someone out there has an answer for me – no doubt being so terribly simple & straightforward that I'll look like a noob S.
    Solved!
    Go to Solution.

    Dear The_Solutor,
    Thank you kindly for your quick reply, & what's more:
    IT WORKED!!!
    My x64 bit version of Windows 7 (Pro) was starting to get a little bloated, etc. so, using Acronis True Image, I dropped a fresh & clean image of Win 7 SP1 & immediately updated the HD 3200 Graphics driver (after unpacking the installer you provided). This is certainly the best (computer related) event of my new year. THANK YOU.
    I'm not sure if the problem was a result of my Windows installation becoming corrupted over time or (more likely) a result of incorrect driver usage.
    Sometimes ATI's (AMD) driver selection method can be a little confusing (for notebooks like the X100e). Can you walk me through the choices you made to get to the correct download? For example, on their 'support - driver download' section of their website, what do you choose for the following 'drop-down' selection boxes:
    1. Component Category
    2. Product Line
    3. Product Model
    4. Operating System (obvious even to me!).
    Thanks again mate. I really appreciate the time you took to solve my problem.
    Happy New Year,
    Simon (mezal)

  • I'm new and confused about "connection" things

    I'm new to BlackBerry--I have an 8320 Curve, I'm a small business owner and I'm not connected to a BES. I use the BB Desktop Manager to synchronize with Outlook and to back up my BB and I've done pretty well on most things, but I still have a few things I'm confused about. In this forum, I'll ask my "confusion questions" concerning data options.
    I have a "pay as you go" data plan with AT&T, my provider, because there is virtually no cell reception at my home where I also work. (I'm not using my BB for email since I'm in front of my computer most of the time). I have a home network set up and I've incorporated a router that supports wireless. I've connected a netbook to the wireless network and used it to surf the Internet, so, I know my wireless connection works. I've also managed to create a wireless connection on my BB to this network and on the Home screen, it will display my wireless network's name when I'm here at home, so, I know the device is connected to my network.
    BUT, I don't think I'm actually using my home wireless network...I tried the other day by browsing the Internet and then AT&T told me I incurred data charges--which I thought I shouldn't have if I wasn't using their network. Either I'm wrong about assuming they won't charge me if I use my network or I have something set up incorrectly on my BB...can anyone provide some guidance?
    Next, I don't truly understand what BIS is...I searched through the KB and couldn't find anything that actually defines BIS...could somebody please explain what BIS is?
    Finally, can somebody please explain the difference between "mobile network" and "wi-fi"? It seems, if I turn off "mobile network" I have no connection at all, including wi-fi. Is that the way things should be? But, I can turn off wi-fi and still get a connection (if I go outside as far from my house as possible and face south <g>).
    Thanks...and now I'm off to the BB Desktop Manager forum to ask a few questions there!
    Solved!
    Go to Solution.

    Hi and Welcome to the forums!
    I can help you with one or two of your questions:
    ejm1 wrote:
    Next, I don't truly understand what BIS is...I searched through the KB and couldn't find anything that actually defines BIS...could somebody please explain what BIS is?
    BIS is Blackberry Internet Service...a service, hosted by your carrier, that provides a conduit between internet facing email systems (e.g., Yahoo, GMail, etc.) and your BB. Inside of BIS, you create conduits for each of your email providers that you desire to receive OTA email for on your BB. BIS will check your provider on a periodic basis (documented to be every 15 minutes) and only when there is something that needs to come to your BB does it generate any traffic over the carrier network with your BB. BIS is an add-service, only available to those who, from their carrier, contract for The Blackberry Data Plan (as it is usually called) -- a generic data plan is not usually adequate to have access to BIS.
    ejm1 wrote:
    Finally, can somebody please explain the difference between "mobile network" and "wi-fi"? It seems, if I turn off "mobile network" I have no connection at all, including wi-fi. Is that the way things should be? But, I can turn off wi-fi and still get a connection (if I go outside as far from my house as possible and face south <g>).
    Mobile Network is your carriers network...data and/or voice services provided OTA for your BB. WiFi is wireless networking (802.11a/b/g/n) through your home WAP, hotspots, etc. I don't know if turning off Mobile Networ should or should not affect your ability to continue to use WiFi...I would think they are separate, but I don't have a BB model with WiFi.
    I know nothing about the pay-as-you-go programs, but from all you describe, it seems that you may well be using your carrier network at times. You will need to find out (and there are others here who know) how to shut off your carrier network yet leave WiFi running so that you don't incurr the costs of surfing via the carrier network.
    Hope that helps a little!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • AMD Mobility Radeon HD 5000 Series for windows 8.1

    Hello,
    I just updated my pc's operating system to windows 8.1.
    The AMD(AMD Mobility Radeon HD 5000 Series) and Intel(Intel(R) HD Graphics) graphics adapters installed automatically when I connected to internet.
    I then tried updating the drivers and it tells me that drivers are up to date.
    But the pcs is incredibly slow. and when I shut it down and try to boot back, it fails to start
    on about three attempts and finally gives me an uption to restore the system to previous state.
    After successfully restoring the pcs, I then disabled the AMD graphics and the system boots successfully
    and the performace improved slightly but not up to normal.
    How can I install the suitable drivers for the display adapters and have the pcs perform fast as it should.
    Or advise me on any alternatives or other  possible solutions to get the pcs performing well and fast.
    Pcs Information:
    Name: HP Pavilin dv3-4048tx Entertainment Notebook PC
    Serial Number:   [Moderator edited Serial Number]
    Product Number:   XG158PA                                                                                                        

    Dear Customer,
    Welcome to the HP Consumer Support Forum!!
    Please try and install the following Catalyst Software Suite for display issue:
    http://support.amd.com/en-us/download/desktop?os=W​indows+8.1+-+64
    Also perform the steps mentioned in the links below to increase the system performance:
    http://windows.microsoft.com/en-in/windows/improve​-computers-performance#1TC=windows-7
    http://www.computerworld.com/article/2484556/micro​soft-windows/how-to-boost-windows-8-performance.ht​...
    Hope this helps, for any further queries reply to the post and feel free to join us again.
    **Click the KUDOS star on left to say Thanks**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    Thank You,
    GR1
    Although I am an HP employee, I am speaking for myself and not for HP

Maybe you are looking for