Virtualbox and opengl

hello everyone,
I'm wondering if anyone of you has a running linux setup inside virtualbox which working (hardware-accelerated) opengl?
Because I'm getting this error in the Xorg.0.log:
[ 71.037] (EE) AIGLX error: vboxvideo does not export required DRI extension
[ 71.039] (EE) AIGLX: reverting to software rendering
[ 71.433] (II) AIGLX: Loaded and initialized swrast
and I need some sort of acceleration for video playback.
for the reverence:
host os: win7, 32bit
guest: archlinux, linux 3.1.7
Im pleased to hear your experience with opengl or video acceleration inside virtualbox!
Jakob.

hello everyone,
I'm wondering if anyone of you has a running linux setup inside virtualbox which working (hardware-accelerated) opengl?
Because I'm getting this error in the Xorg.0.log:
[ 71.037] (EE) AIGLX error: vboxvideo does not export required DRI extension
[ 71.039] (EE) AIGLX: reverting to software rendering
[ 71.433] (II) AIGLX: Loaded and initialized swrast
and I need some sort of acceleration for video playback.
for the reverence:
host os: win7, 32bit
guest: archlinux, linux 3.1.7
Im pleased to hear your experience with opengl or video acceleration inside virtualbox!
Jakob.

Similar Messages

  • How do I use Qt and OpenGL with Visual Studio

    Hi! I mainly want to program in C++ and I want to use Qt and OpenGL with Visual Studio.
    I am currently revising C++ and later on i am going to start reading Qt and OpenGL. I have a background of
    Embedded firmware design(C and Assembly).
    The Visual Studio Version I have is 2013 ultimate. How do I use Qt and OpenGL with Visual Studio?
    Thanks
    Alexandros

    Hi ClassicalGuitar,
    The forum supports VS setup and installation. And your issue is not about the forum. I will move the thread to off-topic forum. Thanks for your understanding.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • PSE 11 and OpenGL/CUDA

    Is PSE 11 supporting CUDA or/and  OpenGL? Nvidia GeForce 660., WIN7
    Does PSE 8? Any Threat?
    Thanks

    OpenGL is needed to display 3D Pixellate and Pan n Zoom themes in Full Screen View in PSE11 as well as 8.
    Can you please explain your question and the threat you are suspecting?
    Thanks
    Andaleeb

  • 6770m and OpenGL

    Ok, so I am still having issues with my GPU and games using OpenGL. I have already applied the correct  BIOS fix for my particular model of dv6 machine. I am positive that I am running in Fixed mode, as my Catalyst Control Center options are now showing that I am running on the discrete GPU. I can further confirm this from the fact that Battlefield 3 and other games not utilizing OpenGL now have no issues whatsoever.
    Today I finally got the time to test whether or not OpenGL games would work on my laptop. I attempted to start up Amnesia: The Dark Descent, which utilizes either OGL 2.0 or 2.1. I would assume the BIOS fix would allow my laptop to run this game easily. However, upon attempted startup, I get the "AMD graphics driver has stopped working and has recovered" error.
    I am fairly sure that my drivers are updated, as I have recently updated through HP support. I did download the Battlefield 3 and Rage support drivers from AMD. Could this be causing issues? Or is it something else?

    I honestly think you were missing my point. I had downloaded the recent drivers from AMD and HP, and OpenGL seemed to be working, but I couldn't find CCC anywhere on my machine.
    However, CCC finally popped up when I downloaded it from your driver search through AMD's stie. I did a Driver Sweeper run before that, and it still wasn't popping up.
    I tested Battlefield 3 and Amnesia (uses OGL), and everything seems to be working.
    I think my issue is resolved. 

  • Getting started using c++ and Opengl

    Hi all,
    I hope this is the right section to post this question. I am trying to getting started in developing little games in C++ usign Opengl. I have tryed to look for some documentation and understand how to set up my dev environment. I am a little bit confused on wich version of OpenGl to install and whether or not I need to support it installing particular drivers.
    This are the information on my VGA controller obtained typing "lspci -v"
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
            Subsystem: Dell Device 0571
            Flags: bus master, fast devsel, latency 0, IRQ 35
            Memory at f2400000 (64-bit, non-prefetchable) [size=4M]
            Memory at e0000000 (64-bit, prefetchable) [size=256M]
            I/O ports at 5000 [size=64]
            Expansion ROM at <unassigned> [disabled]
            Capabilities: <access denied>
            Kernel driver in use: i915
            Kernel modules: i915
    01:00.0 VGA compatible controller: NVIDIA Corporation GF116M [GeForce GT 555M/635M] (rev a1) (prog-if 00 [VGA controller])
            Subsystem: Dell GeForce GT 555M
            Flags: bus master, fast devsel, latency 0, IRQ 39
            Memory at f0000000 (32-bit, non-prefetchable) [size=32M]
            Memory at c0000000 (64-bit, prefetchable) [size=256M]
            Memory at d0000000 (64-bit, prefetchable) [size=64M]
            I/O ports at 4000 [size=128]
            Expansion ROM at f2000000 [disabled] [size=512K]
            Capabilities: <access denied>
            Kernel driver in use: nouveau
            Kernel modules: nouveau
    Any help is much appreciated!

    Not sure I understand what you're trying to do/install and why based on your post. But since it sounds like you're trying to jump right into the middle of it and I "got started using c++ and opengl" without having any clue of anything a week or so ago, here's some random stuff that would have saved me a lot of time:
    - I don't think nouveau is so great for opengl - you're probably better of using the proprietary nvidia driver (which isn't great for development, but still, better / necessary). You seem to be on a laptop? Then you might need one of those bumblebee / optimus things which makes the situation a lot worse. I never had to use those things, but based on various random posts I came across while I was breaking & fixing my own opengl stuff, everything seems to be even more confusing & glitchy/breaky for the people who have to use it on TOP of the whole rest. You might waste a lot of time looking for errors in your code when there are none and it's really just that optimus/bumblebee thing messing stuff up. Which is TERRIBLE if you're just getting started, so you probably should think about using a different machine with a "real / normal" graphics card for this until you have seen "how opengl is supposed to behave" without this additional source of messy breakage.
    - New to c++ and confused with including / linking etc? If so: Try cmake (google "findpackage.cmake" for whatever you need, look at some cmakelist.txt's for programs similar to what you want to write) - that might get you started a lot faster while you're still not sure what you need/want and enables you to learn the boring stuff piece by piece when you really need it (as opposed to all in one giant boring heap before you can even try anything fun).
    - Kdevelop (or any IDE that has some support for cmake + GOOD syntax completion) also helps a LOT in the beginning.
    - For a start, you just need a modern opengl context. The rest  (glew, glut, opengl, etc) will probably somehow fall into place once you made your choice there and just start with that. SFML is probably the most comfortable to offer an opengl context for a beginner (SDL can be a bit stubborn if you're as clueless as I was. I also tried several others and they all seemed rather "brittle", leading to confusing results if you try to use them while not having much of a clue yet).
    - If you already know some C++/opengl, "those pesky :: 's" don't confuse you as much as they did me when I took a first look, and you don't necessarily want to try doing everything very lowlvl (write your own shader class etc) at first until you understand stuff, you can also try to use qt5's opengl context from the start (I'm switching to it now that I need a GUI in addition to raw opengl).
    - After you manage to draw some obsolete opengl stuff (glbegin() tutorials are everywhere) to confirm that you managed to create your gl context, it probably makes sense to forget about "glbegin" again right away and focus on ShaderProgram/VAO/VBO. It might make sense to to create + render a VAO manually first to get a better understanding of what they are/do... but on the other hand, you can also safe a lot of time if you use premade ShaderProgram/VAO/VBO classes (I think qt5 has all of those) instead right away.
    - At the point you manage to get a VAO rendered in your context, you probably won't rely on finding information specific to your framework (p.E.: linux/qt/nvidia stuff/sfml) so heavily any more and can look for general opengl / VAO / VBO / Open Shader Language stuff - which is all over the place and easy to find.
    - Limiting your googling to THE LAST YEAR when you look for opengl/c++ stuff might get you a lot less confusing / obsolete results.
    Good luck!
    Last edited by whoops (2015-02-17 09:07:16)

  • [SOLVED] Virtualbox and USB Support

    I use Virtualbox quite regularly for work and school. I have Windows installed within Virtualbox, and I use it whenever school or work requires. However, USB support has never worked for me (even with the fstab addition) and I thought maybe I'll spend some time to figure this out.
    Basically, I may want to do things like insert a flash drive and make it available to the VM, or even sometimes an MP3 player or even my PSP. Unfortunately, it doesn't seem to work. There USB filters, but often times the device I want is greyed out, and can't be selected. When I am able to select a device to create a filter, it doesn't do anything. I did check the Wiki already.
    Maybe I'm missing something? Or is USB support in Virtualbox just that bad? I was hoping there would be some sort of way I can dedicate a USB port to Virtualbox, and make it exclusive. I think VMWare can do that but I'm not sure that Virtualbox can.
    Last edited by jlacroix (2010-10-19 02:41:44)

    I hope it's ok to post in this thread because if I started a new thread the title would be identical.  I am also using virtualbox_bin from AUR and while USB passthrough works just fine to my Windows XP guest, it can't be working any faster than USB v1.1 speed.  I have the appropriate entry in /etc/fstab and am a member of the virtualbox group.  No permissions problems and from what I can tell there's no corruption of data to/from any of my USB flash drives.  The only issue I've had other than the aforementioned lack of speed is with a 1TB Western Digital Passport.  It seemed to have "lost" some directories.  In other words they appeared completely empty on the XP side.  After shutting down the guest I verified that all of the files were indeed still there and intact.  I've basically chalked that one up to a deficiency in Windows XP.  But this speed issue is seriously holding me back.

  • Kernel Panic when run virtual machine same time on VirtualBox and Parallels Desktop

    Hi,
    Like as the title of thread: "Kernel Panic when run virtual machine same time on VirtualBox and Parallels Desktop"
    Please help me, below is report: http://pastebin.com/YpX13MYc
    Version Parallels Desktop:  8.0.18608
    Version VirtualBox: 4.2.16
    Thanks alot!

    It may also be one of these:
    com.kerio.kext.kvnet    8.1.1
    com.nvidia.CUDA 1.1.0
    at.obdev.nke.LittleSnitch       2.5.3

  • Auto startup/shutdown virtualbox and the machine running in it ?

    i am trying to use the phpvirtualbox to control the running of the virtualbox. although i am still using the rc.conf start the phpvirtualbox, i saw there was a way to start it up by  systemd. the question is, in order to start phpvirtualbox, you need to start the a virtualbox first (am i right ?), but how. also, when i want to shutdown the server, i have to stop the phpvirtualbox, the vm (which is xp in my case) inside the virtualbox and then the virtualbox, but how ?

    Robert Kempner wrote:
    Do I need to have "Time Machine" running in the background all the time ...
    It is how it is designed to be used. How Time Machine Works its Magic
    Robert Kempner wrote:
    ... can I turn it off and on say, once a week?
    Why..?
    Perhaps TM is not for you... See Time Machine vs. Clones and Archives
    More Info here >  http://www.reedcorner.net/guides/backups/ch2.php

  • [SOLVED] Virtualbox and screen resolutions...

    I'm not sure if any of the following updates could have done it but the auto change resolution feature in a Virtualbox Windows guest has suddenly stopped working... I tried reinstalling virtualbox and extensions and reinstalling the virtualbox drivers in windows but it doesn't work for some reason.  Any one else experience this lately?
    Thanks!
    [2011-10-23 16:24] Running 'pacman -Syu'
    [2011-10-23 16:24] synchronizing package lists
    [2011-10-23 16:25] starting full system upgrade
    [2011-10-23 16:25] upgraded gnote (0.8.0-1 -> 0.8.1-1)
    [2011-10-23 16:25] upgraded transmission-cli (2.41-2 -> 2.42-1)
    [2011-10-23 16:25] upgraded transmission-gtk (2.41-2 -> 2.42-1)
    [2011-10-23 16:25] upgraded unrar (4.0.7-1 -> 4.1.2-1)
    [2011-10-23 16:25] upgraded whois (5.0.11-1 -> 5.0.12-1)
    [2011-10-23 16:26] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.PcN/gnome-shell-extension-weather-git-20111023-2-any.pkg.tar.xz'
    [2011-10-23 16:26]
    [2011-10-23 16:26] First, get your WOEID from Yahoo.
    [2011-10-23 16:26] For configuration, see https://github.com/simon04/gnome-shell-extension-weather
    [2011-10-23 16:26] and consider the following commands:
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather woeid your_woeid
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather unit celsius
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather unit fahrenheit
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather translate-condition true
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather translate-condition false
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather use-symbolic-icons false
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather use-symbolic-icons true
    [2011-10-23 16:26] Alternatively, use dconf-editor for configuration.
    [2011-10-23 16:26] Don't forget to restart GNOME Shell ([Alt]+[F2], r).
    [2011-10-23 16:26] upgraded gnome-shell-extension-weather-git (20111002-1 -> 20111023-2)
    [2011-10-23 16:26] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.6Sl/gnome-shell-system-monitor-applet-git-20111023-1-any.pkg.tar.xz'
    [2011-10-23 16:26] upgraded gnome-shell-system-monitor-applet-git (20111005-1 -> 20111023-1)
    [2011-10-23 16:26] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.T9J/zukitwo-themes-20111023-1-any.pkg.tar.xz'
    [2011-10-23 16:26] upgraded zukitwo-themes (20111022-1 -> 20111023-1)
    [2011-10-23 22:40] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.DJl/gnome-shell-frippery-0.3.0-1-any.pkg.tar.xz'
    [2011-10-23 22:40] installed gnome-shell-frippery (0.3.0-1)
    [2011-10-24 09:03] Running 'pacman -Syu'
    [2011-10-24 09:03] synchronizing package lists
    [2011-10-24 09:03] starting full system upgrade
    [2011-10-24 09:03] upgraded kbd (1.15.3-1 -> 1.15.3-2)
    [2011-10-25 09:10] Running 'pacman -Syu'
    [2011-10-25 09:10] synchronizing package lists
    [2011-10-25 09:10] starting full system upgrade
    [2011-10-25 09:11] upgraded empathy (3.2.1-1 -> 3.2.1.1-1)
    [2011-10-25 09:11] upgraded pcre (8.13-2 -> 8.20-1)
    [2011-10-25 09:11] upgraded git (1.7.7-1 -> 1.7.7.1-1)
    [2011-10-25 09:11] upgraded libgweather (3.2.0-1 -> 3.2.1-1)
    [2011-10-25 09:11] upgraded mkinitcpio-busybox (1.18.5-1 -> 1.19.2-1)
    [2011-10-25 09:11] ATTENTION UDEV:
    [2011-10-25 09:11] ----------
    [2011-10-25 09:11] We now use upstream rules for assigning devices to the 'disk', 'optical',
    [2011-10-25 09:11] 'scanner' and 'video' groups. Beware of any changes.
    [2011-10-25 09:11] --
    [2011-10-25 09:11] We no longer create symlinks from /dev/<dev> to /dev/<dev>0.
    [2011-10-25 09:11] --
    [2011-10-25 09:11] For security reasons, we no longer add devices to the 'storage' group. Use
    [2011-10-25 09:11] udisks and friends, or add custom rules to /etc/udev.d/rules/, if you want
    [2011-10-25 09:11] this functionality back.
    [2011-10-25 09:11] --
    [2011-10-25 09:11] We no longer create the static nodes on install needed for an initrd-less and
    [2011-10-25 09:11] devtmpfs-less boot, this only affects fresh installs.
    [2011-10-25 09:11] ---------------
    [2011-10-25 09:11] upgraded udev (173-3 -> 174-1)
    [2011-10-25 09:11] upgraded mkinitcpio (0.7.4-1 -> 0.7.5-1)
    [2011-10-25 09:11] upgraded soprano (2.7.0-1 -> 2.7.2-1)
    [2011-10-25 09:11] upgraded sudo (1.8.2-1 -> 1.8.3-1)
    [2011-10-25 09:11] upgraded xorg-server-common (1.11.1-2 -> 1.11.1.901-1)
    [2011-10-25 09:11] upgraded xorg-server (1.11.1-2 -> 1.11.1.901-1)
    [2011-10-25 09:11] upgraded xorg-sessreg (1.0.6-2 -> 1.0.7-1)
    [2011-10-25 09:11] upgraded xorg-xdpyinfo (1.2.0-2 -> 1.3.0-1)
    [2011-10-25 09:12] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.bsV/alacarte-0.13.2-6-any.pkg.tar.xz'
    [2011-10-25 09:12] upgraded alacarte (0.13.2-5 -> 0.13.2-6)
    [2011-10-25 09:19] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.nLC/virtualbox-bin-4.1.4-1-x86_64.pkg.tar.xz'
    [2011-10-25 09:19] :: Unloading VirtualBox kernel modules [BUSY] [DONE]
    [2011-10-25 09:19] :: Stopping VirtualBox Web Service [BUSY] [DONE]
    [2011-10-25 09:19] :: Removing VirtualBox kernel modules with DKMS [BUSY] [DONE]
    [2011-10-25 09:19] :: Adding VirtualBox kernel modules in DKMS [BUSY] [DONE]
    [2011-10-25 09:19] :: Bulding VirtualBox kernel modules with DKMS [BUSY] [DONE]
    [2011-10-25 09:19] :: Installing VirtualBox kernel modules with DKMS [BUSY] [DONE]
    [2011-10-25 09:19]
    [2011-10-25 09:19] ==> Remember to add allowed users to the vboxusers group:
    [2011-10-25 09:19] ==> # gpasswd -a USERNAME vboxusers
    [2011-10-25 09:19] ==>
    [2011-10-25 09:19] ==> To load virtualbox modules automatically you can add vboxdrv in your DAEMONS
    [2011-10-25 09:19] ==> To start virtualbox web service automatically you can add vboxweb in your DAEMONS
    [2011-10-25 09:19] ==>
    [2011-10-25 09:19] ==> To fix missing usb devices, you can call rc.d fixusb vboxdrv or reboot your computer
    [2011-10-25 09:19] upgraded virtualbox-bin (4.1.4-1 -> 4.1.4-1)
    [2011-10-25 09:20] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.TG2/virtualbox-ext-oracle-4.1.4-1-any.pkg.tar.xz'
    [2011-10-25 09:20] 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    [2011-10-25 09:20] 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    [2011-10-25 09:20] upgraded virtualbox-ext-oracle (4.1.4-1 -> 4.1.4-1)
    Last edited by fowler (2011-11-13 05:04:32)

    No dice... I did all that and still doesn't work.  Do you think gnome3.2 has something to do with it?
    Mektub wrote:
    fowler,
    I don't have problems with auto change resolution and my system is up to date, particularly xorg (not gnome, i don't use it).
    However I don't use virtualbox-bin (I did, in the past), I don't think its needed anymore.
    I have installed:
    virtualbox 4.1.4-2
    virtualbox-additions 4.1.4-1
    virtualbox-ext-oracle 4.1.4-1 (from aur)
    and then installed the guest additions, which should be enough.
    Mektub

  • VirtualBox: No OpenGL acceleration?

    Not exactly sure what's going on here, but whenever I try to use an OpenGL app (or a Direct3D app w/ wined3d), it doesn't start. At all.
    Guest is Windows XP Home SP2. Host is Arch i686. I've given the guest 32mb VRAM and 3d acceleration, and installed the guest additions. I have an nvidia graphics card, using the proprietary nvidia driver. Specifically, 9800GT.

    Try giving some more to the video, some games needs at least 64Mb, and run dxdiag to test the acceleration.
    Here is a list of what is working and what is not:
    http://forums.virtualbox.org/viewtopic.php?f=2&t=2525
    I assume you are using the virtualbox_bin from AUR?

  • Virtualbox and Windows 7

    Hi
    I install virtual box and i need windows 7 in my arch.
    but it have error and i can't install windows 7 or xp
    see this:
    http://www.pic.iran-forum.ir/images/d0z … byvrhg.png
    Moderator edit: The included image is too big. See post below. -- bernarcher
    Last edited by bernarcher (2011-12-18 14:30:54)

    vbim0nk wrote:
    As was stated after you installed virtualbox-modules, you need to load the modules manually. Also make sure your username is part of the vboxusers group.
    sudo modprobe vboxdrv
    sudo modprobe vboxnetflt
    sudo gpasswd -a USERNAME vboxusers
    Then log out and back in. You should also probably add those modules to the modules section of your rc.conf, or you will have to use modprobe manually every time you reboot. Also check out the wiki page for VirtualBox, it is very informative.
    thanks .
    when i share a folder where can i find it?

  • SAP NetWeaver 7.02 SP6 64-bit Trial - VirtualBox and Remote Access

    Hi there friends.
    I'm wondering if what I am about to ask is possible and how to do it.
    1st let me tell you about the configuration I have:
         I've installed SAP NetWeaver Application Server ABAP 7.02 SP6 64-bit Trial inside a virtual machine on virtualbox. I can access it from outside the VM (but on the Host computer. The one thing I would like to know is if there is anyway of accessing SAP from a computer on the net. I managed to remote access to SAP if it was installed in the HOST machine by making port forwarding in my internet router, but how do I access SAP inside the VM ?
    Thank you for your time and waiting for some answers,
    Ricardo Monteiro

    Hello,
    I have installed the same SAP NetWeaver AS ABAP Trial system inside a virtual machine on VirtualBox too. The host machine is in the office and I have access only from office network. When I am outside of the network am not able to access it.
    Can I access the system from outside (i.e from home, any other network) the office via Internet?
    I attach screenshots - "ipconfig" from host and guest machine.
    HOST:
    GUEST:
    I should mention that, address 192.168.1.101 I have added in file "hosts" located in Windows\System32\drivers\etc on virtual machine.
    Regards,
    Marcin Czarny

  • 3d and OpenGL won't enable in Photoshop CC

    Why Can I not enable OpenGl and thus 3d rendering in Photoshop?
    Adobe Photoshop Version: 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2693 MHz
    Built-in memory: 6049 MB
    Free memory: 2837 MB
    Memory available to Photoshop: 5247 MB
    Memory used by Photoshop: 70 %
    Image tile size: 128K
    Image cache levels: 4
    Photoshop crashed on 3/1/2013 at 7:42:53 AM (GetImageViewResourceSharingGLContext)
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Unavailable
    OpenGL Version: 3.0
    Video Rect Texture Size: 16384
    OpenGL Memory: 1024 MB
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce 610M/PCIe/SSE2
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    Video Card Number: 2
    Video Card: NVIDIA GeForce 610M  
    Driver Version: 9.18.13.1144
    Driver Date: 20130314000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode: 1366 x 768 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce 610M  
    Video Card Memory: 1024 MB
    Video Card Number: 1
    Video Card: Intel(R) HD Graphics 3000
    Driver Version: 9.17.10.2932
    Driver Date: 20121212000000.000000-000
    Video Card Driver: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32
    Video Mode:
    Video Card Caption: Intel(R) HD Graphics 3000
    Video Card Memory: 2108 MB
    Serial number: 90970587732134368640
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\Robbey\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled

    Seems to check out but I must admit, not sure what else to look for here:
    Adobe Photoshop Version: 14.1.2 (14.1.2 20130923.r.427 2013/09/23:23:00:00) x64
    Operating System: Mac OS 10.8.5
    System architecture: Intel CPU Family:6, Model:23, Stepping:6 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1
    Physical processor count: 8
    Processor speed: 2800 MHz
    Built-in memory: 8192 MB
    Free memory: 5675 MB
    Memory available to Photoshop: 7427 MB
    Memory used by Photoshop: 83 %
    Image tile size: 1024K
    Image cache levels: 4
    Display: 1
    Main Display
    Display Bounds: top=0, left=0, bottom=1050, right=1680
    Display: 2
    Display Bounds: top=-77, left=-1600, bottom=1123, right=0
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Normal
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    NumGPUs=1
    gpu[0].OGLVersion="2.1"
    gpu[0].MemoryMB=1024
    gpu[0].RectTextureSize=16384
    gpu[0].Renderer="NVIDIA GeForce GTX 650 OpenGL Engine"
    gpu[0].RendererID=16918087
    gpu[0].Vendor="NVIDIA Corporation"
    gpu[0].VendorID=4318
    gpu[0].HasNPOTSupport=1
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLSupported=1
    gpu[0].OCLVersion="1.2 (Apr 25 2013 18:32:06)"
    gpu[0].CUDASupported=0
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.20"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[16384]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[2048]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[124]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    Serial number: 90970707059840989882
    Application folder: /Applications/Adobe Photoshop CC/
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 297.3G, 43.7G free
      WILLOW2, 930.7G, 505.8G free
      SCRATCHY, 465.4G, 385.7G free
    Required Plug-ins folder: /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Required/Plug-Ins/
    Primary Plug-ins folder: /Applications/Adobe Photoshop CC/Plug-ins/
    Installed components:
       adbeape.framework   adbeape   3.4.0.29366   0.1160850
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.3.2.30746   79.535742
       adobe_caps.framework   adobe_caps   7.0.0.21   1.248010
       AdobeACE.framework   AdobeACE   2.20.02.31468   79.543790
       AdobeAGM.framework   AdobeAGM   4.30.24.31468   79.543790
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.03.31468   79.543790
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   79.543790
       AdobeCoolType.framework   AdobeCoolType   5.13.00.31468   79.543790
       AdobeCrashReporter.framework   AdobeCrashReporter   7.0.1  
       AdobeExtendScript.framework   AdobeExtendScript   4.5.5.30746   79.535742
       AdobeJP2K.framework   AdobeJP2K   1.2.2.29712   79.248139
       AdobeLinguistic.framework      19061  
       AdobeMPS.framework   AdobeMPS   5.8.1.30604   79.535029
       AdobeOwl.framework   AdobeOwl   5.0.13   79.533484
       AdobePDFL.framework   AdobePDFL   10.0.1.30505   79.499517
       AdobePDFSettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   7.0.0.1786  
       AdobeScCore.framework   AdobeScCore   4.5.5.30746   79.535742
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   79.151481   79.151481
       AdobeXMPFiles.framework   AdobeXMPFiles   79.151481   79.151481
       AdobeXMPScript.framework   AdobeXMPScript   79.151481   79.151481
       ahclient.framework   ahclient   1.8.0.31  
       aif_core.framework   AdobeAIF   5.0.00   79.534508
       aif_ocl.framework   AdobeAIF   5.0.00   79.534508
       aif_ogl.framework   AdobeAIF   5.0.00   79.534508
       AlignmentLib.framework   xcode   Copyright © 2013 Adobe Systems Incorporated  
       amtlib.framework   amtlib   7.0.0.169  
       boost_date_time.framework   boost_date_time   7.0.0.0  
       boost_signals.framework   boost_signals   7.0.0.0  
       boost_system.framework   boost_system   7.0.0.0  
       boost_threads.framework   boost_threads   7.0.0.0  
       Cg.framework   NVIDIA Cg     
       CIT.framework   CIT   2.1.6.30929   151865
       CITThreading.framework   CITThreading   2.1.6.30929   151865
       dvaaudiodevice.framework   dvaaudiodevice   7.0.0.0  
       dvacore.framework   dvacore   7.0.0.0  
       dvamarshal.framework   dvamarshal   7.0.0.0  
       dvamediatypes.framework   dvamediatypes   7.0.0.0  
       dvaplayer.framework   dvaplayer   7.0.0.0  
       dvatransport.framework   dvatransport   7.0.0.0  
       dvaunittesting.framework   dvaunittesting   7.0.0.0  
       dynamiclink.framework   dynamiclink   7.0.0.0  
       FileInfo.framework   FileInfo   79.151561   79.151561
       filter_graph.framework   AdobeAIF   5.0.00   79.534508
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       LogSession.framework   LogSession   2.1.2.1785  
       mediacoreif.framework   mediacoreif   7.0.0.0  
       patchmatch.framework   patchmatch   1.2.00.31297   79.542390
       PlugPlugOwl.framework   PlugPlugOwl   4.0.1.34  
       UpdaterNotifications.framework   UpdaterNotifications   7.0.1.102   "7.0.1.102"
       WRServices.framework        
    Required plug-ins:
       3D Studio 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Accented Edges 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 14.0, Copyright © 2013 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       Angled Strokes 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 14.1.2 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 8.2 (94), Copyright © 2013 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Camera Raw Filter 8.2 (94), Copyright © 2013 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 14.1.2 x001  ©2002-2013 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 14.1.2 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 14.1.2 x001  ©2003-2013 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dicom 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “dicom.plugin”
       Difference Clouds 14.1.2 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 14.1.2 x001  ©1997-2013 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Entropy 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Extrude 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 14.1.2 x001  ©1990-2013 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Flash 3D 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Fresco 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Google Earth 4 KMZ 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Grain 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 14.1.2 x001  ©2001-2013 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Kurtosis 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Lens Blur 14.0, Copyright © 2002-2013 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 14.0, Copyright © 2002-2013 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 14.0, Copyright © 2001-2013 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 14.1.2 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Maximum 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mean 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Measurement Core 14.1.2 x001  ©1993-2013 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Median 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mezzotint 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Minimum 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       MMXCore Routines 14.1.2 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 14.1.2 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 14.1.2 x001  ©1993-2013 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 14.0, Copyright © 2013 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 14.1.2 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Photoshop Touch CC (14.0.0.0) ©1993-2013 Adobe Systems Incorporated - from the file “PSDX.plugin”
       Picture Package Filter 14.1.2 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 14.1.2 x001  ©1989-2013 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 14.1.2 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 14.1.2 x001  ©2003-2013 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Range 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 14.0, Copyright © 1999-2013 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2013 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shake Reduction 14.0, Copyright © 2013 Adobe Systems Incorporated - from the file “Shake Reduction.plugin”
       Shear 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Skewness 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Smart Blur 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 14.1.2 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Standard Deviation 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       STL 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Sumi-e 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Summation 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Targa 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Variance 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Water Paper 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 14.0, Copyright © 1991-2013 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wavefront|OBJ 14.1.2 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Wind 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 14.1.2 x001  ©1989-2013 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 14.0, Copyright © 2003-2013 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Kuler
       Adobe Exchange
    Installed TWAIN devices: NONE

  • Intel GMA and OpenGL 1.2... update? Even the Radeon 7000 supports 1.3!

    It seems that on several large projects (VMWare, a few games out there being developed for OS X too), the issue of the Intel GMAs not having proper OpenGL support in Apple's drivers have been a problem for months now.
    The thing is, the GMA 950 is capable of OpenGL 1.4 functions, the GMA X3100 is capable of OpenGL 1.5 functions. Unfortunately, the drivers for both have never been updated past 1.2...
    What's going on?! As usual the only two ways to fix this are workarounds (disabling multi-texturing for example, something that has to be done by the developer), or simply booting into Windows where Intel actually took writing the driver seriously.
    I understand that Intel and Apple are supposed to have something special going on (promising more custom projects like the MacBook Air), but why are they not keeping these things more on top of the ball?
    If there haven't been any bug reports about it, take this one as a big one. I'm sure that a lot of people (even those who don't know why MacBooks and Mac Minis can't run certain programs they wish to use in OS X), would appreciate it.
    Thank you.

    Hi OoTLink;
    This is not the place to file bug reports.
    Allan

  • InDesign CS6 and OpenGL 1.5 / image frames grey out in INDML

    Hi everyone,
    I work for a non-profit and I just upgraded to InDesign CS6 on my (signifcantly more robust) machine. Now thier (significantly wimpier) machine needs to be upgraded too as we send INDD files back and forth on a monthly basis, and both sides do edits to the file. The INDML file I export out of CS6 is greying out many of the linked photos (but not all) when they read the INDML file in with CS4.
    Two things:
    1) Upgrading the slower machine to CS6 is the place, but the hitch is that computer has a graphics card that is only OPENGL 1.5 capabale (GMA X3100). The CS6 specs state you need a card that supports OPENGL 2.0. We can't afford to replace the computer, so: I wouldn't dream of running photoshop CS6 on this old machine, but could InDesign CS6 function on OPENGL 1.5?
    2) Alternatively, why are only some of the pictures greying out in the INDML file? Can I fix this CS6 > CS4 issue without upgrading to CS6?
    Help! Thanks!

    The system requirements for stand-alone ID don't mention OpenGL at all. You might want to download a trial and see how it runs.
    .idml does not include any link previews (that's one of the main reasons the file is so compact). Images that are showing up on the other end must be accessible so that ID can regenerate the previews.

Maybe you are looking for