1 Message

September 2nd, 2004 10:00


@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).

The second todo is yet a todo for me too.

Cheers,
Csaba.

1 Message

September 6th, 2004 13:00

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...

September 7th, 2004 11:00

I'm having the the exact same problem using kernel 2.6.8-1.521. Has anyone had any luck with this kernel?

Brian

1 Message

September 16th, 2004 23:00

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.

September 20th, 2004 12:00

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.

1 Message

September 22nd, 2004 15:00

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.

install i810 /sbin/modprobe intel_agp; /sbin/modprobe --ignore-install i810
No Events found!

Top