how do i get and install the gallium3d driver?
Announcement
Collapse
No announcement yet.
Gallium3d driver
Collapse
This topic is closed.
X
X
-
Re: Gallium3d driver
Easy, but please beware that it is still experimental. I am actively using it on my maverick 10.10 installation, so far it proved stable and usable (on an ATI Radeon X1K card with xorg-radeon drivers) And I suggest you to read the note in the below ppa before you install anything. I accept no responsibility
This is for Lucid And Maverick only.
1. In any case something goes wrong, you'll probably want to retreive your old/stable system. So, first install the ppa-purge.
Code:sudo apt-get install ppa-purge
Code:sudo apt-get install mesa-utils
https://launchpad.net/~xorg-edgers/+archive/ppa
Code:sudo add-apt-repository ppa:xorg-edgers/ppa
Code:sudo apt-get update
Code:sudo apt-get dist-upgrade
Code:sudo apt-get install libgl1-mesa-dri-experimental
Code:glxinfo | grep OpenGL
Code:export LIBGL_DRIVERS_PATH="/usr/lib/dri/gallium"
İf anything goes wrong, remove the xorg edgers repository using ppa purge.
Code:sudo ppa-purge ppa:xorg-edgers/ppa
Regards.
- Top
- Bottom
-
Re: Gallium3d driver
I installed as recommended above, and it seems to be working. But 3d rendering is very slow. Is there some entry that should go in the xorg.conf file to control or optimize the gallium driver?
(I do find that nouveau works better with an xorg.conf)
We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking
- Top
- Bottom
Comment
-
Re: Gallium3d driver
ok problem, when i type glxinfo | grep OpenGL and press enter, it does not do anything except go to the next line command line waiting to type something
so i type export LIBGL_DRIVERS_PATH="/usr//lib/dri/gallium" and it does the same thing, just goes down showing my user name ***:~$ waiting for command.
so i have no clue if its working or not...do i need to install opengl first? video drivers?
its all default install, i have no idea what all i'm supposed to do initially after an install but in windows i usually have to update some of the drivers.
i'm gonna try to test out a direct3d game and see what happens
- Top
- Bottom
Comment
-
Re: Gallium3d driver
Originally posted by f1reflyso i type export LIBGL_DRIVERS_PATH="/usr//lib/dri/gallium" and it does the same thing, just goes down showing my user name ***:~$ waiting for command.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Gallium3d driver
The incorrect path appears in the description of 'the xorg-edgers fresh X crack' PPA as well (https://edge.launchpad.net/~xorg-edgers/+archive/ppa/ - under section: == New in Mesa - 08/30/2010 ==), and it's been repeated in many threads on various forums. I have opened bugzilla entry for that on launchpad (#656202): https://bugs.edge.launchpad.net/launchpad/+bug/656202
- Top
- Bottom
Comment
-
Re: Gallium3d driver
Originally posted by oblivion
Thanks.
I've fixed the path on my first post too, so this how-to guide () should be usable.
Regards.
That double slash may be irrelevant though. Tormod Volden (the owner of that PPA) in his response says:
'Thanks, fixed. Anyway, it works with the extra slashes also.'
Hm.. dunno
Regarding your how-to, just a little suggestion:
instead of: glxinfo | grep OpenGL
I'd type: glxinfo | grep -i opengl
I think it's easier to type, you don't need to bother about capitalisations (option '-i' in grep is for case insensitivity) and you are assured that it'll show you all occurrences of the string you look for regardless if there any capital letters or not.
- Top
- Bottom
Comment
Comment