PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ATI Treiber installiert aber dennoch keine 3d-Beschleunigung



Krayzie Bone
14.02.07, 17:14
>>Hallo liebe Gemeinde,

ich fahre atm auf einer ATI Radeon X1650 XT, und nach mehreren Anläufen hatte ich es auch geschafft den ATI Treiber richtig zu installieren und zu konfigurieren. Hab dann auch die 3d-Beschleunigung per Terminal geprüft und klappte alles wunderbar.

Nach ein paar Tagen hab ich dann wieder im Terminal

glxinfo | grep rendering

eingegeben, und das kam dann raus:

user@rechnername:~$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 7291
user@rechnername:~$ glxinfo | grep rendering
Xlib: extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No

und zusätzlich:

user@rechnername:~$ fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

Kann mir vllt. Jemand weiterhelfen?Ich weiss nicht warum sich der Treiber verstellt hat...ich hab zumindest nicht daran gearbeitet oder was verändert.

Danke schonmal im vorraus,

Kray'

bluesurfer
14.02.07, 18:16
Hi,

- welche distribution?
- wie bist du vorgegangen beim treiber installieren?
- poste deine xorg.conf (code-tags nicht vergessen)
- poste die ausgabe von lsmod | grep fglrx

ohne diese (Grund-)Informationen kann die vermutlich keine hier weiterhelfen

Krayzie Bone
14.02.07, 18:31
>>Hi,

ich nutze Ubuntu 6.10 als Distri.

Hier meine xorg.conf:




# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.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. ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
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

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection


>Merkwürdig ist, ich hab die xorg.conf schonmal verändert und bei Device fglrx eingetragen, das ist nun aber weg. Ist das richtig so?

Hab eben lsmod | grep fglrx eingegeben, kam aber nix über das Terminal zurück...danke,

Kray'

bluesurfer
15.02.07, 10:44
Hab eben lsmod | grep fglrx eingegeben, kam aber nix über das Terminal zurück...danke,

Kray'

Die xorg.xonf passt schon.
Aber du hast das kernelmodul nicht (oder nicht richtig) installiert und geladen.

hier ist eine gute anleitung:

https://help.ubuntu.com/community/BinaryDriverHowto/ATI

Toxic Wolf
15.02.07, 11:54
Ich hatte eine solch schoene Meldung auch mal als ich testweise meine ATI einbaute... der Grundhinterher war ein Defektes Mainboard...

Hast Du bevor es nicht mehr ging ein Dist-Upgrade gemacht?