Hi Klaus,

With Mac OS 10.4.1:

Graphics/Displays:

    NVIDIA GeForce2 MX with TwinView:

      Chipset Model: GeForce2 TwinView
      Type: Display
      Bus: AGP
      Slot: SLOT-1
      VRAM (Total): 64 MB
      Vendor: nVIDIA (0x10de)
      Device ID: 0x0110
      Revision ID: 0x00b2
      ROM Revision: 1075
      Displays:
        Display:
          Type: Display
          Display Type: LCD
          Resolution: 1280 x 1024
          Depth: 32-bit Color
          Core Image: Not Supported
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Quartz Extreme: Supported

So the answer was "%&$##� oh my Goddddddde..."

Best regards from Paris,

Eric Chatonet.

Le 8 juin 05 � 19:06, Klaus Major a �crit :

Hi friends,

could a mac user running Tiger and a Core image capable graphics
card please test this script for me?

Works for me, since i have NO CI capable graphics card, but would like to
see if it works on other macs, too.

Thank you very much in advance!

#######################
on mouseUp
  put char 1 to 4 of the systemversion into isX
  replace "." with "" in isX
  if isX < 104 then
    asnwer "Core image will only be available under OS 104x"
    exit mouseup
  end if

  get shell("system_profiler SPDisplaysDataType")
  put line(lineoffset("Core image",it)) of it into ciready

  if ciready contains "Not" then
    answer "This Mac is NOT Core Image compatible" with "%&$##�"
  else
    answer "This Mac is Core Image compatible" with "Cool!"
  end if
end mouseUp
#######################

You can make a function of this and use it to check if you can use the
new CI transitions in your stacks. In case the script works! ;-)


Best from germany


----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Plugins, tutorials and more on our website
----------------------------------------------------------------
Web site        http://www.sosmartsoftware.com/
Email        [EMAIL PROTECTED]/
Phone        33 (0)1 43 31 77 62
Mobile        33 (0)6 20 74 50 86
----------------------------------------------------------------

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to