Results 1 to 4 of 4

Thread: Mac Mini, 8.10, Visual Effects with Intel GMA

  1. #1
    Join Date
    Apr 2007
    Location
    Manchester (UK)
    Beans
    10
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Mac Mini, 8.10, Visual Effects with Intel GMA

    Hello everyone,

    Ive just installed Ubuntu for the first time on my intel mac mini.
    Everything seems fine, except i cant get the visual effects running, but they would work when I booted into the live CD.

    here is the output of lspci:
    mark@macubuntu:~$ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

    Does anyone know why this is not working?
    Thanks very much,

    mark.

  2. #2
    Join Date
    Dec 2004
    Location
    Winter Garden, FL - USA
    Beans
    129
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Mac Mini, 8.10, Visual Effects with Intel GMA

    Check the output of the following:
    Code:
    glxinfo|grep DRI
    DRI should = YES

    If not, no effects. Are you using the intel linux drivers for the GMA card?

  3. #3
    Join Date
    Mar 2005
    Beans
    96

    Re: Mac Mini, 8.10, Visual Effects with Intel GMA

    nevermind
    Last edited by rcmn; February 10th, 2009 at 04:44 AM.

  4. #4
    Join Date
    Apr 2007
    Location
    Manchester (UK)
    Beans
    10
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Mac Mini, 8.10, Visual Effects with Intel GMA

    Hiya,

    thanks for the reply.
    Ive since got it working now, by changing the following in xorg.conf:
    Code:
    Section "Screen"
    	Identifier	"Configured Screen Device"
    	Device	"Configured Video Device"
    	SubSection "Display"
    		Virtual 2048 1024
    		#Virtual 2432 1024
    	EndSubSection
    The answer to your question is:
    Code:
    OpenGL renderer string: Mesa DRI Intel(R) 945GM 20061102 x86/MMX/SSE2
    Ive no idea what any of this means! Im just glad its working now! I assume that im using the linx intel drivers, ive just done a fresh install and havnt changed anything. Is there any way I can tell?
    Thanks,
    Mark.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •