[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2009-06-14 Thread Jacuntu53
** Branch linked: lp:~tormodvolden/jockey/fglrx-naming

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-22 Thread Jaakan Shorter
I installed the driver with jockey this morning and saw this in my logs

Sep 22 08:27:37 jms1000 kernel: [22405.922057] Symbol init_mm is marked as 
UNUSED, however this module is using it.
Sep 22 08:27:37 jms1000 kernel: [22405.922076] This symbol will go away in the 
future.
Sep 22 08:27:37 jms1000 kernel: [22405.922079] Please evalute if this is the 
right api to use and if it really is, submit a report the linux kernel 
mailinglist together with submitting your code for inclusion.
Sep 22 08:27:37 jms1000 kernel: [22405.954168] [fglrx] Maximum main memory to 
use for locked dma buffers: 793 MBytes.
Sep 22 08:27:37 jms1000 kernel: [22405.954239] [fglrx]   vendor: 1002 device: 
5975 count: 1
Sep 22 08:27:37 jms1000 kernel: [22405.957764] [fglrx] ioport: bar 1, base 
0x9000, size: 0x100
Sep 22 08:27:37 jms1000 kernel: [22405.958496] [fglrx] Pat entry 2 is already 
configured
Sep 22 08:27:37 jms1000 kernel: [22405.958498] [fglrx] PAT is enabled 
successfully!
Sep 22 08:27:37 jms1000 kernel: [22405.962442] [fglrx:firegl_init_module] 
*ERROR* firegl_stub_register failed

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-22 Thread Jaakan Shorter
I forgot to add.
fglrx version was 8.532-0ubuntu4

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-22 Thread Mario Limonciello
This is caused by having both radeon and fglrx modules loaded at the same
time.  Nonetheless, it's a different bug, i'd recommend opening a different
report if issues like that persist.

On Mon, Sep 22, 2008 at 07:35, Jaakan Shorter
[EMAIL PROTECTED]wrote:

 I installed the driver with jockey this morning and saw this in my logs

 Sep 22 08:27:37 jms1000 kernel: [22405.922057] Symbol init_mm is marked as
 UNUSED, however this module is using it.
 Sep 22 08:27:37 jms1000 kernel: [22405.922076] This symbol will go away in
 the future.
 Sep 22 08:27:37 jms1000 kernel: [22405.922079] Please evalute if this is
 the right api to use and if it really is, submit a report the linux kernel
 mailinglist together with submitting your code for inclusion.
 Sep 22 08:27:37 jms1000 kernel: [22405.954168] [fglrx] Maximum main memory
 to use for locked dma buffers: 793 MBytes.
 Sep 22 08:27:37 jms1000 kernel: [22405.954239] [fglrx]   vendor: 1002
 device: 5975 count: 1
 Sep 22 08:27:37 jms1000 kernel: [22405.957764] [fglrx] ioport: bar 1, base
 0x9000, size: 0x100
 Sep 22 08:27:37 jms1000 kernel: [22405.958496] [fglrx] Pat entry 2 is
 already configured
 Sep 22 08:27:37 jms1000 kernel: [22405.958498] [fglrx] PAT is enabled
 successfully!
 Sep 22 08:27:37 jms1000 kernel: [22405.962442] [fglrx:firegl_init_module]
 *ERROR* firegl_stub_register failed

 --
 fglrx fails to compile with 2.6.27-2 kernel
 https://bugs.launchpad.net/bugs/266956
 You received this bug notification because you are subscribed to fglrx-
 installer in ubuntu.



-- 
Mario Limonciello
[EMAIL PROTECTED]

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-21 Thread Dupond Jean-Louis
#if defined(__x86_64__)  defined(__SMP__)  (LINUX_VERSION_CODE = 
KERNEL_VERSION(2,6,27))
on_each_cpu(KCL_flush_tlb_one, va, 1);
#elif defined(__x86_64__)  defined(__SMP__)  (LINUX_VERSION_CODE = 
KERNEL_VERSION(2,6,25))
on_each_cpu(KCL_flush_tlb_one, va, 1, 1);
#else
flush_tlb_page(vma, va);
#endif

is more correct :)

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-21 Thread Marco Chiappero
Same thing here, the module is now compiling and loading fine but X
refuses to start because of the mismatch.

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-21 Thread Stefan Hamminga
How I got the Hardy xorg running on Intrepid:

1. Move /etc/apt/sources.list = intrepid.list  create a hardy list
mv /etc/apt/sources.list /etc/apt/sources.list.d/intrepid.list
cp /etc/apt/sources.list.d/intrepid.list /etc/apt/sources.list.d/hardy.list
Then open up your favorite editor and edit /etc/apt/sources.list.d/hardy.list 
to preference (I just replace every instance of 'intrepid' with 'hardy')

2. Create /etc/apt/preferences (eg. nano /etc/apt/preferences)
File should contain:
Package: xserver-xorg-core
Pin: release a=hardy
Pin-Priority: 999

3. Remove xorg* (haven't found a way to do a 100% working direct
downgrade)

4. run apt-get update to fetch both hardy and intrepid package lists

5. Reinstall xorg  ubuntu-desktop

Alternatively, when doing a fresh install I'd start with a minimal
server install and just add the desktop kernel  gui after setting the
pin.

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-21 Thread Stefan Hamminga
I'm by no means a programmer, but anyhow I tried to change some stuff to
get the fglrx module to compile on x86_64, in firegl_public.c:

Line 1560:
- return current-euid;
+return current_euid();

Line 4659  4678 (don't know if this is sane to do):
-if (smp_call_function(KCL_setup_pat, NULL, 0, 1) != 0)
+   if (smp_call_function(KCL_setup_pat, NULL, 0) != 0)

It compiles now, but I get the message modpost: GPL-incompatible module
fglrx.ko uses GPL-only symbol '__rcu_read_lock', so still no go...

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-21 Thread Stefan Hamminga
For a simple workaround I changed the license in firegl_public.c to GPL
and it compiles, installs  works! Compiz et all working great with
Intrepid AMD64 and the Hardy x-server.

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-21 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer - 2:8.532-0ubuntu3

---
fglrx-installer (2:8.532-0ubuntu3) intrepid; urgency=low

  [ Alberto Milone (tseliot) ]
  * debian/modaliases/fglrx_supported:
- Add xorg-driver-fglrx to the strings printed to
  fglrx-modules.alias.override so that Jockey can
  detect the name of the package to install (LP: #258641)

  [ Mario Limonciello ]
  * debian/kernel-source-patches/fglrx_8.9_2.6.27.patch:
- Update to compile on x86_64 for 2.6.27 (LP: #266956)

 -- Mario Limonciello [EMAIL PROTECTED]   Sun, 21 Sep 2008 12:29:18
-0500

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Fix Released

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-21 Thread mahdi
still has problems, when running dkms it says:

Kernel preparation unnecessary for this kernel.  Skipping...
applying patch fglrx_8.9_2.6.27.patch...missing header for unified diff at line 
3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|--- /usr/src/fglrx-8.532/firegl_public.c   2008-09-18 15:21:58.0 
+
|+++ firegl_public.c2008-09-21 17:26:16.797520636 +
--
File to patch:

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-20 Thread Stefan Hamminga
I can confirm the problem Mahdi has, running Ubuntu Intrepid x86_64
(latest updates as of 2008-09-20). My language is set as (US) English,
as per default, and my location is set as Netherlands (for correct
timezone  kbd).

** Attachment added: make.sh.log
   http://launchpadlibrarian.net/1077/make.sh.log

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-20 Thread Dupond Jean-Louis
http://kerneltrap.org/mailarchive/linux-kernel/2008/5/29/1968744

This is causing it ... on_each_cpu has 1 argument less in 2.6.27 ... Can't be 
so hard to fix ... 
The 3rd argument is removed ... so just remove it in the code, and it will work 
!

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-20 Thread Mario Limonciello
That's what the kernel patch that's included does.. It works on i386.

On Sat, Sep 20, 2008 at 15:49, Dupond Jean-Louis [EMAIL PROTECTED]
wrote:

 http://kerneltrap.org/mailarchive/linux-kernel/2008/5/29/1968744

 This is causing it ... on_each_cpu has 1 argument less in 2.6.27 ... Can't
 be so hard to fix ...
 The 3rd argument is removed ... so just remove it in the code, and it will
 work !

 --
 fglrx fails to compile with 2.6.27-2 kernel
 https://bugs.launchpad.net/bugs/266956
 You received this bug notification because you are subscribed to fglrx-
 installer in ubuntu.



-- 
Mario Limonciello
[EMAIL PROTECTED]

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-20 Thread Dupond Jean-Louis
It patches the smp_call_function function argument change ... but NOT
the on_each_cpu argument change .. can't be so hard to fix :(

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-20 Thread Dupond Jean-Louis
#if defined(__x86_64__)  defined(__SMP__)  (LINUX_VERSION_CODE = 
KERNEL_VERSION(2,6,25)) 
on_each_cpu(KCL_flush_tlb_one, va, 1, 1);

thats why it only applies to 64bit, because on_each_cpu is never called
when u compile it on a 32bit system !

#if defined(__x86_64__)  defined(__SMP__)  (LINUX_VERSION_CODE = 
KERNEL_VERSION(2,6,25))  LINUX_VERSION_CODE  KERNEL_VERSION(2,6,27) 
on_each_cpu(KCL_flush_tlb_one, va, 1, 1);
#elseif LINUX_VERSION_CODE = KERNEL_VERSION(2,6,27) 
on_each_cpu(KCL_flush_tlb_one, va, 1);
#else
flush_tlb_page(vma, va);
#endif

Could be a possible fix

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-20 Thread Arceliar
Dupond Jean-Louis is pretty much correct. I modified
/var/lib/dkms/fglrx/8.532/source/firegl_public.c to look like:

#if (LINUX_VERSION_CODE = KERNEL_VERSION(2,6,27))
on_each_cpu(KCL_flush_tlb_one, va, 1);
#elif defined(__x86_64__)  defined(__SMP__)  (LINUX_VERSION_CODE = 
KERNEL_VERSION(2,6,25)) 
on_each_cpu(KCL_flush_tlb_one, va, 1, 1);
#else
flush_tlb_page(vma, va);
#endif

in the relevant section and it compiles just fine. Unfortunately, when
trying to start the xserver, I get the following error:

(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) Failed to load module dri (module requirement mismatch, 0)
dlopen: /usr/lib/xorg/modules/drivers//fglrx_drv.so: undefined Symbol: 
miZeroLineScreenIndex
(EE) Failed to load /usr/lib/xorg/modules/driver//fglrx_drv.so
(EE) Failed to laod module fglrx (loader failed, 7)
(EE) No drivers available.

Or at least, that's the part that I assume is relevant. I think that
this error is because Xorg 1.5 and fglrx don't agree yet. The point is,
Dupond's suggestion does essentially solve the bug with with dkms
failing to compile fglrx-kernel-source.

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/17785583/Xorg.0.log.old

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-19 Thread Olivier Blanc
Installing the new versions gives the following errror :

Paramétrage de fglrx-kernel-source (2:8.532-0ubuntu1) ...
Adding Module to DKMS build system
Doing initial module build

Error!  Patch fglrx_8.9_2.6.27.patch as specified in dkms.conf cannot be
found in /var/lib/dkms/fglrx/8.532/build/patches/.
Installing initial module

Error! Could not locate fglrx.ko for module fglrx in the DKMS tree.
You must run a dkms build for kernel 2.6.27-3-generic (i686) first.
Done.

A directory patches should have been in the source tree and it should have 
contained the patch itself.
Doing this modification in the source makes the build and install working 
properly.

Here is the directory tree modified :
# ls -R /usr/src/fglrx-8.532/
/usr/src/fglrx-8.532/:
dkms.conf drm.h   drmP.h  fglrx_8.9_2.6.27.patch  
firegl_public.c  libfglrx_ip.a.GCC3  Makefile  patches
drm_compat.h  drm_os_linux.h  drm_proc.h  fglrxko_pci_ids.h   
firegl_public.h  libfglrx_ip.a.GCC4  make.sh

/usr/src/fglrx-8.532/patches:
fglrx_8.9_2.6.27.patch

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-19 Thread mahdi
the fix released still does not solve the problem. after installing 
2:8.532-0ubuntu2 and running 
sudo dkms build -m fglrx -v 8.532 -k 2.6.27-3-generic
I get:


Kernel preparation unnecessary for this kernel.  Skipping...
applying patch fglrx_8.9_2.6.27.patch...patching file firegl_public.c


Building module:
cleaning build area
pushd /var/lib/dkms/fglrx/8.532/build; sh make.sh --nohints 
--uname_r=2.6.27-3-generic; popd

Error!  Build of fglrx.ko failed for: 2.6.27-3-generic (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/fglrx/8.532/build/ for more information.

the log files are attached


** Attachment added: make.sh.log
   http://launchpadlibrarian.net/17769929/make.sh.log

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-19 Thread Mario Limonciello
What locale are you in?  I'm wondering if something odd is happening
here

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-19 Thread Mario Limonciello
particularly with seeing those characters while you were having the
patch applied.

** Changed in: fglrx-installer (Ubuntu)
   Status: Fix Released = New

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-19 Thread mahdi
I am in Canada. Yes, they are strange!

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-18 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer - 2:8.532-0ubuntu1

---
fglrx-installer (2:8.532-0ubuntu1) intrepid; urgency=low

  * Add debian/kernel-source-patches/fglrx_8.9_2.6.27.patch
to allow compiling against 2.6.27. (LP: #266956)
  * debian/dkms.conf.in:
- Use 2.6.27 patch when building against 2.6.27
  * debian/fglrx-kernel-source.install.in:
- Install patches in kernel-source-patches.

 -- Mario Limonciello [EMAIL PROTECTED]   Thu, 18 Sep 2008
12:08:46 -0500

** Changed in: fglrx-installer (Ubuntu)
   Status: Confirmed = Fix Released

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-16 Thread Stefan Hamminga
That can be solved with pinning the xserver.

Doesn't compile here either (Intrepid AMD64, 2.6.27-3-generic)...

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

2008-09-08 Thread Mario Limonciello
** Changed in: fglrx-installer (Ubuntu)
   Importance: Undecided = Critical
   Status: New = Confirmed

-- 
fglrx fails to compile with 2.6.27-2 kernel
https://bugs.launchpad.net/bugs/266956
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel

-- Thread Yannis T
->










  
  [Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel
  
  
  
  
  
  








	

	ubuntu-bugs 

	
		
			-- Thread --
			-- Date --
			





			
		
	



	
	
	




 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel
Yannis T

 


[Bug 266956] Re: fglrx fails to compile with 2.6.27-2 kernel
Alberto Milone
 

 



 






  
  





Reply via email to