That should work fine, but there's nothing to stop you trying 2.9.12 or 3.2.0 if you want to.cerebrix wrote:so after i compile using genkernel i should just do the following?
ACCEPT_KEYWORDS="~x86" emerge =ati-drivers-2.9.13-r1
Like I said before, it works fine for me on 2.6.0-test3 and 2.6.0-test3-mm1. I can post my kernel config if that'd help.grilo wrote:I upgraded my kernel to the beta3 and i recompiled 3.2.4 and i can't get dri working again. anyone have thisl problem
If you upgraded from a 2.9.x driver to a 3.2.x driver, try running fglrxconfig again, there are some extra options it adds to your XF86Config that might help. If that doesn't work, post your XFree log from one of the times that didn't work.antipop wrote:I'm getting blank screen when trying to start X. I can't get back using Ctrl+Fn keys. I've read the HOWTO-thread, but it didn't help. Am I stuck without ATI binary drivers? I'd like to try the new tv-out feature of those.
No, the only things you should have in selected in that section of the kernel config are agpgart support, and support for your motherboards agp chipset. If you've got any DRI stuff selected, remove it.Grilo wrote:should i have dri built in for these drivers.
Here you goWedge_ wrote:If you upgraded from a 2.9.x driver to a 3.2.x driver, try running fglrxconfig again, there are some extra options it adds to your XF86Config that might help. If that doesn't work, post your XFree log from one of the times that didn't work.antipop wrote:I'm getting blank screen when trying to start X. I can't get back using Ctrl+Fn keys. I've read the HOWTO-thread, but it didn't help. Am I stuck without ATI binary drivers? I'd like to try the new tv-out feature of those.
Code: Select all
[drm] failed to load kernel module "agpgart"Code: Select all
Character Devices -> <*> /dev/agpgart (AGP Support)Wedge_: I don't think this is a problem. I've always had this too since I began to use 2.6. It is because he probably has already loaded agpgart on startup: with newer modutils (module-init-tools) if you try to load a module which is already loaded an error message is produced. This did not happen with modutils for kernel 2.4: I think XFree tries to load agpgart on startup, but it is confused by an error message he does not expect.Wedge_ wrote:This looks like a problem:Code: Select all
[drm] failed to load kernel module "agpgart"
Antipop: please also note that in kernel >2.5 agp support got split into two parts: one is the well known "agpgart" module, the other is a module which depends upon your hardware. Mine, e.g, is called "agp-via", since I have a via chipset on board. Both modules must be loaded in order to use AGP, and yours just looks like an AGP-related issue.Wedge_ wrote: Double check your current kernel config, and make sure the AGP options are correct. You should selectand whichever AGP driver your motherboard needs.Code: Select all
Character Devices -> <*> /dev/agpgart (AGP Support)
OK, thanks. I wasn't sure if it was affecting anything since he was using InternalAGPGART anyway.yardbird wrote:Wedge_: I don't think this is a problem. I've always had this too since I began to use 2.6. It is because he probably has already loaded agpgart on startup: with newer modutils (module-init-tools) if you try to load a module which is already loaded an error message is produced. This did not happen with modutils for kernel 2.4: I think XFree tries to load agpgart on startup, but it is confused by an error message he does not expect.
Yeah, it isn't too helpful when it just stops like thatantipop wrote:I can't really see what's wrong with it.
MMhhh... you mentioned sis-agp.. Do you have a SIS chipset? G-Lite had some problems with an unsupported AGP chipsets made by SiS:antipop wrote:I've done many reboots and I'm 90% sure I've tried with UseInternalAGPGART on and off. I just emerged ati-drivers-3.2.0 and had no luck with it.
This could be the problem, as I didn't know this had to be done. I had just loaded the AGPGart module, not the nforce-agp module. Next time I have to better research a new kernel when I try ityardbird wrote:Wedge_: I don't think this is a problem. I've always had this too since I began to use 2.6. It is because he probably has already loaded agpgart on startup: with newer modutils (module-init-tools) if you try to load a module which is already loaded an error message is produced. This did not happen with modutils for kernel 2.4: I think XFree tries to load agpgart on startup, but it is confused by an error message he does not expect.Wedge_ wrote:This looks like a problem:Code: Select all
[drm] failed to load kernel module "agpgart"
Antipop: please also note that in kernel >2.5 agp support got split into two parts: one is the well known "agpgart" module, the other is a module which depends upon your hardware. Mine, e.g, is called "agp-via", since I have a via chipset on board. Both modules must be loaded in order to use AGP, and yours just looks like an AGP-related issue.Wedge_ wrote: Double check your current kernel config, and make sure the AGP options are correct. You should selectand whichever AGP driver your motherboard needs.Code: Select all
Character Devices -> <*> /dev/agpgart (AGP Support)
Nah no fix. We'll have to wait either for SiS to release some official drivers or some kernel hacker to... well.. start hacking.yardbird wrote:Just look at G-Lite posts. I don't know if he was able to solve the problem, though...
fca wrote:It works! Now I have a beautiful KDE from CVS, with a nice 2.6.0test3 kernel beneath it, and 3D acceleration using the 3.2.4 drivers!
Now, only the framebuffer has to work with the new kernel, and I have everything working, but then bleeding edge.