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

Thread: Enable 3D Mode Unity 12.04

  1. #11
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Enable 3D Mode Unity 12.04

    Quote Originally Posted by TheRealEdwin View Post
    I don't mean to hijack the thread but what about those of us with hybrid video cards? I have one of the Optimus that uses the Intel for most things but can switch tot he Nvidia when needed (420M) but I can't seem to get Ubuntu setup to do so.
    Hi ,
    try to use Bumblebee project

    further problems will be best to post to a new thread .

    Thanks

  2. #12
    Join Date
    Jun 2012
    Beans
    3

    Re: Enable 3D Mode Unity 12.04

    I'm with the last guy. I have a Geforce GT 520M and get the exact same error message as he does. I also haven't found any thread close to solving this problem yet.

  3. #13
    Join Date
    Nov 2007
    Location
    Aberdeenshire, Scotland
    Beans
    51
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Enable 3D Mode Unity 12.04

    Hello.

    I have a new install of 12.04 but, apart from one a few hours, I only have Unity 2d. Nvidia current and nvidia settings have been purged and I have the output below.
    Any suggestions about where I should go next would be gratefully received.

    peter@pterpc:~$ /usr/lib/nux/unity_support_test -p
    OpenGL vendor string: X.Org
    OpenGL renderer string: Gallium 0.4 on AMD SUMO2
    OpenGL version string: 2.1 Mesa 9.0

    Not software rendered: yes
    Not blacklisted: yes
    GLX fbconfig: yes
    GLX texture from pixmap: yes
    GL npot or rect textures: yes
    GL vertex program: yes
    GL fragment program: yes
    GL vertex buffer object: yes
    GL framebuffer object: yes
    GL version is 1.4+: yes

    Unity 3D supported: yes

  4. #14
    Join Date
    Feb 2010
    Location
    Nr BrandsHatch, S'oaks UK
    Beans
    1,241
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Enable 3D Mode Unity 12.04

    Hi!, Peter K Nichol,

    Have you run:
    Code:
    unity # or:
    unity --reset # or try:
    sudo apt-get install --reinstall ubuntu-desktop
    If so, with what results? [ Re-boot after each]

    Please Post:
    Code:
     uname -r
    cat /etc/lsb-release 
    lspci -nnk | grep -iA3 vga
    ps ax | grep unity
    Chao!, bogan.
    "Better Solutions may bring Worsened Problems": After Lao Tse, b. circa 405BC. a contemporary of Confucius, who died circa 600BC.
    They did things differently in those days, apparently!!

  5. #15
    Join Date
    Nov 2007
    Location
    Aberdeenshire, Scotland
    Beans
    51
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Enable 3D Mode Unity 12.04

    Thanks for the reply. It will be a couple of days until I get back to the machine but I will let you know how I get on.

  6. #16
    Join Date
    Nov 2007
    Location
    Aberdeenshire, Scotland
    Beans
    51
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Enable 3D Mode Unity 12.04

    Rather inconclusive results. A few warnings including "this shouldn't happen" and it is still in 2d.
    Ouput requested below

    peter@pterpc:~$ uname -r
    3.2.0-33-generic
    peter@pterpc:~$ cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
    peter@pterpc:~$ lspci -nnk | grep -iA3 vga
    00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Device [1002:9644]
    Subsystem: ASUSTeK Computer Inc. Device [1043:84c8]
    Kernel driver in use: radeon
    Kernel modules: radeon
    peter@pterpc:~$ ps ax | grep unity
    1745 ? Sl 0:06 unity-2d-panel
    1746 ? Sl 0:51 unity-2d-shell
    1832 ? Sl 0:05 /usr/lib/unity/unity-panel-service
    1902 ? Sl 0:00 /usr/bin/python /usr/lib/unity-lens-video/unity-lens-video
    1903 ? Sl 0:00 /usr/lib/unity-lens-music/unity-music-daemon
    1904 ? Sl 0:00 /usr/lib/unity-lens-files/unity-files-daemon
    1905 ? Sl 0:01 /usr/lib/unity-lens-applications/unity-applications-daemon
    1973 ? Sl 0:00 /usr/lib/unity-lens-music/unity-musicstore-daemon
    1983 ? Sl 0:00 /usr/bin/python /usr/lib/unity-scope-video-remote/unity-scope-video-remote
    3524 pts/1 S+ 0:00 grep --color=auto unity
    peter@pterpc:~$

  7. #17
    Join Date
    Feb 2010
    Location
    Nr BrandsHatch, S'oaks UK
    Beans
    1,241
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Enable 3D Mode Unity 12.04

    Hi!, Peter K Nicol,

    Your Post shows 'unity-2d-shell' running, which is the 2d launcher, and in 12.04 that is not a default, and the unity-3d programs all look normal.

    Furthermore the 'unity_support_test' shows 3d supported, but the OpenGL using Gallium/mesa, which implies Nouveau.

    Have you got 'nomodeset' in as a boot option?, that could force 'mesa' and degrade graphics.

    You also Posted that the nvidia drivers had been purged - they should not have been there in the first place.

    So I am thoroughly confused. Did you check that any Nouveau blacklist entry, made for the nvidia driver install, has been removed from /etc/module.d??

    I do not know a lot about ATI Radeon video cards & GPU's, but i am surprised to see it using thje 'radeon' kernel module, and not 'fgrlx'.

    Googling: "ATI [1002:9644]" & "1043:84c8. AMD Radeon HD 6410D" did not produce anything of obvious significance to me; perhaps it might help you.

    Hopefully, someone more knowledgeable in AMd/ATI/Radeon matters will come forward to help.

    Chao!, bogan.
    Last edited by bogan; November 20th, 2012 at 11:03 PM. Reason: Google note altered
    "Better Solutions may bring Worsened Problems": After Lao Tse, b. circa 405BC. a contemporary of Confucius, who died circa 600BC.
    They did things differently in those days, apparently!!

  8. #18
    Join Date
    Feb 2010
    Location
    Nr BrandsHatch, S'oaks UK
    Beans
    1,241
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Enable 3D Mode Unity 12.04

    Hi!, Peter K Nicol,

    Second thoughts:

    Where did you get the " this should not happen" messages? and what was 'this' ??

    Have you checked if there are other drivers available in 'Additional drivers' ??

    Chao!, bogan.
    "Better Solutions may bring Worsened Problems": After Lao Tse, b. circa 405BC. a contemporary of Confucius, who died circa 600BC.
    They did things differently in those days, apparently!!

  9. #19
    Join Date
    Nov 2007
    Location
    Aberdeenshire, Scotland
    Beans
    51
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Enable 3D Mode Unity 12.04

    Thanks for the help. Again it might be a few days until I can get anything done.
    The messages were part of the output from
    unity # or:
    and
    unity --reset # or try:
    which, incedentally, both hung.
    I will report back next week.

  10. #20
    Join Date
    Nov 2007
    Location
    Aberdeenshire, Scotland
    Beans
    51
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Enable 3D Mode Unity 12.04

    Is the answer in here somewhere or is it part of the same problem?

    https://bugs.launchpad.net/ubuntu/+s...rs/+bug/982485

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
  •