You are not logged in.

#1376 2010-06-03 15:03:49

Perry3D
Member
Registered: 2008-03-20
Posts: 553

Re: Discussion: the ati/radeon open source drivers & radeon repository

You need the kernel from the drm-radeon-testing branch, and a patched mesa and a patched xf86-video-ati driver. You can use my/gtklockers repository.
Then you get this: wink

(**) RADEON(0): Option "ColorTiling" "True"
(II) RADEON(0): KMS Color Tiling: enabled

Offline

#1377 2010-06-03 15:55:23

lordheavy
Developer
From: France
Registered: 2010-04-01
Posts: 292

Re: Discussion: the ati/radeon open source drivers & radeon repository

Just ask to alex on irc, it's because i've rebuild xf86-video-ati (got xorg 1.8.1) and not applied the patches, i was guessing  they were already applied.

So it's not an issue.

Offline

#1378 2010-06-03 16:30:33

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Discussion: the ati/radeon open source drivers & radeon repository

Perry3D wrote:
venky80 wrote:

fan keeps running so it is pretty bad

Did you try

echo low > /sys/class/drm/card0/device/power_profile

yes that did help. Perry could you add that to first post. I was able to run youtube HD without issues (but i think flash has no gfx acceleration yet)

does r600 do H264/MPEG4 video acceleration?


Acer Aspire V5-573P Antergos KDE

Offline

#1379 2010-06-03 17:01:10

lordheavy
Developer
From: France
Registered: 2010-04-01
Posts: 292

Re: Discussion: the ati/radeon open source drivers & radeon repository

Perry3D wrote:

You need the kernel from the drm-radeon-testing branch, and a patched mesa and a patched xf86-video-ati driver. You can use my/gtklockers repository.
Then you get this: wink

(**) RADEON(0): Option "ColorTiling" "True"
(II) RADEON(0): KMS Color Tiling: enabled

Got the  tiling patches for the ddx somewhere ? i've failed to extract them myself.

Offline

#1380 2010-06-03 17:30:00

gtklocker
Member
Registered: 2009-09-01
Posts: 462

Re: Discussion: the ati/radeon open source drivers & radeon repository

Perry3D wrote:
venky80 wrote:

fan keeps running so it is pretty bad

Did you try

echo low > /sys/class/drm/card0/device/power_profile

It seems the changes get lost. I set it yesterday to low, and today was "default"... ! sad

Btw:

$ dmesg | grep drm
[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
[drm] initializing kernel modesetting (RS780 0x1002:0x9612).
[drm] register mmio base: 0x94300000
[drm] register mmio size: 65536
[drm] Clocks initialized !
[drm] Detected VRAM RAM=256M, BAR=256M
[drm] RAM width 32bits DDR
[drm] radeon: 256M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] radeon: irq initialized.
[drm] GART: num cpu pages 131072, num gpu pages 131072
[drm] Loading RS780 Microcode
[drm] ring test succeeded in 1 usecs
[drm] radeon: ib pool ready.
[drm] ib test succeeded in 0 usecs
[drm] Enabling audio support
[drm] Default TV standard: NTSC
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm]   VGA
[drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[drm]   Encoders:
[drm]     CRT1: INTERNAL_KLDSCP_DAC1
[drm] Connector 1:
[drm]   LVDS
[drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[drm]   Encoders:
[drm]     LCD1: INTERNAL_KLDSCP_LVTMA
[drm] radeon: power management initialized
[drm] fb mappable at 0x80141000
[drm] vram apper at 0x80000000
[drm] size 4096000
[drm] fb depth is 24
[drm]    pitch is 5120
fb0: radeondrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized radeon 2.5.0 20080528 for 0000:01:05.0 on minor 0

Also, my sensors, won't work sad

# sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1:       +75.4°C  (high = +70.0°C, crit = +100.0°C)  

acpitz-virtual-0
Adapter: Virtual device
temp1:       +75.0°C  (crit = +105.0°C)

The second one - which I dont know what it is, usually hits high temps and forces machine to halt. sad

Last edited by gtklocker (2010-06-03 17:59:13)

Offline

#1381 2010-06-03 18:07:43

Perry3D
Member
Registered: 2008-03-20
Posts: 553

Re: Discussion: the ati/radeon open source drivers & radeon repository

venky80 wrote:

yes that did help. Perry could you add that to first post. I was able to run youtube HD without issues (but i think flash has no gfx acceleration yet)

does r600 do H264/MPEG4 video acceleration?

I complement the first post yesterday. I hope it is understandable.
And no, at the moment there is no full support for video decoding. Just Xv, but this is working flawless for me.

lordheavy wrote:

Got the  tiling patches for the ddx somewhere ? i've failed to extract them myself.

http://gtklocker.tiven.org/radeon-repo/ … src.tar.gz
http://gtklocker.tiven.org/radeon-repo/ … src.tar.gz

gtklocker wrote:

It seems the changes get lost. I set it yesterday to low, and today was "default"... ! sad

Sysfs is a virtual filesystem. It is created during the boot process. http://en.wikipedia.org/wiki/Sysfs

But you can put it in your /etc/rc.local.

Offline

#1382 2010-06-03 18:31:57

lordheavy
Developer
From: France
Registered: 2010-04-01
Posts: 292

Re: Discussion: the ati/radeon open source drivers & radeon repository

Offline

#1383 2010-06-04 03:21:06

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Discussion: the ati/radeon open source drivers & radeon repository

is mesa-full recommended or  mesa-r600-r700-git. ? Also what are the commands to set dynpm on ?


Acer Aspire V5-573P Antergos KDE

Offline

#1384 2010-06-04 03:25:13

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Discussion: the ati/radeon open source drivers & radeon repository

my grep drm shows this
I see some errors does anyone know what they are?

dmesg|grep drm
Command line: BOOT_IMAGE=/vmlinuz26-drm-radeon-testing root=/dev/disk/by-uuid/87a8806a-f341-4032-a64c-bf4a88c49447 rootfstype=ext4 ro
Kernel command line: BOOT_IMAGE=/vmlinuz26-drm-radeon-testing root=/dev/disk/by-uuid/87a8806a-f341-4032-a64c-bf4a88c49447 rootfstype=ext4 ro
[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
[drm] initializing kernel modesetting (RV635 0x1002:0x9593).
[drm] register mmio base: 0xCFEF0000
[drm] register mmio size: 65536
[drm] Clocks initialized !
[drm] Detected VRAM RAM=512M, BAR=256M
[drm] RAM width 128bits DDR
[drm] radeon: 512M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] radeon: using MSI.
[drm] radeon: irq initialized.
[drm] GART: num cpu pages 131072, num gpu pages 131072
[drm] Loading RV635 Microcode
[drm] ring test succeeded in 1 usecs
[drm] radeon: ib pool ready.
[drm] ib test succeeded in 0 usecs
[drm] Enabling audio support
[drm] Default TV standard: NTSC
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm]   VGA
[drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[drm]   Encoders:
[drm]     CRT1: INTERNAL_KLDSCP_DAC1
[drm] Connector 1:
[drm]   HDMI-A
[drm]   NONE
[drm]   DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[drm]   Encoders:
[drm]     DFP1: INTERNAL_UNIPHY
[drm] Connector 2:
[drm]   LVDS
[drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[drm]   Encoders:
[drm]     LCD1: INTERNAL_KLDSCP_LVTMA
[drm] Connector 3:
[drm]   DisplayPort
[drm]   HPD1
[drm]   DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
[drm]   Encoders:
[drm]     DFP2: INTERNAL_UNIPHY
[drm] radeon: power management initialized
[drm] fb mappable at 0xD0141000
[drm] vram apper at 0xD0000000
[drm] size 8294400
[drm] fb depth is 24
[drm]    pitch is 7680
fb0: radeondrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized radeon 2.5.0 20080528 for 0000:01:00.0 on minor 0
[drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing FABC (len 513, WS 0, PS 4) @ 0xFAFD
[drm] Disabling audio support
[drm] Clocks initialized !
[drm] ring test succeeded in 1 usecs
[drm] ib test succeeded in 0 usecs
[drm] Enabling audio support
[drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing FABC (len 513, WS 0, PS 4) @ 0xFAFD
[drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing FABC (len 513, WS 0, PS 4) @ 0xFAFD
[venky@INEVERUSEWIN7 ~]$

Last edited by venky80 (2010-06-04 03:26:37)


Acer Aspire V5-573P Antergos KDE

Offline

#1385 2010-06-04 10:44:02

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Re: Discussion: the ati/radeon open source drivers & radeon repository

@Perry - you said that Xv is working for you. Are you using Compiz or something? Which card do you have? For me - when I tried to use Xv in SMplayer video just didn't appear.

EDIT: It's really weird - in Gnome MPlayer everything seems good... Any help?

Last edited by megawebmaster (2010-06-04 10:48:04)

Offline

#1386 2010-06-04 11:31:56

lordheavy
Developer
From: France
Registered: 2010-04-01
Posts: 292

Re: Discussion: the ati/radeon open source drivers & radeon repository

venky80 wrote:

is mesa-full recommended or  mesa-r600-r700-git. ? Also what are the commands to set dynpm on ?

you can enable dynpm with:
echo dynpm > /sys/class/drm/card0/device/power_method

mesa-full is recommended as mesa-r600-r700-git is out-of-date.

Offline

#1387 2010-06-04 11:41:08

Perry3D
Member
Registered: 2008-03-20
Posts: 553

Re: Discussion: the ati/radeon open source drivers & radeon repository

megawebmaster wrote:

@Perry - you said that Xv is working for you. Are you using Compiz or something? Which card do you have? For me - when I tried to use Xv in SMplayer video just didn't appear.

EDIT: It's really weird - in Gnome MPlayer everything seems good... Any help?

For me Xv is also working in smplayer, also with compiz enabled. I have set it to xv (0 - Radeon Textured Video). And i am using a HD4850.
You can check for working xv with: xvinfo
Do you use multiple screens? Are you using a xorg.conf? A "special" mplayer version?

Offline

#1388 2010-06-04 16:21:14

BigLouis87
Member
From: Italy
Registered: 2010-05-15
Posts: 44

Re: Discussion: the ati/radeon open source drivers & radeon repository

venky80 wrote:

yes that did help. Perry could you add that to first post. I was able to run youtube HD without issues (but i think flash has no gfx acceleration yet)

does r600 do H264/MPEG4 video acceleration?

If you like to view H264 HD1080p videos, I use SMplayer with video option "gl (veloce - schede ATI)", in Italian it means (speedy - ATI cards). It should be a special video driver to use ati acceleration, with that I am able to play 1080p films very well without frame drops.
It's a lot better than "xv (0 - Radeon Textured Video)" for me.

I hope this will help you

Offline

#1389 2010-06-04 20:35:11

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Re: Discussion: the ati/radeon open source drivers & radeon repository

Perry3D wrote:

For me Xv is also working in smplayer, also with compiz enabled. I have set it to xv (0 - Radeon Textured Video). And i am using a HD4850.
You can check for working xv with: xvinfo
Do you use multiple screens? Are you using a xorg.conf? A "special" mplayer version?

xvinfo tells me that Xv is working. I've got simple xorg.conf from your thread, I don't use multiple screens and got mplayer from repos. I've tried to remove smplayer config, mplayer config etc. and nothing is working.
For me gl for ATi card makes screen flicker. It's really annoying, because it happens and is visible... like artifacts. Huh, I'll use GMplayer, while googling in free time for answer.

Offline

#1390 2010-06-05 00:25:27

andrewthomas
Member
Registered: 2010-05-08
Posts: 52

Re: Discussion: the ati/radeon open source drivers & radeon repository

lordheavy wrote:

mesa-full is recommended as mesa-r600-r700-git is out-of-date.

What exactly do you think is out of date?


If this helped you, please take the time to rate the value of this post:
http://rate.affero.net/andrewthomas/

Offline

#1391 2010-06-05 08:50:20

Perry3D
Member
Registered: 2008-03-20
Posts: 553

Re: Discussion: the ati/radeon open source drivers & radeon repository

BigLouis87 wrote:

If you like to view H264 HD1080p videos, I use SMplayer with video option "gl (veloce - schede ATI)", in Italian it means (speedy - ATI cards). It should be a special video driver to use ati acceleration, with that I am able to play 1080p films very well without frame drops.
It's a lot better than "xv (0 - Radeon Textured Video)" for me.

I hope this will help you

Are you sure you use the open source driver and not the catalyst driver? For me xv is faster than gl. And from the technical side xv should be better.



megawebmaster wrote:

xvinfo tells me that Xv is working. I've got simple xorg.conf from your thread, I don't use multiple screens and got mplayer from repos. I've tried to remove smplayer config, mplayer config etc. and nothing is working.
For me gl for ATi card makes screen flicker. It's really annoying, because it happens and is visible... like artifacts. Huh, I'll use GMplayer, while googling in free time for answer.

Did you try it without an xorg.conf (hal daemon must run)?

@loadheavy:
mesa-r600-r700-git from AUR: fine
mesa-full from AUR: out of date (the maintainer isn't responding
mesa-full from my repo: fine (+ patches for color tiling)

Offline

#1392 2010-06-05 09:33:36

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Discussion: the ati/radeon open source drivers & radeon repository

@Perry3D:

Could you ask a TU so that mesa-full on AUR gets orphaned so that you could adopt it ? smile

Except for that, I'd like to see the PKGBUILDs you use for the repo on a git repo like Github or Gitorious...!

Offline

#1393 2010-06-05 11:47:53

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Re: Discussion: the ati/radeon open source drivers & radeon repository

Perry3D wrote:

Did you try it without an xorg.conf (hal daemon must run)?

No, I can't because I'm using testing repo and there is Xorg 1.8.1, so with you driver it cannot run (IgnoreABI option i xorg.conf)

Offline

#1394 2010-06-06 09:17:09

lordheavy
Developer
From: France
Registered: 2010-04-01
Posts: 292

Re: Discussion: the ati/radeon open source drivers & radeon repository

megawebmaster wrote:
Perry3D wrote:

Did you try it without an xorg.conf (hal daemon must run)?

No, I can't because I'm using testing repo and there is Xorg 1.8.1, so with you driver it cannot run (IgnoreABI option i xorg.conf)

Did you try to build xf86-video-ati-git from sources ?

http://gtklocker.tiven.org/radeon-repo/ … src.tar.gz

Offline

#1395 2010-06-06 14:23:27

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Discussion: the ati/radeon open source drivers & radeon repository

sometimes after resuming from suspend to ram , the mouse is not detected how can I make the system detect my mouse without restarting?


Acer Aspire V5-573P Antergos KDE

Offline

#1396 2010-06-06 22:41:06

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Discussion: the ati/radeon open source drivers & radeon repository

lordheavy wrote:
venky80 wrote:

is mesa-full recommended or  mesa-r600-r700-git. ? Also what are the commands to set dynpm on ?

you can enable dynpm with:
echo dynpm > /sys/class/drm/card0/device/power_method

mesa-full is recommended as mesa-r600-r700-git is out-of-date.

how can I remove dynpm, my screen flickers when i scroll webpages.
power_profile low was the best for me


Acer Aspire V5-573P Antergos KDE

Offline

#1397 2010-06-06 22:45:53

Perry3D
Member
Registered: 2008-03-20
Posts: 553

Re: Discussion: the ati/radeon open source drivers & radeon repository

Restart should reset everything tongue
or
echo profile > /sys/class/drm/card0/device/power_method

Last edited by Perry3D (2010-06-06 22:46:05)

Offline

#1398 2010-06-07 08:02:02

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Re: Discussion: the ati/radeon open source drivers & radeon repository

lordheavy wrote:
megawebmaster wrote:
Perry3D wrote:

Did you try it without an xorg.conf (hal daemon must run)?

No, I can't because I'm using testing repo and there is Xorg 1.8.1, so with you driver it cannot run (IgnoreABI option i xorg.conf)

Did you try to build xf86-video-ati-git from sources ?

http://gtklocker.tiven.org/radeon-repo/ … src.tar.gz

Yes. SMplayer still isn't working with Xv. I'm tired of this, I'll just use GMplayer. It isn't as good as SMplayer but is working wink

Offline

#1399 2010-06-07 15:15:05

gtklocker
Member
Registered: 2009-09-01
Posts: 462

Re: Discussion: the ati/radeon open source drivers & radeon repository

flamelab wrote:

Except for that, I'd like to see the PKGBUILDs you use for the repo on a git repo like Github or Gitorious...!

We're planning it.

Edit: After a reinstallation of Arch (some VERY weird probs), I used [testing] and I figured out xf86-video-ati should be rebuild to be functional with Xorg 1.8. So, Xorg 1.8 users, just rebuild the xf86-video-ati package from the src we've uploaded to the repo. wink

Last edited by gtklocker (2010-06-07 16:00:28)

Offline

#1400 2010-06-07 19:59:12

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Re: Discussion: the ati/radeon open source drivers & radeon repository

Huh, Xorg server 1.9 RC1 is going to be released today and 1.8 still didn't hit extra... How could it be? smile

Last edited by megawebmaster (2010-06-07 20:11:08)

Offline

Board footer

Powered by FluxBB