Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 8414  / 3 Years ago, mon, may 10, 2021, 7:12:48

Thank you for reading. I am still having issue with power regression on my Asus K53SV after doing a fresh install of Ubuntu 12.04 (I have this issue with Ubuntu 11.10 as well). Thus a helpful guy told me to check my drivers. Now, my graphic driver itself is a problem. I have two problems now :(



If I go to System Settings > Details > Graphics, it shows "Graphic Unknown".



And if I go to System Settings > Additional Drivers, it returned nothing in the list and only with a description "No proprietary drivers are in use on this system".



I have my Windows 7 as my primary OS, I install Ubuntu using Wubi and dual boot them. My battery last for 4-5 hours on Windows 7 but only 2 hours on Ubuntu. My screen resolution in Ubuntu is 1366x768(16.9) even without bothering about Nvidia thing. The very first time I installed Ubuntu 11.10 using Wubi I can see there are NVidia drivers appear as a list under Additional Drivers, but no longer seeing it after the second installation of my Ubuntu 11.10. :(



I would really hope to fix the NVidia issue so that I can see if it helps in settling my power regression issue. Your kind inputs/comments would be very much appreciated. Thank you. :)



*Edit: I have added updates to my situation down there. It's getting better yet complicated as well :/


More From » nvidia

 Answers
2

To know if you're using the Intel HD 3000 (Main Graphics card), append in Termina the following:



/usr/lib/nux/unity_support_test -p


You should get a similar result as the following:



OpenGL vendor string:   Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
OpenGL version string: 3.0 Mesa 8.0.2

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


Try again with the nvidia card (that, if Bumblebee is successfully installed):



optirun /usr/lib/nux/unity_support_test -p


You should get:



OpenGL vendor string:   NVIDIA Corporation
OpenGL renderer string: GeForce GT 525M/PCIe/SSE2
OpenGL version string: 4.2.0 NVIDIA 295.40

Not software rendered: yes
Not blacklisted: yes
GLX fbconfig: yes
GLX texture from pixmap: no
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: no





Know that The Nvidia card is not compatible with Unity 3D. The Intel HD 3000 is. That means that if you're using Unity 3D now, it's the Intel card which is in use.
And the fact The Graphics Driver name does not appear in Systems Settings (Details), stipulates there is some conflict between drivers (Proprietary drivers of Nvidia or Nouveau).
Purging them and reinstalling bumblebee seems a solution (Bumblebee will resintall Nvidia drivers nvidia-current for you).
The correct result should look this:



System Overview
OR:
Graphics used



You quoted : "And if I go to System Settings > Additional Drivers, it returned nothing in the list and only with a description "No proprietary drivers are in use on this system"." -> This is normal when you install Bumblebee and normal when the Nvidia card is not activated and not recognized by the system. I am having the same thing and it's not an issue.
You can trace eventually what happens in the video log: /var/log/Xorg.0.log



For your other tweaking needs.
As you're new to Ubuntu, the best way to achieve some tweakings for your whole desktop is to install the application: UBUNTU TWEAK, this way:



sudo add-apt-repository ppa:tualatrix/ppa


then



sudo apt-get update && sudo apt-get install ubuntu-tweak


Ubuntu Tweak Login Tweaking unlocked


[#39012] Tuesday, May 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sconhoney

Total Points: 403
Total Questions: 118
Total Answers: 109

Location: Andorra
Member since Mon, Jan 9, 2023
1 Year ago
sconhoney questions
;