You are not logged in.

#876 2010-02-20 20:30:40

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

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

If KMS is broken you have to search for an error in dmesg. Maybe you can paste the output also.

Power Managment will come with kernel 2.6.34.

Offline

#877 2010-02-20 20:58:07

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

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

Perry3D wrote:

If KMS is broken you have to search for an error in dmesg. Maybe you can paste the output also.

Power Managment will come with kernel 2.6.34.

ok here is my dmesg http://pastebin.ca/1804029
why does it show 2.6.32 as my version eventhough i installed kernel26-git from your repo?


Acer Aspire V5-573P Antergos KDE

Offline

#878 2010-02-20 21:03:14

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

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

If you just install the kernel26-git package the official kernel isn't removed. You can install both kernels parallel. You have to edit your grub configuration and create a new entry.

If you also use grub2 here is my configuration for the official kernel and the git-kernel:

# (1) Arch Linux
menuentry "Arch Linux - GIT" {
    set root=(hd0,6)
    linux    /boot/vmlinuz26-git root=/dev/sda6 locale=de_DE quiet acpi_enforce_resources=lax
    initrd    /boot/kernel26-git.img
}

# (2) Arch Linux
menuentry "Arch Linux" {
    set root=(hd0,6)
    linux    /boot/vmlinuz26 root=/dev/sda6 locale=de_DE quiet acpi_enforce_resources=lax
    initrd    /boot/kernel26.img
}

Offline

#879 2010-02-20 21:42:50

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

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

Thanks now everything works i got dri2

[venky@ARCH64XPS ~]$ glxinfo |grep -i opengl
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: Mesa DRI R600 (RV635 9593) 20090101  TCL DRI2
OpenGL version string: 2.0 Mesa 7.8-devel
OpenGL shading language version string: 1.10
OpenGL extensions:

thanks very much perry3d

Last edited by venky80 (2010-02-20 21:48:36)


Acer Aspire V5-573P Antergos KDE

Offline

#880 2010-02-21 13:12:56

geodoc
Member
Registered: 2009-01-08
Posts: 12

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

Perry3d thank you very much.I have ATI 5850 graphic card and i am finally able to use it under arch linux.Of course only 2d support exists but this is all i want for now.kde 4.4 is really smooth with this driver and youtube videos play nicely.I have tried several times to build radeon driver from aur but with no success.I would certainly recommend this repo to anyone who has an Ati Evergreen card.Thanks again Perry3d!

Offline

#881 2010-02-21 20:52:19

mdias
Member
Registered: 2010-01-18
Posts: 11

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

Am I the only one who can't ouput to a monitor using a DVI->HDMI cable when KMS is enabled? (DVI->VGA works fine)

My monitor freaks out when I use DVI->HDMI, it shows a black screen and I can't even access any of it's menus. Works fine without KMS *or* with a DVI->VGA cable.

[edit] I'm, using the most recent packages, and I have a RV670 chip.

Last edited by mdias (2010-02-21 20:53:33)

Offline

#882 2010-02-22 06:36:32

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

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

Iman in post #856 has the same problem. You can open/search a bugreport with the url mentioned in the first post.

Offline

#883 2010-02-23 17:53:42

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

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

Perry3D wrote:

/edit: The performance regression with vline support (prevent tearing) is discussed here: http://bugs.freedesktop.org/show_bug.cgi?id=26599

vline is still working, and theres no way to disable it, but... well i have enable v-sync in q3a options (just for the test) - and it's fast and non-laggy again smile, looks like it somehow bypassed vline, strange tho'.
Same setting for warsow gives nothing - vline is still on which makes game a little bit 'laggy'/'flowy' - so useless in multiplayer confrontation.

Offline

#884 2010-02-23 18:59:26

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

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

I rolled out my first update for the repository.

Can somebody test it?

Offline

#885 2010-02-24 06:02:19

endlessroad1991
Member
Registered: 2010-02-02
Posts: 28

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

@Perry3D:
LEW21's mesa-full has been outdated,
so I posted a new package mesa-r600-r700-git in AUR.

It is based on mesa-full, and solved 2 problems:
    * Remove GLEW headers
    * Add freeglut to provides

And, it's *ONLY* for r6xx/r7xx video cards, because the line
    ./autogen.sh ... --with-dri-drivers=swrast,r600

swrast is built because it's for software acceleration, and r600 provides support for r6xx/r7xx cards.

I've tested it with my rv710(Mobility Radeon HD 4570), all things go fine.
I think you can have a try and replace mesa-full with this package in your guide.

Last edited by endlessroad1991 (2010-02-24 06:46:53)

Offline

#886 2010-02-24 16:37:18

korpenkraxar
Member
Registered: 2006-04-02
Posts: 123

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

To those of you with the KMS lock bug: someone on the kernel bug tracker over at http://bugzilla.kernel.org/show_bug.cgi?id=15276 posted a link to a patch which may fix the issue. I have not been able to figure out how to apply this one. It uses the "git apply" method with which I am not familiar. Dropping the patch in the optional "patches" folder that can be used for automatic patching with the "kernel26-git" PKGBUILD does not work.

Could some git wizard please have a look at this and preferably post how the patch can be applied successfully by editing the PKGBUILD? The patch itself can be found here:
http://sourceforge.net/mailarchive/foru … =dri-devel

Offline

#887 2010-02-24 18:07:29

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

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

@endlessroad1991: Tanks for modifying the package. I will add to the first post. I also did this changes on my PKGBUILD some time ago (for my repository). But i hoped the maintainer of mesa-full will really maintain his package tongue.

@korpenkraxar: Did you already try a simple git apply <filename> ?

Offline

#888 2010-02-24 22:15:27

korpenkraxar
Member
Registered: 2006-04-02
Posts: 123

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

Perry3D wrote:

@korpenkraxar: Did you already try a simple git apply <filename> ?

git apply ttm_fix.patch
error: patch failed: drivers/gpu/drm/ttm/ttm_tt.c:467
error: drivers/gpu/drm/ttm/ttm_tt.c: patch does not apply
patch -Np1 -i  ttm_fix.patch
patching file drivers/gpu/drm/ttm/ttm_tt.c
Hunk #1 FAILED at 467.
Hunk #2 FAILED at 486.
Hunk #3 FAILED at 510.
Hunk #4 FAILED at 522.
Hunk #5 FAILED at 544.
Hunk #6 FAILED at 556.
Hunk #7 FAILED at 582.
7 out of 7 hunks FAILED -- saving rejects to file drivers/gpu/drm/ttm/ttm_tt.c.rej
patch unexpectedly ends in middle of line

Looks to me like there is something wrong with the patch, no?

Offline

#889 2010-02-24 22:16:27

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

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

Guys, 2.6.33 is out. Check about the ioctl improvements tongue

Offline

#890 2010-02-24 22:23:38

korpenkraxar
Member
Registered: 2006-04-02
Posts: 123

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

korpenkraxar wrote:
git apply ttm_fix.patch
error: patch failed: drivers/gpu/drm/ttm/ttm_tt.c:467
error: drivers/gpu/drm/ttm/ttm_tt.c: patch does not apply

Which at closer inspection is not so strange since 2.6.33 is out and ttm_tt.c is different from before. It does seem however, that the patch is not included in Linus' branch.

Offline

#891 2010-02-25 14:59:29

timong
Member
From: Budapest, HU
Registered: 2007-02-20
Posts: 91
Website

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

Perry3D wrote:

If KMS is broken you have to search for an error in dmesg. Maybe you can paste the output also.

Power Managment will come with kernel 2.6.34.

Anyone knows when 2.6.34 will get a branch which will be working with the branch of ati development? I'm curious about the Power Management. What will it require from the 2.6.34 kernel? Is power management already implemented in another branch that will soon become part of 2.6.34? I'm interested in the time factor, and the process itself, so how much longer it may take and what branches involved?

Last edited by timong (2010-02-25 15:02:51)


2x arch amd64, one with Intel GP GMA965, one with ATi Mobility HD 5650

Offline

#892 2010-02-25 16:01:58

Octoploid
Member
From: Berlin, Germany
Registered: 2009-10-13
Posts: 64

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

timong wrote:
Perry3D wrote:

If KMS is broken you have to search for an error in dmesg. Maybe you can paste the output also.

Power Managment will come with kernel 2.6.34.

Anyone knows when 2.6.34 will get a branch which will be working with the branch of ati development? I'm curious about the Power Management. What will it require from the 2.6.34 kernel? Is power management already implemented in another branch that will soon become part of 2.6.34? I'm interested in the time factor, and the process itself, so how much longer it may take and what branches involved?

Yes, basic PM will be part of 2.6.34. It's available already in the drm-radeon-testing tree:
http://git.kernel.org/?p=linux/kernel/g … on-testing
All of this will hopefully be merged into the Linus tree in the next few weeks.
See also: http://airlied.livejournal.com/71261.html

Offline

#893 2010-02-25 20:37:21

timong
Member
From: Budapest, HU
Registered: 2007-02-20
Posts: 91
Website

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

Perry3D wrote:

Someone in the ATI-Thread offers a repository on dropbox. That inspired me. So i did the same for some packages:
I need some testers:

[ati]
Server = http://dl.dropbox.com/u/4832298/x86_64

Content is (you can not browse on dropbox):

Tested with HD 5650 mobility. Success! I know it's 2d/3d unaccelerated yet, but i was curious how easy it is to make this work with your repo.

Thanks for providing. Looking forward the progress of the r800 part. Anyone knows how to read temperature of the GPU with this git version? Or to read available power modes?

Battery is eaten by 5 minutes / 1 minutes if i do something like browsing or video. but i won't test it too much as of now.

edit:
okay, a bit of testing shows, that it wont eat away too quickly on battery power too fast. I think it wont heat over either. It's not too fast, i could watch youtube tho in non-fullscreen mode tho'. smile

Last edited by timong (2010-02-25 20:57:54)


2x arch amd64, one with Intel GP GMA965, one with ATi Mobility HD 5650

Offline

#894 2010-02-26 02:46:20

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

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

@timong: Are you using lm-sensors to monitor the GPU temp?

When I run lm-sensors I can't tell which sensor is monitoring what part of the computer, apart from the CPUs of course.  I don't know what "temp1" is, apart from very hot!

handy ~  $  sensors
applesmc-isa-0300
Adapter: ISA adapter
ODD :        698 RPM  (min =  700 RPM)
HDD :       1199 RPM  (min = 1200 RPM)
CPU :       1198 RPM  (min = 1200 RPM)
temp1:      +129.0°C                                   
temp2:       +27.0°C                                   
temp3:       +52.0°C                                   
temp4:       +54.5°C                                   
temp5:       +50.2°C                                   
temp6:       +49.5°C                                   
temp7:       +43.2°C                                   
temp8:       +40.8°C                                   
ERROR: Can't get value of subfeature temp9_input: I/O error
temp9:        +0.0°C                                   

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +40.0°C  (high = +100.0°C, crit = +100.0°C) 

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +38.0°C  (high = +100.0°C, crit = +100.0°C)


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

#895 2010-02-26 09:15:24

timong
Member
From: Budapest, HU
Registered: 2007-02-20
Posts: 91
Website

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

i have lm_sensors installed. I tried adding a source in gnome sensors applet, but it did not show any new sensors. Probably it's not working with the r800 yet.


2x arch amd64, one with Intel GP GMA965, one with ATi Mobility HD 5650

Offline

#896 2010-02-27 10:11:05

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

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

New xf86-video-ati Release Planned With KMS

I think we will get KMS by default when 2.6.33 hits the repos wink.

Offline

#897 2010-02-27 12:18:23

korpenkraxar
Member
Registered: 2006-04-02
Posts: 123

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

Perry3D wrote:

I think we will get KMS by default when 2.6.33 hits the repos wink.

Yup, too bad though it is very crash happy on many systems...

Offline

#898 2010-02-27 17:34:51

TemplarGR
Member
From: Athens, Greece
Registered: 2009-12-16
Posts: 61

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

I am using the nightly repo, and just installed kernel 2.6.33-1 from testing. I have a 3870, and kms works like a charm. Of course i had to install radeon_ucode too.

I tried world of padman and it plays really fast and without glitches. Then i tried UFO-ai and it froze when i tried to enable compressed textures. I don't know why maybe it is not supported yet?

Overall this driver is improving really fast and i am impressed!

Offline

#899 2010-02-28 09:50:00

lman
Member
From: CZ
Registered: 2007-12-18
Posts: 255

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

@Perry3D thanks for the repo, makes things easier smile

Offline

#900 2010-02-28 12:28:47

b4283
Member
Registered: 2008-11-26
Posts: 123

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

question:
i got very dark screens in games like quake3 and openarena, and poor performances too.
and quake live have all the "tile-or-block-like" textures.

already have the latest driver from repo, what more can i do to help this?

the hardware is a ATI HD3200 (780g IGP)

Last edited by b4283 (2010-02-28 12:29:54)

Offline

Board footer

Powered by FluxBB