You are not logged in.

#1826 2010-12-11 17:26:20

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

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

hoschi wrote:

Nice try, but failed wink
Of course I know that. I talked about Tripple-Buffering *hint*
But stuttering and an average FPS rate around 30 is really worse. Especially if I got an average rate around 120 FPS without VSYNC.

Well then that IS a bug, i hope that you already filed it in the proper bugtracker.

Offline

#1827 2010-12-11 17:34:03

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 458

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

You right. I should, but before that I must run some tests.
On the other side. Same effect appears on the desktop (fedora14) with the older R700 (it was terrible to play CS with WINE and VSYNC ON).

Last edited by hoschi (2010-12-11 17:34:20)

Offline

#1828 2010-12-12 13:09:27

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

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

ijanos wrote:

Of course performance  "worse". vsync will cap your FPS at the monitor refresh rate which I guess is 60Hz, so you will see max 60FPS. That's a feature not a bug.

You should try Warcraft3 in wine with r600c. For some strange reason it never runs really smooth but with vsync it is really much worse than without.


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#1829 2010-12-12 16:43:07

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 458

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

Yup. Thats what I mean.
But now something other...

Andreas Radke add a lot of GIT-Version to Testing and moved this now to Extra. But not the drivers itself sad
Using the GIT-Drivers in Testing would be really nice.

Offline

#1830 2010-12-12 20:42:59

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

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

But the git package in testing are from the 7.9 branch and not from the master branch.
There will only be fixes in this branch and no new features.

Offline

#1831 2010-12-13 10:37:54

agapito
Member
From: Who cares.
Registered: 2008-11-13
Posts: 662

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

How can i compile modules against this kernel? is there a kernel-headers package for 2.6.37?


Excuse my poor English.

Offline

#1832 2010-12-14 18:06:22

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 458

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

Perry3D wrote:

But the git package in testing are from the 7.9 branch and not from the master branch.
There will only be fixes in this branch and no new features.

Oh. My mistake!

Offline

#1833 2010-12-20 01:12:15

splashy
Member
Registered: 2010-08-21
Posts: 128

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

Hum please I continue not to be able to have blur effect in kwin with my radeon HD4850 even if I'm using the radeon driver and I've mesa 7.10.
How can I solve this rpoblem, thanks.

Offline

#1834 2010-12-20 20:01:08

splashy
Member
Registered: 2010-08-21
Posts: 128

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

Haaaa blur effect in KDE is now fix by the last mesa-devel revision found on this repository!! It's such a great I have now all the benefits from the 7.10 version AND my blur effect, no glitches and a highter stability in KDE! Eventually it's here!!!

Offline

#1835 2010-12-20 22:43:17

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

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

do the drivers here support chakra kernels?


Acer Aspire V5-573P Antergos KDE

Offline

#1836 2010-12-20 22:50:13

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

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

venky80 wrote:

do the drivers here support chakra kernels?

you should ask the chakra guys.

Offline

#1837 2010-12-22 23:00:40

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

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

lib32-mesa-full from the repo installs in /opt/
This would be totally ok if there was a file in /etc/ld.so.conf.d/ that would tell ld that the libs are there...

Either:
- add /etc/ld.so.conf.d/lib32-mesa-full.conf with path to the libs
Or:
- place the libs to all the others in /usr/lib32


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#1838 2010-12-25 11:14:48

Skyalmian
Member
Registered: 2009-06-28
Posts: 121

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

Query: Are the mesa packages being built with EGL/GLES enabled? "You'd need to build your mesa with "--enable-egl" and "--enable-gles2" -- reference to Chromium's "WebGL" which reports the lack of "libGLESv2.so". I'm currently using chromium-dev with all the packages listed on page 1 of this thread, and 2D acceleration / WebGL is a no-go.

Last edited by Skyalmian (2010-12-25 11:15:22)

Offline

#1839 2010-12-25 18:50:55

youri
Member
From: southern ohio
Registered: 2009-05-22
Posts: 26

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

I think you should be able to just take the regular kernel headers and symlink them as the mesa kernel ones and then you can compile things against it, like virtualbox drivers. I'll try it in a few hours and report here.

Offline

#1840 2010-12-26 14:43:28

lgomes
Member
Registered: 2010-12-01
Posts: 9

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

Skyalmian,

I don't sure but, i think that is mesa-full PKGBUILD of Perry3D build with this:

./autogen.sh --prefix=/usr \
    --with-dri-drivers=swrast,radeon,r200,r300,r600 \
    --with-dri-driverdir=/usr/lib/xorg/modules/dri \
    --enable-glx-tls \
    --with-driver=dri \
    --enable-xcb \
    --enable-egl \
    --enable-glu \
    --enable-glut \
    --enable-glw \
    --disable-gallium \
    --disable-gallium-radeon \
    --disable-gallium-r600 || return 1

This is for the older builds(only egl), with i have download the PKGBUILD. Only Perry3D is able to reply this. I don't find the sources packages to investigate this.

For those with problems with kernel headers, i suggest to use another kernel. I build my own kernel(2.6.37-rc7-git) to fix this issue with virtualbox and kernel headers.

Perry3D if you can post url to package sources ???

I don't a kernel expert or a good shell script, but maybe i put in your PKGBUILD a option to build the kernel headers.

Sorry my english.

Offline

#1841 2010-12-29 22:13:18

ChemBro
Member
Registered: 2008-10-22
Posts: 703

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

I can't install libdrm-git. It says, that there is a missing dependency, or something like that (libpthread-stubs is missing in the repos). But it looks like it works without libdrm-git (I have libdrm 2.4.23 installed from testing).

Offline

#1842 2010-12-29 22:29:41

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

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

Hi,
i enabled EGL/GLES with the last updates a few days ago. Give me some feedback if it works now.

@Cdh: i will fix this if i have some time.

@Chembro: Oh, i find a patch that removes the dependency. I will apply it to the next update.

Last edited by Perry3D (2010-12-29 22:31:45)

Offline

#1843 2010-12-31 13:10:04

splashy
Member
Registered: 2010-08-21
Posts: 128

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

Oh no the latest update of today breaks my blur effect, again... What did you change in those packages? And is their a way to fix this problem? Thanks

Last edited by splashy (2010-12-31 13:54:22)

Offline

#1844 2010-12-31 13:58:22

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

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

I removed the pthread dependency from libdrm-git (i just use the package from AUR now) and i moved the location of the lib32-packages to /usr/lib32.
You can find the exactly changes here: http://gitorious.org/radeon/radeon/comm … 7d39dbd029
If you want to download the whole PKGBUILDs and the build script: http://gitorious.org/radeon/

Maybe there is something wrong with your LIBGL_DRIVERS_PATH variable.
Can you show me the output of

echo $LIBGL_DRIVERS_PATH

Or it is just an upstream bug.

Offline

#1845 2010-12-31 14:13:58

splashy
Member
Registered: 2010-08-21
Posts: 128

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

I obtain with echo $LIBGL_DRIVERS_PATH

:/usr/lib32/xorg/modules/dri/:/usr/lib32/xorg/modules/dri/


thanks

Offline

#1846 2011-01-07 12:46:45

1311219
Member
From: Sweden
Registered: 2007-01-09
Posts: 121

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

Can anyone reproduce this bug?
https://bugs.freedesktop.org/show_bug.cgi?id=32768

I'm hoping it's related to my specific hardware and not a regression in all drivers.

Offline

#1847 2011-01-10 06:12:47

princeamd
Member
From: Guyana
Registered: 2009-06-08
Posts: 57

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

i am getting weird artifacts with kernel 2.6.37 with kms on hd3200 mobile

Offline

#1848 2011-01-11 04:01:37

orlox
Member
From: Santiago de Chile
Registered: 2010-07-25
Posts: 13

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

Followed the instructions, and everything is working better than before. Only one problem, I cant build the drivers for my broadcom wireless hmm. Tried the aur package broadcom-wl, but it doesn't build. Do I need header files for this kernel?

EDIT: found a solution, https://bbs.archlinux.org/viewtopic.php … 42#p858842

Last edited by orlox (2011-01-11 13:35:38)


"There is no problem so big it cannot be run away from"
Charles M. Schulz

Offline

#1849 2011-01-12 20:40:24

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

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

Hmm..at the moment i am not able to compile mesa. There are some undefined references to talloc.
Anyone else with this problem?

Offline

#1850 2011-01-14 00:18:28

lgomes
Member
Registered: 2010-12-01
Posts: 9

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

For me i compiled successfully mesa-full now with your pkgbuild of gitorious.

And

I trying to change your PKGBUILD of kernel-drm to fix issues with virtualbox.
I have compiled the kernel and the kernel headers, need i test he.

Sorry my english.

Offline

Board footer

Powered by FluxBB