Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: How do I create a hardware profile in Ubuntu 8?

  1. #11
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do I create a hardware profile in Ubuntu 8?

    You could try this (I don't guarantee it's going to work!):
    Code:
    gksudo /etc/X11/xorg.conf
    and then change these lines:
    Code:
            Option  "AIGLX" "off"
            Option  "Composite" "Disable"
    to:
    Code:
            Option  "AIGLX" "on"
            Option  "Composite" "Enable"
    Before you do that, make a backup by entering these commands:
    Code:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bk
    Then restart your computer (or press CTRL + ALT + BACKSPACE, but that's not recommended).

    If you're able to start up, test if compiz-fusion works or not by entering this command:
    Code:
    compiz --replace
    If you're unable to start up (i.e. get the GUI running) press CTRL + ALT + F1, login, and enter this command:
    Code:
    sudo cp /etc/X11/xorg.conf.bk /etc/X11/xorg.conf
    Now, restart your computer again and everything is back to normal.
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  2. #12
    Join Date
    Aug 2008
    Location
    Brisbane
    Beans
    36
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do I create a hardware profile in Ubuntu 8?

    Since your last message I bought an Nvidia video card and installed it.

    I still can't get the 3D cube to work though.
    I entered the code you suggested and this is the message I received.
    Code:
    Checking for Xgl: not present. 
    Detected PCI ID for VGA: 01:00.0 0300: 10de:0326 (rev a1) (prog-if 00 [VGA controller])
    Checking for texture_from_pixmap: present. 
    Checking for non power of two support: present. 
    Checking for Composite extension: not present. 
    aborting and using fallback: /usr/bin/metacity

  3. #13
    Join Date
    Aug 2008
    Location
    Brisbane
    Beans
    36
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do I create a hardware profile in Ubuntu 8?

    I meant to say, I entered the last code you suggested

  4. #14
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: How do I create a hardware profile in Ubuntu 8?

    What have you done to get compiz working so far?

  5. #15
    Join Date
    Aug 2008
    Location
    Brisbane
    Beans
    36
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do I create a hardware profile in Ubuntu 8?

    Well, I've done a couple of things.
    Mainly I followed these instructions found here:
    http://ubuntuforums.org/showthread.php?t=766683

    I still haven't been able to see any 3D graphics but it has helped a lot.

  6. #16
    Join Date
    Aug 2008
    Location
    Brisbane
    Beans
    36
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do I create a hardware profile in Ubuntu 8?

    I think that when I installed the Nvidia card, it automatically found the drivers for it and removed others that I am not using. I tried
    Code:
    gksudo /etc/X11/xorg.conf
    and it returned nothing.
    I think I saw something to do with xorg being removed at the time.
    I really appreciate your help on this.
    I am also searching the forum for any possible solutions to getting the 3D stuff up and running.
    I hope I don't mess anything up

  7. #17
    Join Date
    Aug 2008
    Location
    Brisbane
    Beans
    36
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do I create a hardware profile in Ubuntu 8?

    Hi Nothingspecial.
    I thought I would add the fact that when I go to "System - Preferences - Appearance - Visual Effects" I get an error message "The composite Extension is not available" when I click on either "Normal" or "Extra"
    Does this mean I need to install or activate something else?

    Cheers

  8. #18
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do I create a hardware profile in Ubuntu 8?

    So, now you have a Nvidia card? Good!

    Install envyng and envyng-gtk and start Envyng (it's in your menu) and install the drivers for your videocard. Good luck!
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  9. #19
    Join Date
    Aug 2008
    Location
    Brisbane
    Beans
    36
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do I create a hardware profile in Ubuntu 8?

    Hi Martje_001.

    Did as you said. Worked a treat! Now I will play with this for a while and see what it can do.
    Is this what I needed to get the 3D cube working?

    Thanks heaps

  10. #20
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: How do I create a hardware profile in Ubuntu 8?

    You need to check the custom box in system > preferences > appearance > visual effects.

Page 2 of 3 FirstFirst 123 LastLast

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
  •