My laptop nvidia 360M can be fixed by either of the following, if you
are lucky.  XGL fix was enough for me and laptop runs fast now.

~~ A. MY FIX (because xgl doesn't give me any issues) ~~
  sudo apt-get install xserver-xgl


~~ B. PROPER WAY ~~
  VSYNC: 
    Appending the "Option "DynamicTwinView" "false"" to my xorg / device section

  SHADOWS (fixes no shadow/pink shadow issues): 
    official driver from nvidia site rather than ubuntu one (there is an issue 
with the symbolic links with the ubuntu one)
      or 
    sudo ln -s /usr/lib/nvidia/libwfb.so.xserver-xorg-core 
/usr/lib/xorg/modules/libwfb.so

  CORRECT CLOCKING (nvidia cripple their laptop cards under linux by 
effectively under-clocking them):
    1) open /etc/modprobe.conf
    2) add the lines:
        options nvidia NVreg_RegistryDwords="PerfLevelSrc=0x2222"
        options nvidia NVreg_Mobile=1
    3) Reboot

Hope that helps someone.

-- 
Slow video performance with nvidia restricted driver on hardy beta
https://bugs.launchpad.net/bugs/215080
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to