Results 1 to 7 of 7

Thread: 64 bit vs. 32 bit Ubuntu 12.10 Compiz stability question

  1. #1
    Join Date
    Oct 2011
    Beans
    44

    64 bit vs. 32 bit Ubuntu 12.10 Compiz stability question

    I've been on Ubuntu for quite awhile now. Since the shift to Unity I was less than fully happy with the look and feel of the new Unity/Ubuntu desktop, but I have stuck with it and I grew used to it in spite of a few stability issues, mostly due to nVidia drivers, I suppose.

    When the new 12.10 came out I went for a clean install of the 64-bit system (as I usually do). The stability's gotten even worse, Compiz keeps crashing and while using Oracle's VirtualBox to run an instance of Windows (yes, I do bloody need Windows to an extent, so back off ) or Thunderbird mail client, the rather nice window selection feature you get by clicking on the active sidebar icon for the 2nd time keeps locking up, I am currently, after doing yet another fresh install, in the process of installing one or two alternative desktops which have proven to be more stable. This is rather unfortunate as Unity kind of grew on me (like some sort of persistent rash).

    I was wondering, as I do seem to be one of the many facing these problems, have any of you noticed less problems with the 32 bit version or is it just more of the same? Is it worth going to 32-bit, will I gain more stability by it?

  2. #2
    Join Date
    Oct 2011
    Beans
    44

    Re: 64 bit vs. 32 bit Ubuntu 12.10 Compiz stability question

    For those of you who may be wondering (or possibly suffering the same problems), I just installed 32 bit Ubuntu 12.10. The graphics drivers issues seem to be the same from what I've seen so far. Opting for the proprietary nVidia driver in the Software sources menu brings up a low resolution desktop without the Unity interface and after ctrl+alt+F2 screen turns black without a prompt showing up. If you find yourself in this situation I find the easiest way to deal with it is bring up terminal with ctrl+T.

  3. #3
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: 64 bit vs. 32 bit Ubuntu 12.10 Compiz stability question

    Right so the issue is with driver support for your graphics card.

    Which graphics card do you have?

    This is a support issue btw, maybe a mod would like to move this out of the Cafe?

  4. #4
    Join Date
    Oct 2011
    Beans
    44

    Re: 64 bit vs. 32 bit Ubuntu 12.10 Compiz stability question

    nVidia GeForce 8800 GTS is the graphics card.

    Yes, in retrospect I'd have posted this in support. Sorry about that.

  5. #5
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: 64 bit vs. 32 bit Ubuntu 12.10 Compiz stability question

    Moved to Multimedia & Video.

  6. #6
    Join Date
    Nov 2012
    Beans
    1

    Re: 64 bit vs. 32 bit Ubuntu 12.10 Compiz stability question

    I found this article usefull to set up properly the privative nvidia drivers. Unfortunately it's in spanish but I write here the idea.

    It seems to be a bug, Ubuntu 12.10 has been released without the "linux-headers-generic" package. This isn't a problem, unless you have to compile a module of the kernel. In that case you may have several problems, Xorg breaks, black screens, etc.

    This bug has been reported in:
    https://bugs.launchpad.net/ubuntu/+s...y/+bug/1068488
    https://bugs.launchpad.net/ubuntu/+s...s/+bug/1068341

    To properly set up the privative drivers you have to:

    1) Install de Header Generic:

    sudo apt-get install linux-headers-generic

    2) Install de privative driver you want:

    sudo apt-get install nvidia-current
    sudo apt-get install nvidia-current-updates
    sudo apt-get install nvidia-experimental-304

    (select the one you want, this can also be done in "software source")


    In case you have installed the privative drives without the Headers Generic, you need to first uninstall the drivers, then install in the order descripted above and reboot.

    This is the article in spanish, if it helps:

    http://www.ubuntu-guia.com/2012/10/i...en-ubuntu.html

  7. #7
    Join Date
    Oct 2009
    Location
    Elgin, IL USA
    Beans
    3,363
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: 64 bit vs. 32 bit Ubuntu 12.10 Compiz stability question

    One source I read said you also needed linux-source, but maybe not really. But if you have already installed nvidia-current with everything related (I installed it from Software Center) and it does not work, you don't really need to "uninstall" nvidia drivers. You can add the kernel headers and "reinstall" nvidia-current or whatever version you need

    Code:
    sudo apt-get install linux-headers-generic
    sudo apt-get --reinstall install nvidia-current
    Once you reboot after that, everything should fall into place.

    Not exactly newbie friendly, but I guess if they stick with it, they can learn something new.
    i5 650 3.2 GHz upgraded to i7 870, 16 GB 1333 RAM, nvidia GTX 1060, 32" 1080p & assorted older computers

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
  •