pedepy has a 5xx GPU, so OpenGL is further along.
yea sorry bout that ..
so is this the end of the line for r500 chips or are further improvements expected? did the full specs get released now for the gpus no longer supported via catalyst?
Nearly all of the work currently being discussed on the dev IRC channels and mailing lists is being done on 3xx-5xx hardware.
Gallium3D is being done on RV410, I think -- KMS/GEM/TTM/DRI2 and radeon-rewrite/bufmgr/CS are being done on 1xx-5xx -- power management is being done on 5xx AFAIK -- GL1.4 and 1.5 features in classic mesa are being done first on rs690.
The idea is that all the spiffy new open source work is being done on the 3xx-5xx generation, and we're getting basic 3d running on 6xx/7xx in parallel. Both of those should finish at roughly the same time, then we should be able to plug 6xx/7xx code sequences into the new code and get the same functionality on newer parts as well.
Last edited by bridgman; 03-20-2009 at 11:33 PM.
double posting, plaese delete this post
Last edited by dongioia; 03-24-2009 at 06:48 AM.
double posting, please delete this post
Last edited by dongioia; 03-24-2009 at 06:48 AM.
Hi, following the linked guides I can't get the driver fully working:
xvinfo:
glxinfo | grep rendererX-Video Extension version 2.2
screen #0
Adaptor #0: "RadeonHD Textured Video"
xbmcOpenGL renderer string: Software Rasterizer
this is my xorg.confX Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 24
Current serial number in output stream: 25
CRITSEC[0x8b70884]: Trying to enter destroyed section.
CRITSEC[0x8b70884]: Trying to leave destroyed section.
Did I miss something?# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
# Load "bitmap"
# Load "ddc"
# Load "dri"
# Load "extmod"
# Load "freetype"
# Load "glx"
# Load "int10"
# Load "type1"
# Load "vbe"
# https://help.ubuntu.com/community/Co...r/AIGLXOnEdgy: for AIGLX
# I need dri, dbe and glx. I wonder what dbe is?
# Load "dbe"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "radeonhd"
BusID "PCI:1:0:0"
# Option "XAANoOffscreenPixmaps" "on"
# Option "TexturedVideo" "on"
# Option "VideoOverlay" "on"
# Option "OpenGLOverlay" "off"
# Option "Textured2D" "on"
# Option "UseFastTLS" "1"
# Option "BackingStore" "on"
Option "AccelMethod" "exa"
# Option "ExaNoComposite" "false"
# Option "MigrationHeuristic" "greedy"
Option "DRI" "on"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Extensions"
# Option "RENDER" "Enable"
# Option "DAMAGE" "Enable"
# Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Well, it looks like your GPU just disconnected itself electrically from the LVDS cable. You get this effect when the LVDS bus is "floating" with no pull-down or pull-up on the GPU side (I don't remeber which one it was), what you see is the cable picking up chatting cab drivers, sunspots, R/C cars etc.
Something must have went very wrong in there, that's for sure.
HeheheI almost believed You :P
... and it still happening after the 1.2.5 release.
Anyway... there is a bug report filled in on official bugzilla: http://bugs.freedesktop.org/show_bug.cgi?id=20794