| Author |
Message |
|
|
Post subject: ATI/3D for open radeon drivers in experimental on X1600
Posted: Aug 06, 2008 - 01:24 PM
|
|
Joined: Nov 27, 2006
Posts: 238
Location: Austria
Status: Offline
|
|
hi,
the ATI X1600 series works with free open source radeon driver (yes radeon, not radeonhd ).
xv-video works for me now
If you want 3D support, you must install experimental software.
"DO NOT USE IT PRODUKTIVE"
my Videocard
Quote:
ATI M56GL [Mobility FireGL V5200] = X1600
X.Org 1.4.99.906
GLX Renderer Mesa DRI R300 20060815 x86/MMX/SSE2 TCL
GLX Version 1.3 Mesa 7.1 rc3
you must install xorg, libgl1-mesa-dri, libgl1-mesa-glx from experimental
Code:
xserver-xorg; 1:7.4~2
xserver-xorg-core; 2:1.5.0-1
xserver-xorg-video-ati; 1:6.9.0+git20080826.a3cc1d7a-2
xserver-xorg-video-radeon; 1:6.9.0+git20080826.a3cc1d7a-2
libgl1-mesa-dri; 7.1-1
libgl1-mesa-glx; 7.1-1
libglu1-mesa; 7.1-1
mesa-utils; 7.1-1
xorg.conf
Tweaking The Driver
https://help.ubuntu.com/community/RadeonDriver
Code:
# /etc/X11/xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by fll_xorgconfig, the F.U.L.L.S.T.O.R.Y.
# Xorg Configuration tool.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
Section "ServerLayout"
Identifier "Xorg Configured"
Screen "Screen 0"
InputDevice "Keyboard 0"
InputDevice "SynPS/2 Synaptics TouchPad 0"
InputDevice "HID 04b3:3108 1"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard 0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de,us"
Option "XkbOptions" "altwin:super_win"
EndSection
Section "InputDevice"
Identifier "SynPS/2 Synaptics TouchPad 0"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "HID 04b3:3108 1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "Auto"
Option "Emulate3Buttons" "true"
Option "SendCoreEvents"
EndSection
Section "Device"
Identifier "Device 0"
Driver "radeon"
BoardName "ATI Technologies Inc M56GL [Mobility FireGL V5200]"
BusID "PCI:1:0:0"
Option "AccelMethod" "EXA" #either XAA or EXA. "XAA" is the default and safe choice (xaa is deprecated - use only with low vram as exa needs a lot)
Option "AccelDFS" "true" #seemed to speed things up using EXA acceleration (means, Accelerate Download From Screen)
Option "DynamicClocks" "on" #like cpufreq's ondemand function, throttles the gpu core and memory when idle
EndSection
Section "Monitor"
Identifier "Monitor 0"
ModelName "Default Monitor"
EndSection
Section "Screen"
Identifier "Screen 0"
Monitor "Monitor 0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
#Virtual 2680 1050
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Module"
#Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
|
_________________ sidux liveusb-creator
http://sidux.com/PNphpBB2-viewtopic-t-10929.html
c't-vdr script for sidux
http://hjt.sidux.at
Last edited by hjt on Sep 09, 2008 - 02:35 PM; edited 3 times in total
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 06, 2008 - 01:46 PM
|
|
Joined: Nov 27, 2006
Posts: 238
Location: Austria
Status: Offline
|
|
|
|
|
 |
|
|
Post subject:
Posted: Aug 06, 2008 - 03:45 PM
|
|

Joined: Dec 02, 2006
Posts: 415
Location: Germany/NRW
Status: Offline
|
|
| Mesa 7.1 has improved since 7.1rc3 and RadeonHD 1.3 will be the way to go. I believe that Xorg 7.4, Mesa 7.1 and RadeonHD 1.3 will be released by the end of the month and that will work even better, even if people will have to wait for Lenny if they don't want to use experimental. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 07, 2008 - 07:15 PM
|
|
Joined: Mar 20, 2008
Posts: 49
Location: Sofia, BUL
Status: Offline
|
|
| I wonder how good is Compiz behaving with the open-source driver compared to fglrx? Any hints? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 07, 2008 - 07:40 PM
|
|
Joined: Nov 27, 2006
Posts: 238
Location: Austria
Status: Offline
|
|
|
|
|
 |
|
|
Post subject:
Posted: Aug 07, 2008 - 08:27 PM
|
|

Joined: Dec 02, 2006
Posts: 415
Location: Germany/NRW
Status: Offline
|
|
|
sundown wrote:
I wonder how good is Compiz behaving with the open-source driver compared to fglrx? Any hints?
With XAA, it's nearly the same. With the latest and greatest EXA fun (RadeonHD's CS-branch, will be merged to master really soon) it's better than fglrx. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 07, 2008 - 09:06 PM
|
|
Joined: Mar 20, 2008
Posts: 49
Location: Sofia, BUL
Status: Offline
|
|
OMG exciting. These are the two things I want then -- video acceleration and better Compiz performance. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 07, 2008 - 11:06 PM
|
|

Joined: Dec 01, 2006
Posts: 751
Status: Offline
|
|
ok, i need to chip in
LOOK at this really quick before continuing if you use these drivers:
Code:
#not clean
Section "Device"
Identifier "Device 0"
Driver "radeon"
BoardName "ATI Technologies Inc M56GL [Mobility FireGL V5200]"
BusID "PCI:1:0:0"
#Option "XAANoOffscreenPixmaps" #we are using exa!
#Option "DisableGLXRootClipping" "true" #nvidia proprietary option
#Option "AddARGBGLXVisuals" "true" #nvidia proprietary option
#Option "AllowGLXWithComposite" "true" #nvidia proprietary option
#Option "AGPMode" "8" #usually not needed, the driver will use the setting from BIOS (so don't set it - some people have pcie anyway)
Option "AccelMethod" "EXA" #either XAA or EXA. "XAA" is the default and safe choice
#Option "ColorTiling" "on" #this is default
Option "AccelDFS" "true" #seemed to speed things up using EXA acceleration
#Option "TripleBuffer" "true" #nvidia proprietary option.
Option "DynamicClocks" "on" #This is for laptop users, it saves energy when in battery mode.
#Option "AGPFastWrite" "yes" #unstable with dynamic clocks, no noticeable performance benefit
EndSection
#clean
Section "Device"
Identifier "Device 0"
Driver "radeon"
BoardName "ATI Technologies Inc M56GL [Mobility FireGL V5200]"
BusID "PCI:1:0:0"
Option "AccelMethod" "EXA" #either XAA or EXA. "XAA" is the default and safe choice (xaa is deprecated - use only with low vram as exa needs a lot)
Option "AccelDFS" "true" #seemed to speed things up using EXA acceleration (means, Accelerate Download From Screen)
Option "DynamicClocks" "on" #like cpufreq's ondemand function, throttles the gpu core and memory when idle
EndSection
thank you |
_________________ "Cool was never cool until the cool guys at Cool industries developed a cool new product: Cool."
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 07, 2008 - 11:10 PM
|
|
Joined: Oct 28, 2007
Posts: 147
Location: California
Status: Offline
|
|
|
|
|
 |
|
|
Post subject:
Posted: Aug 08, 2008 - 07:41 AM
|
|
Joined: Nov 27, 2006
Posts: 238
Location: Austria
Status: Offline
|
|
|
|
|
 |
|
|
Post subject: xv doesn´t work for me
Posted: Aug 28, 2008 - 08:06 AM
|
|
Joined: Jul 09, 2008
Posts: 3
Status: Offline
|
|
After XV-desaster on fglrx, I use the same setup and xorg.conf on Radeon 3200HD but xvinfo says"no adaptor present". Xorg.log says something like DRI not enabled.
Has anyone any idea.
Edit: Found http://xorg.freedesktop.org/wiki/RadeonFeature
So I will have to wait for RS780 Implementation. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 29, 2008 - 03:12 PM
|
|

Joined: Dec 02, 2006
Posts: 415
Location: Germany/NRW
Status: Offline
|
|
| I expect open source 2D acceleration + TexturedVideo (Xv) + desktop effects support within September. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Sep 26, 2008 - 03:35 PM
|
|
Joined: Mar 20, 2008
Posts: 49
Location: Sofia, BUL
Status: Offline
|
|
| Sweet Jesus, I waited enough for the packages to go to SID and decided to install them from the experimental repos and is compiz flying or what? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Sep 28, 2008 - 02:31 AM
|
|

Joined: Dec 01, 2006
Posts: 751
Status: Offline
|
|
| mesa 7.2 is in experimental as of now if you guys are curious. |
_________________ "Cool was never cool until the cool guys at Cool industries developed a cool new product: Cool."
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 12, 2008 - 05:21 PM
|
|

Joined: Jun 17, 2007
Posts: 521
Location: Buchholz i.d.N.
Status: Offline
|
|
Hi,
thanks for this article. I'm very new to ATI graphic cards (this is the first day in my life) and ... jip .. I can't get it work.
Code:
[stell @ warhammer:~]% glxinfo | grep rend
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Software Rasterizer
I have absolutely no idea what's wrong.
my /etc/X11/xorg.conf
my /var/log/Xorg.0.log
watch out for these lines in Xorg.0.log
Code:
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(EE) RADEON(0): Acceleration initialization failed
(II) RADEON(0): Acceleration disabled
my installed versions:
Code:
xserver-xorg -> 1:7.4~4
xserver-xorg-core -> 2:1.5.2-1
xserver-xorg-video-ati -> 1:6.9.0+git20081012.c0e6cb6d-1
xserver-xorg-video-radeon -> 1:6.9.0+git20081012.c0e6cb6d-1
libgl1-mesa-dri -> 7.2-1
libgl1-mesa-glx -> 7.2-1
libglu1-mesa -> 7.2-1
mesa-utils -> 7.2-1
Any ideas?
Whoops: 02:00.0 VGA compatible controller: ATI Technologies Inc RV630 [Radeon HD 2600 Series]
Edit2: err, ignore this posting, please
(==) RADEON(0): No acceleration support available on R600 yet. |
_________________ - stell @ jabber.crashmail.de -
[blog.crashmail.de] [last.fm-Profil]
|
| |
|
|
|
 |
|
|