ATI Treiber

Hallo Leute,
erstmal wollte mich für eure Hilfe vom letzem male bedanken. Ich habe jetzt so weit alles auf die reihe bekommen bis auf die tatsache bei mir alles ruckelt, also Filme, Spiele usw.... ich wollte mal fragen wie ich am besten die Treiber Installiere.... Ich danke schon im vorraus mit freundlichen Grüßen
Alex
 
Welchen Treiber hast du denn derzeit in der xorg.conf stehen?
 
Wei lich noch nicht so ahnung habe habe ich einfach mal die xorg.conf eingefügt. Ich hoffe das hilft euch!
Code:
# Auto-generated by KNOPPIX mkxf86config

Section "ServerLayout"

# PS/2 Mouse not detected
# Serial Mouse not detected
	Identifier     "XFree86 Configured"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#	FontPath     "/usr/share/fonts/X11/latin2/75dpi"
#	FontPath     "/usr/share/fonts/X11/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi:unscaled"
	FontPath     "/usr/share/fonts/X11/100dpi:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/Speedo"
	FontPath     "/usr/share/fonts/X11/PEX"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/share/fonts/latex-ttf-fonts"
EndSection

Section "Module"

# Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
#	Load  "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod, and for a good reason.. DGA causes instability as it access videoram without consulting X about it.
#	Load  "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
# The following are deprecated/unstable/unneeded in Xorg 7.0
#       Load  "ddc"  # ddc probing of monitor, this should be never present, as it gets automatically loaded.
#	Load  "GLcore" # This should be never present, as it gets automatically loaded.
#       Load  "bitmap" # Should be never present, as it gets automatically loaded. This is a font module, and loading it in xorg.conf makes X try to load it twice.
	Load  "dbe" # Double Buffering Extension, very important.
	Load  "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
	Load  "glx" # GLX Extension.
	Load  "freetype" # Freetype fonts.
	Load  "type1"  # Type 1 fonts
	Load  "record" # Developer extension, usually not needed
	SubSection "extmod"
		Option	    "omit xfree86-dga"
	EndSubSection
EndSection

Section "ServerFlags"
	Option	    "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Serial Mouse"
	Driver      "mouse"
	Option	    "Protocol" "Microsoft"
	Option	    "Device" "/dev/ttyS0"
	Option	    "Emulate3Buttons" "true"
	Option	    "Emulate3Timeout" "70"
	Option	    "SendCoreEvents" "true"
EndSection

Section "InputDevice"
	Identifier  "PS/2 Mouse"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Device" "/dev/psaux"
	Option	    "Emulate3Buttons" "true"
	Option	    "Emulate3Timeout" "70"
	Option	    "SendCoreEvents" "true"
EndSection

Section "InputDevice"
	Identifier  "USB Mouse"
	Driver      "mouse"
	Option	    "Device" "/dev/input/mice"
	Option	    "SendCoreEvents" "true"
	Option	    "Protocol" "IMPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Buttons" "5"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "FSAAEnable" "on"
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
 
Damit die 3D-Funktionalitäten des fglrx-Treibers (der kommerzielle ATI-Treiber) genutzt werden können, muss ein Kernel-Modul geladen sein, das den gleichen Namen hat. Mit dem oben genanten Befehl

Code:
lsmod | grep fglrx

kannst du nachsehen, ob das Modul geladen ist. Bekommst du dabei keinen Output, mußt du als root 'modprobe fglrx' ausführen und deinen XServer neu starten (ausloggen und dann Strg+Alt+Backspace drücken). Bekommst du beim Laden des Moduls angezeigt, daß es nicht existiert, ist dein Treiber nicht vollständig installiert (meist dann, wenn der User den Treiber selbst installiert und vorher keine vorkonfigurierten Kernel-Quelltexte einrichtet).
 
ich bekomm erstmal keine Ausgabe und dann hab ich das mit dem modprobe gemacht und ich bekam dies......
Code:
root@Workstation:/etc/apt# modprobe fglrx
FATAL: Module fglrx not found.
was soll ich machen hilfe ich will net zu Windows zurück
 
Wie ich bereits vermutet habe, ist dein Treiber nicht korrekt installiert. Hast du den selbst installiert oder über den Paketmanager?
 
selbst installed, kannst du mir ne kleine Hilfe Stellung geben geben zum installen ich nutze ne ATI Readon X700 und als OS Knoppix.....
 
Nun, wie bereits gesagt, fehlen dir vermutlich einfach vorkonfigierte Kernel-Quelltexte, die der Installer benötigt um das Kernel-Modul zu erstellen. (Daher immer auf _alle_ Meldungen des Installers achten, wenn man kommerzielle ATI- oder NVidia-Treiber installiert!) Da Knoppix auf Debian basiert, dürfte die Installation der Kernel-Quelltexte und ihre Vorkonfiguration sich nicht groß unterscheiden. Eine Anleitung für Debian habe ich vor einiger Zeit mal unter http://www.hackerwiki.org/index.php/Kernel_Module_Build_Environment_unter_Debian_einrichten veröffentlicht. Es kann sein, daß das Kernel-Source-Paket bei Knoppix 'linux-source-<versionsnummer>' heisst, aber ansonsten sollte es identisch sein. Wenn das fehlerfrei durchgeführt wurde, einfach nochmal den Installer von ATI durchlaufen lassen.
 
hier habe ich den log des installers
Code:
[Message] Kernel Module : Trying to install a precompiled kernel module.
[Message] Kernel Module : Precompiled kernel module version mismatched.
[Message] Kernel Module : Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
 Assuming default VMAP API
 Assuming default munmap API
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.17/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/linux-2.6.17'
Makefile:266: /usr/src/linux-2.6.17/scripts/Kbuild.include: Datei oder Verzeichnis nicht gefunden
Makefile:486: /usr/src/linux-2.6.17/arch/i386/Makefile: Datei oder Verzeichnis nicht gefunden
make[1]: *** Keine Regel, um ?/usr/src/linux-2.6.17/arch/i386/Makefile? zu erstellen.  Schluss.
make[1]: Leaving directory `/usr/src/linux-2.6.17'
make: *** [kmod_build] Fehler 2
build failed with return value 2
[Error] Kernel Module : Failed to compile kernel module - please consult readme.
kannst du damit was anfangen und mir helfen
 
Code:
Makefile:266: /usr/src/linux-2.6.17/scripts/Kbuild.include: Datei oder Verzeichnis nicht gefunden
Makefile:486: /usr/src/linux-2.6.17/arch/i386/Makefile: Datei oder Verzeichnis nicht gefunden
make[1]: *** Keine Regel, um ?/usr/src/linux-2.6.17/arch/i386/Makefile? zu erstellen

Hast du alle Schritte des Howtos zum Einrichten eines Kernel Module Build Environment durchgeführt und wurden diese alle ohne Fehler beendet?
 
Zurück
Oben