Search Results

Search found 3 results on 1 pages for 'emchristiansen'.

Page 1/1 | 1 

  • Ubuntu suddenly won't boot on a Mac

    - by emchristiansen
    I installed 11.10 in dual-boot mode following instructions here: https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation Everything worked fine, until I recently updated from Mac OS 10.6.x to the latest 10.6.x (this was a minor update prompted by OS X). The update made the rEFIt screen disappear, so I ran Boot Repair and reinstalled rEFIt and everything worked. I accidentally left my computer without power while booted into Ubuntu, until it presumably died or hibernated itself. I have been unable to boot into Ubuntu since. I didn't see the GRUB screen when I selected Linux the rEFIt chooser. Then I reinstalled rEFIt and the Linux option disappeared from the rEFIt chooser. This is a link to the boot info collected by Boot Repair: http://paste.ubuntu.com/755543/ Any help would be appreciated, especially an explanation of what all these components are (EFI, MBR, GPT, GRUB), where they live on disk, how the system knows to find each component, and how they relate to each other. Thanks!

    Read the article

  • Where can I find a collection of photorealistic scenes? [on hold]

    - by emchristiansen
    Where can I find a collection of 10-100 3D scenes with photorealistic levels of detail? For example, the scene rendered here contains photorealistic detail. Note I want the underlying object models, textures, etc, not final renderings. I'll be using these scenes to test a computer vision idea. BTW, this is a reposting of this question. I wasn't able to find a Stack Exchange site that is perfectly suited to the question, but as this is a modeling and rendering question, I'm hoping it is a good enough match for the venue.

    Read the article

  • Determining if types alias to the same underlying type in C++

    - by emchristiansen
    I'd like to write a templated function which changes its behavior depending on template class types passed in. To do this, I'd like to determine the type passed in. For example, something like this: template <class T> void foo() { if (T == int) { // Sadly, this sort of comparison doesn't work printf("Template parameter was int\n"); } else if (T == char) { printf("Template parameter was char\n"); } } Is this possible?

    Read the article

1