Search:

Type: Posts; User: CalderCoalson; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    43
    Views
    35,040

    Re: HowTo: Install and Use OGRE

    For starters, you're using the unstable development version, 1.8. Try with 1.7 and see what happens! :)
  2. Replies
    11
    Views
    20,114

    Re: HowTo: Install and Use OGRE

    Sorry, use the CMake instructions above.
  3. Replies
    43
    Views
    35,040

    Re: HowTo: Install and Use OGRE

    Oh god, that's probably ****** graphics card drivers. I had that for a year on my old laptop before Ubuntu finally updated their drivers. I'm not sure there's much I can do for you there.
  4. Replies
    11
    Views
    20,114

    Re: HowTo: Install and Use OGRE

    Umm... CMake is only used for building Ogre itself. Follow the instructions in Step 5 of the HowTo for setting up a project with CodeBlocks.
  5. Replies
    43
    Views
    35,040

    Re: HowTo: Install and Use OGRE

    Great, glad you figured it out! And glad the tutorial helped someone! :D
  6. Replies
    43
    Views
    35,040

    Re: HowTo: Install and Use OGRE

    Hmm... How are you initializing the Ogre Root object? Also, can you post your Ogre.log file as well as the console output?
  7. Replies
    11
    Views
    20,114

    Re: HowTo: Install and Use OGRE

    Sorry, Ogre has moved to CMake for its build process. The instructions are now simply


    cmake .
    make
    sudo make install


    I'll change the HowTo once Ogre's tutorials are updated and 1.7...
  8. Replies
    43
    Views
    35,040

    Re: HowTo: Install and Use OGRE

    Sorry, I hadn't gotten around to updating these instructions for 1.7 yet. I think you can get by with replacing all the Ogre build instructions with


    cmake .
    make -j 4
    sudo make install
    ...
  9. Replies
    43
    Views
    35,040

    Re: HowTo: Install and Use OGRE

    So sorry, you're right, I'd completely forgotten that.

    [FIXED]

    Fixed another inconsistency Joel pointed out.
  10. Replies
    43
    Views
    35,040

    Re: HowTo: Install and Use OGRE

    The reason I'd recommended keeping the build directory around is because people will often link to the sample app header or media files with a lot of their early applications, and be extremely...
  11. Replies
    43
    Views
    35,040

    Re: HowTo: Install and Use OGRE

    I just replied to your personal message, but in case anyone else encounters this extremely strange error, it's more likely to be a compiler error than an Ogre one, but I would still check the Ogre...
  12. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    To configure Grub 2 boot options, you must first get to the Grub menu. This may require changing the timeout so the first OS doesn't automatically load. Only when you are in the Grub menu may you...
  13. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    One second, now I really don't understand. You're saying regardless of what OS you put in the CD drive, when you boot from it you are met with a black screen? That doesn't make any sense.

    Now,...
  14. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    What is your Grub timeout set to? Because 'e' should just bring it to the boot option editor within Grub, not actually boot anything. If you can't do that then either Grub is automatically booting...
  15. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    Sorry, you have it installed properly, no? If so, you should be booting off the hard drive, not a LiveCD.
  16. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    You'll have to edit the Grub boot options. This can be done (I think) by pressing selecting the boot menu option and pressing 'e', then appending options to after '... splash quiet'.
  17. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    Yep, I'm actually posting this from the Karmic partition on my HD. Everything is working great except for the graphics. GLXGears still gets around 500FPS, and I can't run any 3D anything, including...
  18. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    Cool, I'll try that right now. Thanks!

    EDIT: It works! With 'i915.modeset=0 acpi=off' added to my boot commands, I finally have a functional Karmic installation! Thank you so so so much!
  19. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    http://www.roflcat.com/images/cats/halp.jpg plz?

    Thanks! :D
  20. [ubuntu] Re: ubuntu install problems on brand new laptop

    Huh... Did you add 'i915.modeset=0' to the boot options?
  21. [ubuntu] Re: ubuntu install problems on brand new laptop

    Actually, I just recently found out that the keyboard and mouse not responding aren't graphics card related but most likely a bug in gnome. See this thread again:...
  22. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    This was two weeks ago, and still no progress.

    On a whim, I tried install Kubuntu 9.10, and with the same 'i915.modeset=0' it works! So the keyboard and mouse hanging are a glitch with GDM then? ...
  23. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    No, that's just for recovery mode.
  24. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    Ok, bad news. After running '/etc/init.d/acpid start', the ACPI warning goes away but the exact same thing happens. This is REALLY weird, because now the log files from the CD and the harddrive...
  25. [all variants] Re: Blank screen on boot after upgrade to Karmic on Aspire 5738z

    Hopeful bump?
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4