fglrx driver in debian squeeze in limbo - any ideas?

2010-05-03 Thread Zachary Uram
This sucks. Stupid closed source drivers cause such problems. Any
workaround I can do?

I need to build the fglrx driver for debian squeeze (ati radeon hd
4550 card), but I just saw this bug
saying the packages have been removed from testing due to a conflict
with the x.org transition.

The packages referred to here: http://wiki.debian.org/ATIProprietary
such as fglrx-control and fglrx-driver are no longer available so
what should I do?

I don't know when the x.org transition will be finished and I really
want 3D acceleration so I can play my games :(

So for now I must use the open source radeon driver which cannot do 3D :(

Zach

 http://www.fidei.org 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/v2kecfa260c1005022248p2c98eed9qa35bd2dc6ccc6...@mail.gmail.com



Re: fglrx driver in debian squeeze in limbo - any ideas?

2010-05-03 Thread Camaleón
On Mon, 03 May 2010 01:48:02 -0400, Zachary Uram wrote:

 This sucks. Stupid closed source drivers cause such problems. Any
 workaround I can do?
 
 I need to build the fglrx driver for debian squeeze (ati radeon hd 4550
 card), but I just saw this bug
 saying the packages have been removed from testing due to a conflict
 with the x.org transition.
 
 The packages referred to here: http://wiki.debian.org/ATIProprietary
 such as fglrx-control and fglrx-driver are no longer available so
 what should I do?

You mean these? :-?

http://packages.debian.org/squeeze/fglrx-control
http://packages.debian.org/squeeze/fglrx-driver

 I don't know when the x.org transition will be finished and I really
 want 3D acceleration so I can play my games :(
 
 So for now I must use the open source radeon driver which cannot do 3D
 :(

You can always download the driver from ATI site and compile yourself.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.05.03.09.43...@gmail.com



Re: fglrx driver in debian squeeze in limbo - any ideas?

2010-05-03 Thread B. Alexander
On Mon, May 3, 2010 at 1:48 AM, Zachary Uram net...@gmail.com wrote:

 This sucks. Stupid closed source drivers cause such problems.


Agreed. Specifically, the fglrx driver. I don't have problems with nvidia,
but when fglrx-9-12 came out, it broke compiz, so I reinstalled 9-11, and
put it on hold. I haven't upgraded it in months.

--b


Re: fglrx driver in debian squeeze in limbo - any ideas?

2010-05-03 Thread tv.deb...@googlemail.com

Le 03/05/2010 11:43, Camaleón a écrit :

On Mon, 03 May 2010 01:48:02 -0400, Zachary Uram wrote:


This sucks. Stupid closed source drivers cause such problems. Any
workaround I can do?

I need to build the fglrx driver for debian squeeze (ati radeon hd 4550
card), but I just saw this bug
saying the packages have been removed from testing due to a conflict
with the x.org transition.

The packages referred to here: http://wiki.debian.org/ATIProprietary
such as fglrx-control and fglrx-driver are no longer available so
what should I do?


You mean these? :-?

http://packages.debian.org/squeeze/fglrx-control
http://packages.debian.org/squeeze/fglrx-driver


I don't know when the x.org transition will be finished and I really
want 3D acceleration so I can play my games :(

So for now I must use the open source radeon driver which cannot do 3D
:(


You can always download the driver from ATI site and compile yourself.

Greetings,



Hi, what exactly is broken ?
As a workaround you could use Sid packages if Squeeze's are in bad 
shape. I have two mostly Squeeze (amd64, kde with desktop effects 
enabled) machines running Sid's fglrx at the moment and they seem fine, 
glxinfo and fglrxinfo doesn't spit any error, xorg logs doesn't contain 
errors, and the few OpenGl stuff I just tried are working fine (namely 
Torcs and xmoto).


Hope it helps.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4bdec502.20...@googlemail.com



Re: fglrx driver in debian squeeze in limbo - any ideas?

2010-05-03 Thread Carlos Miranda Molina (Mstaaravin)
On Mon, May 3, 2010 at 9:43 AM, tv.deb...@googlemail.com
tv.deb...@googlemail.com wrote:
 Hi, what exactly is broken ?
 As a workaround you could use Sid packages if Squeeze's are in bad shape. I
 have two mostly Squeeze (amd64, kde with desktop effects enabled) machines
 running Sid's fglrx at the moment and they seem fine, glxinfo and fglrxinfo
 doesn't spit any error, xorg logs doesn't contain errors, and the few OpenGl
 stuff I just tried are working fine (namely Torcs and xmoto).

Hi
everyone is wrong, fglrx in Debian Squeeze need non-free packages in
/etc/apt/sources.list
ll they need is module-assistant and fglrx

r...@forest:~# aptitude install fglrx-driver fglrx-glx fglrx-control
fglrx-source fglrx-kernel-2.6.32-3-amd64 module-assistant -y
r...@forest:~# module-assistant (and follow assistant, select fglrx,
make, build and install)
r...@forest:~# modprobe fglrx
r...@forest:~# aticonfig --initial (replaces /etc/X11/xorg.conf if exists)
r...@forest:~# /etc/init.d/gdm restart (or kdm if you have  QT vaccine)


-- 
La Voluntad es el único motor de nuestros logros
http://ngen.com.ar/blog
http://ngen.com.ar/wiki


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/k2v82aadc8f1005031349j8274e6bdh5b40fb03b6907...@mail.gmail.com



Re: fglrx driver in debian squeeze in limbo - any ideas?

2010-05-03 Thread tv.deb...@googlemail.com

Le 03/05/2010 22:49, Carlos Miranda Molina (Mstaaravin) wrote:

On Mon, May 3, 2010 at 9:43 AM, tv.deb...@googlemail.com
tv.deb...@googlemail.com  wrote:

Hi, what exactly is broken ?
As a workaround you could use Sid packages if Squeeze's are in bad shape. I
have two mostly Squeeze (amd64, kde with desktop effects enabled) machines
running Sid's fglrx at the moment and they seem fine, glxinfo and fglrxinfo
doesn't spit any error, xorg logs doesn't contain errors, and the few OpenGl
stuff I just tried are working fine (namely Torcs and xmoto).


Hi
everyone is wrong, fglrx in Debian Squeeze need non-free packages in
/etc/apt/sources.list
ll they need is module-assistant and fglrx

r...@forest:~# aptitude install fglrx-driver fglrx-glx fglrx-control
fglrx-source fglrx-kernel-2.6.32-3-amd64 module-assistant -y
r...@forest:~# module-assistant (and follow assistant, select fglrx,
make, build and install)
r...@forest:~# modprobe fglrx
r...@forest:~# aticonfig --initial (replaces /etc/X11/xorg.conf if exists)
r...@forest:~# /etc/init.d/gdm restart (or kdm if you have  QT vaccine)


Hi Carlos Miranda Molina, please work on your message trimming 
technique, the OP was already hinted toward non-free by Camaleón earlier 
in this thread so I could only assume he was aware of the need to use 
non-free. I just mentioned that for me fglrx from Sid is working fine.
I am sorry if everyone is wrong, but your message trimming suggest I 
am everyone all by myself...

I like your prompt by the way.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4bdf49fe.6080...@googlemail.com