You are not logged in.

#1776 2010-04-28 20:29:58

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

[16.06.2010] catalyst's repositories addreses has changed - read ATi Catalyst Wiki
[catalyst] repo has been updated and has never been so slim wink more here: http://bbs.archlinux.org/viewtopic.php? … 91#p712491
[catalyst-test-xorg18] repo has got different address now, more here: http://bbs.archlinux.org/viewtopic.php? … 53#p740353

EDIT: Aaaaahh... [xorg18] repo has been moved to [testing] hmm
So the use of [catalyst-xorg18] and [catalyst-test-xorg18] repos isnt as clear as it was before that fact ([testing] has a lot of new soft, sometimes some fresh soft may loose its previous funcionality) ... Also if your are using [testing] you should use [community-testing] repo also.
So i recommand everyone (except testers) to use [catalyst] repo.

Tarball of xorg-server 1.8.0.901 patched with backclear patch. Both xorg-server and xorg-server-1.8-catalyst-maximize-fix in both [catalyst-xorg18] and [catalyst-test-xorg18] have been updated to 1.8.0.901.
We need to compile xorg-server 1.8 so it may represent as the older one (1.7.5.1) - otherwise catalyst is complaining. Although its still xserver 1.8

[catalyst-xorg18] repo has arrived.
with catalyst 10.4, patched xorg-server 1.8.0 (+ lib32-catalyst-utils for x86_64)

For i686:

For x86_64:

To use it you need to:
* add needed repos to /etc/pacman.conf - [catalyst-xorg18] must be above [testing], [testing] and [community-testing] above all others, ie for x86_64:

/etc/pacman.conf wrote:

(...)

[catalyst-xorg18]
Server = http://dl.dropbox.com/u/4321633/repo/ca … g18/x86_64

[testing]
Include = /etc/pacman.d/mirrorlist

[community-testing]
Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

(...)

* now just
pacman -Syy
pacman -Suu
pacman -S catalyst
(optionally pacman -S lib32-catalyst-utils)
(and ofcourse pacman -S xorg-server)
* reboot

++ You may choose which maximize-fixed xorg-server you like :
xorg-server (here patched with backclear patch)
xorg-server-1.8-catalyst-maximize-fix (patched with fedora patch by dcc24)

** keyboard/mouse not working?
Please remember that old hal's input config doesnt work with new xorg-server...
Well it should work out of the box with provided with xorg-server 1.8 package files: /etc/X11/xorg.conf.d/10-evdev.conf and  /etc/X11/xorg.conf.d/10-evdev.conf10-quirks.conf
but it could happen that's not working / fitting to you sooo...

Read more here:
  + Introducing [xorg18] repo: http://www.mail-archive.com/arch-dev-pu … 12804.html
  + New config order: https://fedoraproject.org/wiki/Input_de … figuration - its better to use /etc/X11/xorg.conf.d directory instead of fedora's /etc/xorg.conf.d
  + Arch's Xorg wiki: http://wiki.archlinux.org/index.php/Xorg

Do not add any new xserver Section into your /etc/X11/xorg.conf - this file is still used by catalyst - i mean ie dont add any Section "InputClass" into xorg.conf cuz when you do this both aticonfig and amdcccle wont start cuz of parsing xorg.conf error (just use /etc/X11/xorg.conf.d directory for it)

Last edited by Vi0L0 (2010-06-16 14:10:26)

Offline

#1777 2010-04-28 20:30:45

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

Version of 2d driver = 8.72.5 (for newest catalyst-test it was 8.72.11)

Does this mean it is actually older?


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#1778 2010-04-28 21:17:27

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

Cdh wrote:
Vi0L0 wrote:

Version of 2d driver = 8.72.5 (for newest catalyst-test it was 8.72.11)

Does this mean it is actually older?

Dunno, but it looks like.

Offline

#1779 2010-04-29 02:34:08

kismet010
Member
Registered: 2009-09-02
Posts: 137

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

@kismet010: what about using amdcccle?

thanks, i'm new with ati and don't know this app. next step is configure Fn buttons with xbindkeys or something else..

anyway.. it seem to turn off colors.. the backlight doesn't change.. it's not completely black, i mean brightness is the same, only change the color' contrast

Last edited by kismet010 (2010-04-29 02:50:03)

Offline

#1780 2010-04-29 02:39:42

HoboJ
Member
Registered: 2010-04-04
Posts: 28

Re: The AMD/ATI Bar & Grill

For those who might want to upgrade their lib32-catalyst-utils as well with the new 10.4 catalyst here's an updated pkgbuild for the AUR package here. I'm not sure if I did this completely right but it made up fine for me so I'd like to think so.

# Partly based on original PKGBUILD by Mikko Seppala <t-r-a-y@mbnet.fi>
# Contributor: Manuel Gaul <inkaine@hotmail.com>
_pkgsourcename=catalyst-utils
pkgname=lib32-$_pkgsourcename
pkgver=10.4
pkgrel=1
pkgdesc="Proprietary AMD/ATI userspace tools and libraries for Radeon brand cards."
url="http://www.ati.amd.com"
arch=(x86_64)
license=('custom')
groups=('lib32')
depends=('lib32-libxext' 'lib32-libdrm' 'lib32-libstdc++5' 'catalyst>=10.4')
conflicts=('lib32-libgl' 'lib32-nvidia-utils')
replaces=('lib32-ati-fglrx-utils' 'lib32-fglrx-utils')
provides=('lib32-libgl')
source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run lib32-catalyst.sh)
md5sums=('f164488b9db552e06f7cb1c8246808be' 'd31f79782eb1042e1b45f2486c3b0d33')

build() {
  # Extract Catalyst driver installer
  /bin/sh ./ati-driver-installer-${pkgver/./-}-x86.x86_64.run --extract archive_files
  
  cd ${srcdir}
  install -D -m755 lib32-catalyst.sh ${pkgdir}/etc/profile.d/lib32-catalyst.sh || return 1

  # Install lib32 libraries
  cd "${srcdir}/archive_files/arch/x86/usr" || return 1
  install -dm755 "${pkgdir}/opt/lib32/usr/lib/xorg/modules/dri" || return 1
  install -m755 lib/*.so* "${pkgdir}/opt/lib32/usr/lib/" || return 1
  install -m755 X11R6/lib/*.so* "${pkgdir}/opt/lib32/usr/lib" || return 1
  install -m755 X11R6/lib/modules/dri/*.so "${pkgdir}/opt/lib32/usr/lib/xorg/modules/dri/" || return 1

  ln -sf libfglrx_dm.so.1.0 "${pkgdir}/opt/lib32/usr/lib/libfglrx_dm.so.1"
  # ln -sf libfglrx_pp.so.1.0 "${pkgdir}/opt/lib32/usr/lib/libfglrx_pp.so.1"
  # ln -sf libfglrx_tvout.so.1.0 "${pkgdir}/opt/lib32/usr/lib/libfglrx_tvout.so.1"
  ln -sf libfglrx_gamma.so.1.0 "${pkgdir}/opt/lib32/usr/lib/libfglrx_gamma.so.1"
  ln -sf libAMDXvBA.so.1.0 "${pkgdir}/opt/lib32/usr/lib/libAMDXvBA.so.1"
  ln -sf libXvBAW.so.1.0 "${pkgdir}/opt/lib32/usr/lib/libXvBAW.so.1"
  ln -sf libGL.so.1.2 "${pkgdir}/opt/lib32/usr/lib/libGL.so.1"
  ln -sf libGL.so.1.2 "${pkgdir}/opt/lib32/usr/lib/libGL.so"
  ln -sf libatiuki.so.1.0 "${pkgdir}/opt/lib32/usr/lib/libatiuki.so.1"
  ln -sf libatiuki.so.1.0 "${pkgdir}/opt/lib32/usr/lib/libatiuki.so"
}

Offline

#1781 2010-04-29 09:34:16

b0uncyfr0
Member
Registered: 2008-05-11
Posts: 140

Re: The AMD/ATI Bar & Grill

Hi guys just wanted to stop by and thank everyone for making this thread and repo possible. It has answered alot of my questions about ATi drivers and im very happy to annount i have setup my 5850 fairly well. Games and video playback beautifully? I only have three questions remaining:

1) What is the xvba option in smplayer? I have it installed but only see xvmc.

2) Has anyone noticed any choppiness with their browsers. I use Opera and as soon as i switched from the nvidia driver, i could tell the difference straight away. Its fairly choppy when loading pages and browsing. Also a lot of scroll lagg.

3) This is my first ati install, are there any tips/tricks to enhance performance like there were witht the green team?

Offline

#1782 2010-04-29 13:53:20

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

b0uncyfr0 wrote:

1) What is the xvba option in smplayer? I have it installed but only see xvmc.

You need to build libva-sds, xvba-video and mplayer-vaapi-pulse from aur.
Then in smplayer you need to specify own video output as: vaapi:gl

b0uncyfr0 wrote:

3) This is my first ati install, are there any tips/tricks to enhance performance like there were witht the green team?

Nope, seems like catalyst is as fast as possible out of the box wink hehehe.
Anyway you may use our patched xservers from the repo - X should work faster with them (if you are using repo - original xorg-server will be switched with patched with backclear xorg-server by default).

Last edited by Vi0L0 (2010-04-29 13:57:01)

Offline

#1783 2010-04-29 16:51:59

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

You need to build libva-sds, xvba-video and mplayer-vaapi-pulse from aur.
Then in smplayer you need to specify own video output as: vaapi:gl

Somebody really uses pulseaudio?

There's also mplayer-vaapi without pulseaudio that works also good.
In smplayer you also need to disable screenshots and put "-va vaapi" in the advanced settings. (so that -vo vaapi:gl -va vaapi is passed to mplayer)

Your browser / scroll problems are not normal. Maybe direct2d would help?


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#1784 2010-04-29 22:41:25

b0uncyfr0
Member
Registered: 2008-05-11
Posts: 140

Re: The AMD/ATI Bar & Grill

Awesome thanks for the info Vi0L0. Im still reading on the browsing scroll lagg problem. It just seems very laggy in comparison to nvidia driver. There has to be a reason.

Offline

#1785 2010-04-30 15:06:37

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

I have performed unigine heaven 2.0 benchmark to compare performance of linux and windows catalyst driver.

Testing platform:
Mainboard: Foxconn P35a-s
Processor: Intel Core 2 Quad Q6600 @ 2.40GHz
RAM: 4GB OCZ Platinium ddr2 @ 800MHz timings 444
GFX: ATI Radeon HD 4850 512MB

Linux: Arch i686 2.6.33-ARCH with catalyst 10.4
Windows: Windows XP 32 SP3 build 2600 with catalyst 10.4a preview

Heaven 2.0 Settings:
  Render:  opengl
  Mode:  1280x1024 fullscreen
  Shaders:  high
  Textures:  medium
  Filter:  trilinear
  Anisotropy:  16x
  Occlusion:  enabled
  Refraction:  enabled
  Volumetric:  enabled
  Replication:  disabled
  Tessellation:  disabled

The sad thing about linux driver is that when i switched textures to high - my fps dropped significantly to ~11fps - so i guess there is a problem with memory management here. On Windows theres no such problem. Thats why tests for both systems were runned with textures set to medium.

CCC Settings: Anti-Aliasing = 0, Adaptive Anti-Aliasing = 0, Anisotropic Filtering = 0, Mipmap = Quality, Vsync = 0

Linux results:

FPS:  37.1
  Scores:  934
  Min FPS:  12.2
  Max FPS:  74.0

Windows results:

FPS:  41.2
  Scores:  1039
  Min FPS:  27.0
  Max FPS:  84.9

So windows catalyst driver performance is ~10.1% better than linux one. Is it good or bad? I leave judgment to you.

Beyond 32-bit systems catalyst comparison - on my arch x86_64 results are a little bit better than on arch i686:

FPS:  37.5
  Scores:  944
  Min FPS:  23.4
  Max FPS:  74.0

Last edited by Vi0L0 (2010-04-30 15:06:59)

Offline

#1786 2010-04-30 18:51:24

borbarad
Member
Registered: 2009-10-13
Posts: 7

Re: The AMD/ATI Bar & Grill

Strange, with the official 10.4 I get "unsupported hardware" for my 5870.
Nothing with the ubuntu driver, so back to 10.4-666

Last edited by borbarad (2010-04-30 18:56:36)

Offline

#1787 2010-04-30 21:34:13

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

@borbarad: this is really strange... did you use newest catalyst 10.4-2 from aur / repo ?
I guess yes, cuz you are writing today wink
Yesterday ati has changed /etc/ati/control, /etc/ati/amdpcsdb.default and /etc/ati/signature in catalyst-10.4 driver - i thought they did this to add support to some cards...

Offline

#1788 2010-05-01 06:11:09

pierce.jason
Member
Registered: 2009-03-02
Posts: 19

Re: The AMD/ATI Bar & Grill

ozooha wrote:

I have a ATI 4770 and have loaded the catalyst-test using the makepkg -s and pacman  -U *pkg.tar.xz way.
My xorg was copied from the Ubuntu 10.04RC version which was functioning well.
However after booting in it gives me the terminal login prompt instead of the KDE login window.
I have tried with and without the nomodeset option on kernel command without success.
Please help and let me know if I need to provide you with any additional information.

I too am getting this backtrace. I have been getting similar backtrace with all catalyst drivers past 9.11, so I've been using 9.11 for the past several months. I have gotten these backtraces with xorg-server version 1.6.3.901, and the 1.6.X from doorknob's xorg-old repo. I'm currently using the xorg-server 1.7 from violo's repo. I have tried with both catalyst/xorg-server and catalyst/xorg-server-1.7-catalyst-maximize-fix, with only the hex locations in the backtrace changing.

I've included outputs from dmesg, xorg logs, xorg config, lspci, and lsmod.
I have noticed that my HD3300 does share an IRQ with 3 other devices, the USB controller at 00:13.0, at 00:13.1 and 00:14.5. I do not know if this would be any trouble though.

dmesg after backtrace

[fglrx] GART Table is not in FRAME_BUFFER range 
fglrx_pci 0000:01:05.0: irq 27 for MSI/MSI-X
[fglrx] Firegl kernel thread PID: 3156
[fglrx] IRQ 27 Enabled
[fglrx] Gart USWC size:547 M.
[fglrx] Gart cacheable size:215 M.
[fglrx] Reserved FB block: Shared offset:0, size:1000000 
[fglrx] Reserved FB block: Unshared offset:17ffb000, size:5000 
[fglrx:fireglAsyncioIntDisableMsgHandler] *ERROR* IRQMGR returned error 2 when trying to disable interrupt source 80200000
[fglrx] IRQ 27 Disabled
BUG: scheduling while atomic: X/3153/0x00000002
Modules linked in: ext2 loop cpufreq_conservative ext3 jbd snd_hda_codec_atihdmi joydev snd_seq_dummy hid_microsoft snd_seq_oss snd_seq_midi_event usbhid hid snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm ohci_hcd ehci_hcd snd_timer fuse fglrx(P) tg3 snd shpchp irtty_sir soundcore pci_hotplug i2c_piix4 snd_page_alloc k10temp sir_dev usbcore vboxnetflt i2c_core psmouse edac_core edac_mce_amd libphy irda serio_raw vboxdrv evdev pcspkr crc_ccitt thermal button sg tpm_tis tpm powernow_k8 tpm_bios freq_table processor rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sd_mod sr_mod cdrom ata_generic ahci pata_atiixp pata_acpi libata scsi_mod
Pid: 3153, comm: X Tainted: P           2.6.33-ARCH #1
Call Trace:
 [<ffffffff81041d61>] __schedule_bug+0x61/0x70
 [<ffffffff81358688>] schedule+0x5a8/0xb20
 [<ffffffff8104a91d>] ? default_wake_function+0xd/0x10
 [<ffffffff81073381>] ? autoremove_wake_function+0x11/0x40
 [<ffffffff8107360b>] ? prepare_to_wait+0x5b/0x90
 [<ffffffffa04c2229>] KAS_Thread_WaitForFinish+0x89/0xc0 [fglrx]
 [<ffffffff81073370>] ? autoremove_wake_function+0x0/0x40
 [<ffffffffa04d86f7>] MCIL_WorkerThread+0x177/0x230 [fglrx]
 [<ffffffffa04d9f36>] ? MCIL_GetExecutionLevel+0x66/0x80 [fglrx]
 [<ffffffffa057f6d1>] ? PassiveRing_Cleanup+0x61/0xc0 [fglrx]
 [<ffffffff810b1947>] ? free_irq+0x47/0x80
 [<ffffffffa057ed20>] ? IRQMGR_FreeResources+0x20/0x60 [fglrx]
 [<ffffffffa04db22c>] ? irqmgr_wrap_shutdown+0x12c/0x180 [fglrx]
 [<ffffffffa04cd43e>] ? firegl_takedown+0x7de/0x880 [fglrx]
 [<ffffffffa0592262>] ? amdPcsEngine_InitDatabase+0x12/0x20 [fglrx]
 [<ffffffffa04cc555>] ? firegl_release+0x125/0x1c0 [fglrx]
 [<ffffffffa04be52c>] ? ip_firegl_release+0xc/0x10 [fglrx]
 [<ffffffff81122a4a>] ? __fput+0xda/0x1f0
 [<ffffffff81122b7d>] ? fput+0x1d/0x30
 [<ffffffff8111f02b>] ? filp_close+0x5b/0x80
 [<ffffffff81056140>] ? put_files_struct+0x80/0xf0
 [<ffffffff8105626d>] ? exit_files+0x4d/0x60
 [<ffffffff81056704>] ? do_exit+0x164/0x870
 [<ffffffff81065678>] ? __sigqueue_free+0x38/0x40
 [<ffffffff81065ee6>] ? __dequeue_signal+0xf6/0x1f0
 [<ffffffff8105709d>] ? do_group_exit+0x4d/0xb0
 [<ffffffff81068fe2>] ? get_signal_to_deliver+0x2d2/0x520
 [<ffffffff810091d0>] ? do_signal+0x70/0x7b0
 [<ffffffff8106830b>] ? do_send_sig_info+0x6b/0x90
 [<ffffffff81064b16>] ? recalc_sigpending+0x16/0x40
 [<ffffffff810655c7>] ? sigprocmask+0x87/0x100
 [<ffffffff8106940f>] ? sys_rt_sigprocmask+0x7f/0x120
 [<ffffffff81064b16>] ? recalc_sigpending+0x16/0x40
 [<ffffffff81009995>] ? do_notify_resume+0x65/0x80
 [<ffffffff8106940f>] ? sys_rt_sigprocmask+0x7f/0x120
 [<ffffffff8100a1ce>] ? int_signal+0x12/0x17

xorg log

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.33-ARCH x86_64 
Current Operating System: Linux archmuffin 2.6.33-ARCH #1 SMP PREEMPT Mon Apr 26 19:31:00 CEST 2010 x86_64
Kernel command line: root=/dev/disk/by-uuid/6262f84e-62b7-459e-af44-cd00922d6529 ro vga=792 nomodeset
Build Date: 09 April 2010  05:56:28PM
 
Current version of pixman: 0.18.0
    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 May  1 00:27:24 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "aticonfig Layout"
(**) |-->Screen "aticonfig-Screen[0]-0" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]-0"
(**) |   |-->Device "aticonfig-Device[0]-0"
(**) |-->Input Device "Keyboard0"
(**) Option "Xinerama" "off"
(**) Option "AutoAddDevices" "False"
(**) Not automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "PS/2 Mouse"
(==) The core pointer device wasn't specified explicitly in the layout.
    Using the first mouse device.
(II) Loader magic: 0x7c0fe0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9614:105b:0e14 ATI Technologies Inc Radeon HD 3300 Graphics rev 0, Mem @ 0xd0000000/268435456, 0xfeaf0000/65536, 0xfe900000/1048576, I/O @ 0x0000e000/256
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.5.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.7.1, module version = 8.72.5
    Module class: X.Org Video Driver
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.7.1, module version = 8.72.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.5.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(II) ATI Proprietary Linux Driver Version Identifier:8.72.5
(II) ATI Proprietary Linux Driver Release Identifier: 8.723                                
(II) ATI Proprietary Linux Driver Build Date: Apr  6 2010 21:22:15
(II) Primary Device is: PCI 01@00:05:0
(WW) Falling back to old probe method for fglrx
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9614) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) fglrx(0): pEnt->device->identifier=0x256e440
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 0.1.0
    ABI class: X.Org Video Driver, version 6.0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS" "true"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB 
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
ukiDynamicMajor: found major device number 252
ukiDynamicMajor: found major device number 252
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 11, (OK)
ukiOpenByBusid: ukiOpenMinor returns 11
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
(--) fglrx(0): Chipset: "ATI Radeon HD 3300 Graphics" (Chipset = 0x9614)
(--) fglrx(0): (PciSubVendor = 0x105b, PciSubDevice = 0x0e14)
(==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xfeaf0000
(--) fglrx(0): I/O port at 0x0000e000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Video Driver, version 6.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.94
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
(II) fglrx(0): VESA VBE OEM Product: RS780
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(II) fglrx(0): UMA/SP interleave mode is enabled in the BIOS
(--) fglrx(0): Video RAM: 393216 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): Using adapter: 1:5.0.
(II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x18000000)
(II) fglrx(0): Interrupt handler installed at IRQ 27.
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(WW) fglrx(0): Xorg.conf option EnableMonitor of driver section is not supported when RandR 1.2 is enabled!
(==) fglrx(0): Center Mode is disabled 
(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.6, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): Finished Initialize PPLIB!
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): Connected Display0: DFP on secondary TMDS [tmds2i]
(II) fglrx(0): Display0 EDID data ---------------------------
(II) fglrx(0): Manufacturer: WDE  Model: 5150  Serial#: 0
(II) fglrx(0): Year: 2007  Week: 8
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 41  vert.: 26
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: Off
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) fglrx(0): Default color space is primary color space
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.642 redY: 0.348   greenX: 0.288 greenY: 0.601
(II) fglrx(0): blueX: 0.143 blueY: 0.072   whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Supported established timings:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported standard timings:
(II) fglrx(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) fglrx(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) fglrx(0): #4: hsize: 1280  vsize 720  refresh: 60  vid: 49281
(II) fglrx(0): Supported detailed timing:
(II) fglrx(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
(II) fglrx(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) fglrx(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
(II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 82 kHz, PixClock max 140 MHz
(II) fglrx(0): Serial No: 0
(II) fglrx(0): Monitor name: L1975NW
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):     00ffffffffffff005c85505100000000
(II) fglrx(0):     08110103e8291a782e4fa5a459499924
(II) fglrx(0):     125054bfee0081808140714f950081c0
(II) fglrx(0):     0101010101019a29a0d0518422305098
(II) fglrx(0):     360098ff1000001c000000fd00384c1e
(II) fglrx(0):     520e000a202020202020000000ff0030
(II) fglrx(0):     0a2020202020202020202020000000fc
(II) fglrx(0):     004c313937354e570a202020202000d4
(II) fglrx(0): End of Display0 EDID data --------------------
(II) fglrx(0): Connected Display1: CRT on primary DAC [crt1]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: WDE  Model: 5150  Serial#: 0
(II) fglrx(0): Year: 2007  Week: 13
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) fglrx(0): Sync:  Separate
(II) fglrx(0): Max Image Size [cm]: horiz.: 41  vert.: 26
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
(II) fglrx(0): Default color space is primary color space
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.642 redY: 0.348   greenX: 0.288 greenY: 0.601
(II) fglrx(0): blueX: 0.143 blueY: 0.072   whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Supported established timings:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported standard timings:
(II) fglrx(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) fglrx(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) fglrx(0): #4: hsize: 1280  vsize 720  refresh: 60  vid: 49281
(II) fglrx(0): Supported detailed timing:
(II) fglrx(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
(II) fglrx(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) fglrx(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
(II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 82 kHz, PixClock max 140 MHz
(II) fglrx(0): Serial No: 0
(II) fglrx(0): Monitor name: L1975NW
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):     00ffffffffffff005c85505100000000
(II) fglrx(0):     0d11010368291a782e4fa5a459499924
(II) fglrx(0):     125054bfef0081808140714f950081c0
(II) fglrx(0):     0101010101019a29a0d0518422305098
(II) fglrx(0):     360098ff1000001c000000fd00384c1e
(II) fglrx(0):     520e000a202020202020000000ff0030
(II) fglrx(0):     0a2020202020202020202020000000fc
(II) fglrx(0):     004c313937354e570a2020202020004e
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Output DFP2 using monitor section aticonfig-Monitor[0]-0
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): Output DFP2 connected
(II) fglrx(0): Output CRT1 connected
(II) fglrx(0): Using exact sizes for initial modes
(II) fglrx(0): Output DFP2 using initial mode 1440x900
(II) fglrx(0): Output CRT1 using initial mode 1440x900
(II) fglrx(0): DPI set to (96, 96)
(II) fglrx(0): Adapter ATI Radeon HD 3300 Graphics has 2 configurable heads and 2 displays connected.
(WW) fglrx(0): Big Desktop related functionalities are replaced by RandR 1.2!
(==) fglrx(0): QBS disabled
(==) fglrx(0):  PseudoColor visuals disabled
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(==) fglrx(0): NoDRI = NO
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing swlDriScreenInit
(II) fglrx(0): swlDriScreenInit for fglrx driver
ukiDynamicMajor: found major device number 252
ukiDynamicMajor: found major device number 252
ukiDynamicMajor: found major device number 252
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 16, (OK)
ukiOpenByBusid: ukiOpenMinor returns 16
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0
(II) fglrx(0): [uki] DRM interface version 1.0
(II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:5:0"
(II) fglrx(0): [uki] added 8192 byte SAREA at 0x3a000
(II) fglrx(0): [uki] mapped SAREA 0x3a000 to 0x7f278910e000
(II) fglrx(0): [uki] framebuffer handle = 0x3b000
(II) fglrx(0): [uki] added 1 reserved context for kernel
(II) fglrx(0): swlDriScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.72.5
(II) fglrx(0):     Date: Apr  6 2010
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.33-ARCH
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [uki] register handle = 0x0003c000
(II) fglrx(0): Display width adjusted to to 1536 due to alignment constraints
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xd6f3f000 FBMappedSize: 0x010bc000
(II) fglrx(0): Reserved 0x05600000 bytes of sideport memory for power saving
(II) fglrx(0): FBMM initialized for area (0,0)-(1536,2856)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1536,1536) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1536 x 1320
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Initialized in-driver Xinerama extension
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"
(II) Loading /usr/lib/xorg/modules/glesx.so
(II) Module glesx: vendor="X.Org Foundation"
    compiled for 1.7.1, module version = 1.0.0
(II) Loading extension GLESX
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.2.1
    ABI class: X.Org Video Driver, version 6.0
(II) fglrx(0): GLESX enableFlags = 94
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid Horizontal and Vertical Lines
    Driver provided ScreenToScreenBitBlt replacement
    Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib/xorg/modules/amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
    compiled for 1.7.1, module version = 1.0.0
(II) Loading extension AMDXVOPL
(II) fglrx(0): UVD2 feature is available
(II) fglrx(0): Enable composite support successfully
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
ukiDynamicMajor: found major device number 252
ukiDynamicMajor: found major device number 252
ukiOpenByBusid: Searching for BusID PCI:1:5:0
ukiOpenDevice: node name is /dev/ati/card0
ukiOpenDevice: open result is 17, (OK)
ukiOpenByBusid: ukiOpenMinor returns 17
ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x28) [0x4594d8]
1: /usr/bin/X (0x400000+0x5b4c9) [0x45b4c9]
2: /lib/libpthread.so.0 (0x7f2787df6000+0xef20) [0x7f2787e04f20]
3: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x133d3bd) [0x7f27816dd3bd]
4: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x133e0ad) [0x7f27816de0ad]
5: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x133e776) [0x7f27816de776]
6: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x1399111) [0x7f2781739111]
7: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x1393dbe) [0x7f2781733dbe]
8: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x11e9e74) [0x7f2781589e74]
9: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x11da94b) [0x7f278157a94b]
10: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x1332d9) [0x7f27804d32d9]
11: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x9c3dc4) [0x7f2780d63dc4]
12: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (0x7f27803a0000+0x9c3f20) [0x7f2780d63f20]
13: /usr/X11R6/lib64/modules/dri/fglrx_dri.so (__driCreateNewScreen_20050727+0x999) [0x7f27816e0db9]
14: /usr/lib/xorg/modules/extensions/libglx.so (0x7f2788f6a000+0x18c1c) [0x7f2788f82c1c]
15: /usr/lib/xorg/modules/extensions/libglx.so (0x7f2788f6a000+0x1a759) [0x7f2788f84759]
16: /usr/lib/xorg/modules/extensions/libglx.so (0x7f2788f6a000+0x19d59) [0x7f2788f83d59]
17: /usr/bin/X (InitExtensions+0x89) [0x482749]
18: /usr/bin/X (0x400000+0x21927) [0x421927]
19: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f2787073b1d]
20: /usr/bin/X (0x400000+0x21659) [0x421659]
Floating point exception at address 0x7f27816dd3bd

Fatal server error:
Caught signal 8 (Floating point exception). Server aborting


Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

(II) fglrx(0): Backup framebuffer data.
(II) fglrx(0): Backup complete.

xorg.conf generated freshly by aticonfig --initial=dual-head

Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    Screen         "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
    Option        "Xinerama" "off"
    Option        "AutoAddDevices" "False"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us dvorak"
    Option        "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "ZAxisMapping" "4 5"
    Option        "Device" "/dev/psaux"
    Option        "Emulate3Buttons" "true"
    Option        "Emulate3Timeout" "70"
    Option        "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option        "Device" "/dev/input/mice"
    Option        "SendCoreEvents" "true"
    Option        "Protocol" "IMPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "5"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-1"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:5:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-1"
    Driver      "fglrx"
    BusID       "PCI:1:5:0"
    Screen      1
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device     "aticonfig-Device[0]-1"
    Monitor    "aticonfig-Monitor[0]-1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

lspci dump

00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 0
    Capabilities: <access denied>

00:01.0 PCI bridge: Foxconn International, Inc. Device 9602 (prog-if 00 [Normal decode])
    Flags: bus master, 66MHz, medium devsel, latency 64
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
    I/O behind bridge: 0000e000-0000efff
    Memory behind bridge: fe900000-feafffff
    Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
    Capabilities: <access denied>
    Kernel modules: shpchp

00:09.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 4) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    Memory behind bridge: feb00000-febfffff
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp

00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] (prog-if 01 [AHCI 1.0])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
    I/O ports at d000 [size=8]
    I/O ports at c000 [size=4]
    I/O ports at b000 [size=8]
    I/O ports at a000 [size=4]
    I/O ports at 9000 [size=16]
    Memory at fe8ffc00 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ahci
    Kernel modules: ahci

00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller (prog-if 10 [OHCI])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
    Memory at fe8fe000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd
    Kernel modules: ohci-hcd

00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller (prog-if 10 [OHCI])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
    Memory at fe8fd000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd
    Kernel modules: ohci-hcd

00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller (prog-if 20 [EHCI])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
    Memory at fe8ff800 (32-bit, non-prefetchable) [size=256]
    Capabilities: <access denied>
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd

00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller (prog-if 10 [OHCI])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
    Memory at fe8fc000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd
    Kernel modules: ohci-hcd

00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller (prog-if 10 [OHCI])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
    Memory at fe8fb000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd
    Kernel modules: ohci-hcd

00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller (prog-if 20 [EHCI])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
    Memory at fe8ff400 (32-bit, non-prefetchable) [size=256]
    Capabilities: <access denied>
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd

00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: 66MHz, medium devsel
    Capabilities: <access denied>
    Kernel modules: i2c-piix4

00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller (prog-if 8a [Master SecP PriP])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
    I/O ports at 01f0 [size=8]
    I/O ports at 03f4 [size=1]
    I/O ports at 0170 [size=8]
    I/O ports at 0374 [size=1]
    I/O ports at ff00 [size=16]
    Capabilities: <access denied>
    Kernel driver in use: pata_atiixp
    Kernel modules: ata_generic, pata_acpi, pata_atiixp, ide-pci-generic, atiixp

00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, slow devsel, latency 64, IRQ 16
    Memory at fe8f4000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel

00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 0

00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (prog-if 01 [Subtractive decode])
    Flags: bus master, 66MHz, medium devsel, latency 64
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=64

00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller (prog-if 10 [OHCI])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
    Memory at fe8fa000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd
    Kernel modules: ohci-hcd

00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
    Flags: fast devsel
    Capabilities: <access denied>

00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
    Flags: fast devsel

00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
    Flags: fast devsel
    Kernel modules: amd64_edac_mod

00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
    Flags: fast devsel
    Capabilities: <access denied>
    Kernel modules: k10temp

00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
    Flags: fast devsel

01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3300 Graphics (prog-if 00 [VGA controller])
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, fast devsel, latency 0, IRQ 18
    Memory at d0000000 (32-bit, prefetchable) [size=256M]
    I/O ports at e000 [size=256]
    Memory at feaf0000 (32-bit, non-prefetchable) [size=64K]
    Memory at fe900000 (32-bit, non-prefetchable) [size=1M]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: fglrx_pci
    Kernel modules: fglrx, radeon

01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, fast devsel, latency 0, IRQ 25
    Memory at feae8000 (32-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel

02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
    Subsystem: Foxconn International, Inc. Device 0e14
    Flags: bus master, fast devsel, latency 0, IRQ 26
    Memory at febf0000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: <access denied>
    Kernel driver in use: tg3
    Kernel modules: tg3

lsmod dump

Module                  Size  Used by
ext2                   63750  1 
loop                   15097  2 
cpufreq_conservative     9164  2 
ext3                  126087  2 
jbd                    47131  1 ext3
snd_hda_codec_atihdmi     2715  1 
joydev                  9698  0 
snd_seq_dummy           1439  0 
hid_microsoft           3067  0 
snd_seq_oss            28928  0 
snd_seq_midi_event      5412  1 snd_seq_oss
usbhid                 38146  0 
hid                    75579  2 hid_microsoft,usbhid
snd_seq                50530  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          5233  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            39096  0 
snd_mixer_oss          16956  1 snd_pcm_oss
snd_hda_codec_realtek   258986  1 
snd_hda_intel          22514  0 
snd_hda_codec          68863  3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               6150  1 snd_hda_codec
snd_pcm                70924  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
ohci_hcd               21645  0 
ehci_hcd               35119  0 
snd_timer              19684  2 snd_seq,snd_pcm
fuse                   59189  0 
fglrx                2314227  0 
tg3                   120226  0 
snd                    57209  11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
shpchp                 31108  0 
irtty_sir               4113  0 
soundcore               6153  1 snd
pci_hotplug            26775  1 shpchp
i2c_piix4               8584  0 
snd_page_alloc          7161  2 snd_hda_intel,snd_pcm
k10temp                 2827  0 
sir_dev                 9609  1 irtty_sir
usbcore               144320  4 usbhid,ohci_hcd,ehci_hcd
vboxnetflt             11578  0 
i2c_core               17863  1 i2c_piix4
psmouse                53352  0 
edac_core              33927  0 
edac_mce_amd            6809  0 
libphy                 16276  1 tg3
irda                  106664  1 sir_dev
serio_raw               4526  0 
vboxdrv              1724037  1 vboxnetflt
evdev                   8711  4 
pcspkr                  1795  0 
crc_ccitt               1307  1 irda
thermal                12154  0 
button                  4778  0 
sg                     25200  0 
tpm_tis                 8208  0 
tpm                    11109  1 tpm_tis
powernow_k8            11960  0 
tpm_bios                5449  1 tpm
freq_table              2331  1 powernow_k8
processor              29630  1 powernow_k8
rtc_cmos                8886  0 
rtc_core               14471  1 rtc_cmos
rtc_lib                 1874  1 rtc_core
ext4                  331927  3 
mbcache                 5754  3 ext2,ext3,ext4
jbd2                   75433  1 ext4
crc16                   1273  1 ext4
sd_mod                 27507  7 
sr_mod                 14810  0 
cdrom                  35745  1 sr_mod
ata_generic             3079  0 
ahci                   34898  0 
pata_atiixp             3665  6 
pata_acpi               3224  0 
libata                154235  4 ata_generic,ahci,pata_atiixp,pata_acpi
scsi_mod               94276  4 sg,sd_mod,sr_mod,libata

Last edited by pierce.jason (2010-05-01 06:12:33)

Offline

#1789 2010-05-01 23:46:33

Maximalminimalist
Member
Registered: 2009-09-20
Posts: 112

Re: The AMD/ATI Bar & Grill

I'm using the latest catalyst and lib32-catalyst-utils a ATI Radeon 4850 HD and I get this:

aticonfig --pplib-cmd "get fanspeed 0"
PPLIB command execution has failed!
ati_pplib_cmd: execute "get" failed!

(the same for "set")
For more detailed information, I already opened a thread here.

Offline

#1790 2010-05-02 01:51:37

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

@Maximalminimalist: are you using 4850 with non-referent cooling? Cuz it looks like...
It also looks like your fan isn't connected to card's bios at all - so it has constant speed, no matter what is the temperature of gpu.
If im right the only way to get fan work slower is to install potentiometer (voltage regulator) at the fan wire.

Offline

#1791 2010-05-02 07:50:07

Maximalminimalist
Member
Registered: 2009-09-20
Posts: 112

Re: The AMD/ATI Bar & Grill

Yes, I think I have a non-referent cooling. That's why I can't replace the cooler for a quiet one.
I think I chose the wrong video card. (At the moment when I bought the computer there was a small choice of video cards with delivery faster than 2-3 weeks. -.- )

In the the first minutes the fan is kind of quiet but after this the speed is constant. Or maybe it just drives me crazy after a while. (Ah no...here it is now. It takes about the time to write this to get noisy. big_smile )

Potentiometer: Shall I connect the graphic card cooler to the fan speed control I have for cpu, chassis, power supply?

(The name of the video card is 'Asus HD 4850 Matrix, PCI-E 2.0, 512MB GDDR3')

Last edited by Maximalminimalist (2010-05-02 08:08:24)

Offline

#1792 2010-05-02 08:08:28

handy
Member
From: Oz
Registered: 2008-03-26
Posts: 719

Re: The AMD/ATI Bar & Grill

Vi0L0 wrote:

@Maximalminimalist: are you using 4850 with non-referent cooling? Cuz it looks like...
It also looks like your fan isn't connected to card's bios at all - so it has constant speed, no matter what is the temperature of gpu.
If im right the only way to get fan work slower is to install potentiometer (voltage regulator) at the fan wire.

I think the way that the HD2600Pro is set up in my iMac is also non-referent.

In the iMac's case, I think the cooling is ducted from other fans that cool multiple components.

I also don't have any success with the kernel .34 & the open-source PM, I suspect it is due to the system being over Appleyfied. At least it is quiet & cool. I am using the open drivers I'm mentioning this in case it is of any use to anyone, which it probably isn't. wink

Last edited by handy (2010-05-02 09:04:47)


I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!

Offline

#1793 2010-05-02 08:28:52

Maximalminimalist
Member
Registered: 2009-09-20
Posts: 112

Re: The AMD/ATI Bar & Grill

Lucky you. Mine is very noisy. My friend gave me the advice to sell it on ebay as a flight simulator. tongue

Offline

#1794 2010-05-02 09:11:05

handy
Member
From: Oz
Registered: 2008-03-26
Posts: 719

Re: The AMD/ATI Bar & Grill

Maximalminimalist wrote:

Lucky you. Mine is very noisy. My friend gave me the advice to sell it on ebay as a flight simulator. tongue

lol

I'd try the fan controller from your PSU, it may not work quite how one built for type of fan on your GPU would, meaning it may be only use a small section of the potentiometer's circumference in which you may have to be sensitive like a safe cracker (at worst).

You won't hurt anything whatever happens, & you will know pretty quickly if it is a worthwhile option.


I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!

Offline

#1795 2010-05-02 09:33:31

Maximalminimalist
Member
Registered: 2009-09-20
Posts: 112

Re: The AMD/ATI Bar & Grill

handy wrote:
Maximalminimalist wrote:

Lucky you. Mine is very noisy. My friend gave me the advice to sell it on ebay as a flight simulator. tongue

lol

I'd try the fan controller from your PSU, it may not work quite how one built for type of fan on your GPU would, meaning it may be only use a small section of the potentiometer's circumference in which you may have to be sensitive like a safe cracker (at worst).

You won't hurt anything whatever happens, & you will know pretty quickly if it is a worthwhile option.

I just read about my graphic card. It's from ASUS and made for use with 'iTracker'. I don't think that wine will be able to handle the fan speed with iTracker, right? (There is a dependency that is flagged out of date now of bin32-wine, so I can't try.)

I didn't really care about my video card. The most important was that I finally have all components for my computer. I didn't know about ASUS having special stuff. It says that my graphic card has no benefits to the reference model. I feel like breaking this crappy video card with a truncheon... hmm

What happens when the potentiometer is over the circumference of the GPU? Is it really safe to try around? Or is just the worst thing that can happen that the fan breaks?

Offline

#1796 2010-05-02 11:38:29

handy
Member
From: Oz
Registered: 2008-03-26
Posts: 719

Re: The AMD/ATI Bar & Grill

Maximalminimalist wrote:

What happens when the potentiometer is over the circumference of the GPU? Is it really safe to try around? Or is just the worst thing that can happen that the fan breaks?

It is incredibly unlikely that you can do any harm trying the potentiometer on your GPU fan. It won't hurt your fan, you won't want it over revving anyway, (you want to be able to slow the thing down, which is what it really should allow you to do).

If in the unlikely event that you can't control the fan in a way that suits you, turn off your computer & plug the GPU fan back in the way it was before.

I spent 10 years fixing other people's computers professionally, so I have got half a clue about that which I speak.

First sign of anything you don't like, shut your computer down & go back to square one. smile

I use a PSU fan controller on my HP Procurve 2124 switch to control a smaller fan than the one in the PSU that it was built for, it just made the potentiometer have all of the control in about 1/3 of a turn instead of a whole turn of the knob. Which is no problem at all. I expect you will very likely get the same sort of result (at worst).


I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!

Offline

#1797 2010-05-02 11:43:01

spidernik84
Member
From: Italy
Registered: 2009-12-26
Posts: 30

Re: The AMD/ATI Bar & Grill

Thanks for your invaluable work, ViOLO smile
The catalyst driver solved another problem i had as well: http://bbs.archlinux.org/viewtopic.php?id=96350

Offline

#1798 2010-05-02 15:08:13

cabillo
Member
Registered: 2010-05-02
Posts: 7

Re: The AMD/ATI Bar & Grill

Hi, I have a Radeon 9600 pro and kernel 2.6.33-ARCH.
Kms resolution is wrong, I think it's a bug.
pQ5.jpg
(I started alsaconf to show the wrong screen resolution, i think it's 800x600 or 640x480 not sure, while it should be 1280x1024.
Any idea?

Offline

#1799 2010-05-02 17:11:17

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: The AMD/ATI Bar & Grill

@cabillo: try to force kms monitor's resolution and refresh rate with kernel parameter called 'video', ie: edit /boot/grub/menu.lst

kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/f07f2391-6b5c-47f5-a888-c5c64e116288 quiet splash ro video=1280x1024@75

Offline

#1800 2010-05-03 06:07:46

cabillo
Member
Registered: 2010-05-02
Posts: 7

Re: The AMD/ATI Bar & Grill

Ok, thanks! this solves the problem, now, I have another one.
So either if I boot kernel with video=1280x1024 or if I don't, X starts default with 800x600 (I tried both without or with xorg.conf). Strange.
I change resolution with xrandr -s 1280x1024, and it's ok, but when I play vlc, mplayer or flashplayer, there are thin white horizontal lines flickering on the screen.

this is "dmesg | grep drm", if it can help.

[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
[drm] radeon: Initializing kernel modesetting.
[drm] register mmio base: 0xFEAE0000
[drm] register mmio size: 65536
[drm] GPU reset succeed (RBBM_STATUS=0x00000140)
[drm] Generation 2 PCI interface, using max accessible memory
[drm] radeon: VRAM 256M
[drm] radeon: VRAM from 0x00000000 to 0x0FFFFFFF
[drm] radeon: GTT 64M
[drm] radeon: GTT from 0xF8000000 to 0xFBFFFFFF
[drm] radeon: irq initialized.
[drm] Detected VRAM RAM=256M, BAR=256M
[drm] RAM width 128bits DDR
[drm] radeon: 256M of VRAM memory ready
[drm] radeon: 64M of GTT memory ready.
[drm] radeon: 1 quad pipes, 1 Z pipes initialized.
[drm] radeon: cp idle (0x10000C03)
[drm] Loading R300 Microcode
[drm] radeon: ring at 0x00000000F8000000
[drm] ring test succeeded in 0 usecs
[drm] radeon: ib pool ready.
[drm] ib test succeeded in 0 usecs
[drm] Default TV standard: PAL
[drm] 27.000000000 MHz TV ref clk
[drm] DFP table revision: 3
[drm] Default TV standard: PAL
[drm] 27.000000000 MHz TV ref clk
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm]   VGA
[drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[drm]   Encoders:
[drm]     CRT1: INTERNAL_DAC1
[drm] Connector 1:
[drm]   DVI-I
[drm]   HPD1
[drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[drm]   Encoders:
[drm]     CRT2: INTERNAL_DAC2
[drm]     DFP1: INTERNAL_TMDS1
[drm] Connector 2:
[drm]   S-video
[drm]   Encoders:
[drm]     TV1: INTERNAL_DAC2
[drm:radeon_vga_detect] *ERROR* VGA-1: probed a monitor but no|invalid EDID
[drm] fb mappable at 0xC0040000
[drm] vram apper at 0xC0000000
[drm] size 5242880
[drm] fb depth is 24
[drm]    pitch is 5120
[drm] crtc 1 is connected to a TV
fb0: radeondrmfb frame buffer device
[drm] Initialized radeon 2.0.0 20080528 for 0000:01:00.0 on minor 0
[drm] not detecting due to 00000004
[drm] not detecting due to 00000004
[drm] not detecting due to 00000004
[drm] not detecting due to 00000004
[drm] crtc 1 is connected to a TV
[drm] not detecting due to 00000004
[drm] not detecting due to 00000004
[drm] not detecting due to 00000004
[drm] not detecting due to 00000004

Offline

Board footer

Powered by FluxBB