Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5093  / 1 Year ago, mon, november 28, 2022, 6:20:25

I updated my perfectly running laptop from 11.04 to 11.10. after the upgrade graphics started to act weird.
It was a heavily modified system, so I thought that was probably the issue.. so I reinstalled. I'm using the xorg-edgers ppa for updates.
Unity 3D does not work... I hear ubuntu's jungle sound and then it just sits there... no icons, just a mousecursor I can move and the background picture.
I have to kill X and log in to Unity 2D to get access to my desktop.



Where do I start looking for the problem? I know it's not the graphics card, it worked fine until the update.



grep -E "EE|WW" /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.365] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 14.365] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 14.365] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 14.365] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 14.365] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 14.379] (II) Loading extension MIT-SCREEN-SAVER
[ 18.758] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.


/usr/lib/nux/unity_support_test -p
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile
OpenGL version string: 2.1 Mesa 7.12-devel
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


Thanks in advance for any help :-)


More From » unity

 Answers
0

Ubuntu 11.10 already brings the latest Intel drivers. Disable your custom PPA and reinstall the drivers:



sudo apt-get remove xserver-xorg-core
sudo apt-get install xserver-xorg-core xserver-xorg-video-intel


According to this bug report using the xorg-edgers PPA will likely break your 3d acceleration for Unity.


[#42904] Tuesday, November 29, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
enincroscope

Total Points: 252
Total Questions: 124
Total Answers: 104

Location: Tajikistan
Member since Thu, Apr 14, 2022
2 Years ago
;