[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#597358: xserver-xorg-video-radeon: Screen brightness flickers when KMS is enabled



On Mon, Sep 20, 2010 at 7:25 PM, Aaron Small <aaron.small.99a@gmail.com> wrote:
> Yes, radeon.new_pll=0 fixes the problem.
>

Can you try this set of kernel patches?
http://people.freedesktop.org/~agd5f/pll_fixes/


> radeon.display_priority=2 wasn't accepted as a command. I saw:
> radeon: Unknown parameter `display_priority'
> on bootup, then the kernel driver appeared not to initialize.

sorry, the parameter name is disp_priority

Alex

>
> Thanks,
> Aaron
>
> On Mon, Sep 20, 2010 at 12:05 AM, Alex Deucher <alexdeucher@gmail.com> wrote:
>> On Sat, Sep 18, 2010 at 6:11 PM, Aaron Small <a.small@unb.ca> wrote:
>>> Package: xserver-xorg-video-radeon
>>> Version: 1:6.13.1-2
>>> Severity: normal
>>>
>>>
>>> When KMS is enabled, the screen is mostly correct all the time, but the
>>> brightness for either the entire screen, or one horizontal line
>>> flickers, maybe two to three times per second. Sometimes the change in
>>> brightness is just noticeable, and sometimes it is strong enough to look
>>> like a horizontal line the full width of the display becomes white. The
>>> very strong flickers seem to only happen with a single line, the
>>> whole-display flickers are always fairly weak, but still noticeable.
>>>
>>> The flickering happens all the time when KMS is enabled. Reboot and
>>> suspend/resume have no effect. When KMS is disabled, there is no
>>> problem, I never see flickering like this.
>>>
>>
>> Does booting with radeon.new_pll=0 or radeon.display_priority=2 help?
>>
>> Alex
>>
>>>
>>> -- Package-specific info:
>>> /var/lib/x11/X.roster does not exist.
>>>
>>> /var/lib/x11/X.md5sum does not exist.
>>>
>>> X server symlink status:
>>> lrwxrwxrwx 1 root root 13 Dec 28  2006 /etc/X11/X -> /usr/bin/Xorg
>>> -rwxr-xr-x 1 root root 1725304 Aug 24 11:04 /usr/bin/Xorg
>>>
>>> /var/lib/x11/xorg.conf.roster does not exist.
>>>
>>> VGA-compatible devices on PCI bus:
>>> 01:00.0 VGA compatible controller: ATI Technologies Inc M56P [Radeon Mobility X1600]
>>>
>>> /var/lib/x11/xorg.conf.md5sum does not exist.
>>>
>>> Xorg X server configuration file status:
>>> -rw-r--r-- 1 root root 3132 Aug  7 22:06 /etc/X11/xorg.conf
>>>
>>> Contents of /etc/X11/xorg.conf:
>>> # /etc/X11/xorg.conf (xorg X Window System server configuration file)
>>> #
>>> # This file was generated by dexconf, the Debian X Configuration tool, using
>>> # values from the debconf database.
>>> #
>>> # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
>>> # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
>>> #
>>> # This file is automatically updated on xserver-xorg package upgrades *only*
>>> # if it has not been modified since the last upgrade of the xserver-xorg
>>> # package.
>>> #
>>> # If you have edited this file but would like it to be automatically updated
>>> # again, run the following command:
>>> #   sudo dpkg-reconfigure -phigh xserver-xorg
>>>
>>> Section "Files"
>>>        FontPath        "/usr/share/fonts/X11/misc"
>>>        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
>>>        FontPath        "/usr/share/fonts/X11/cyrillic"
>>>        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
>>>        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
>>>        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
>>>        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
>>>        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
>>>        FontPath        "/usr/share/fonts/X11/Type1"
>>>        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
>>>        FontPath        "/usr/share/fonts/X11/100dpi"
>>>        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
>>>        FontPath        "/usr/share/fonts/X11/75dpi"
>>>        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
>>>        # path to defoma fonts
>>>        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
>>> EndSection
>>>
>>> Section "Module"
>>>        Load    "i2c"
>>>        Load    "bitmap"
>>>        Load    "ddc"
>>>        Load    "dri"
>>>        Load    "extmod"
>>>        Load    "freetype"
>>>        Load    "glx"
>>>        Load    "int10"
>>>        Load    "vbe"
>>> EndSection
>>>
>>> Section "InputDevice"
>>>        Identifier      "Generic Keyboard"
>>>        Driver          "kbd"
>>>        Option          "CoreKeyboard"
>>>        Option          "XkbRules"      "xorg"
>>>        Option          "XkbModel"      "pc104"
>>>        Option          "XkbLayout"     "us"
>>> EndSection
>>>
>>> Section "InputDevice"
>>>        Identifier      "Configured Mouse"
>>>        Driver          "mouse"
>>>        Option          "CorePointer"
>>>        Option          "Device"                "/dev/input/mice"
>>>        Option          "Protocol"              "ImPS/2"
>>>        Option          "Emulate3Buttons"       "true"
>>> EndSection
>>>
>>> Section "InputDevice"
>>>        Identifier      "Touchpad"
>>>        Driver          "synaptics"
>>>        Option          "AlwaysCore"
>>>        Option          "device"                "/dev/input/mouse0"
>>>        Option          "Protocol"              "auto-dev"
>>>        Option          "SHMConfig"             "on"
>>>        Option          "TapButton2"            "3"
>>>        Option          "TapButton3"            "2"
>>> EndSection
>>>
>>> Section "Device"
>>>        Identifier      "Generic Video Card"
>>>        Driver          "ati"
>>>        BusID           "PCI:1:0:0"
>>> EndSection
>>>
>>> Section "Monitor"
>>>        Identifier      "Color LCD"
>>>        Option          "DPMS"
>>>        HorizSync       28-72
>>>        VertRefresh     43-60
>>> EndSection
>>>
>>> Section "Screen"
>>>        Identifier      "Default Screen"
>>>        Device          "Generic Video Card"
>>>        Monitor         "Color LCD"
>>>        DefaultDepth    24
>>>        SubSection "Display"
>>>                Depth           1
>>>                Modes           "1440x900"
>>>        EndSubSection
>>>        SubSection "Display"
>>>                Depth           4
>>>                Modes           "1440x900"
>>>        EndSubSection
>>>        SubSection "Display"
>>>                Depth           8
>>>                Modes           "1440x900"
>>>        EndSubSection
>>>        SubSection "Display"
>>>                Depth           15
>>>                Modes           "1440x900"
>>>        EndSubSection
>>>        SubSection "Display"
>>>                Depth           16
>>>                Modes           "1440x900"
>>>        EndSubSection
>>>        SubSection "Display"
>>>                Depth           24
>>>                Modes           "1440x900"
>>>        EndSubSection
>>> EndSection
>>>
>>> Section "ServerLayout"
>>>        Identifier      "Default Layout"
>>>        Screen          "Default Screen"
>>>        InputDevice     "Generic Keyboard"
>>>        InputDevice     "Configured Mouse"
>>>        InputDevice     "Touchpad"
>>> EndSection
>>>
>>> Section "DRI"
>>>        Mode    0666
>>> EndSection
>>>
>>>
>>> Kernel version (/proc/version):
>>> Linux version 2.6.32-5-686 (Debian 2.6.32-21) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Wed Aug 25 14:28:12 UTC 2010
>>>
>>> Xorg X server log files on system:
>>> -rw-r--r-- 1 root root 33521 Sep 18 18:04 /var/log/Xorg.0.log
>>>
>>> Contents of most recent Xorg X server log file
>>> /var/log/Xorg.0.log:
>>>
>>> X.Org X Server 1.7.7
>>> Release Date: 2010-05-04
>>> X Protocol Version 11, Revision 0
>>> Build Operating System: Linux 2.6.26-2-amd64 i686 Debian
>>> Current Operating System: Linux ahni 2.6.32-5-686 #1 SMP Wed Aug 25 14:28:12 UTC 2010 i686
>>> Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=393bcb6d-dc9f-45bc-84ca-ba3265387679 ro quiet
>>> Build Date: 24 August 2010  02:59:40PM
>>> xorg-server 2:1.7.7-4 (Julien Cristau <jcristau@debian.org>)
>>> 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: Sat Sep 18 17:50:05 2010
>>> (==) Using config file: "/etc/X11/xorg.conf"
>>> (==) Using system config directory "/usr/share/X11/xorg.conf.d"
>>> (==) ServerLayout "Default Layout"
>>> (**) |-->Screen "Default Screen" (0)
>>> (**) |   |-->Monitor "Color LCD"
>>> (**) |   |-->Device "Generic Video Card"
>>> (**) |-->Input Device "Generic Keyboard"
>>> (**) |-->Input Device "Configured Mouse"
>>> (**) |-->Input Device "Touchpad"
>>> (==) Automatically adding devices
>>> (==) Automatically enabling devices
>>> (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
>>>        Entry deleted from font path.
>>> (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
>>>        Entry deleted from font path.
>>> (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
>>>        Entry deleted from font path.
>>> (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
>>>        Entry deleted from font path.
>>> (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
>>>        Entry deleted from font path.
>>> (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
>>>        Entry deleted from font path.
>>> (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
>>>        Entry deleted from font path.
>>> (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
>>>        Entry deleted from font path.
>>> (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
>>>        Entry deleted from font path.
>>> (**) FontPath set to:
>>>        /usr/share/fonts/X11/misc,
>>>        /usr/share/fonts/X11/100dpi/:unscaled,
>>>        /usr/share/fonts/X11/75dpi/:unscaled,
>>>        /usr/share/fonts/X11/Type1,
>>>        /usr/share/fonts/X11/100dpi,
>>>        /usr/share/fonts/X11/75dpi,
>>>        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
>>>        /usr/share/fonts/X11/misc,
>>>        /usr/share/fonts/X11/100dpi/:unscaled,
>>>        /usr/share/fonts/X11/75dpi/:unscaled,
>>>        /usr/share/fonts/X11/Type1,
>>>        /usr/share/fonts/X11/100dpi,
>>>        /usr/share/fonts/X11/75dpi,
>>>        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
>>>        built-ins
>>> (==) ModulePath set to "/usr/lib/xorg/modules"
>>> (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
>>> (WW) Disabling Generic Keyboard
>>> (WW) Disabling Configured Mouse
>>> (II) Loader magic: 0x81eaca0
>>> (II) Module ABI versions:
>>>        X.Org ANSI C Emulation: 0.4
>>>        X.Org Video Driver: 6.0
>>>        X.Org XInput driver : 7.0
>>>        X.Org Server Extension : 2.0
>>> (++) using VT number 7
>>>
>>> (--) PCI:*(0:1:0:0) 1002:71c5:106b:0080 ATI Technologies Inc M56P [Radeon Mobility X1600] rev 0, Mem @ 0x80000000/268435456, 0x98300000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
>>> (II) Open ACPI successful (/var/run/acpid.socket)
>>> (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
>>> (II) "dbe" will be loaded by default.
>>> (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
>>> (II) "record" will be loaded by default.
>>> (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
>>> (II) "dri2" will be loaded by default.
>>> (II) LoadModule: "i2c"
>>> (II) Module "i2c" already built-in
>>> (II) LoadModule: "ddc"
>>> (II) Module "ddc" already built-in
>>> (II) LoadModule: "dri"
>>> (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
>>> (II) Module dri: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, module version = 1.0.0
>>>        ABI class: X.Org Server Extension, version 2.0
>>> (II) Loading extension XFree86-DRI
>>> (II) LoadModule: "extmod"
>>> (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
>>> (II) Module extmod: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, module version = 1.0.0
>>>        Module class: X.Org Server Extension
>>>        ABI class: X.Org Server Extension, version 2.0
>>> (II) Loading extension SELinux
>>> (II) Loading extension MIT-SCREEN-SAVER
>>> (II) Loading extension XFree86-VidModeExtension
>>> (II) Loading extension XFree86-DGA
>>> (II) Loading extension DPMS
>>> (II) Loading extension XVideo
>>> (II) Loading extension XVideo-MotionCompensation
>>> (II) Loading extension X-Resource
>>> (II) LoadModule: "glx"
>>> (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
>>> (II) Module glx: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, module version = 1.0.0
>>>        ABI class: X.Org Server Extension, version 2.0
>>> (==) AIGLX enabled
>>> (II) Loading extension GLX
>>> (II) LoadModule: "int10"
>>> (II) Loading /usr/lib/xorg/modules/libint10.so
>>> (II) Module int10: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, module version = 1.0.0
>>>        ABI class: X.Org Video Driver, version 6.0
>>> (II) LoadModule: "vbe"
>>> (II) Loading /usr/lib/xorg/modules/libvbe.so
>>> (II) Module vbe: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, module version = 1.1.0
>>>        ABI class: X.Org Video Driver, version 6.0
>>> (II) LoadModule: "dbe"
>>> (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
>>> (II) Module dbe: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, 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: "record"
>>> (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
>>> (II) Module record: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, module version = 1.13.0
>>>        Module class: X.Org Server Extension
>>>        ABI class: X.Org Server Extension, version 2.0
>>> (II) Loading extension RECORD
>>> (II) LoadModule: "dri2"
>>> (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
>>> (II) Module dri2: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, 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.7, module version = 6.13.1
>>>        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.7, module version = 6.13.1
>>>        Module class: X.Org Video Driver
>>>        ABI class: X.Org Video Driver, version 6.0
>>> (II) LoadModule: "synaptics"
>>> (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
>>> (II) Module synaptics: vendor="X.Org Foundation"
>>>        compiled for 1.7.6.901, module version = 1.2.2
>>>        Module class: X.Org XInput Driver
>>>        ABI class: X.Org XInput driver, version 7.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 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, 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, CEDAR, CEDAR, CEDAR,
>>>        ATI FirePro (FireGL) Graphics Adapter,
>>>        ATI FirePro (FireGL) Graphics Adapter, CEDAR, ATI Radeon HD 5450,
>>>        CEDAR
>>> (II) Primary Device is: PCI 01@00:00:0
>>> (II) [KMS] Kernel modesetting enabled.
>>> (**) 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
>>> (==) RADEON(0): RGB weight 888
>>> (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
>>> (--) RADEON(0): Chipset: "ATI Mobility Radeon X1600" (ChipID = 0x71c5)
>>> (II) RADEON(0): PCIE card detected
>>> (II) RADEON(0): KMS Color Tiling: enabled
>>> drmOpenDevice: node name is /dev/dri/card0
>>> drmOpenDevice: open result is 9, (OK)
>>> drmOpenByBusid: Searching for BusID pci:0000:01:00.0
>>> drmOpenDevice: node name is /dev/dri/card0
>>> drmOpenDevice: open result is 9, (OK)
>>> drmOpenByBusid: drmOpenMinor returns 9
>>> drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
>>> (II) RADEON(0): Output LVDS using monitor section Color LCD
>>> (II) RADEON(0): Output S-video has no monitor section
>>> (II) RADEON(0): Output DVI-0 has no monitor section
>>> (II) RADEON(0): EDID for output LVDS
>>> (II) RADEON(0): Manufacturer: APP  Model: 9c56  Serial#: 0
>>> (II) RADEON(0): Year: 2006  Week: 4
>>> (II) RADEON(0): EDID Version: 1.3
>>> (II) RADEON(0): Digital Display Input
>>> (II) RADEON(0): Max Image Size [cm]: horiz.: 34  vert.: 22
>>> (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.580 redY: 0.340   greenX: 0.310 greenY: 0.550
>>> (II) RADEON(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
>>> (II) RADEON(0): Manufacturer's mask: 0
>>> (II) RADEON(0): Supported detailed timing:
>>> (II) RADEON(0): clock: 96.3 MHz   Image Size:  331 x 207 mm
>>> (II) RADEON(0): h_active: 1440  h_sync: 1504  h_sync_end 1536 h_blank_end 1760 h_border: 0
>>> (II) RADEON(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
>>> (II) RADEON(0): Unknown vendor-specific block 1
>>> (II) RADEON(0):  LTN154X7
>>> (II) RADEON(0): Monitor name: Color LCD
>>> (II) RADEON(0): EDID (in hex):
>>> (II) RADEON(0):         00ffffffffffff000610569c00000000
>>> (II) RADEON(0):         04100103802216780a87f594574f8c27
>>> (II) RADEON(0):         27505400000001010101010101010101
>>> (II) RADEON(0):         0101010101019f25a04051840c304020
>>> (II) RADEON(0):         33004bcf100000190000000100061030
>>> (II) RADEON(0):         00000000000000000a20000000fe004c
>>> (II) RADEON(0):         544e31353458370000000a20000000fc
>>> (II) RADEON(0):         00436f6c6f72204c43440a20202000d5
>>> (II) RADEON(0): EDID vendor "APP", prod id 40022
>>> (II) RADEON(0): Printing DDC gathered Modelines:
>>> (II) RADEON(0): Modeline "1440x900"x0.0   96.31  1440 1504 1536 1760  900 903 906 912 -hsync -vsync (54.7 kHz)
>>> (II) RADEON(0): Printing probed modes for output LVDS
>>> (II) RADEON(0): Modeline "1440x900"x60.0   96.31  1440 1504 1536 1760  900 903 906 912 -hsync -vsync (54.7 kHz)
>>> (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
>>> (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
>>> (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
>>> (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
>>> (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
>>> (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
>>> (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
>>> (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
>>> (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
>>> (II) RADEON(0): EDID for output S-video
>>> (II) RADEON(0): EDID for output DVI-0
>>> (II) RADEON(0): Output LVDS connected
>>> (II) RADEON(0): Output S-video disconnected
>>> (II) RADEON(0): Output DVI-0 disconnected
>>> (II) RADEON(0): Using user preference for initial modes
>>> (II) RADEON(0): Output LVDS using initial mode 1440x900
>>> (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
>>> (II) RADEON(0): mem size init: gart size :1feff000 vram size: s:10000000 visible:fab2000
>>> (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
>>> (**) RADEON(0): Display dimensions: (340, 220) mm
>>> (**) RADEON(0): DPI set to (107, 103)
>>> (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.7, 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
>>> (II) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS
>>> (II) Loading sub module "shadow"
>>> (II) LoadModule: "shadow"
>>> (II) Loading /usr/lib/xorg/modules/libshadow.so
>>> (II) Module shadow: vendor="X.Org Foundation"
>>>        compiled for 1.7.7, module version = 1.1.0
>>>        ABI class: X.Org ANSI C Emulation, version 0.4
>>> (--) Depth 24 pixmap format is 32 bpp
>>> (II) RADEON(0): Front buffer size: 5244K
>>> (II) RADEON(0): VRAM usage limit set to 226321K
>>> (==) RADEON(0): Backing store disabled
>>> (WW) RADEON(0): Direct rendering disabled
>>> (II) RADEON(0): Acceleration disabled
>>> (**) RADEON(0): DPMS enabled
>>> (==) RADEON(0): Silken mouse enabled
>>> (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 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
>>> SELinux: Disabled on system, not enabling in X server
>>> (II) AIGLX: Screen 0 is not DRI2 capable
>>> (II) AIGLX: Screen 0 is not DRI capable
>>> (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
>>> (II) GLX: Initialized DRISWRAST GL provider for screen 0
>>> (II) RADEON(0): Setting screen physical size to 380 x 238
>>> (II) Synaptics touchpad driver version 1.2.2
>>> (--) Touchpad auto-dev sets device to /dev/input/event5
>>> (**) Option "Device" "/dev/input/event5"
>>> (II) Touchpad: x-axis range 0 - 1215
>>> (II) Touchpad: y-axis range 0 - 575
>>> (II) Touchpad: pressure range 0 - 300
>>> (II) Touchpad: finger width range 0 - 0
>>> (II) Touchpad: buttons: left double triple
>>> (**) Option "SHMConfig" "on"
>>> (**) Option "TapButton2" "3"
>>> (**) Option "TapButton3" "2"
>>> (--) Touchpad: touchpad found
>>> (**) Option "AlwaysCore"
>>> (**) Touchpad: always reports core events
>>> (II) XINPUT: Adding extended input device "Touchpad" (type: TOUCHPAD)
>>> (**) Touchpad: (accel) keeping acceleration scheme 1
>>> (**) Touchpad: (accel) acceleration profile 0
>>> (**) Touchpad: (accel) acceleration factor: 2.000
>>> (**) Touchpad: (accel) acceleration threshold: 4
>>> (--) Touchpad: touchpad found
>>> (II) config/udev: Adding input device Power Button (/dev/input/event3)
>>> (**) Power Button: Applying InputClass "evdev keyboard catchall"
>>> (II) LoadModule: "evdev"
>>> (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
>>> (II) Module evdev: vendor="X.Org Foundation"
>>>        compiled for 1.7.6.901, module version = 2.3.2
>>>        Module class: X.Org XInput Driver
>>>        ABI class: X.Org XInput driver, version 7.0
>>> (**) Power Button: always reports core events
>>> (**) Power Button: Device: "/dev/input/event3"
>>> (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" "pc104"
>>> (**) Option "xkb_layout" "us"
>>> (II) config/udev: Adding input device Power Button (/dev/input/event1)
>>> (**) Power Button: Applying InputClass "evdev keyboard catchall"
>>> (**) Power Button: always reports core events
>>> (**) Power Button: Device: "/dev/input/event1"
>>> (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" "pc104"
>>> (**) Option "xkb_layout" "us"
>>> (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
>>> (II) No input driver/identifier specified (ignoring)
>>> (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
>>> (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
>>> (**) Sleep Button: always reports core events
>>> (**) Sleep Button: Device: "/dev/input/event2"
>>> (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" "pc104"
>>> (**) Option "xkb_layout" "us"
>>> (II) config/udev: Adding input device HDA Intel HP Out at Ext Rear Jack (/dev/input/event10)
>>> (II) No input driver/identifier specified (ignoring)
>>> (II) config/udev: Adding input device HDA Intel Line In at Ext Rear Jack (/dev/input/event9)
>>> (II) No input driver/identifier specified (ignoring)
>>> (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event6)
>>> (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
>>> (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
>>> (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event6"
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
>>> (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
>>> (**) Option "xkb_rules" "evdev"
>>> (**) Option "xkb_model" "pc104"
>>> (**) Option "xkb_layout" "us"
>>> (II) config/udev: Adding input device appletouch (/dev/input/event5)
>>> (**) appletouch: Applying InputClass "evdev touchpad catchall"
>>> (**) appletouch: Applying InputClass "touchpad catchall"
>>> (II) Synaptics touchpad driver version 1.2.2
>>> (**) Option "Device" "/dev/input/event5"
>>> (--) appletouch: no supported touchpad found
>>> (EE) appletouch Unable to query/initialize Synaptics hardware.
>>> (EE) PreInit failed for input device "appletouch"
>>> (II) UnloadModule: "synaptics"
>>> (II) config/udev: Adding input device appletouch (/dev/input/mouse0)
>>> (**) appletouch: Applying InputClass "touchpad catchall"
>>> (II) Synaptics touchpad driver version 1.2.2
>>> appletouch no synaptics event device found
>>> (**) Option "Device" "/dev/input/mouse0"
>>> Query no Synaptics: 6003C8
>>> (--) appletouch: no supported touchpad found
>>> (EE) appletouch Unable to query/initialize Synaptics hardware.
>>> (EE) PreInit failed for input device "appletouch"
>>> (II) UnloadModule: "synaptics"
>>> (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event7)
>>> (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
>>> (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
>>> (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event7"
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
>>> (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
>>> (**) Option "xkb_rules" "evdev"
>>> (**) Option "xkb_model" "pc104"
>>> (**) Option "xkb_layout" "us"
>>> (II) config/udev: Adding input device applesmc (/dev/input/event8)
>>> (II) No input driver/identifier specified (ignoring)
>>> (II) config/udev: Adding input device applesmc (/dev/input/js0)
>>> (II) No input driver/identifier specified (ignoring)
>>> (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
>>> (II) No input driver/identifier specified (ignoring)
>>> (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event11)
>>> (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
>>> (**) ACPI Virtual Keyboard Device: always reports core events
>>> (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
>>> (II) ACPI Virtual Keyboard Device: Found keys
>>> (II) ACPI Virtual Keyboard Device: Configuring as keyboard
>>> (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
>>> (**) Option "xkb_rules" "evdev"
>>> (**) Option "xkb_model" "pc104"
>>> (**) Option "xkb_layout" "us"
>>> (II) Open ACPI successful (/var/run/acpid.socket)
>>> (II) RADEON(0): EDID vendor "APP", prod id 40022
>>> (II) RADEON(0): Printing DDC gathered Modelines:
>>> (II) RADEON(0): Modeline "1440x900"x0.0   96.31  1440 1504 1536 1760  900 903 906 912 -hsync -vsync (54.7 kHz)
>>> (--) Touchpad: touchpad found
>>> (II) Power Button: Device reopened after 1 attempts.
>>> (II) Power Button: Device reopened after 1 attempts.
>>> (II) Sleep Button: Device reopened after 1 attempts.
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
>>> (II) ACPI Virtual Keyboard Device: Device reopened after 1 attempts.
>>> (II) Open ACPI successful (/var/run/acpid.socket)
>>> (II) RADEON(0): EDID vendor "APP", prod id 40022
>>> (II) RADEON(0): Printing DDC gathered Modelines:
>>> (II) RADEON(0): Modeline "1440x900"x0.0   96.31  1440 1504 1536 1760  900 903 906 912 -hsync -vsync (54.7 kHz)
>>> (--) Touchpad: touchpad found
>>> (II) Power Button: Device reopened after 1 attempts.
>>> (II) Power Button: Device reopened after 1 attempts.
>>> (II) Sleep Button: Device reopened after 1 attempts.
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
>>> (II) ACPI Virtual Keyboard Device: Device reopened after 1 attempts.
>>> (II) Open ACPI successful (/var/run/acpid.socket)
>>> (II) RADEON(0): EDID vendor "APP", prod id 40022
>>> (II) RADEON(0): Printing DDC gathered Modelines:
>>> (II) RADEON(0): Modeline "1440x900"x0.0   96.31  1440 1504 1536 1760  900 903 906 912 -hsync -vsync (54.7 kHz)
>>> (--) Touchpad: touchpad found
>>> (II) Power Button: Device reopened after 1 attempts.
>>> (II) Power Button: Device reopened after 1 attempts.
>>> (II) Sleep Button: Device reopened after 1 attempts.
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
>>> (II) ACPI Virtual Keyboard Device: Device reopened after 1 attempts.
>>> (II) Open ACPI successful (/var/run/acpid.socket)
>>> (II) RADEON(0): EDID vendor "APP", prod id 40022
>>> (II) RADEON(0): Printing DDC gathered Modelines:
>>> (II) RADEON(0): Modeline "1440x900"x0.0   96.31  1440 1504 1536 1760  900 903 906 912 -hsync -vsync (54.7 kHz)
>>> (--) Touchpad: touchpad found
>>> (II) Power Button: Device reopened after 1 attempts.
>>> (II) Power Button: Device reopened after 1 attempts.
>>> (II) Sleep Button: Device reopened after 1 attempts.
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
>>> (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts.
>>> (II) ACPI Virtual Keyboard Device: Device reopened after 1 attempts.
>>>
>>> udev information:
>>> P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
>>> N: input/event3
>>> S: char/13:67
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event3
>>> E: ID_INPUT=1
>>> E: ID_INPUT_KEY=1
>>> E: XKBMODEL=pc104
>>> E: XKBLAYOUT=us
>>> E: MAJOR=13
>>> E: MINOR=67
>>> E: DEVLINKS=/dev/char/13:67
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>>
>>> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1
>>> N: input/event1
>>> S: char/13:65
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event1
>>> E: ID_INPUT=1
>>> E: ID_INPUT_KEY=1
>>> E: XKBMODEL=pc104
>>> E: XKBLAYOUT=us
>>> E: MAJOR=13
>>> E: MINOR=65
>>> E: DEVLINKS=/dev/char/13:65
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>>
>>> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0
>>> N: input/event0
>>> S: char/13:64
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event0
>>> E: ID_INPUT=1
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>> E: MAJOR=13
>>> E: MINOR=64
>>> E: DEVLINKS=/dev/char/13:64
>>>
>>> P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2
>>> N: input/event2
>>> S: char/13:66
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event2
>>> E: ID_INPUT=1
>>> E: ID_INPUT_KEY=1
>>> E: XKBMODEL=pc104
>>> E: XKBLAYOUT=us
>>> E: MAJOR=13
>>> E: MINOR=66
>>> E: DEVLINKS=/dev/char/13:66
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>>
>>> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event10
>>> N: input/event10
>>> S: char/13:74
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event10
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event10
>>> E: ID_INPUT=1
>>> E: ID_PATH=pci-0000:00:1b.0
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>> E: MAJOR=13
>>> E: MINOR=74
>>> E: DEVLINKS=/dev/char/13:74
>>> E: TAGS=:udev-acl:
>>>
>>> P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event9
>>> N: input/event9
>>> S: char/13:73
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event9
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event9
>>> E: ID_INPUT=1
>>> E: ID_PATH=pci-0000:00:1b.0
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>> E: MAJOR=13
>>> E: MINOR=73
>>> E: DEVLINKS=/dev/char/13:73
>>> E: TAGS=:udev-acl:
>>>
>>> P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input6/event6
>>> N: input/event6
>>> S: char/13:70
>>> S: input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-kbd
>>> S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-kbd
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input6/event6
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event6
>>> E: ID_INPUT=1
>>> E: ID_INPUT_KEY=1
>>> E: ID_INPUT_KEYBOARD=1
>>> E: ID_VENDOR=Apple_Computer
>>> E: ID_VENDOR_ENC=Apple\x20Computer
>>> E: ID_VENDOR_ID=05ac
>>> E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
>>> E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
>>> E: ID_MODEL_ID=0218
>>> E: ID_REVISION=0060
>>> E: ID_SERIAL=Apple_Computer_Apple_Internal_Keyboard___Trackpad
>>> E: ID_TYPE=hid
>>> E: ID_BUS=usb
>>> E: ID_USB_INTERFACES=:030101:030102:030000:
>>> E: ID_USB_INTERFACE_NUM=00
>>> E: ID_USB_DRIVER=usbhid
>>> E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.0
>>> E: XKBMODEL=pc104
>>> E: XKBLAYOUT=us
>>> E: MAJOR=13
>>> E: MINOR=70
>>> E: DEVLINKS=/dev/char/13:70 /dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-kbd /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-kbd
>>>
>>> P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input5/event5
>>> N: input/event5
>>> S: char/13:69
>>> S: input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-mouse
>>> S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-event-mouse
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input5/event5
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event5
>>> E: ID_INPUT=1
>>> E: ID_INPUT_TOUCHPAD=1
>>> E: ID_VENDOR=Apple_Computer
>>> E: ID_VENDOR_ENC=Apple\x20Computer
>>> E: ID_VENDOR_ID=05ac
>>> E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
>>> E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
>>> E: ID_MODEL_ID=0218
>>> E: ID_REVISION=0060
>>> E: ID_SERIAL=Apple_Computer_Apple_Internal_Keyboard___Trackpad
>>> E: ID_TYPE=hid
>>> E: ID_BUS=usb
>>> E: ID_USB_INTERFACES=:030101:030102:030000:
>>> E: ID_USB_INTERFACE_NUM=01
>>> E: ID_USB_DRIVER=appletouch
>>> E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.1
>>> E: MAJOR=13
>>> E: MINOR=69
>>> E: DEVLINKS=/dev/char/13:69 /dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-event-mouse
>>>
>>> P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input5/mouse0
>>> N: input/mouse0
>>> S: char/13:32
>>> S: input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-mouse
>>> S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-mouse
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input5/mouse0
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/mouse0
>>> E: ID_INPUT=1
>>> E: ID_INPUT_TOUCHPAD=1
>>> E: ID_VENDOR=Apple_Computer
>>> E: ID_VENDOR_ENC=Apple\x20Computer
>>> E: ID_VENDOR_ID=05ac
>>> E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
>>> E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
>>> E: ID_MODEL_ID=0218
>>> E: ID_REVISION=0060
>>> E: ID_SERIAL=Apple_Computer_Apple_Internal_Keyboard___Trackpad
>>> E: ID_TYPE=hid
>>> E: ID_BUS=usb
>>> E: ID_USB_INTERFACES=:030101:030102:030000:
>>> E: ID_USB_INTERFACE_NUM=01
>>> E: ID_USB_DRIVER=appletouch
>>> E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.1
>>> E: MAJOR=13
>>> E: MINOR=32
>>> E: DEVLINKS=/dev/char/13:32 /dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-mouse
>>>
>>> P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.2/input/input7/event7
>>> N: input/event7
>>> S: char/13:71
>>> S: input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-if02
>>> S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.2-event
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.2/input/input7/event7
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event7
>>> E: ID_INPUT=1
>>> E: ID_INPUT_KEY=1
>>> E: ID_VENDOR=Apple_Computer
>>> E: ID_VENDOR_ENC=Apple\x20Computer
>>> E: ID_VENDOR_ID=05ac
>>> E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
>>> E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
>>> E: ID_MODEL_ID=0218
>>> E: ID_REVISION=0060
>>> E: ID_SERIAL=Apple_Computer_Apple_Internal_Keyboard___Trackpad
>>> E: ID_TYPE=hid
>>> E: ID_BUS=usb
>>> E: ID_USB_INTERFACES=:030101:030102:030000:
>>> E: ID_USB_INTERFACE_NUM=02
>>> E: ID_USB_DRIVER=usbhid
>>> E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.2
>>> E: XKBMODEL=pc104
>>> E: XKBLAYOUT=us
>>> E: MAJOR=13
>>> E: MINOR=71
>>> E: DEVLINKS=/dev/char/13:71 /dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-if02 /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.2-event
>>>
>>> P: /devices/platform/applesmc.768/input/input8/event8
>>> N: input/event8
>>> S: char/13:72
>>> S: input/by-path/platform-applesmc.768-event
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/platform/applesmc.768/input/input8/event8
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event8
>>> E: ID_INPUT=1
>>> E: ID_PATH=platform-applesmc.768
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>> E: MAJOR=13
>>> E: MINOR=72
>>> E: DEVLINKS=/dev/char/13:72 /dev/input/by-path/platform-applesmc.768-event
>>>
>>> P: /devices/platform/applesmc.768/input/input8/js0
>>> N: input/js0
>>> S: char/13:0
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/platform/applesmc.768/input/input8/js0
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/js0
>>> E: ID_INPUT=1
>>> E: ID_PATH=platform-applesmc.768
>>> E: MAJOR=13
>>> E: MINOR=0
>>> E: DEVLINKS=/dev/char/13:0
>>>
>>> P: /devices/platform/pcspkr/input/input4/event4
>>> N: input/event4
>>> S: char/13:68
>>> S: input/by-path/platform-pcspkr-event-spkr
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event4
>>> E: ID_INPUT=1
>>> E: ID_SERIAL=noserial
>>> E: ID_PATH=platform-pcspkr
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>> E: MAJOR=13
>>> E: MINOR=68
>>> E: DEVLINKS=/dev/char/13:68 /dev/input/by-path/platform-pcspkr-event-spkr
>>>
>>> P: /devices/virtual/input/input11/event11
>>> N: input/event11
>>> S: char/13:75
>>> E: UDEV_LOG=3
>>> E: DEVPATH=/devices/virtual/input/input11/event11
>>> E: SUBSYSTEM=input
>>> E: DEVNAME=input/event11
>>> E: ID_INPUT=1
>>> E: ID_INPUT_KEY=1
>>> E: ID_INPUT_KEYBOARD=1
>>> E: ID_SERIAL=noserial
>>> E: XKBMODEL=pc104
>>> E: XKBLAYOUT=us
>>> E: MAJOR=13
>>> E: MINOR=75
>>> E: DEVLINKS=/dev/char/13:75
>>> E: DMI_VENDOR=Apple Computer, Inc.
>>>
>>> DRM Information from dmesg:
>>> [    0.871143] Linux agpgart interface v0.103
>>> [    9.352125] [drm] Initialized drm 1.1.0 20060810
>>> [   10.260025] [drm] radeon kernel modesetting enabled.
>>> [   10.262479] [drm] radeon: Initializing kernel modesetting.
>>> [   10.262644] [drm] register mmio base: 0x98300000
>>> [   10.262646] [drm] register mmio size: 65536
>>> [   10.262976] [drm] GPU reset succeed (RBBM_STATUS=0x10000140)
>>> [   10.262992] [drm] Generation 2 PCI interface, using max accessible memory
>>> [   10.262995] [drm] radeon: VRAM 256M
>>> [   10.262997] [drm] radeon: VRAM from 0x00000000 to 0x0FFFFFFF
>>> [   10.262999] [drm] radeon: GTT 512M
>>> [   10.263001] [drm] radeon: GTT from 0x20000000 to 0x3FFFFFFF
>>> [   10.263054] [drm] radeon: using MSI.
>>> [   10.263078] [drm] radeon: irq initialized.
>>> [   10.263799] [drm] Detected VRAM RAM=256M, BAR=256M
>>> [   10.263803] [drm] RAM width 128bits DDR
>>> [   10.263922] [drm] radeon: 256M of VRAM memory ready
>>> [   10.263924] [drm] radeon: 512M of GTT memory ready.
>>> [   10.263941] [drm] GART: num cpu pages 131072, num gpu pages 131072
>>> [   10.265457] [drm] radeon: 1 quad pipes, 2 z pipes initialized.
>>> [   10.265516] [drm] PCIE GART of 512M enabled (table at 0x00040000).
>>> [   10.265528] [drm] radeon: cp idle (0x10000C03)
>>> [   10.265565] [drm] Loading R500 Microcode
>>> [   10.309974] [drm:r100_cp_init] *ERROR* Failed to load firmware!
>>> [   10.310162] [drm] radeon: cp finalized
>>> [   10.310799] [drm] Default TV standard: NTSC
>>> [   10.310867] [drm] Radeon Display Connectors
>>> [   10.310869] [drm] Connector 0:
>>> [   10.310871] [drm]   LVDS
>>> [   10.310874] [drm]   DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
>>> [   10.310877] [drm]   Encoders:
>>> [   10.310878] [drm]     LCD1: INTERNAL_LVTM1
>>> [   10.310880] [drm] Connector 1:
>>> [   10.310882] [drm]   S-video
>>> [   10.310883] [drm]   Encoders:
>>> [   10.310885] [drm]     TV1: INTERNAL_KLDSCP_DAC2
>>> [   10.310887] [drm] Connector 2:
>>> [   10.310888] [drm]   DVI-I
>>> [   10.310890] [drm]   HPD1
>>> [   10.310892] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
>>> [   10.310895] [drm]   Encoders:
>>> [   10.310897] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
>>> [   10.310899] [drm]     DFP1: INTERNAL_KLDSCP_TMDS1
>>> [   10.579919] [drm] fb mappable at 0x80040000
>>> [   10.579922] [drm] vram apper at 0x80000000
>>> [   10.579924] [drm] size 5299200
>>> [   10.579926] [drm] fb depth is 24
>>> [   10.579928] [drm]    pitch is 5888
>>> [   10.612039] fb0: radeondrmfb frame buffer device
>>> [   10.612046] [drm] Initialized radeon 2.0.0 20080528 for 0000:01:00.0 on minor 0
>>>
>>>
>>> -- System Information:
>>> Debian Release: squeeze/sid
>>>  APT prefers testing
>>>  APT policy: (500, 'testing')
>>> Architecture: i386 (i686)
>>>
>>> Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
>>> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
>>> Shell: /bin/sh linked to /bin/dash
>>>
>>> Versions of packages xserver-xorg-video-radeon depends on:
>>> ii  libc6                         2.11.2-5   Embedded GNU C Library: Shared lib
>>> ii  libdrm-radeon1                2.4.18-6   Userspace interface to radeon-spec
>>> ii  libdrm2                       2.4.18-6   Userspace interface to kernel DRM
>>> ii  libpciaccess0                 0.12.0-1   Generic PCI access library for X
>>> ii  libpixman-1-0                 0.16.4-1   pixel-manipulation library for X a
>>> ii  libudev0                      160-1      libudev shared library
>>> ii  xserver-xorg-core [xorg-video 2:1.7.7-4  Xorg X server - core server
>>>
>>> xserver-xorg-video-radeon recommends no packages.
>>>
>>> Versions of packages xserver-xorg-video-radeon suggests:
>>> pn  firmware-linux                <none>     (no description available)
>>>
>>> -- Configuration Files:
>>> /etc/modprobe.d/radeon-kms.conf changed:
>>> options radeon modeset=0
>>>
>>>
>>> -- no debconf information
>>>
>>>
>>>
>>> _______________________________________________
>>> xorg-driver-ati mailing list
>>> xorg-driver-ati@lists.x.org
>>> http://lists.x.org/mailman/listinfo/xorg-driver-ati
>>>
>>
>



Reply to: