mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 22:00:26 +01:00
Fix typo
This commit is contained in:
parent
222a212569
commit
c2edc07196
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ For the radeon driver, it's necessary to get the right set of kernel
|
|||
modules installed before attempting to run any programs:
|
||||
|
||||
rmmod radeon agpgart;
|
||||
insmod agpgart.o;
|
||||
insmod agpgart;
|
||||
insmod $(MESA)/src/kernel/radeonfb/radeonfb.o;
|
||||
insmod $(MESA)/src/kernel/radeon/radeon.o;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue