ubuntuusers.de

Probleme mit Radeon 9600

Status: Gelöst | Ubuntu-Version: Nicht spezifiziert
Antworten |

Rodoffe

Anmeldungsdatum:
5. Januar 2008

Beiträge: Zähle...

hallo erstmal!
ich bin ein rechter ubuntu 7.1-Neuling und habe Probleme mit der Hardwarebeschleunigung meiner ati radeon 9600...
ich habe im terminal dieses fglrxinfo ausgeführt, wie hier beschrieben

[:ATI-Grafikkarten/fglrx/Problembehebung[/u]:ATI-Grafikkarten/fglrx/Problembehebung[/u\]]
und es kam folgendes raus: display: :0.0 screen: 0
OpenGL vendor string: DRI R300 Project
OpenGL renderer string: Mesa DRI R300 20060815 AGP 4x x86/MMX+/3DNow!+/SSE TCL
OpenGL version string: 1.3 Mesa 7.0.1 und nun weiss ich nicht mehr weiter, wäre nett wenn mir jemand dabei helfen könnte - danke!

Moderiert von ditsch:

Ins Hardware-Forum verschoben.

cscherwinski

Avatar von cscherwinski

Anmeldungsdatum:
9. August 2006

Beiträge: 1115

Wohnort: Berlin

Nun es gibt mehrere Möglichkeiten
Das nötige fglrx-Modul wurde nicht korrekt installiert.
Der Treiber "fglrx" wurde nicht in der /etc/X11/xorg.conf eingetragen.
Kannst Du uns bitte die xorg.conf im NoPaste-Service bereitstellen?
Du kannst auch mal versuchen, in der xorg.conf den Treibereintrag von "fglrx" nach "radeon" zu ändern.
Viel Erfolg!

Rodoffe

(Themenstarter)

Anmeldungsdatum:
5. Januar 2008

Beiträge: 3

also das ist meine xorg.conf (sorry, aber keine ahnung was ein NoPaste-Service ist)

# 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
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies Inc RV350 AQ [Radeon 9600]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AQ [Radeon 9600]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection

also soweit ich das feststellen kann, ist dieser fglrx da nirgendwo eingetragen, oder? Also eher die 2te möglichkeit?
auf jeden fall schonmal danke dafür

cscherwinski

Avatar von cscherwinski

Anmeldungsdatum:
9. August 2006

Beiträge: 1115

Wohnort: Berlin

Also dann installiere bitte mal den fglrx Treiber korrekt, am besten machst Du das mit dem Envy-Script, hier zu bekommen
http//albertomilone.com/nvidia_scripts1.html
Installieren, ausführen, Anweisungen befolgen, fertig!
Viel Erfolg!

Rodoffe

(Themenstarter)

Anmeldungsdatum:
5. Januar 2008

Beiträge: 3

super!
vielen Dank, hat funktioniert, klasse ☺

cscherwinski

Avatar von cscherwinski

Anmeldungsdatum:
9. August 2006

Beiträge: 1115

Wohnort: Berlin

Na prima, dann weiterhin viel Freude mit Ubuntu!

Antworten |