[Ubuntu-x-swat] [Bug 392039] Re: initramfs scripts hard-coded to load i915; blocks loading fglrx

2009-09-05 Thread Jaromir Obr
In reply to #9: I applied 'aticonfig --acpi-services=off' (see bug 31460) and it helped me. Now module 'fglrx' is running even together with 'i915' and acceleration works well. Tested with kernels 2.6.28-13 and 2.6.31-9. my configuration: Ubuntu 9.10 Karmic, amd64 fglrx 8.660 -- initramfs scri

[Ubuntu-x-swat] [Bug 392039] Re: initramfs scripts hard-coded to load i915; blocks loading fglrx

2009-09-05 Thread Jaromir Obr
I'm sorry, I meant bug 314600. -- initramfs scripts hard-coded to load i915; blocks loading fglrx https://bugs.launchpad.net/bugs/392039 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to fglrx-installer in ubuntu.

[Ubuntu-x-swat] [Bug 392039] Re: initramfs scripts hard-coded to load i915; blocks loading fglrx

2009-09-07 Thread Kano
The used code is complete nonsense: if modprobe -q intel_agp && modprobe -q i915; then FB=kms fi ;; The thing is: EVERY module can be modprobed and stays in memory and returns 0 exit status when the hardware is NOT present. It would get active if the hardwa

[Ubuntu-x-swat] [Bug 392039] Re: initramfs scripts hard-coded to load i915; blocks loading fglrx

2009-09-16 Thread Dave Lentz
The code snippet above is causing a lot of issues for ati, nvidia, and other non-intel graphics users (I've marked some other bugs as duplicates of this one because the root problem is in initramfs). Someone please mark this as a high priority bug. ** Changed in: initramfs-tools (Ubuntu) St