PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ATI Treiber Hilfe!


Necher
2004-08-12, 22:29:45
Hallo,

Ich habe mir kürzlich Mandrake 10.0 auf meiner festplatte installiert und kenne mich mit linux eher schlecht aus.
Jetzt zu meiner frage, ich habe den neuen ati treiber installiert und bekomme beim glxgears nur so ca. 280fps, ist das ne einstellungs sache wenn ja welche? oder liegt dies am schlechten ati treiber. Gibt es alternative treiber?

AMD 2100+
ASUS A7N8x
512 DDR
Sapphire Radeon 9700

BNO
2004-08-12, 23:01:01
Geh auf die nVIDIA HP und lad dir am besten erstmal den neusten nVIDIA AGP Treiber runter, der im AI Paket taukt nix

MadMan2k
2004-08-12, 23:04:24
guck erstmal, ob er auch richtig funktioniert.
fglrxinfo sollte irgendwas mit Ati anstatt mit Mesa ausgeben und deine X config solltest du auch entsprechend angepasst haben - z.B. mit fglrxconfig.

Korak
2004-08-12, 23:45:55
Hallo,

Ich habe mir kürzlich Mandrake 10.0 auf meiner festplatte installiert und kenne mich mit linux eher schlecht aus.
Jetzt zu meiner frage, ich habe den neuen ati treiber installiert und bekomme beim glxgears nur so ca. 280fps, ist das ne einstellungs sache wenn ja welche? oder liegt dies am schlechten ati treiber. Gibt es alternative treiber?

AMD 2100+
ASUS A7N8x
512 DDR
Sapphire Radeon 9700


Mandrake 10.0 hat iirc einen ATI-Treiber dabei, der 3D unterstützt. Also ganz simple Frage: Hast du es angeschaltet?

bluey
2004-08-12, 23:58:24
Geh auf die nVIDIA HP und lad dir am besten erstmal den neusten nVIDIA AGP Treiber runter, der im AI Paket taukt nix

So ein Unsinn.

In die Konsole init 3 eingeben und dort in der Konsole die 3 Sachen eingeben. Danach mit init 5 weiter machen. (Glaub so war das damals noch ~~)

modprobe agpgart
modprobe nvidia-agp
modprobe fglrx

Soweit ich weiß benutzt Mandrake einen 2.6.3 Kernel und besitzt bereits AGPGART insklusive NVIDIA-AGP. Einfach die beiden Module vor flgrx laden und ende. :smile:

Edit: So hab mal ebend auf der NVidia Seite nachgeschaut und konnt nur irgendwelche Patches für 2.4.21/22 Kernels ausmachen. Also total unbrauchbar für ihn bzw für denn Rest der Welt.

Necher
2004-08-13, 23:36:34
erstmal danke für die antworten.

an korak: wie schalte ich den an den iirc ?

an doctord: modprobe agpgart
modprobe nvidia-agp
modprobe fglrx

wieso nvidia ich hab doch ne radoen ? wie gesagt kenn mich mit linux nicht so gut aus also es könnten noch paar dumme fragen kommen :smile:

MadMan2k
2004-08-13, 23:49:19
.

MadMan2k
2004-08-13, 23:50:48
wieso nvidia ich hab doch ne radoen ? wie gesagt kenn mich mit linux nicht so gut aus also es könnten noch paar dumme fragen kommen :smile:
weil der Chipsatz auf deinem Mainboard, welcher auch für die AGP-Kommunikation zuständig ist von Nvidia ist.

Aber haben DocterD's Befehle funktioneirt, oder gab es fehlermeldungen und was sagt fglrxinfo?

Necher
2004-08-14, 00:01:25
[root@localhost chef]# init 3
[root@localhost chef]# modprobe
Usage: modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-o <modname>] <modname> [parameters...]
modprobe -r [-n] [-i] [-v] <modulename> ...
modprobe -l -t <dirname> [ -a <modulename> ...]
[root@localhost chef]# modprobe nvidia-agp
[root@localhost chef]# modprobe fglrx
FATAL: Module fglrx not found.
[root@localhost chef]#

---------------------------------------------------------------------------


[root@localhost chef]# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4



:confused: :confused: :confused:

ActionNews
2004-08-14, 08:57:49
FATAL: Module fglrx not found.
Tja danscheinend wird der OpenGL-Treiber nicht gefunden. D.h. der Ati-Treiber ist nicht richtig installiert. Darum gibtfglrxinfo auch ...

[root@localhost chef]# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
... aus. MESA bedeutet, dass als OpenGL-Treiber ein Software OpenGL Treiber verwendet wird, der alles über deine CPU emuliert. Deshalb auch nur 280 FPS bei glxgears.

Wie hast du die Treiber denn installiert? Irgendwo ist was schief gelaufen.

CU ActionNews

Necher
2004-08-15, 14:43:23
so wie auf der ati homepage mit dem befehl: rpm -Uh --force <ati_package_name>.rpm



ATI How to install (Hier kannste nachlesen) (http://www.ati.com/support/infobase/linuxhowto-ati.html)

MadMan2k
2004-08-15, 15:09:31
so wie auf der ati homepage mit dem befehl: rpm -Uh --force <ati_package_name>.rpm


gab es Fehlermeldungen?
hattest du dabei die Kernel-Sourcen installiert?

ansonsten mal:
http://www.ati.com/support/infobase/4484.html

Necher
2004-08-15, 18:31:04
[root@localhost chef]# cd /lib/modules/fglrx/build_mod
[root@localhost build_mod]# sh make.sh
ATI module generator V 2.0
==========================
initializing...
kernel includes at /usr/src/linux/include not found or incomplete
file: /usr/src/linux/include/linux/version.h
[root@localhost build_mod]# cd /lib/modules/fglrx
[root@localhost fglrx]# sh make_install.sh
*** WARNING ***
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
[root@localhost fglrx]#

ActionNews
2004-08-16, 07:11:38
(...)
kernel includes at /usr/src/linux/include not found or incomplete
file: /usr/src/linux/include/linux/version.h
(...)

Ah siehste ... die Kernelsourcen sind nicht installiert. Standardmäßig scheint Mandrake (SuSE auch :( ) keine Kernel-Sourcen zu installieren. Du solltest sie aber von der Mandrake CD nachinstallieren können. Du brauchst die Sourcen damit die Treiber compiliert werden können.

CU ActionNews

Necher
2004-08-16, 18:28:02
ähm ok aber wie installier ich des. ich denk mal ins startmenü rein und dann software pakete installieren aber wie heißt das den?

ActionNews
2004-08-16, 22:10:18
Hmmm ... weiss nicht genau wie das bei Mandrake ist aber normalerweise sollte man doch da nach Paketen suchen können. Gib da mal als Suchkriterien Kernel und Sourcen an und lass auch die Beschreibungen mit durchsuchen.

CU ActionNews

Necher
2004-08-19, 18:50:57
Also ich hab mandrake neuinstalliert und hab beobachtet, dass bei meiner ersten installation kernel 2.4 drauf war und nun 2.6 warum weiß ich nicht. Hab auch nichts anderster gemacht bei der installation.
Hab dann den ati treiber installiert und es kamen keine fehlermeldungen.
trozdem wenn ich den befehl fglrxinfo eingeb zeigt der mir immer noch den mesa treiber.

Jemand ne idee?

bluey
2004-08-19, 18:56:05
gib mal lsmod in die Konsole ein und kopiere was dort steht.

Necher
2004-08-19, 19:05:57
Module Size Used by
sg 38044 0
sr_mod 17060 0
fglrx 204172 0
agpgart 31016 0
snd-seq-oss 31232 0
snd-seq-midi-event 7552 1 snd-seq-oss
snd-seq 51024 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 51812 0
snd-mixer-oss 17952 1 snd-pcm-oss
snd-intel8x0 32776 0
snd-ac97-codec 58148 1 snd-intel8x0
snd-pcm 93156 2 snd-pcm-oss,snd-intel8x0
snd-timer 24484 2 snd-seq,snd-pcm
gameport 4480 1 snd-intel8x0
snd-page-alloc 11972 2 snd-intel8x0,snd-pcm
snd-mpu401-uart 7072 1 snd-intel8x0
snd-rawmidi 23616 1 snd-mpu401-uart
snd-seq-device 8008 3 snd-seq-oss,snd-seq,snd-rawmidi
snd 52484 12 snd-seq-oss,snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore 9248 1 snd
ppp_synctty 8832 0
ppp_async 11744 1
ppp_generic 29360 6 ppp_synctty,ppp_async
slhc 7200 1 ppp_generic
af_packet 20520 4
raw 7616 1
ide-floppy 18752 0
ide-tape 34864 0
ide-cd 40548 0
cdrom 37184 2 sr_mod,ide-cd
floppy 59444 0
forcedeth 14304 0
nls_cp850 4736 1
vfat 13760 1
fat 45120 1 vfat
tsdev 7168 0
joydev 10240 0
evdev 9504 0
usbmouse 5216 0
hid 53312 0
nls_iso8859-15 4480 2
ntfs 85932 1
supermount 37876 1
ppa 12296 0
parport_pc 32832 0
imm 12360 0
scsi_mod 114744 4 sg,sr_mod,ppa,imm
parport 38952 3 ppa,parport_pc,imm
ehci-hcd 24196 0
ohci-hcd 18692 0
usbcore 99132 6 usbmouse,hid,ehci-hcd,ohci-hcd
rtc 11576 0
ext3 110376 1
jbd 54328 1 ext3

MadMan2k
2004-08-19, 20:17:17
so, wie es aussieht wird das fglrx-modul (der Ati Treiber) korrenkt geladen - hast du fglrxconfig nach der Installation ausgeführt um deine X-Config anzupassen?

Necher
2004-08-19, 22:38:05
könnt ihr wenn ihr lust und zeit habt mir mal erklären was ich da einstellen soll bei manchen hab ich gar keinen durchblick mehr. Vielleicht hab ich ja was falsch gemacht ihr seht ja meine antworten.
mein englisch is ein bisschen eingerostet.


==============================================================================
ATI - FIRE GL - BE THE CREATOR
==============================================================================

This program will create the ATI "XF86Config-4" file
- based on your selections - for the below listed boardtypes...

- ATI Radeon 8500 / 9100
- ATI FireGL 8700 / 8800 / E1
- ATI FireGL T2
- ATI Radeon 9000
- ATI Radeon 9200
- ATI Radeon 9500
- ATI Radeon 9600
- ATI Radeon 9700
- ATI Radeon 9800
- ATI FireGL Z1 / X1 / X2
- ATI Mobility M9
- ATI Mobility FireGL 9000
- ATI Mobility M9PLUS

The "XF86Config-4" file usually resides in /etc/X11.


Press [Enter] to continue, press 'q'&[Enter] or [Ctrl]+'c' to abort.






==============================================================================
Mouse
==============================================================================

Specify the mouse port type. Choose one from the following list:

1. Serial Port
2. PS/2 or USB with PS/2 protocol
3. Inport Bus

Enter the number for your port type: [2] 2







Specify the mouse model. Choose one from the following list:

1. PS/2 Mouse (X11 generic ps/2 mouse driver)
2. PS/2 Wheel Mouse (X11 generic ps/2 wheel mouse driver)
3. Microsoft Intellimouse (PS2)
4. Microsoft IntelliMouse Explorer (PS2)
5. Kensington ThinkingMouse (PS2)
6. Logitech MouseManPlus (PS2)
7. Alps Glidepoint PS/2 Touchpad
8. Genius NetMouse
9. Genius NetScroll

Enter the number for your mouse model: [2] 2


If your mouse has only two buttons, it is recommended that you enable
Emulate3Buttons.

Do you want to enable Emulate3Buttons (y/n)? [n] n

Now give the full device name that the mouse is connected to, for example
/dev/tty00 or /dev/mouse or /dev/psaux (includes IBM Laptops).

Mouse device: [/dev/mouse] /dev/mouse






==============================================================================
Keyboard
==============================================================================

Please select one of the following keyboard types that is the better
description of your keyboard. If nothing really matches,
choose 1 (Generic 101-key PC)

1. Generic 101-key PC
2. Generic 102-key (Intl) PC
3. Generic 104-key PC
4. Generic 105-key (Intl) PC
5. Dell 101-key PC
6. Everex STEPnote
7. Keytronic FlexPro
8. Microsoft Natural
9. Northgate OmniKey 101
10. Winbook Model XP5
11. Japanese 106-key
12. PC-98xx Series

Enter a number to choose the keyboard type: [1]






Please select the layout corresponding to your keyboard

1. U.S. English
2. U.S. English w/ISO9995-3
3. Belgian
4. Bulgarian
5. Canadian
6. Czechoslovakian
7. German
8. Swiss German
9. Danish
10. Spanish
11. Finnish
12. French
13. Swiss French
14. United Kingdom
15. Hungarian
16. Italian
17. Japanese
18. Norwegian

Press [Enter] for the next page or
enter the number for your keyboard layout country: 7






==============================================================================
FireGL Display Settings
==============================================================================

Quad Buffer Stereo ("Active Stereo"):

This driver does support Quad Buffer Stereo ("Active Stereo")
in combination with a CRT monitor (refresh rate abt. 100 to 120 Hz)
and the appropiate stereo viewing subsystem hardware. This can be
e.g. a shutter glasses system (infrared or wired) or an active
polarisation device paired with passive stereo polarization glasses.

Do you want to enable "Quad Buffer Stereo" (y/n)? [n] n






==============================================================================
TV out Configuration
==============================================================================

Do you want to enable TV out (y/n)? [n] n






==============================================================================
FireGL Screen Layout
==============================================================================

------------------------------------------------------------------------------
| Maximum resolution for OpenGL operation |
| |
| - R200 chip family (Radeon 8500-9100 Pro, FireGL 8700/8800/E1): |
| 2048x2048 |
| - R300 chip family (Radeon 9500-9700 Pro, FireGL T2/Z1/X1/X2): |
| 2560x2560 |
------------------------------------------------------------------------------

Choose configuration from the list below

1. Single Head (1 screen, second dark)
2. Laptop Mode (Ability to toggle between internal / external screen)
3. Clone Mode (2 screens - same content)
4. Big Desktop (2 screens - one framebuffer)
5. Dual Head (2 screens - two drivers)

Enter the number for your configuration: [1] 1






==============================================================================
Single Head selected
==============================================================================





==============================================================================
Monitor Settings
==============================================================================

Now we want to set the specifications of the monitor(s). The two critical
parameters are the vertical refresh rate, which is the rate at which the
the whole screen is refreshed, and most importantly the horizontal sync rate,
which is the rate at which scanlines are displayed.

The valid range for horizontal sync and vertical sync should be documented
in the manual of your monitor. If in doubt, check the monitor database
/usr/X11R6/lib/X11/doc/Monitors to see if your monitor is there.

Press [Enter] to continue, press 'q'&[Enter] or [Ctrl]+'c' to abort.






You must indicate the horizontal sync range of your monitor. You can either
select one of the predefined ranges below that correspond to industry-
standard monitor types, or give a specific range.

It is VERY IMPORTANT that you do not specify a monitor type with a horizontal
sync range that is beyond the capabilities of your monitor. If in doubt,
choose a conservative setting.

hsync in kHz; monitor type with characteristic modes
1. 31.5 ; up to 640x480 @ 60 Hz (VGA)
2. 31.5 - 37.9; up to 800x600 @ 60 Hz (SVGA)
3. 31.5 - 48.4; up to 1024x768 @ 60 Hz (XGA)
4. 31.5 - 60.0; up to 1024x768 @ 75 Hz (XGA)
5. 31.5 - 68.7; up to 1024x768 @ 85 Hz (XGA)
6. 31.5 - 80.5; up to 1280x1024 @ 75 Hz (SXGA)
7. 31.5 - 91.1; up to 1280x1024 @ 85 Hz (SXGA)
8. Enter your own horizontal sync range

Enter your choice (1-8): [1] 8


Please enter the horizontal sync range of your monitor, in the format used
in the table of monitor types above. You can either specify one or more
continuous ranges (e.g. 15-25, 30-50), or one or more fixed sync frequencies.

Horizontal sync range: 30-107

You must indicate the vertical sync range of your monitor. You can either
select one of the predefined ranges below or give a specific range.

1. 20 - 60 (e.g. slow scan flat panels with DVI cable)
2. 50 - 70 (VGA)
3. 60 - 75
4. 60 - 85
5. 60 - 100
6. Specify your own vertical sync range

Enter your choice: [1] 6

Vertical sync range: 48-160






==============================================================================
Display Modes
==============================================================================

The default resolution that the server will start-up with will be the first
listed mode that can be supported by the monitor and card.
Currently it is set to:

"640x480" for 24-bit

Modes that cannot be supported due to monitor or clock constraints will
be automatically skipped by the server.

1. Change the modes for 24-bit (24-bit color)
2. The modes are OK, continue.

Enter your choice: 2

You can have a virtual screen (desktop), which is screen area that is larger
than the physical screen and which is panned by moving the mouse to the edge
of the screen. The largest resolution in the modelist is used for any of the
listed resolution with less dimensions. Each color depth can have a
differently-sized virtual screen. Virtual screens resolutions are set
for each color depth separately.


Note: This grafics adapter will always select the maximum
x and y resolution as the default virtual desktop resolution.
This complies with general X11 specifications. see "man XF86Config".

Do you want to use a virtual desktop where the dimensions are bigger
than your maximum x and y screen resolution? (y/n) [n] n











==============================================================================
Direct Rendering Interface Restrictions
==============================================================================

Please specify which restriction sheme you want to implement:

1. no restrictions - any user has access to the OpenGL ICD
2. limited to group 'users' - only group members can access the OpenGL ICD
3. limited to group 'root' - only group members can access the OpenGL ICD
4. limited to group 'video' - only group members can access the OpenGL ICD
5. limited to group 'dri' - only group members can access the OpenGL ICD

Enter the number for your default user restrictions: [1] 1






==============================================================================
Application Profiles
==============================================================================

Please select application specific profile:

1. Default
2. Individual Configuration of Capabilities
3. Maya
4. SOFTIMAGE|XSI
5. SOFTIMAGE|3D
6. Houdini 4.0
7. Houdini 5.0
8. Houdini 5.5

Enter the number for your profile: [1] 1






==============================================================================
Advanced Graphics Features Settings
==============================================================================

Do you want to initialize xfree86-dga (y/n)? [n] n

Do you want to export pseudo color visuals (y/n)? [n] n

Do you want to synchronize buffer swaps
with the vertical sync signal (y/n)? [n] n






==============================================================================
Full Scene Anti Aliasing (FSAA)
==============================================================================

Please select multi sample visuals you want to share:

1 = All (Visuals for 2,4 and 6 Samples per Pixel)
2 = Visuals for 2 Samples per Pixel
4 = Visuals for 4 Samples per Pixel
6 = Visuals for 6 Samples per Pixel

Please enter: [1] 1

Do you want to force multi sample visuals
for every OpenGL application? (y/n)? [n] n

Disable FSAA Gamma (y/n)? [n] n

Customize FSAA Multi Sample Position (y/n)? [n] n






==============================================================================
Advanced OS Settings
==============================================================================

External AGPGART module:

It is possible (but not recommended) to turn off the usage of
built-in agp support of the provided fglrx kernel module and
use the external AGP GART module (agpgart.o) of the Linux kernel.
If you want to use the external module then ensure that it loads
prior to the drivers full startup. In order to manually load the
external agpgart module execute this on the commandline (as root):
/sbin/insmod agpgart
or alternatively configure your system to auto load the module.

Do you want to use the external AGP GART module (y/n)? [n] n






AGP Locked User Pages

The grafics driver is able to read and write textures and bitmaps trough AGP
mapped and locked views of the main memory for the application's mem space.
Performing those mapping task depends on several successfull interaction steps
with the Linux kernel. A failure in this process might lead to some messages
in the kernel log. If these kernel functions are failing silently or in case
of other heavy incompatibility (e.g. a new kernel memory manger) then there
is a high chance that the system will hang as soon as the graphics adpater
wants to read from assumed but nor really mapped memory location.

If you do see that the advanced fgl_glxgears application halts your session
whilst the simple glxgears does run nicely then please disable this feature.

If you do see lots of notifications about failed kernel calls for mem locking
then please disable this feature and re-check the kernel message log.

Do you want to enable "AGP Locked User Pages" (y/n)? [y] y






TLS Method: *** this only applys to the FireGL workstation boards ***

The grafics driver supports two different methods of thread local storage.
The first method is fast but might immediately abort when used with
WineX, VM emulators or some other advanced programming tools.
The second method is up to 10% slower in a few rendering cases
but does nicely cope with any sort of exotic software.

For more details on this topic, please see the readme.

If not totally sure about your needs, then please select "0 - default".

0 - default (FireGL workstation boards: fast)
1 - fast operation (only for standard gnu C/C++ OpenGL applications)
2 - compatible operation (for WineX, VM emulators and some profilers)

Which storage method do you want to use? [0] 0






==============================================================================
Finish
==============================================================================

I am going to write the XF86Config-4 file now. Make sure you don't accidently
overwrite a previously configured one.

Do you want it written to the current directory as 'XF86Config-4'? (y/n) y






Probing PCI bus for a supported graphics device...
found: R300 (NE)
PCI bus slot: PCI:2:0:0

entering the detected PCI bus slot into the XF86Config-4 file.





File has been written. Take a look at it before running 'startx'.
Note that the XF86Config-4 file must be in one of the directories
searched by the server (e.g. /etc/X11) in order to be used.

Within the server press ctrl, alt and 'Num+' or 'Num-' simultaneously
to cycle video resolutions.
Pressing ctrl, alt and backspace simultaneously immediately exits the server.
Use these keys if the monitor doesn't sync for a particular mode.

For further configuration, refer to /usr/X11R6/lib/X11/doc/README.Config.

bluey
2004-08-19, 23:41:57
So ein Unsinn.

In die Konsole init 3 eingeben und dort in der Konsole die 3 Sachen eingeben. Danach mit init 5 weiter machen. (Glaub so war das damals noch ~~)

modprobe agpgart
modprobe nvidia-agp
modprobe fglrx

Soweit ich weiß benutzt Mandrake einen 2.6.3 Kernel und besitzt bereits AGPGART insklusive NVIDIA-AGP. Einfach die beiden Module vor flgrx laden und ende. :smile:

Edit: So hab mal ebend auf der NVidia Seite nachgeschaut und konnt nur irgendwelche Patches für 2.4.21/22 Kernels ausmachen. Also total unbrauchbar für ihn bzw für denn Rest der Welt.

Nochmal ...

Module Size Used by
sg 38044 0
sr_mod 17060 0
fglrx 204172 0
agpgart 31016 0
snd-seq-oss 31232 0
snd-seq-midi-event 7552 1 snd-seq-oss
snd-seq 51024 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 51812 0
snd-mixer-oss 17952 1 snd-pcm-oss
snd-intel8x0 32776 0
snd-ac97-codec 58148 1 snd-intel8x0
snd-pcm 93156 2 snd-pcm-oss,snd-intel8x0
snd-timer 24484 2 snd-seq,snd-pcm
gameport 4480 1 snd-intel8x0
snd-page-alloc 11972 2 snd-intel8x0,snd-pcm
snd-mpu401-uart 7072 1 snd-intel8x0
snd-rawmidi 23616 1 snd-mpu401-uart
snd-seq-device 8008 3 snd-seq-oss,snd-seq,snd-rawmidi
snd 52484 12 snd-seq-oss,snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore 9248 1 snd
ppp_synctty 8832 0
ppp_async 11744 1
ppp_generic 29360 6 ppp_synctty,ppp_async
slhc 7200 1 ppp_generic
af_packet 20520 4
raw 7616 1
ide-floppy 18752 0
ide-tape 34864 0
ide-cd 40548 0
cdrom 37184 2 sr_mod,ide-cd
floppy 59444 0
forcedeth 14304 0
nls_cp850 4736 1
vfat 13760 1
fat 45120 1 vfat
tsdev 7168 0
joydev 10240 0
evdev 9504 0
usbmouse 5216 0
hid 53312 0
nls_iso8859-15 4480 2
ntfs 85932 1
supermount 37876 1
ppa 12296 0
parport_pc 32832 0
imm 12360 0
scsi_mod 114744 4 sg,sr_mod,ppa,imm
parport 38952 3 ppa,parport_pc,imm
ehci-hcd 24196 0
ohci-hcd 18692 0
usbcore 99132 6 usbmouse,hid,ehci-hcd,ohci-hcd
rtc 11576 0
ext3 110376 1
jbd 54328 1 ext3

Ich sehe dort kein nvidia-agp.

MadMan2k
2004-08-20, 00:00:49
ne deutsche Tastatur hat 105 Tasten und du musst das externe AGP GART Modul verwenden.

Necher
2004-08-20, 18:52:10
ne deutsche Tastatur hat 105 Tasten und du musst das externe AGP GART Modul verwenden.
Hab ich gemacht bring glaub ich ein bisschen was.

Doctor D : Was muss ich machen das des da steht?

Necher
2004-08-22, 12:49:07
Ok habs geschafft das mit dem agp zu laden mit den befehlen modprobe agpgart und modprobe nvidia-agp.

Necher
2004-08-22, 13:46:54
supa es funktioniert jetzt alles bekomm jetzt 5800fps bei glxgears.

möchte mich bei allen bedanken die mir geholfen haben.



DANKE!!!!!

Xwave
2004-08-31, 14:50:55
Hi,


dank diesem Thread hier war ich auch endlich in der Lage die 3d Beschleunigung meiner 9800 Pro unter Mandrake 10.0 (Kernel 2.6.3-4) zu aktivieren.

Leider gibt es aber da noch ein kleines Problem, naja für mich als Linux Anfänger doch eher ein sehr großes :(

Und zwar folgendes.

Ich besitze ein Nforce2 Board um muss für die 3D Beschleunigung eben auch das nvidia-agp Modul starten. Leider weiß ich nicht wie ich das direkt beim Systemstart realisieren kann.
Ein Eintrag in die /etc/modules.config "modprobe nvidia-agp" brachte leider kein Erfolg.
Und dadurch das dieses Modul nicht geladen wird steht mir auch keine 3d beschleunigung beim systemstart zu verfühung.
Erst nach init 3, modprobe -r fglrx, modprobe nvidia-agp und modprobe fglrx habe ich den ati Treiber aktiv.

Wie kann ich das machen das das nvidia-agp Modul beim start ausgeführt wird ???

Hoffe man kann das einigermßen verstehen was ich da oben hin geschrieben habe :(


EDIT

So habe es nun doch selbst rausgefunden google sei dank.