Gå til innhold

Nye ati radeon drivere; 7.11 catalyst


Gaute65

Anbefalte innlegg

Videoannonse
Annonse
Skrevet (endret)

Hmm resultatet her:

marius@marius-laptop:~$ fglrxinfo

Xlib: extension "ATIFGLRXDRI" missing on display ":0.0".

Warning, xpress200 detected.

Error: couldn't find RGB GLX visual!

 

Står at den støtter:

Mobility™ Radeon™ Xpress 200 series

 

Etter nok ett forsøk:

marius@marius-laptop:~$ fglrxinfo

display: :0.0 screen: 0

OpenGL vendor string: Mesa project: www.mesa3d.org

OpenGL renderer string: Mesa GLX Indirect

OpenGL version string: 1.4 (2.1 Mesa 7.0.1)

....

God natt!

Endret av mariunae
Skrevet (endret)

Noen som har testa de ut, helst med 2.6.23 kjerne og nyeste xorg, og kan si noe om AIGLX støtten? Fungerer mildt sagt dårlig med 8.42.3 driverne. Gjerne litt angående ytelse også, da jeg ligger jevnt på 30fps med 8.42.3 driverne, uten AIGLX og Composite, i Q4 på high, mot 60-70 med 8.40 driverne.

Endret av NevroMance
Skrevet

Jeg sliter med å få disse driverne til fungere...

Jeg fjerna først driverene fra restricted drivers, så kjørte jeg:

sudo su
./ati-driver-installer-7-11-x86.x86_64.run
aticonfig --initial
og så restartet

 

Men jeg får følgende:

 

marius@marius-laptop:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)

 

Xorg.conf:

 

# xorg.conf (xorg 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.

#

# 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 "ServerLayout"

 

# Uncomment if you have a wacom tablet

# InputDevice "stylus" "SendCoreEvents"

# InputDevice "cursor" "SendCoreEvents"

# InputDevice "eraser" "SendCoreEvents"

Identifier "Default Layout"

Screen 0 "aticonfig-Screen[0]" 0 0

InputDevice "Generic Keyboard"

InputDevice "Configured Mouse"

InputDevice "Synaptics Touchpad"

EndSection

 

Section "Files"

EndSection

 

Section "Module"

EndSection

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

EndSection

 

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

EndSection

 

Section "InputDevice"

Identifier "Synaptics Touchpad"

Driver "synaptics"

Option "SendCoreEvents" "true"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "HorizEdgeScroll" "0"

EndSection

 

Section "InputDevice"

Identifier "stylus"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "InputDevice"

Identifier "eraser"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "InputDevice"

Identifier "cursor"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "Monitor"

Identifier "Standard skjerm"

HorizSync 30.0 - 70.0

VertRefresh 50.0 - 160.0

Option "DPMS"

EndSection

 

Section "Monitor"

Identifier "aticonfig-Monitor[0]"

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "Generic Autodetecting Monitor"

Option "DPMS" "true"

EndSection

 

Section "Device"

Identifier "ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"

Driver "ati"

BusID "PCI:1:5:0"

EndSection

 

Section "Device"

Identifier "aticonfig-Device[0]"

Driver "fglrx"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Device "ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"

Monitor "Standard skjerm"

DefaultDepth 24

SubSection "Display"

Modes "1440x900"

EndSubSection

EndSection

 

Section "Screen"

Identifier "aticonfig-Screen[0]"

Device "aticonfig-Device[0]"

Monitor "aticonfig-Monitor[0]"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection

 

 

 

 

Noen som ser hva jeg gjør galt?

Skrevet
Jeg sliter med å få disse driverne til fungere...

Jeg fjerna først driverene fra restricted drivers, så kjørte jeg:

sudo su
./ati-driver-installer-7-11-x86.x86_64.run
aticonfig --initial
og så restartet

 

Men jeg får følgende:

 

marius@marius-laptop:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)

 

Xorg.conf:

 

# xorg.conf (xorg 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.

#

# 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 "ServerLayout"

 

# Uncomment if you have a wacom tablet

# InputDevice "stylus" "SendCoreEvents"

# InputDevice "cursor" "SendCoreEvents"

# InputDevice "eraser" "SendCoreEvents"

Identifier "Default Layout"

Screen 0 "aticonfig-Screen[0]" 0 0

InputDevice "Generic Keyboard"

InputDevice "Configured Mouse"

InputDevice "Synaptics Touchpad"

EndSection

 

Section "Files"

EndSection

 

Section "Module"

EndSection

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

EndSection

 

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

EndSection

 

Section "InputDevice"

Identifier "Synaptics Touchpad"

Driver "synaptics"

Option "SendCoreEvents" "true"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "HorizEdgeScroll" "0"

EndSection

 

Section "InputDevice"

Identifier "stylus"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "InputDevice"

Identifier "eraser"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "InputDevice"

Identifier "cursor"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "Monitor"

Identifier "Standard skjerm"

HorizSync 30.0 - 70.0

VertRefresh 50.0 - 160.0

Option "DPMS"

EndSection

 

Section "Monitor"

Identifier "aticonfig-Monitor[0]"

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "Generic Autodetecting Monitor"

Option "DPMS" "true"

EndSection

 

Section "Device"

Identifier "ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"

Driver "ati"

BusID "PCI:1:5:0"

EndSection

 

Section "Device"

Identifier "aticonfig-Device[0]"

Driver "fglrx"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Device "ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"

Monitor "Standard skjerm"

DefaultDepth 24

SubSection "Display"

Modes "1440x900"

EndSubSection

EndSection

 

Section "Screen"

Identifier "aticonfig-Screen[0]"

Device "aticonfig-Device[0]"

Monitor "aticonfig-Monitor[0]"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection

 

 

 

 

Noen som ser hva jeg gjør galt?

 

Section "Module"
EndSection

 

Det skal være en liste der med moduler som skal loades.

Skrevet

Når jeg installerte Cat 7.11 så fikk jeg 1440x900 oppløsning (noe som normalt indikerer at driveren fungerer slik den skal), men det hakker noe forferdelig når jeg skal scrolle eller flytte vinduer, har prøvd både automatiser installasjon og manuell men resultatet blir det samme, ekstremt dårlig 2d ytelse og ingen 3d ytelse (har et ATI HD2900 kort)

Skrevet

Rebel-Rider, som jeg nevnte tidligere i tråden, hadde en kamerat av meg også et slikt problem med sitt HD2600-kort før han lastet ned 7.11. Alt gikk ekstremt hakkete, flytte vinduer og scrolling særlig. Så installerte han 7.11, og fulgte disse tipsene: http://wiki.cchtml.com/index.php/Performance_Issues

Da gikk det bedre, Compiz Fusion går 80% glatt, men langtifra perfekt. Den gamle PC-en med INNEBYGD Intel-kort kjører det glattere :p Så det er tydelig at ATI har en del arbeid foran seg!

Skrevet

Vel nå er HD2600 og HD2900 2 vidt forskjellige kort bare for å få det sagt. ;)

Uansett, så har jeg trålet igjennom alle ATI guidene (også den du refererer til) på linux forumene, men får ikke driveren til å fungere slik de skal. Så har gått tilbake til Vesa intil driverene har modnet såpass at de går ann å få til å fungere. Det er bedre å ha 2 sorte striper på hver side av skjermen en å sitte å se på en serie "lysbilder" (for så jævlig var det).

Skrevet

Er det fakisk kommet Open source drivere som fungerer på HD2900? vet at det finnes veldig god open-source støtte for de eldre radeon kortene men kan ikke si jeg har sett noe for "bleeding Edge" kortene. har du en link i så fall?

Skrevet (endret)
Jeg sliter med å få disse driverne til fungere...

Jeg fjerna først driverene fra restricted drivers, så kjørte jeg:

sudo su
./ati-driver-installer-7-11-x86.x86_64.run
aticonfig --initial
og så restartet

 

Men jeg får følgende:

 

marius@marius-laptop:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)

 

Xorg.conf:

 

# xorg.conf (xorg 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.

#

# 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 "ServerLayout"

 

# Uncomment if you have a wacom tablet

# InputDevice "stylus" "SendCoreEvents"

# InputDevice "cursor" "SendCoreEvents"

# InputDevice "eraser" "SendCoreEvents"

Identifier "Default Layout"

Screen 0 "aticonfig-Screen[0]" 0 0

InputDevice "Generic Keyboard"

InputDevice "Configured Mouse"

InputDevice "Synaptics Touchpad"

EndSection

 

Section "Files"

EndSection

 

Section "Module"

EndSection

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

EndSection

 

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

EndSection

 

Section "InputDevice"

Identifier "Synaptics Touchpad"

Driver "synaptics"

Option "SendCoreEvents" "true"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "HorizEdgeScroll" "0"

EndSection

 

Section "InputDevice"

Identifier "stylus"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "InputDevice"

Identifier "eraser"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "InputDevice"

Identifier "cursor"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

 

Section "Monitor"

Identifier "Standard skjerm"

HorizSync 30.0 - 70.0

VertRefresh 50.0 - 160.0

Option "DPMS"

EndSection

 

Section "Monitor"

Identifier "aticonfig-Monitor[0]"

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "Generic Autodetecting Monitor"

Option "DPMS" "true"

EndSection

 

Section "Device"

Identifier "ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"

Driver "ati"

BusID "PCI:1:5:0"

EndSection

 

Section "Device"

Identifier "aticonfig-Device[0]"

Driver "fglrx"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Device "ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"

Monitor "Standard skjerm"

DefaultDepth 24

SubSection "Display"

Modes "1440x900"

EndSubSection

EndSection

 

Section "Screen"

Identifier "aticonfig-Screen[0]"

Device "aticonfig-Device[0]"

Monitor "aticonfig-Monitor[0]"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection

 

 

 

 

Noen som ser hva jeg gjør galt?

 

Section "Module"
EndSection

 

Det skal være en liste der med moduler som skal loades.

 

Noen som kan poste en xorg.conf med modulene fglrx trenger?

Endret av mariunae
Skrevet (endret)

Disse driverene imponerer meg overhode ikke. Visstnok skal de fungere for kernel 2.6.23, men forsøker jeg å kjøre wine (nesten samme hva) ender jeg opp med fatal krasj og deriblant dette:

X Error of failed request: GLXBadContext
 Major opcode of failed request:  143 (GLX)
 Minor opcode of failed request:  5 (X_GLXMakeCurrent)
 Serial number of failed request:  1446
 Current serial number in output stream:  1446

Dette kommer på toppen av et par lockups (ikke fått det på laptopen på en veldig god stund) og div. problemer med fullscreen 3D (må veksle mellom console og gui for at det skal vises noe annet en svart skjerm). Ja, og jeg hører rykter om at det fortsatt ikke er reel støtte for AIGLX (får det iallfall ikke til å fungere her). Tror jeg fortsatt skal styre langt unna AMD/ATI-kort i fremtiden hvis ikke dette særdeles dårlige inntrykket rettes opp snart :thumbdown: Når man påstår at man støtter AIGLX så bør den søren meg fungere også.

Endret av Ernie
Skrevet

Støtten for S3 ser også ut til å mangle. Det har fungert på tidligere driverversjoner, men nå låser maskinen seg hvis jeg bytter inn i X igjen etter å ha startet maskinen fra hvilemodus.

Skrevet

Xvideo er fortsatt buggy på mitt HD 2600 XT. Når jeg åpner en filmavspiller med xv plugin, så blir først hele skjermen svart i ett sekund, og så starter filmen med elendig kvalitet. Pixler på størrelse med de gamle DOS-spillene, og noe forferdelig tear i bildet. Det eneste som har fungert til videoavspilling er gl2. Da får jeg et bilde med mindre tear, men filmen ser fortsatt ræva ut, sammenlignet med sånn xv har pleid å være. Håper ATI får fingern ut, og klarer å fikse dette.

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...