@sethf wrote:
[snip]
Things I haven't done yet (comment, if you know how to do these easily):
configure grub to use my kernel by default
configure modprobe to insmod intel_agp automatically
Good luck!
seth
Hi seth,
First of all thanks for the instructions, worked out fine for me too.
As of your TODOs, you can make your kernel the default in the grub configuration by editing /boot/grub/grub.conf and adding/modifying the line with "default=n", where n is the kernel's entry number in the configuration, starting with 0 (so the first kernel entry in the grub configuration is 0, the second one is 1, and so on).
I got it all working except the graphic driver part... did exactly what you wrote but get:
Compiling new agpgart module...
Compiling DRM module...
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
[root@dingo dripkg]# more dri.log
rm -f *.o *.ko dristat drmstat .depend .*.flags .*.d .*.cmd
make: *** No rule to make target `gdg.ko'. Stop.
Suggestions are (more than) welcome since I now use the VESA driver which is rather slow...
I had the same problem. Just cd into dripkg/drm and edit Makefile.linux. Change "gdg.o" somewhere at the beginning to "gdg.ko" (this is the new extension for 2.6 kernels) and then start install.sh again. This worked for me.
Another question. Did anybody get the sound to work on the gx280? Which driver do I need for that? Apparently the stuff in SUSE 9.1 is too old and doesn't recognize the integrated soundchip.
That's how I managed to get it done, I think. Is there anyway to make sure it's running? The System Settings > Display still shows VESA Driver (Generic) even though I changed xorg.conf to i810. I assume its running since I am now getting 1400+ in glxgears instead of 380 like I was before, but it would be nice to know for sure.
configure modprobe to insmod intel_agp automatically:
Hi,
use modprobe.conf or make a new file in modporbe.d directory and then use directive "install", a.g.
ncsaba
1 Message
0
September 2nd, 2004 10:00
Hi seth,
First of all thanks for the instructions, worked out fine for me too.
As of your TODOs, you can make your kernel the default in the grub configuration by editing /boot/grub/grub.conf and adding/modifying the line with "default=n", where n is the kernel's entry number in the configuration, starting with 0 (so the first kernel entry in the grub configuration is 0, the second one is 1, and so on).
The second todo is yet a todo for me too.
Cheers,
Csaba.
LinuxPro
1 Message
0
September 6th, 2004 13:00
Compiling new agpgart module...
Compiling DRM module...
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
[root@dingo dripkg]# more dri.log
rm -f *.o *.ko dristat drmstat .depend .*.flags .*.d .*.cmd
make: *** No rule to make target `gdg.ko'. Stop.
Suggestions are (more than) welcome since I now use the VESA driver which is rather slow...
BrianAndersen
2 Posts
0
September 7th, 2004 11:00
Brian
mightyduck99
1 Message
0
September 16th, 2004 23:00
Another question. Did anybody get the sound to work on the gx280? Which driver do I need for that? Apparently the stuff in SUSE 9.1 is too old and doesn't recognize the integrated soundchip.
BrianAndersen
2 Posts
0
September 20th, 2004 12:00
xmedeko
1 Message
0
September 22nd, 2004 15:00
Hi,
use modprobe.conf or make a new file in modporbe.d directory and then use directive "install", a.g.
install i810 /sbin/modprobe intel_agp; /sbin/modprobe --ignore-install i810