LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-16-2013, 06:55 PM   #1
gmaslin
Member
 
Registered: Mar 2013
Posts: 32

Rep: Reputation: 0
Managing radeon video


New thread as recommended by odiseo, the original thread is located here:

My Debian Wheezy installation has some Movie Player problems. I was going to start a new thread but since my topic is somewhat related, I'll ask here:
1. How do I check the video driver version my system is using?
2. Do I need an xorg.conf file to get a resolution not supported by default?
3. If so, where should I expect to find this file?
System information below:
uname -r returns 3.2.0-4-amd64 and I'm on Gnome 3.4.2
lspci confirms 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV630 PRO AGP [Radeon HD 2600 PRO AGP]
01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV630 audio device [Radeon HD 2600 Series]
I would like to use the "radeon" driver in order to keep things simple. I plan on trying to control the fans in my system later and will probably require assistance doing so. The motherboard details are below:
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P AGP Bridge (rev 02)
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev ff)
00:1d.0 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)

Last edited by gmaslin; 03-17-2013 at 07:42 AM.
 
Old 03-17-2013, 02:43 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,901

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
I have the following files:
/home/pan/Downloads/fglrx-driver_12-6+point-1.debian.tar.gz
/lib/modules/2.6.32-5-amd64/updates/dkms/fglrx.ko
/usr/src/fglrx-8.982 (this is a dir)

You need to have something similar, if you have downloaded an ATI driver.
xorg.conf is usually located in /etc/X11
you can have a log file: /var/log/Xorg.0.log, there you can look for version numbers also

For non-default resolutions you will need an xorg.conf.
 
Old 03-17-2013, 07:10 AM   #3
gmaslin
Member
 
Registered: Mar 2013
Posts: 32

Original Poster
Rep: Reputation: 0
pan64
Thanks for the reply but isn't fglrx the ATI proprietary driver? I specifically stated that I wanted the open source "radeon" X driver. Why did you choose the proprietary driver?
 
Old 03-17-2013, 08:08 AM   #4
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Enable the non-free repository, and install the firmware-linux-nonfree package from there. You do not need an xorg.conf as xorg should automatically configure once the kernel driver has the right firmware.
 
Old 03-17-2013, 08:17 AM   #5
gmaslin
Member
 
Registered: Mar 2013
Posts: 32

Original Poster
Rep: Reputation: 0
goumba
The non-free is available in my /etc/apt/sources.list so are you confirming that the firmware is required to have the open source "radeon" driver work properly? Did you read above that I do not wish to run the proprietary driver?
 
Old 03-17-2013, 08:24 AM   #6
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
gmaslin,
Yes, the firmware is required for your adapter in order for the open source driver to work:

http://packages.debian.org/squeeze-b...-linux-nonfree

That page is for squeeze-backports, the page for wheezy lacks the details, but its contents are identical.
 
Old 03-17-2013, 12:44 PM   #7
gmaslin
Member
 
Registered: Mar 2013
Posts: 32

Original Poster
Rep: Reputation: 0
goumba
Noted. I ran
aptitude install autoclean firmware-linux-nonfree as root.

Does the sequence of installation with firmware and driver make any difference?
 
Old 03-17-2013, 02:57 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
It does not make a difference, but you will need to either reboot or at least unload and reload the radeon kernel module (which can be tricky, since it's used to drive the console, likely making rebooting the easiest option).

Adam
 
Old 03-17-2013, 06:52 PM   #9
gmaslin
Member
 
Registered: Mar 2013
Posts: 32

Original Poster
Rep: Reputation: 0
adamk75
Thank you for participating. I've rebooted and everything has become glacially slow.
find /dev -group video now returns
/dev/fb0
/dev/dri/card0
/dev/dri/controlD64
/dev/agpgart

glxinfo |grep -i vendor now returns
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: X.Org

cat /var/log/Xorg.0.log now returns
Code:
[    19.676] (II) Module glx: vendor="X.Org Foundation"
[    19.676]    compiled for 1.12.4, module version = 1.0.0
[    19.676]    ABI class: X.Org Server Extension, version 6.0
[    19.676] (==) AIGLX enabled
[    19.676] (II) Loading extension GLX
[    19.676] (II) LoadModule: "record"
[    19.676] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    19.677] (II) Module record: vendor="X.Org Foundation"
[    19.677]    compiled for 1.12.4, module version = 1.13.0
[    19.677]    Module class: X.Org Server Extension
[    19.677]    ABI class: X.Org Server Extension, version 6.0
[    19.677] (II) Loading extension RECORD
[    19.677] (II) LoadModule: "dri"
[    19.678] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    19.695] (II) Module dri: vendor="X.Org Foundation"
[    19.695]    compiled for 1.12.4, module version = 1.0.0
[    19.695]    ABI class: X.Org Server Extension, version 6.0
[    19.695] (II) Loading extension XFree86-DRI
[    19.695] (II) LoadModule: "dri2"
[    19.695] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    19.696] (II) Module dri2: vendor="X.Org Foundation"
[    19.696]    compiled for 1.12.4, module version = 1.2.0
[    19.696]    ABI class: X.Org Server Extension, version 6.0
[    19.696] (II) Loading extension DRI2
[    19.696] (==) Matched ati as autoconfigured driver 0
[    19.696] (==) Matched vesa as autoconfigured driver 1
[    19.696] (==) Matched fbdev as autoconfigured driver 2
[    19.696] (==) Assigned the driver to the xf86ConfigLayout
[    19.696] (II) LoadModule: "ati"
[    19.696] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    19.708] (II) Module ati: vendor="X.Org Foundation"
[    19.708]    compiled for 1.12.4, module version = 6.14.99
[    19.708]    Module class: X.Org Video Driver
[    19.708]    ABI class: X.Org Video Driver, version 12.1
[    19.708] (II) LoadModule: "radeon"
[    19.708] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    19.782] (II) Module radeon: vendor="X.Org Foundation"
[    19.782]    compiled for 1.12.4, module version = 6.14.99
[    19.783]    Module class: X.Org Video Driver
[    19.783]    ABI class: X.Org Video Driver, version 12.1
[    19.942] (II) LoadModule: "vesa"
[    19.942] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    19.988] (II) Module vesa: vendor="X.Org Foundation"
[    19.988]    compiled for 1.12.1, module version = 2.3.1
[    19.988]    Module class: X.Org Video Driver
[    19.988]    ABI class: X.Org Video Driver, version 12.0
[    19.988] (II) LoadModule: "fbdev"
[    19.988] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    19.994] (II) Module fbdev: vendor="X.Org Foundation"
[    19.994]    compiled for 1.12.1, module version = 0.4.2
[    19.994]    ABI class: X.Org Video Driver, version 12.0
[    19.994] (II) RADEON: Driver for ATI Radeon chipsets:
   ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
   ATI Radeon Mobility X300 (M24) 3152 (PCIE),
   ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
   ATI Radeon X600 (RV380) 3E50 (PCIE),
   ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
   ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
   ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
   ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
   ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
   ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
   ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
   ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
   ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
   ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
   ATI Radeon IGP330M/340M/350M (U2) 4337,
   ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
   ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
   ATI Radeon X800PRO (R420) JI (AGP),
   ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
   ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
   ATI Radeon Mobility 9800 (M18) JN (AGP),
   ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
   ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
   ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
   ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
   ATI Radeon Mobility M7 LW (AGP),
   ATI Mobility FireGL 7800 M7 LX (AGP),
   ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
   ATI FireGL Mobility 9000 (M9) Ld (AGP),
   ATI Radeon Mobility 9000 (M9) Lf (AGP),
   ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
   ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
   ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
   ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
   ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
   ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
   ATI Radeon Mobility 9600 (M10) NQ (AGP),
   ATI Radeon Mobility 9600 (M11) NR (AGP),
   ATI Radeon Mobility 9600 (M10) NS (AGP),
   ATI FireGL Mobility T2 (M10) NT (AGP),
   ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
   ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
   ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
   ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
   ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
   ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
   ATI Radeon Mobility X300 (M22) 5460 (PCIE),
   ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
   ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
   ATI Radeon X800PRO (R423) UI (PCIE),
   ATI Radeon X800LE (R423) UJ (PCIE),
   ATI Radeon X800SE (R423) UK (PCIE),
   ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
   ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
   ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
   ATI FireGL unknown (R423) UR (PCIE),
   ATI FireGL unknown (R423) UT (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility Radeon X700 XL (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
   ATI Radeon Mobility 9100 IGP (U3) 5835,
   ATI Radeon XPRESS 200 5954 (PCIE),
   ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
   ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
   ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
   ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
   ATI Radeon XPRESS 200M 5975 (PCIE),
   ATI Radeon XPRESS 200 5A41 (PCIE),
   ATI Radeon XPRESS 200M 5A42 (PCIE),
   ATI Radeon XPRESS 200 5A61 (PCIE),
   ATI Radeon XPRESS 200M 5A62 (PCIE),
   ATI Radeon X300 (RV370) 5B60 (PCIE),
   ATI Radeon X600 (RV370) 5B62 (PCIE),
   ATI Radeon X550 (RV370) 5B63 (PCIE),
   ATI FireGL V3100 (RV370) 5B64 (PCIE),
   ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
   ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
   ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
   ATI Mobility Radeon X800 XT (M28) (PCIE),
   ATI Mobility FireGL V5100 (M28) (PCIE),
   ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
   ATI Radeon X850 XT PE (R480) (PCIE),
   ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
   ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
   ATI Radeon X850 XT (R480) (PCIE),
   ATI Radeon X800XT (R423) 5D57 (PCIE),
   ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
   ATI Radeon X700 PRO (RV410) (PCIE),
   ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
   ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
   ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
   ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
   ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
   ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
   ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
   ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
   ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
   ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
   ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
   ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
   ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
   ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
   ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
   ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
   ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
   ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
   ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
   ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
   ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
   ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
   ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
   ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
   ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
   ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
   ATI Mobility Radeon X1700, ATI Radeon X2300HD,
   ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
   ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
   ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
   ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
   ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
   ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
   ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
   ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
   ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
   ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
   ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
   ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
   ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
   ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
   ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
   ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
   AMD FireStream 9250, ATI FirePro V8700 (FireGL),
   ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
   ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
   ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
   ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
   ATI Mobility Radeon HD 4670, ATI FirePro M5750,
   ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
   ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
   ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
   ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
   ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
   ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
   ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
   ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
   ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
   ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
   ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
   ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
   ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
   ATI Mobility Radeon HD 3850 X2, ATI RV670,
   ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
   ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
   ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
   ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
   ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
   ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
   ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
   ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
   ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
   ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
   ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
   ATI FireGL V3600, ATI Radeon HD 2600 LE,
   ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
   ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
   ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
   ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
   ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
   ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
   ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
   ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
   ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
   ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
   ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
   ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
   ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
   SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
   ATI Radeon 4100, ATI Mobility Radeon HD 4200,
   ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
   AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
   AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
   AMD Radeon HD 6300 Series Graphics,
   AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
   AMD Firestream 9350, ATI Radeon HD 5800 Series,
   ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
   ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
   ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
   ATI Mobility Radeon HD 5800 Series,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
   ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
   ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
   ATI Mobility Radeon HD 5000 Series,
   ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
   ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
   ATI Mobility Radeon HD 5000 Series,
   ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
   ATI Mobility Radeon Graphics, CEDAR,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
   ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
   CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
   AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
   CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
   BARTS, BARTS, Mobility Radeon HD 6000 Series,
   Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
   AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
   AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
   CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
   ARUBA, ARUBA
[    20.003] (II) VESA: driver for VESA chipsets: vesa
[    20.003] (II) FBDEV: driver for framebuffer: fbdev
[    20.003] (++) using VT number 7

[    20.022] (II) [KMS] Kernel modesetting enabled.
[    20.022] (WW) Falling back to old probe method for vesa
[    20.022] (WW) Falling back to old probe method for fbdev
[    20.022] (II) Loading sub module "fbdevhw"
[    20.022] (II) LoadModule: "fbdevhw"
[    20.023] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    20.027] (II) Module fbdevhw: vendor="X.Org Foundation"
[    20.027]    compiled for 1.12.4, module version = 0.0.2
[    20.027]    ABI class: X.Org Video Driver, version 12.1
[    20.027] (II) RADEON(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[    20.027] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    20.027] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    20.027] (==) RADEON(0): Default visual is TrueColor
[    20.027] (==) RADEON(0): RGB weight 888
[    20.027] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    20.027] (--) RADEON(0): Chipset: "ATI Radeon HD 2600 Pro AGP" (ChipID = 0x9587)
[    20.027] (II) RADEON(0): AGP card detected
[    20.027] drmOpenDevice: node name is /dev/dri/card0
[    20.027] drmOpenDevice: open result is 9, (OK)
[    20.027] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    20.028] drmOpenDevice: node name is /dev/dri/card0
[    20.028] drmOpenDevice: open result is 9, (OK)
[    20.028] drmOpenByBusid: drmOpenMinor returns 9
[    20.028] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    20.028] (II) Loading sub module "exa"
[    20.028] (II) LoadModule: "exa"
[    20.028] (II) Loading /usr/lib/xorg/modules/libexa.so
[    20.073] (II) Module exa: vendor="X.Org Foundation"
[    20.073]    compiled for 1.12.4, module version = 2.5.0
[    20.073]    ABI class: X.Org Video Driver, version 12.1
[    20.097] (II) RADEON(0): KMS Color Tiling: enabled
[    20.097] (II) RADEON(0): KMS Pageflipping: enabled
[    20.097] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    20.120] (II) RADEON(0): Output DIN has no monitor section
[    20.148] (II) RADEON(0): Output DVI-0 has no monitor section
[    20.388] (II) RADEON(0): Output DVI-1 has no monitor section
[    20.412] (II) RADEON(0): EDID for output DIN
[    20.436] (II) RADEON(0): EDID for output DVI-0
[    20.671] (II) RADEON(0): EDID for output DVI-1
[    20.671] (II) RADEON(0): Printing probed modes for output DVI-1
[    20.671] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    20.671] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    20.671] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    20.671] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    20.671] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[    20.671] (II) RADEON(0): Output DIN disconnected
[    20.671] (II) RADEON(0): Output DVI-0 disconnected
[    20.671] (II) RADEON(0): Output DVI-1 connected
[    20.671] (II) RADEON(0): Using exact sizes for initial modes
[    20.671] (II) RADEON(0): Output DVI-1 using initial mode 1024x768
[    20.671] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    20.671] (II) RADEON(0): mem size init: gart size :1dff000 vram size: s:20000000 visible:fcc0000
[    20.671] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    20.671] (==) RADEON(0): DPI set to (96, 96)
[    20.671] (II) Loading sub module "fb"
[    20.671] (II) LoadModule: "fb"
[    20.672] (II) Loading /usr/lib/xorg/modules/libfb.so
[    20.684] (II) Module fb: vendor="X.Org Foundation"
[    20.684]    compiled for 1.12.4, module version = 1.0.0
[    20.684]    ABI class: X.Org ANSI C Emulation, version 0.4
[    20.684] (II) Loading sub module "ramdac"
[    20.684] (II) LoadModule: "ramdac"
[    20.684] (II) Module "ramdac" already built-in
[    20.684] (II) UnloadModule: "vesa"
[    20.684] (II) Unloading vesa
[    20.684] (II) UnloadModule: "fbdev"
[    20.684] (II) Unloading fbdev
[    20.684] (II) UnloadSubModule: "fbdevhw"
[    20.684] (II) Unloading fbdevhw
[    20.684] (--) Depth 24 pixmap format is 32 bpp
[    20.685] (II) RADEON(0): [DRI2] Setup complete
[    20.685] (II) RADEON(0): [DRI2]   DRI driver: r600
[    20.685] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[    20.685] (II) RADEON(0): Front buffer size: 3072K
[    20.685] (II) RADEON(0): VRAM usage limit set to 230169K
[    20.695] (==) RADEON(0): Backing store disabled
[    20.695] (II) RADEON(0): Direct rendering enabled
[    20.705] (II) RADEON(0): Setting EXA maxPitchBytes
[    20.705] (II) EXA(0): Driver allocated offscreen pixmaps
[    20.705] (II) EXA(0): Driver registered support for the following operations:
[    20.705] (II)         Solid
[    20.705] (II)         Copy
[    20.705] (II)         Composite (RENDER acceleration)
[    20.705] (II)         UploadToScreen
[    20.705] (II)         DownloadFromScreen
[    20.705] (II) RADEON(0): Acceleration enabled
[    20.705] (==) RADEON(0): DPMS enabled
[    20.705] (==) RADEON(0): Silken mouse enabled
[    20.710] (II) RADEON(0): Set up textured video
[    20.710] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    20.710] (II) RADEON(0): [XvMC] Extension initialized.
[    20.710] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    20.710] (--) RandR disabled
[    20.710] (II) Initializing built-in extension Generic Event Extension
[    20.710] (II) Initializing built-in extension SHAPE
[    20.710] (II) Initializing built-in extension MIT-SHM
[    20.710] (II) Initializing built-in extension XInputExtension
[    20.710] (II) Initializing built-in extension XTEST
[    20.710] (II) Initializing built-in extension BIG-REQUESTS
[    20.710] (II) Initializing built-in extension SYNC
[    20.710] (II) Initializing built-in extension XKEYBOARD
[    20.710] (II) Initializing built-in extension XC-MISC
[    20.710] (II) Initializing built-in extension SECURITY
[    20.710] (II) Initializing built-in extension XINERAMA
[    20.710] (II) Initializing built-in extension XFIXES
[    20.710] (II) Initializing built-in extension RENDER
[    20.710] (II) Initializing built-in extension RANDR
[    20.710] (II) Initializing built-in extension COMPOSITE
[    20.710] (II) Initializing built-in extension DAMAGE
[    20.711] (II) SELinux: Disabled on system
[    21.100] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    21.100] (II) AIGLX: enabled GLX_INTEL_swap_event
[    21.100] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    21.101] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    21.102] (II) AIGLX: Loaded and initialized r600
[    21.102] (II) GLX: Initialized DRI2 GL provider for screen 0
[    21.130] (II) RADEON(0): Setting screen physical size to 270 x 203
[    21.812] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    21.812] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.812] (II) LoadModule: "evdev"
[    21.812] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    21.857] (II) Module evdev: vendor="X.Org Foundation"
[    21.857]    compiled for 1.12.1, module version = 2.7.0
[    21.857]    Module class: X.Org XInput Driver
[    21.857]    ABI class: X.Org XInput driver, version 16.0
[    21.857] (II) Using input driver 'evdev' for 'Power Button'
[    21.857] (**) Power Button: always reports core events
[    21.857] (**) evdev: Power Button: Device: "/dev/input/event2"
[    21.857] (--) evdev: Power Button: Vendor 0 Product 0x1
[    21.857] (--) evdev: Power Button: Found keys
[    21.857] (II) evdev: Power Button: Configuring as keyboard
[    21.857] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    21.857] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.857] (**) Option "xkb_rules" "evdev"
[    21.857] (**) Option "xkb_model" "pc105"
[    21.857] (**) Option "xkb_layout" "us"
[    21.858] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    21.858] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.858] (II) Using input driver 'evdev' for 'Power Button'
[    21.858] (**) Power Button: always reports core events
[    21.858] (**) evdev: Power Button: Device: "/dev/input/event1"
[    21.858] (--) evdev: Power Button: Vendor 0 Product 0x1
[    21.858] (--) evdev: Power Button: Found keys
[    21.858] (II) evdev: Power Button: Configuring as keyboard
[    21.858] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[    21.858] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    21.858] (**) Option "xkb_rules" "evdev"
[    21.858] (**) Option "xkb_model" "pc105"
[    21.858] (**) Option "xkb_layout" "us"
[    21.859] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)
[    21.859] (II) No input driver specified, ignoring this device.
[    21.859] (II) This device may have been added with another device file.
[    21.859] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.859] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.859] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    21.859] (**) AT Translated Set 2 keyboard: always reports core events
[    21.859] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    21.859] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    21.859] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    21.859] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    21.859] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    21.859] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[    21.859] (**) Option "xkb_rules" "evdev"
[    21.859] (**) Option "xkb_model" "pc105"
[    21.859] (**) Option "xkb_layout" "us"
[    21.860] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
[    21.860] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    21.860] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
[    21.860] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    21.860] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event4"
[    21.860] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
[    21.860] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[    21.860] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[    21.860] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
[    21.860] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[    21.860] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
[    21.860] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
[    21.860] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[    21.860] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    21.860] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[    21.860] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 9)
[    21.860] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[    21.860] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[    21.860] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[    21.860] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    21.860] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    21.861] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[    21.861] (II) No input driver specified, ignoring this device.
[    21.861] (II) This device may have been added with another device file.
[    21.861] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    21.861] (II) No input driver specified, ignoring this device.
[    21.861] (II) This device may have been added with another device file.
I'm not so sure installing the firmware was a good idea.
 
Old 03-17-2013, 07:04 PM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
According to your Xorg.0.log file, everything looks good. What's the output of 'glxinfo | grep -i direct' and what version of Xorg are you using?
 
Old 03-17-2013, 09:03 PM   #11
gmaslin
Member
 
Registered: Mar 2013
Posts: 32

Original Poster
Rep: Reputation: 0
adamk75
X -version returns
X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-4.drm-amd64 x86_64 Debian
Current Operating System: Linux 775i65G 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=8492d06a-0baf-43f8-8ef4-564de81994c3 ro quiet
Build Date: 23 February 2013 02:40:45PM
xorg-server 2:1.12.4-5 (Julien Cristau <jcristau@debian.org>)
Current version of pixman: 0.26.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
glxinfo | grep _i direct confirms that the card is doing the rendering.
direct rendering: Yes

The kernel log indicates HPA is broken. There is also an EDID checksum error and WB is disabled. Video playback stammers now but does play all the way through. Log output below, any ideas?
Quote:
[ 7304.548965] [drm] ring test succeeded in 1 usecs
[ 7304.548988] [drm] ib test succeeded in 0 usecs
[ 7304.688279] ata1.01: ACPI cmd ef/03:45:00:00:00:b0 (SET FEATURES) filtered out
[ 7304.688282] ata1.01: ACPI cmd ef/03:0c:00:00:00:b0 (SET FEATURES) filtered out
[ 7304.690421] ata1.01: ACPI cmd c6/00:10:00:00:00:b0 (SET MULTIPLE MODE) succeeded
[ 7304.704280] ata2.00: ACPI cmd ef/03:42:00:00:00:a0 (SET FEATURES) filtered out
[ 7304.704283] ata2.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[ 7304.736166] ata2.00: configured for UDMA/33
[ 7309.684043] ata3.00: qc timeout (cmd 0x27)
[ 7309.684049] ata3.00: failed to read native max address (err_mask=0x4)
[ 7309.684053] ata3.00: HPA support seems broken, skipping HPA handling
[ 7309.684057] ata3.00: revalidation failed (errno=-5)
[ 7309.696423] ata1.01: qc timeout (cmd 0x27)
[ 7309.696430] ata1.01: failed to read native max address (err_mask=0x4)
[ 7309.696434] ata1.01: HPA support seems broken, skipping HPA handling
[ 7309.696437] ata1.01: revalidation failed (errno=-5)
[ 7311.264162] ata3.00: configured for UDMA/133
[ 7312.668286] ata1.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
[ 7312.668289] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[ 7312.670427] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[ 7317.676371] ata1.00: qc timeout (cmd 0x27)
[ 7317.676377] ata1.00: failed to read native max address (err_mask=0x4)
[ 7317.676381] ata1.00: HPA support seems broken, skipping HPA handling
[ 7317.676385] ata1.00: revalidation failed (errno=-5)
[ 7320.664178] ata1.00: configured for UDMA/100
[ 7320.680170] ata1.01: configured for UDMA/100
[ 7323.776026]
[ 7323.776029] floppy driver state
[ 7323.776031] -------------------
[ 7323.776054] now=4296723240 last interrupt=4294893357 diff=1829883 last called handler=reset_interrupt
[ 7323.776058] timeout_message=lock fdc
[ 7323.776060] last output bytes:
[ 7323.776063] 8 80 4294893352
[ 7323.776066] 8 80 4294893352
[ 7323.776068] 8 80 4294893352
[ 7323.776071] 8 80 4294893356
[ 7323.776073] 8 80 4294893356
[ 7323.776075] 8 80 4294893356
[ 7323.776078] 8 80 4294893356
[ 7323.776080] e 80 4294893356
[ 7323.776082] 13 80 4294893356
[ 7323.776085] 0 90 4294893356
[ 7323.776088] 1a 90 4294893356
[ 7323.776090] 0 90 4294893356
[ 7323.776092] 12 90 4294893356
[ 7323.776094] 0 90 4294893356
[ 7323.776097] 14 90 4294893356
[ 7323.776099] 18 80 4294893356
[ 7323.776102] 8 80 4294893357
[ 7323.776104] 8 80 4294893357
[ 7323.776106] 8 80 4294893357
[ 7323.776109] 8 80 4294893357
[ 7323.776111] last result at 4294893357
[ 7323.776113] last redo_fd_request at 4294893357
[ 7323.776123] status=0
[ 7323.776125] fdc_busy=1
[ 7323.776131] do_floppy=reset_interrupt
[ 7323.776133] cont=ffffffffa0148d70
[ 7323.776136] current_req= (null)
[ 7323.776138] command_status=-1
[ 7323.776140]
[ 7323.776144] floppy0: floppy timeout called
[ 7323.779961] PM: resume of devices complete after 19265.658 msecs
[ 7323.780704] PM: Finishing wakeup.
[ 7323.780706] Restarting tasks ... done.
[ 7324.110205] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 7324.244880] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 7324.244884] Raw EDID:
[ 7324.244887] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 7324.244889] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 7324.244891] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 7324.244892] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 7324.244894] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 7324.244896] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 7324.244898] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 7324.244900] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 7324.299377] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 7324.299380] Raw EDID:
[ 7324.299382] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 7324.299384] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 7324.299385] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 7324.299387] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 7324.299389] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 7324.299391] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 7324.299393] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 7324.299394] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 7324.353837] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 7324.353839] Raw EDID:
[ 7324.353841] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 7324.353843] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 7324.353844] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 7324.353846] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 7324.353848] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 7324.353850] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 7324.353851] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 7324.353853] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 7324.408161] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 7324.408163] Raw EDID:
[ 7324.408165] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 7324.408167] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 7324.408169] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 7324.408171] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 7324.408172] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 7324.408174] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 7324.408176] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 7324.408178] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 7324.408182] radeon 0000:01:00.0: DVI-I-2: EDID block 0 invalid.
[ 7325.580547] wlan0: authenticate with c0:3f:0e:2c:31:1a (try 1)
[ 7325.582544] wlan0: authenticated
[ 7325.602456] wlan0: associate with c0:3f:0e:2c:31:1a (try 1)
[ 7325.606821] wlan0: RX AssocResp from c0:3f:0e:2c:31:1a (capab=0x411 status=0 aid=2)
[ 7325.606827] wlan0: associated
[ 7325.614246] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 7336.136012] wlan0: no IPv6 routers present
[ 9448.716684] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 9448.716688] Raw EDID:
[ 9448.716690] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 9448.716692] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 9448.716694] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 9448.716696] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 9448.716698] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 9448.716700] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 9448.716701] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 9448.716703] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 9448.770972] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 9448.770974] Raw EDID:
[ 9448.770976] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 9448.770977] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 9448.770979] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 9448.770981] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 9448.770983] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 9448.770985] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 9448.770986] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 9448.770988] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 9448.825392] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 9448.825395] Raw EDID:
[ 9448.825397] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 9448.825399] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 9448.825400] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 9448.825402] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 9448.825404] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 9448.825406] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 9448.825408] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 9448.825410] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 9448.879694] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 9448.879696] Raw EDID:
[ 9448.879698] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 9448.879700] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 9448.879701] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 9448.879703] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 9448.879705] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 9448.879707] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 9448.879709] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 9448.879710] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 9448.879714] radeon 0000:01:00.0: DVI-I-2: EDID block 0 invalid.
[ 9459.696706] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 9459.696710] Raw EDID:
[ 9459.696712] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 9459.696714] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 9459.696716] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 9459.696718] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 9459.696720] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 9459.696721] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 9459.696723] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 9459.696725] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 9459.750971] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 9459.750973] Raw EDID:
[ 9459.750975] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 9459.750977] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 9459.750979] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 9459.750980] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 9459.750982] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 9459.750984] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 9459.750986] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 9459.750988] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 9459.805336] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 9459.805338] Raw EDID:
[ 9459.805340] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 9459.805342] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 9459.805344] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 9459.805345] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 9459.805347] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 9459.805349] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 9459.805351] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 9459.805353] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 9459.859775] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[ 9459.859778] Raw EDID:
[ 9459.859779] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[ 9459.859781] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[ 9459.859783] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[ 9459.859784] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[ 9459.859786] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[ 9459.859788] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[ 9459.859790] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[ 9459.859792] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[ 9459.859796] radeon 0000:01:00.0: DVI-I-2: EDID block 0 invalid.
[11016.216586] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[11016.216590] Raw EDID:
[11016.216592] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[11016.216594] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[11016.216596] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[11016.216598] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[11016.216600] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[11016.216602] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[11016.216603] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[11016.216605] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[11016.270969] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[11016.270972] Raw EDID:
[11016.270973] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[11016.270975] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[11016.270977] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[11016.270979] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[11016.270981] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[11016.270982] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[11016.270984] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[11016.270986] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[11016.325254] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[11016.325256] Raw EDID:
[11016.325258] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[11016.325260] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[11016.325262] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[11016.325264] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[11016.325265] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[11016.325267] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[11016.325269] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[11016.325271] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[11016.379529] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[11016.379531] Raw EDID:
[11016.379533] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[11016.379535] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[11016.379537] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[11016.379538] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[11016.379540] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[11016.379542] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[11016.379544] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[11016.379545] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[11016.379550] radeon 0000:01:00.0: DVI-I-2: EDID block 0 invalid.
[12916.272729] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[12916.272734] Raw EDID:
[12916.272736] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[12916.272738] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[12916.272740] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[12916.272741] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[12916.272743] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[12916.272745] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[12916.272747] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[12916.272749] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[12916.327132] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[12916.327134] Raw EDID:
[12916.327136] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[12916.327138] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[12916.327140] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[12916.327142] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[12916.327143] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[12916.327145] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[12916.327147] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[12916.327149] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[12916.381455] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[12916.381457] Raw EDID:
[12916.381459] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[12916.381460] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[12916.381462] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[12916.381464] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[12916.381466] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[12916.381467] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[12916.381469] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[12916.381471] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[12916.435840] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[12916.435842] Raw EDID:
[12916.435843] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[12916.435845] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[12916.435847] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[12916.435849] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[12916.435851] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[12916.435852] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[12916.435854] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[12916.435856] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[12916.435860] radeon 0000:01:00.0: DVI-I-2: EDID block 0 invalid.
[14206.675918] wlan0: deauthenticating from c0:3f:0e:2c:31:1a by local choice (reason=3)
[14206.715302] cfg80211: Calling CRDA to update world regulatory domain
[14206.734711] cfg80211: World regulatory domain updated:
[14206.734715] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[14206.734718] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[14206.734721] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[14206.734723] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[14206.734726] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[14206.734729] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[14207.859910] PM: Syncing filesystems ... done.
[14207.862968] PM: Preparing system for mem sleep
[14208.274566] Freezing user space processes ... (elapsed 0.01 seconds) done.
[14208.288074] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[14208.304063] PM: Entering mem sleep
[14208.304167] Suspending console(s) (use no_console_suspend to debug)
[14208.304674] sd 2:0:0:0: [sdc] Synchronizing SCSI cache
[14208.304792] sd 2:0:0:0: [sdc] Stopping disk
[14208.304889] sd 0:0:1:0: [sdb] Synchronizing SCSI cache
[14208.304920] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[14208.304982] sd 0:0:1:0: [sdb] Stopping disk
[14208.305142] sd 0:0:0:0: [sda] Stopping disk
[14208.324994] serial 00:0b: disabled
[14208.325001] serial 00:0b: wake-up capability disabled by ACPI
[14208.325048] i8042 aux 00:0a: wake-up capability disabled by ACPI
[14208.325092] i8042 kbd 00:09: wake-up capability enabled by ACPI
[14208.325211] parport_pc 00:06: disabled
[14208.325292] ACPI handle has no context!
[14227.257142] radeon 0000:01:00.0: ffff880037cc1000 unpin not necessary
[14227.272130] PM: suspend of devices complete after 18967.702 msecs
[14227.288134] ehci_hcd 0000:00:1d.7: wake-up capability enabled by ACPI
[14227.304056] uhci_hcd 0000:00:1d.3: wake-up capability enabled by ACPI
[14227.304090] uhci_hcd 0000:00:1d.2: wake-up capability enabled by ACPI
[14227.304123] uhci_hcd 0000:00:1d.1: wake-up capability enabled by ACPI
[14227.304156] uhci_hcd 0000:00:1d.0: wake-up capability enabled by ACPI
[14227.304246] PM: late suspend of devices complete after 32.111 msecs
[14227.304427] ACPI: Preparing to enter system sleep state S3
[14227.504448] PM: Saving platform NVS memory
[14227.505428] Disabling non-boot CPUs ...
[14227.608025] CPU 1 is now offline
[14227.608440] ACPI: Low-level resume complete
[14227.608440] PM: Restoring platform NVS memory
[14227.608440] Enabling non-boot CPUs ...
[14227.608440] Booting Node 0 Processor 1 APIC 0x1
[14227.608440] smpboot cpu 1: start_ip = 9a000
[14227.506810] Calibrating delay loop (skipped) already calibrated this CPU
[14227.640169] NMI watchdog enabled, takes one hw-pmu counter.
[14227.644072] CPU1 is up
[14227.645213] ACPI: Waking up from system sleep state S3
[14227.645796] uhci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI
[14227.645821] uhci_hcd 0000:00:1d.1: wake-up capability disabled by ACPI
[14227.645845] uhci_hcd 0000:00:1d.2: wake-up capability disabled by ACPI
[14227.645869] uhci_hcd 0000:00:1d.3: wake-up capability disabled by ACPI
[14227.645909] ehci_hcd 0000:00:1d.7: wake-up capability disabled by ACPI
[14227.646258] PM: early resume of devices complete after 0.570 msecs
[14227.646342] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[14227.646364] usb usb2: root hub lost power or was reset
[14227.646378] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[14227.646397] usb usb3: root hub lost power or was reset
[14227.646410] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[14227.646423] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[14227.646429] usb usb4: root hub lost power or was reset
[14227.646445] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[14227.646446] usb usb5: root hub lost power or was reset
[14227.646456] pci 0000:00:1e.0: setting latency timer to 64
[14227.646471] ata_piix 0000:00:1f.1: setting latency timer to 64
[14227.646477] ata_piix 0000:00:1f.2: setting latency timer to 64
[14227.646495] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[14227.646505] [drm] AGP mode requested: 8
[14227.646508] agpgart-intel 0000:00:00.0: AGP 3.0 bridge
[14227.646527] agpgart-intel 0000:00:00.0: putting AGP V3 device into 8x mode
[14227.646572] radeon 0000:01:00.0: putting AGP V3 device into 8x mode
[14227.646585] radeon 0000:01:00.0: GTT: 32M 0xFC000000 - 0xFDFFFFFF
[14227.649646] radeon 0000:01:00.0: WB disabled
[14227.653752] sd 0:0:0:0: [sda] Starting disk
[14227.653785] sd 0:0:1:0: [sdb] Starting disk
[14227.653806] sd 2:0:0:0: [sdc] Starting disk
[14227.656376] parport_pc 00:06: activated
[14227.656428] i8042 kbd 00:09: wake-up capability disabled by ACPI
[14227.656941] serial 00:0b: activated
[14227.680949] [drm] ring test succeeded in 1 usecs
[14227.680972] [drm] ib test succeeded in 0 usecs
[14227.840287] ata2.00: ACPI cmd ef/03:42:00:00:00:a0 (SET FEATURES) filtered out
[14227.840290] ata2.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[14227.840576] ata1.01: ACPI cmd ef/03:45:00:00:00:b0 (SET FEATURES) filtered out
[14227.840579] ata1.01: ACPI cmd ef/03:0c:00:00:00:b0 (SET FEATURES) filtered out
[14227.842729] ata1.01: ACPI cmd c6/00:10:00:00:00:b0 (SET MULTIPLE MODE) succeeded
[14227.856296] ata3.00: configured for UDMA/133
[14227.856357] ata1.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
[14227.856360] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[14227.858500] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[14227.872230] ata2.00: configured for UDMA/33
[14227.880169] ata1.00: configured for UDMA/100
[14227.896169] ata1.01: configured for UDMA/100
[14246.512016]
[14246.512019] floppy driver state
[14246.512021] -------------------
[14246.512045] now=4298453924 last interrupt=4294893357 diff=3560567 last called handler=reset_interrupt
[14246.512049] timeout_message=lock fdc
[14246.512052] last output bytes:
[14246.512055] 8 80 4294893352
[14246.512057] 8 80 4294893352
[14246.512060] 8 80 4294893352
[14246.512062] 8 80 4294893356
[14246.512064] 8 80 4294893356
[14246.512067] 8 80 4294893356
[14246.512069] 8 80 4294893356
[14246.512071] e 80 4294893356
[14246.512074] 13 80 4294893356
[14246.512076] 0 90 4294893356
[14246.512078] 1a 90 4294893356
[14246.512081] 0 90 4294893356
[14246.512083] 12 90 4294893356
[14246.512086] 0 90 4294893356
[14246.512088] 14 90 4294893356
[14246.512090] 18 80 4294893356
[14246.512093] 8 80 4294893357
[14246.512095] 8 80 4294893357
[14246.512097] 8 80 4294893357
[14246.512100] 8 80 4294893357
[14246.512102] last result at 4294893357
[14246.512104] last redo_fd_request at 4296723245
[14246.512114] status=0
[14246.512116] fdc_busy=1
[14246.512121] do_floppy=reset_interrupt
[14246.512124] cont=ffffffffa0148d70
[14246.512127] current_req= (null)
[14246.512129] command_status=-1
[14246.512132]
[14246.512135] floppy0: floppy timeout called
[14246.515975] PM: resume of devices complete after 18869.688 msecs
[14246.516180] PM: Finishing wakeup.
[14246.516182] Restarting tasks ... done.
[14246.651391] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[14246.651398] Raw EDID:
[14246.651402] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[14246.651404] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[14246.651406] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[14246.651407] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[14246.651409] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[14246.651411] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[14246.651413] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[14246.651415] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[14246.705877] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[14246.705882] Raw EDID:
[14246.705885] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[14246.705887] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[14246.705889] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[14246.705891] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[14246.705893] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[14246.705894] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[14246.705896] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[14246.705898] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[14246.760312] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[14246.760317] Raw EDID:
[14246.760320] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[14246.760322] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[14246.760324] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[14246.760325] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[14246.760327] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[14246.760329] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[14246.760331] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[14246.760333] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[14246.815869] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 9
[14246.815873] Raw EDID:
[14246.815875] 50 00 00 00 00 00 00 00 00 d9 70 0e 1e 4c 29 00
[14246.815877] 26 08 01 01 2c 21 18 96 68 0e c9 a0 57 47 99 27
[14246.815879] 12 48 4c ff fe 00 31 59 45 59 61 59 81 80 71 4f
[14246.815881] 01 01 01 01 01 01 00 00 00 ff 00 32 37 30 36 34
[14246.815883] 36 32 0a 20 20 20 20 20 00 00 00 fc 00 53 4f 4e
[14246.815885] 59 20 43 50 44 2d 32 30 31 56 00 00 00 fc 00 53
[14246.815887] 20 69 47 50 45 0a 20 20 20 20 20 20 00 00 00 fd
[14246.815888] 00 32 78 1e 46 ff 00 0a 20 20 20 20 20 20 00 63
[14246.815894] radeon 0000:01:00.0: DVI-I-2: EDID block 0 invalid.
[14246.818474] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[14248.284286] wlan0: authenticate with c0:3f:0e:2c:31:1a (try 1)
[14248.286244] wlan0: authenticated
[14248.306225] wlan0: associate with c0:3f:0e:2c:31:1a (try 1)
[14248.310095] wlan0: RX AssocResp from c0:3f:0e:2c:31:1a (capab=0x411 status=0 aid=2)
[14248.310101] wlan0: associated
[14248.317535] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[14258.624015] wlan0: no IPv6 routers present

Last edited by gmaslin; 03-18-2013 at 05:57 AM.
 
Old 03-18-2013, 11:35 AM   #12
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
I just did a quick web search, seems that EDID has been a kernel issue for a while, and seems to affects various adapters as it is a monitor identification thing. However most (more recent) reports I see state this does not affect performance, just a nuisance in the logs. However it can degrade performance on some hardware, looks like yours may be one.

Add this line to /etc/modprobe.d/modprobe.conf, reboot.

Code:
options drm_kms_helper poll=0

Last edited by goumba; 03-18-2013 at 11:40 AM.
 
Old 03-18-2013, 12:30 PM   #13
gmaslin
Member
 
Registered: Mar 2013
Posts: 32

Original Poster
Rep: Reputation: 0
goumba
That little line change made a great deal of difference. The system is nice and snappy now, movies play smoothly and it feels like it's supposed to. Have I lost any functionality with this workaround? Are there any known vulnerabilities or limitations introduced by it? If not, a great many thanks to you and rep points added.

For future reference, what is the source of this EDID anomoly?

Now, two issues remain uresolved:

1. I would like additional resolutions available for a trinitron display (1280x1024)
2. I would like control of the fans on my video card and CPU.
 
Old 03-18-2013, 12:54 PM   #14
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by gmaslin View Post
Now, two issues remain uresolved:

1. I would like additional resolutions available for a trinitron display (1280x1024)
2. I would like control of the fans on my video card and CPU.
1. ANy resolutions supported should be available in the Displays control panel in the System Settings app (I'm guessing you're using the stock Wheezy with GNOME 3). Unfortunately the GNOME team decided not to display color dpeth information (on my laptop I get two listings for 1366x768, I take it the difference between the two is the color depth).
2. Sorry I cnanot help there, but maybe someone else who can will see this thread and contribute.
 
Old 03-18-2013, 12:59 PM   #15
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by gmaslin View Post
For future reference, what is the source of this EDID anomoly?
Oops, sorry.

The EDID from what I underestand is a way of identifying a display (monitor, tv, etc). The kernel module is probing displays you do not have connected, from what I understand if you have a display adapter that has certain ports it tends to take a significant time to perform this probing.

Last edited by goumba; 03-18-2013 at 01:02 PM. Reason: Damn, wish I could find the link with the info about EDID
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
s-video VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon driftboy Linux - Hardware 2 05-25-2009 10:23 PM
Managing multiple screens: redirecting video output and switching between screens simopal6 Linux - Hardware 2 11-13-2007 06:08 AM
Radeon Video In/Video Out (VIVO) Problem jfunk40 Linux - Hardware 0 08-28-2003 07:20 PM
Radeon and Video-Out JC404 Linux - Hardware 2 07-26-2003 07:45 AM
managing pictures/video files. liguorir Linux - Software 1 06-14-2003 09:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration