You are not logged in.

#1 2010-11-26 16:29:34

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

["solved"]Compiz refuses to work.

Hello,

I'm trying to get some effects going on in my DE, using Xfce4.
I've followed the instructions on the Wiki page, using the compiz-fusion-gtk group to install the packages and furthermore I ran ccsm to enable Window Decoration and Move/Resize Windows.

When I type emerald --replace however, nothing happens; even though I did install Emerald. When running fusion-icon Compiz starts running, but I do not have window decorations nor can I resize/move windows. What's going on here and how can I fix this?

A piece of info that you might need is that I'm using an ATi Mobility Radeon HD 5470 video card and that I'm using the xf86-video-ati drivers. (The Xfce4 compositor works and I've used Cairo-compmgr + xcompmgr too)

Thanks in advance.

EDIT: Here are some errors when running compiz --replace:

[jente@Lappy ~]$ compiz --replace
compiz (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"
compiz (core) - Fatal: No manageable screens found on display :0.0

Last edited by Unia (2010-12-03 21:31:54)


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#2 2010-11-27 03:09:34

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: ["solved"]Compiz refuses to work.

When running fusion-icon, does the fusion icon appear in the system tray?
If so, can you launch the settings manager from there? 
If so, can you ensure that windows decorations is still enabled?

Also, check that Compiz is the selected WM from the fusion-icon->Select Window Manager menu.  I am writing this from with Xfce4 using Compiz.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#3 2010-11-27 12:06:19

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

I can answer yes to all those questions. What did you do to install Compiz? Did you install the compiz-fusion-gtk version or just compiz-fusion?


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#4 2010-11-27 12:34:46

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

Just tried again, and upon selecting the Reload window manager option in the fusion-icon my screen went white, showing only a cursor. Opening a terminal (by keyboard shortcut) and typing xfwm4 --replace I got my normal screen back.


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#5 2010-11-27 15:39:23

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: ["solved"]Compiz refuses to work.

Unia wrote:

... What did you do to install Compiz? Did you install the compiz-fusion-gtk version or just compiz-fusion?

compiz-fusion


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#6 2010-11-27 17:37:11

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

So I need compiz-fusion in order to get it to work in Xfce4?

I'd rather not install all the KDE / GNOME stuff..


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#7 2010-11-27 17:44:58

thestinger
Package Maintainer (PM)
From: Toronto, Canada
Registered: 2010-01-23
Posts: 478

Re: ["solved"]Compiz refuses to work.

You need compiz-core, ccsm to configure it, and a window decorator (either emerald or compiz-decorator-gtk).

You should specify the window decorator in the window decorator plugin settings, for example:

gtk-window-decorator --replace

Offline

#8 2010-11-27 17:53:01

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

I do not have gtk-window-decorator installed, as it brings in alot of GNOME dependancies which I don't want.
I do have emerald however, but running emerald --replace does nothing.


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#9 2010-11-27 17:58:00

thestinger
Package Maintainer (PM)
From: Toronto, Canada
Registered: 2010-01-23
Posts: 478

Re: ["solved"]Compiz refuses to work.

So, does compiz start from the commandline? You shouldn't need to start emerald separately if you add the command to the window decoration plugin.

Make sure to use

compiz ccp --replace

or it won't follow the settings you've already set.

Last edited by thestinger (2010-11-27 17:58:09)

Offline

#10 2010-11-27 18:11:15

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

Running the above command gives me this output:

[jente@Lappy ~]$ compiz ccp --replace
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0

Still no window decorations etc


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#11 2010-11-27 18:14:40

thestinger
Package Maintainer (PM)
From: Toronto, Canada
Registered: 2010-01-23
Posts: 478

Re: ["solved"]Compiz refuses to work.

Your video card might not be supported well enough by radeon to work with compiz.

Those other compositors are 2D only.

http://wiki.x.org/wiki/RadeonFeature

You could try using more bleeding edge drivers.

Offline

#12 2010-11-27 18:33:31

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

I have an ATi Mobility Radeon HD 5470 and am using the latest xf86-video-ati drivers (just updated) I know it supports Compiz, because I've ran it on Ubuntu for a while.


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#13 2010-11-27 23:06:23

thestinger
Package Maintainer (PM)
From: Toronto, Canada
Registered: 2010-01-23
Posts: 478

Re: ["solved"]Compiz refuses to work.

try this as a workaround:

LIBGL_ALWAYS_INDIRECT=1 compiz ccp --replace --indirect-rendering

Last edited by thestinger (2010-11-27 23:06:38)

Offline

#14 2010-11-27 23:39:44

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

thestinger wrote:

try this as a workaround:

LIBGL_ALWAYS_INDIRECT=1 compiz ccp --replace --indirect-rendering

That totally killed X


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#15 2010-11-29 15:50:34

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

Anyone?


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#16 2010-11-30 07:46:13

Larsson
Member
From: Sweden
Registered: 2010-03-22
Posts: 156

Re: ["solved"]Compiz refuses to work.

I'm not sure you've set window decorations as active, even if you say so in your post. So just to be sure:

Install ccsm compiz-core compiz-decorator-gtk fusion-icon emerald
Star fusion-icon. Right-click on it and select "Settings Manager". Under effetcts you can activate window borders. You would also like to activate "Move windows" etc under window managment. After that select compiz as window manager and emerald as decorator.


"If the person you are talking to doesn't appear to be listening, be patient. It may simply be that he has a small piece of fluff in his ear." - A.A. Milne (Winnie-the-Pooh)

Offline

#17 2010-11-30 15:33:19

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

I have all those packages installed, except for compiz-decorator-gtk, because that brings in alot of GNOME-dependancies, which I don't want. (I do have emerald installed) I also double checked and I do have those settings applied, so it's either:
1) I really need compiz-decorator-gtk, or;
2) My videocard doesn't support Compiz on Arch. (using xf86-video-ati)


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#18 2010-11-30 20:11:14

rabid_works
Member
Registered: 2010-08-15
Posts: 45

Re: ["solved"]Compiz refuses to work.

I had a similar problem with compiz a while back. It turned out that the version in the [archlinuxfr] repository was broken. If you're using it too, try uncommenting it, do an -Syy and -Syu and see if that doesn't rectify things.

Also, what version of compiz do you have installed?

Offline

#19 2010-11-30 20:19:57

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

Nope, that didn't do it either. Also tried with compiz-decorator-gtk, still no success. Guess it's my videocard then.

Any other possible fixes?


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#20 2010-11-30 21:38:27

rabid_works
Member
Registered: 2010-08-15
Posts: 45

Re: ["solved"]Compiz refuses to work.

do you have direct rendering enabled?

glxinfo | grep direct

also, what version of compiz/fusion-icon have you got installed?

Offline

#21 2010-11-30 22:00:58

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

Err.. glxinfo gives me a command not found.

Does that mean I don't have any video drivers installed?
And I have the latest version installed through pacman

EDIT: A simple google search told me I had to install mesa-demos. That did the trick, the output:

[jente@Lappy ~]$ glxinfo | grep direct
direct rendering: Yes

Last edited by Unia (2010-11-30 22:03:45)


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#22 2010-11-30 22:07:17

rabid_works
Member
Registered: 2010-08-15
Posts: 45

Re: ["solved"]Compiz refuses to work.

Sweet, that was about to be my next suggestion...

Don't forget to mark your thread as solved.

Offline

#23 2010-11-30 22:28:55

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

I still can't run compiz. Still no window decorations and upon reloading the wm, X got killed again. It told me to check the logs, but I can't find the error message there.


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#24 2010-11-30 22:42:39

rabid_works
Member
Registered: 2010-08-15
Posts: 45

Re: ["solved"]Compiz refuses to work.

maybe you could try posting the logs so that some can help you...

Offline

#25 2010-12-01 12:17:29

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: ["solved"]Compiz refuses to work.

Here are the logs:

   156.614] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[   156.614] X Protocol Version 11, Revision 0
[   156.614] Build Operating System: Linux 2.6.35-ARCH x86_64 
[   156.614] Current Operating System: Linux Lappy 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 00:39:57 CET 2010 x86_64
[   156.614] Kernel command line: root=/dev/sda5 ro vga=790
[   156.614] Build Date: 01 November 2010  10:29:19PM
[   156.614]  
[   156.614] Current version of pixman: 0.20.0
[   156.614]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   156.614] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   156.615] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec  1 13:00:19 2010
[   156.673] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   156.719] (==) No Layout section.  Using the first Screen section.
[   156.719] (==) No screen section available. Using defaults.
[   156.719] (**) |-->Screen "Default Screen Section" (0)
[   156.719] (**) |   |-->Monitor "<default monitor>"
[   156.719] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   156.719] (==) Automatically adding devices
[   156.719] (==) Automatically enabling devices
[   156.774] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   156.774]     Entry deleted from font path.
[   156.815] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[   156.815] (==) ModulePath set to "/usr/lib/xorg/modules"
[   156.815] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   156.815] (II) Loader magic: 0x7d3360
[   156.815] (II) Module ABI versions:
[   156.815]     X.Org ANSI C Emulation: 0.4
[   156.815]     X.Org Video Driver: 8.0
[   156.815]     X.Org XInput driver : 11.0
[   156.815]     X.Org Server Extension : 4.0
[   156.816] (--) PCI:*(0:2:0:0) 1002:68e0:1025:033e rev 0, Mem @ 0xd0000000/268435456, 0xcfee0000/131072, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[   156.816] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   156.816] (II) LoadModule: "extmod"
[   156.829] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   156.835] (II) Module extmod: vendor="X.Org Foundation"
[   156.835]     compiled for 1.9.2, module version = 1.0.0
[   156.835]     Module class: X.Org Server Extension
[   156.835]     ABI class: X.Org Server Extension, version 4.0
[   156.835] (II) Loading extension MIT-SCREEN-SAVER
[   156.835] (II) Loading extension XFree86-VidModeExtension
[   156.835] (II) Loading extension XFree86-DGA
[   156.835] (II) Loading extension DPMS
[   156.835] (II) Loading extension XVideo
[   156.835] (II) Loading extension XVideo-MotionCompensation
[   156.835] (II) Loading extension X-Resource
[   156.835] (II) LoadModule: "dbe"
[   156.836] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   156.850] (II) Module dbe: vendor="X.Org Foundation"
[   156.850]     compiled for 1.9.2, module version = 1.0.0
[   156.850]     Module class: X.Org Server Extension
[   156.850]     ABI class: X.Org Server Extension, version 4.0
[   156.850] (II) Loading extension DOUBLE-BUFFER
[   156.850] (II) LoadModule: "glx"
[   156.850] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   156.865] (II) Module glx: vendor="X.Org Foundation"
[   156.865]     compiled for 1.9.2, module version = 1.0.0
[   156.865]     ABI class: X.Org Server Extension, version 4.0
[   156.865] (==) AIGLX enabled
[   156.865] (II) Loading extension GLX
[   156.867] (II) LoadModule: "record"
[   156.868] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   156.868] (II) Module record: vendor="X.Org Foundation"
[   156.868]     compiled for 1.9.2, module version = 1.13.0
[   156.868]     Module class: X.Org Server Extension
[   156.868]     ABI class: X.Org Server Extension, version 4.0
[   156.868] (II) Loading extension RECORD
[   156.868] (II) LoadModule: "dri"
[   156.869] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   156.895] (II) Module dri: vendor="X.Org Foundation"
[   156.895]     compiled for 1.9.2, module version = 1.0.0
[   156.895]     ABI class: X.Org Server Extension, version 4.0
[   156.895] (II) Loading extension XFree86-DRI
[   156.895] (II) LoadModule: "dri2"
[   156.895] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   156.896] (II) Module dri2: vendor="X.Org Foundation"
[   156.896]     compiled for 1.9.2, module version = 1.2.0
[   156.896]     ABI class: X.Org Server Extension, version 4.0
[   156.896] (II) Loading extension DRI2
[   156.896] (==) Matched ati as autoconfigured driver 0
[   156.896] (==) Matched vesa as autoconfigured driver 1
[   156.896] (==) Matched fbdev as autoconfigured driver 2
[   156.896] (==) Assigned the driver to the xf86ConfigLayout
[   156.896] (II) LoadModule: "ati"
[   156.896] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[   156.902] (II) Module ati: vendor="X.Org Foundation"
[   156.902]     compiled for 1.9.0, module version = 6.13.2
[   156.902]     Module class: X.Org Video Driver
[   156.902]     ABI class: X.Org Video Driver, version 8.0
[   156.902] (II) LoadModule: "radeon"
[   156.902] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   156.933] (II) Module radeon: vendor="X.Org Foundation"
[   156.933]     compiled for 1.9.0, module version = 6.13.2
[   156.933]     Module class: X.Org Video Driver
[   156.933]     ABI class: X.Org Video Driver, version 8.0
[   156.934] (II) LoadModule: "vesa"
[   156.934] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   156.949] (II) Module vesa: vendor="X.Org Foundation"
[   156.949]     compiled for 1.9.0, module version = 2.3.0
[   156.949]     Module class: X.Org Video Driver
[   156.949]     ABI class: X.Org Video Driver, version 8.0
[   156.949] (II) LoadModule: "fbdev"
[   156.950] (WW) Warning, couldn't open module fbdev
[   156.950] (II) UnloadModule: "fbdev"
[   156.950] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   156.950] (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 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 Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR
[   156.952] (II) VESA: driver for VESA chipsets: vesa
[   156.952] (--) using VT number 7

[   156.954] (II) [KMS] Kernel modesetting enabled.
[   156.955] (WW) Falling back to old probe method for vesa
[   156.955] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[   156.955] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[   156.955] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   156.955] (==) RADEON(0): Default visual is TrueColor
[   156.955] (==) RADEON(0): RGB weight 888
[   156.955] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[   156.955] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e0)
[   156.955] (II) RADEON(0): PCIE card detected
[   156.955] drmOpenDevice: node name is /dev/dri/card0
[   156.955] drmOpenDevice: open result is 8, (OK)
[   156.955] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[   156.955] drmOpenDevice: node name is /dev/dri/card0
[   156.955] drmOpenDevice: open result is 8, (OK)
[   156.955] drmOpenByBusid: drmOpenMinor returns 8
[   156.955] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[   156.956] (II) RADEON(0): KMS Color Tiling: disabled
[   156.971] (II) RADEON(0): Output LVDS has no monitor section
[   156.975] (II) RADEON(0): Output HDMI-0 has no monitor section
[   156.990] (II) RADEON(0): Output VGA-0 has no monitor section
[   157.003] (II) RADEON(0): EDID for output LVDS
[   157.004] (II) RADEON(0): Not using default mode "640x350" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "320x175" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "640x400" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "320x200" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "720x400" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "360x200" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "320x240" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
[   157.023] (II) RADEON(0): Not using default mode "320x240" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "320x240" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1024x768i" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "512x384i" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1152x864" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "576x432" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "640x480" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "1280x960" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "640x512" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "1280x1024" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "640x512" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1280x1024" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "640x512" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "896x672" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "1792x1344" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "896x672" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "928x696" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "1856x1392" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "928x696" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "960x720" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "1920x1440" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "960x720" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "832x624" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "416x312" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "700x525" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "1400x1050" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "700x525" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1920x1440" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "960x720" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
[   157.024] (II) RADEON(0): Not using default mode "2048x1536" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "2048x1536" (vrefresh out of range)
[   157.024] (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
[   157.024] (II) RADEON(0): Printing probed modes for output LVDS
[   157.024] (II) RADEON(0): Modeline "1366x768"x60.0   69.30  1366 1398 1422 1432  768 771 775 806 -hsync -vsync (48.4 kHz)
[   157.024] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[   157.024] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[   157.024] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   157.024] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[   157.024] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   157.024] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[   157.024] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[   157.024] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[   157.024] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   157.024] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[   157.024] (II) RADEON(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz)
[   157.024] (II) RADEON(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz)
[   157.024] (II) RADEON(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz)
[   157.028] (II) RADEON(0): EDID for output HDMI-0
[   157.043] (II) RADEON(0): EDID for output VGA-0
[   157.043] (II) RADEON(0): Output LVDS connected
[   157.043] (II) RADEON(0): Output HDMI-0 disconnected
[   157.043] (II) RADEON(0): Output VGA-0 disconnected
[   157.043] (II) RADEON(0): Using exact sizes for initial modes
[   157.043] (II) RADEON(0): Output LVDS using initial mode 1366x768
[   157.043] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   157.043] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:1fba0000
[   157.043] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[   157.057] (==) RADEON(0): DPI set to (96, 96)
[   157.058] (II) Loading sub module "fb"
[   157.058] (II) LoadModule: "fb"
[   157.058] (II) Loading /usr/lib/xorg/modules/libfb.so
[   157.075] (II) Module fb: vendor="X.Org Foundation"
[   157.076]     compiled for 1.9.2, module version = 1.0.0
[   157.076]     ABI class: X.Org ANSI C Emulation, version 0.4
[   157.076] (II) Loading sub module "ramdac"
[   157.076] (II) LoadModule: "ramdac"
[   157.076] (II) Module "ramdac" already built-in
[   157.076] (II) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS
[   157.076] (II) Loading sub module "shadow"
[   157.076] (II) LoadModule: "shadow"
[   157.076] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   157.083] (II) Module shadow: vendor="X.Org Foundation"
[   157.083]     compiled for 1.9.2, module version = 1.1.0
[   157.083]     ABI class: X.Org ANSI C Emulation, version 0.4
[   157.083] (II) UnloadModule: "vesa"
[   157.083] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   157.083] (--) Depth 24 pixmap format is 32 bpp
[   157.083] (II) RADEON(0): Front buffer size: 4608K
[   157.083] (II) RADEON(0): VRAM usage limit set to 463680K
[   157.085] (==) RADEON(0): Backing store disabled
[   157.085] (WW) RADEON(0): Direct rendering disabled
[   157.085] (II) RADEON(0): Acceleration disabled
[   157.085] (==) RADEON(0): DPMS enabled
[   157.085] (==) RADEON(0): Silken mouse enabled
[   157.086] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   157.086] (--) RandR disabled
[   157.086] (II) Initializing built-in extension Generic Event Extension
[   157.086] (II) Initializing built-in extension SHAPE
[   157.086] (II) Initializing built-in extension MIT-SHM
[   157.086] (II) Initializing built-in extension XInputExtension
[   157.086] (II) Initializing built-in extension XTEST
[   157.086] (II) Initializing built-in extension BIG-REQUESTS
[   157.086] (II) Initializing built-in extension SYNC
[   157.086] (II) Initializing built-in extension XKEYBOARD
[   157.086] (II) Initializing built-in extension XC-MISC
[   157.086] (II) Initializing built-in extension SECURITY
[   157.086] (II) Initializing built-in extension XINERAMA
[   157.086] (II) Initializing built-in extension XFIXES
[   157.086] (II) Initializing built-in extension RENDER
[   157.086] (II) Initializing built-in extension RANDR
[   157.086] (II) Initializing built-in extension COMPOSITE
[   157.086] (II) Initializing built-in extension DAMAGE
[   157.096] (II) AIGLX: Screen 0 is not DRI2 capable
[   157.096] (II) AIGLX: Screen 0 is not DRI capable
[   157.192] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[   157.192] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   157.193] (II) RADEON(0): Setting screen physical size to 361 x 203
[   157.606] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   157.606] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   157.606] (II) LoadModule: "evdev"
[   157.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   157.612] (II) Module evdev: vendor="X.Org Foundation"
[   157.612]     compiled for 1.9.0, module version = 2.5.0
[   157.612]     Module class: X.Org XInput Driver
[   157.612]     ABI class: X.Org XInput driver, version 11.0
[   157.612] (**) Power Button: always reports core events
[   157.612] (**) Power Button: Device: "/dev/input/event3"
[   157.639] (--) Power Button: Found keys
[   157.639] (II) Power Button: Configuring as keyboard
[   157.639] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   157.639] (**) Option "xkb_rules" "evdev"
[   157.639] (**) Option "xkb_model" "evdev"
[   157.639] (**) Option "xkb_layout" "us"
[   157.681] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   157.681] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   157.681] (**) Video Bus: always reports core events
[   157.681] (**) Video Bus: Device: "/dev/input/event4"
[   157.706] (--) Video Bus: Found keys
[   157.706] (II) Video Bus: Configuring as keyboard
[   157.706] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[   157.706] (**) Option "xkb_rules" "evdev"
[   157.706] (**) Option "xkb_model" "evdev"
[   157.706] (**) Option "xkb_layout" "us"
[   157.732] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   157.732] (II) No input driver/identifier specified (ignoring)
[   157.733] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   157.733] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   157.733] (**) Sleep Button: always reports core events
[   157.733] (**) Sleep Button: Device: "/dev/input/event2"
[   157.750] (--) Sleep Button: Found keys
[   157.750] (II) Sleep Button: Configuring as keyboard
[   157.750] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[   157.750] (**) Option "xkb_rules" "evdev"
[   157.750] (**) Option "xkb_model" "evdev"
[   157.750] (**) Option "xkb_layout" "us"
[   157.755] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[   157.755] (II) No input driver/identifier specified (ignoring)
[   157.758] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event8)
[   157.758] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[   157.758] (**) Logitech USB Receiver: always reports core events
[   157.758] (**) Logitech USB Receiver: Device: "/dev/input/event8"
[   157.786] (--) Logitech USB Receiver: Found 20 mouse buttons
[   157.786] (--) Logitech USB Receiver: Found scroll wheel(s)
[   157.786] (--) Logitech USB Receiver: Found relative axes
[   157.786] (--) Logitech USB Receiver: Found x and y relative axes
[   157.786] (II) Logitech USB Receiver: Configuring as mouse
[   157.786] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[   157.786] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   157.786] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
[   157.787] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[   157.787] (**) Logitech USB Receiver: (accel) acceleration profile 0
[   157.787] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[   157.787] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[   157.787] (II) Logitech USB Receiver: initialized for relative axes.
[   157.787] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[   157.787] (II) No input driver/identifier specified (ignoring)
[   157.788] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
[   157.788] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[   157.788] (**) Logitech USB Receiver: always reports core events
[   157.788] (**) Logitech USB Receiver: Device: "/dev/input/event9"
[   157.826] (--) Logitech USB Receiver: Found 1 mouse buttons
[   157.826] (--) Logitech USB Receiver: Found scroll wheel(s)
[   157.826] (--) Logitech USB Receiver: Found relative axes
[   157.826] (--) Logitech USB Receiver: Found absolute axes
[   157.826] (--) Logitech USB Receiver: Found keys
[   157.826] (II) Logitech USB Receiver: Configuring as mouse
[   157.826] (II) Logitech USB Receiver: Configuring as keyboard
[   157.826] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[   157.826] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   157.826] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[   157.826] (**) Option "xkb_rules" "evdev"
[   157.826] (**) Option "xkb_model" "evdev"
[   157.826] (**) Option "xkb_layout" "us"
[   157.827] (EE) Logitech USB Receiver: failed to initialize for relative axes.
[   157.827] (II) Logitech USB Receiver: initialized for absolute axes.
[   157.828] (II) config/udev: Adding input device Video WebCam (/dev/input/event7)
[   157.828] (**) Video WebCam: Applying InputClass "evdev keyboard catchall"
[   157.828] (**) Video WebCam: always reports core events
[   157.828] (**) Video WebCam: Device: "/dev/input/event7"
[   157.853] (--) Video WebCam: Found keys
[   157.853] (II) Video WebCam: Configuring as keyboard
[   157.853] (II) XINPUT: Adding extended input device "Video WebCam" (type: KEYBOARD)
[   157.853] (**) Option "xkb_rules" "evdev"
[   157.853] (**) Option "xkb_model" "evdev"
[   157.853] (**) Option "xkb_layout" "us"
[   157.858] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   157.858] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   157.858] (**) AT Translated Set 2 keyboard: always reports core events
[   157.858] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   157.893] (--) AT Translated Set 2 keyboard: Found keys
[   157.893] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[   157.893] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[   157.893] (**) Option "xkb_rules" "evdev"
[   157.893] (**) Option "xkb_model" "evdev"
[   157.893] (**) Option "xkb_layout" "us"
[   157.894] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[   157.894] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   157.894] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   157.894] (II) LoadModule: "synaptics"
[   157.894] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   157.932] (II) Module synaptics: vendor="X.Org Foundation"
[   157.932]     compiled for 1.9.2, module version = 1.3.0
[   157.932]     Module class: X.Org XInput Driver
[   157.932]     ABI class: X.Org XInput driver, version 11.0
[   157.932] (II) Synaptics touchpad driver version 1.3.0
[   157.932] (**) Option "Device" "/dev/input/event6"
[   158.093] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5720
[   158.093] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4780
[   158.093] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   158.093] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   158.093] (--) SynPS/2 Synaptics TouchPad: buttons: left right scroll-buttons
[   158.093] (**) Option "TapButton1" "1"
[   158.093] (**) Option "TapButton2" "2"
[   158.093] (**) Option "TapButton3" "3"
[   158.213] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   158.213] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   158.266] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[   158.266] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   158.266] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[   158.266] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
[   158.266] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   158.266] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   158.266] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   158.266] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   158.366] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   158.366] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   158.367] (II) No input driver/identifier specified (ignoring)

Again I couldn't find any errors


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

Board footer

Powered by FluxBB