You are not logged in.
Pages: 1
Hello everybody, I just finished installing Arch (the i686) variant, and I ran into a small problem:
I have an ATI X1800XT card with the latest catalyst drivers installed (pacman -S catalyst catalyst-utils). The problem is that the drivers do not support AIGLX with the latest Xorg (1.4). I want to downgrade Xorg, but I cannot find how.
Please help, and sorry for wasting your time.
Offline
Any ideas at all? Something like a repo with the files? I am sure that not only me, but others with new ATI installations will have the same problem.
Offline
Any news here, hpstg?
---
http://cafe-ti.blog.br
Informacao de Pessoas para Pessoas.
Offline
I'd also like to know how to downgrade xorg-server to 1.3 safley. The methods in the Wiki are useless to me as I don't have older packages and can't seem to find a PKGBUILD anywhere.
Offline
The problem is that the drivers do not support AIGLX with the latest Xorg (1.4)
Who told you that? I have catalyst drivers ver. 8.01-3 working on xorg-server 1.4.0.90-6 with AIGLX support. Look at some parts of my X.org.0.log
(...)
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(...)
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/fglrx_dri.so
(...)
"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."
MSI Raider GE78HX 13VI-032PL
Offline
hpstg wrote:The problem is that the drivers do not support AIGLX with the latest Xorg (1.4)
Who told you that? I have catalyst drivers ver. 8.01-3 working on xorg-server 1.4.0.90-6 with AIGLX support. Look at some parts of my X.org.0.log
(...) (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (...) (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/fglrx_dri.so (...)
Zibi, did you actually run Compiz-Fusion? It doesnt run with Xorg 1.4 + fglrx.
---
http://cafe-ti.blog.br
Informacao de Pessoas para Pessoas.
Offline
Well, the CVS is here:
http://cvs.archlinux.org/cgi-bin/viewcv … h_tag=MAIN
I cant try it on my main computer now (the only with ATI) cause its my work computer, so it gotta work always...
Revision 1.33 is the last before change to xorg 1.4.
Ill try just to compile the pkg here, but install is hard, i think it will break a lot of dependencies...
If you can get it to work, tell me!
Offline
Zibi, did you actually run Compiz-Fusion? It doesnt run with Xorg 1.4 + fglrx.
I didn't. I think that AIGLX support in AMD/ATI's drivers is still quite fresh, hence the problems with apps using it, but it is there.
"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."
MSI Raider GE78HX 13VI-032PL
Offline
alroger wrote:Zibi, did you actually run Compiz-Fusion? It doesnt run with Xorg 1.4 + fglrx.
I didn't. I think that AIGLX support in AMD/ATI's drivers is still quite fresh, hence the problems with apps using it, but it is there.
It works really well, except for a couple of down sides. One of the downsides is having to use Xorg 1.3, bad for laptop users, as far as I know. I had the same problema in Fedora, couldn't use Fedora's Compiz-fusion, neither the uptodate Xorg.
---
http://cafe-ti.blog.br
Informacao de Pessoas para Pessoas.
Offline
Depending on what you want to use composite for, you may be able to get away with xcompmgr. I only use composite for avant-window-manager on my laptop, so until the next catalyst release, or compiz fixes the problem, this is a great solution for me
KB3PEV
KB3PEV -- Amateur Radio Callsign
Offline
so until the next catalyst release, or compiz fixes the problem, this is a great solution for me
Your salvation has arrived at last!
The bug fixes present in the Linux version of Catalyst 8.02 include fixing a crash on resolution changes when using ATI's Big Desktop mode, a segmentation fault when the X server starts and failed to initialize DRI because of an improperly formatted BusID, fixing an X server freeze because of the ATI Events daemon running when shutting down, and fixing a hang in the first GLX application on X server 1.4. Unfortunately, for those with AGP problems there is no fix available in this release. On the plus side, Compiz does now work with X Server 1.4 in Catalyst 8.02.
I'm sure there will be packages available in repositories very soon
"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."
MSI Raider GE78HX 13VI-032PL
Offline
i can confirm it
compiz fusion works at last with catalyst driver!!! i'm using with the arch package of compiz, and catalyst 8.02
if you have problems, ensure to delete the config files at ~/.config/compiz and ~/.emerald
Offline
It isn't working for me with the 8.02 drivers, what cards do you have?
EDIT: I edited the 8.01 PKGBUILD (install of running the installer) and it's now working, and it works good (so far)!
Last edited by eth0_ (2008-02-14 01:16:05)
Offline
i can confirm it
compiz fusion works at last with catalyst driver!!! i'm using with the arch package of compiz, and catalyst 8.02
if you have problems, ensure to delete the config files at ~/.config/compiz and ~/.emerald
Great, but with which Xorg version? Please tell us the details!
---
http://cafe-ti.blog.br
Informacao de Pessoas para Pessoas.
Offline
Well, the CVS is here:
http://cvs.archlinux.org/cgi-bin/viewcv … h_tag=MAIN
I cant try it on my main computer now (the only with ATI) cause its my work computer, so it gotta work always...
Revision 1.33 is the last before change to xorg 1.4.
Ill try just to compile the pkg here, but install is hard, i think it will break a lot of dependencies...
If you can get it to work, tell me!
Ok, this is the first time I try to build a package in ArchLinux. Tell me, is it just a makepkg -s?
Any clues to the missing dependencies?
[alroger@dellturion xorg13]$ makepkg -s
==> Making package: xorg-server 1.3.0.0-7 (Thu Feb 14 08:45:45 BRST 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found xorg-server-1.3.0.0.tar.bz2 in build dir
-> Found MesaLib-7.0.1.tar.bz2 in build dir
==> ERROR: There is no agent set up to handle xorg-redhat-die-ugly-pattern-die-die-die.patch URLs. Check /etc/makepkg.conf.
Aborting...
-> Downloading xorg-redhat-die-ugly-pattern-die-die-die.patch...
/usr/bin/makepkg: line 473: xorg-redhat-die-ugly-pattern-die-die-die.patch: command not found
==> ERROR: Failure while downloading xorg-redhat-die-ugly-pattern-die-die-die.patch
Aborting...
---
http://cafe-ti.blog.br
Informacao de Pessoas para Pessoas.
Offline
It isn't working for me with the 8.02 drivers, what cards do you have?
EDIT: I edited the 8.01 PKGBUILD (install of running the installer) and it's now working, and it works good (so far)!
Sorry if I'm too much of a n00b here... but what did you edit? Made it work with Xorg 1.4?
---
http://cafe-ti.blog.br
Informacao de Pessoas para Pessoas.
Offline
Sorry if I'm too much of a n00b here... but what did you edit? Made it work with Xorg 1.4?
Download "catalyst" and "cataylst-utils" from the extras repo. Edit the PKGBUILDs and just change "pkgver=8.01
" to "pkgver=8.02". You'll also probably want to remove the MD5 sums (unless you re-create them). And just "makepkg", make sure you do "cataylst-utils" first. Install them with "pacman -U", reboot and away you go with Compiz and Xorg-server 1.4!
I do have an issue with playing video, it seems to be all choppy in every player I've tried.
Offline
Ok, got it. The new ATI driver is out! Great!
---
http://cafe-ti.blog.br
Informacao de Pessoas para Pessoas.
Offline
Pages: 1