-->

..:: seize the day ::..

January 17, 2009

New Patch from X.Org for Intel G965 (X3100) and partially for GM45 (X4500)

Filed under: IT stuff

medwinz note:

The recent update on  X11:XOrg repository (March 2009) does not run well on my GM45. When I update it using this repo, the composite become unstable. Then I should downgrade it again to x11-xorg from repo oss. But finally there is an on-line update to several xorg component that fix it again. see my other post here.

I have a problem with my openSUSE 11.1 installation on Intel GM45 graphics. I know that openSUSE 11.1 use the latest stable version from Intel-Q3 2008 for Mesa, libdrm, and xorg (well Intel 2008Q4 just out on January 15, 2009). I reported this bug on Novell bugzilla and also follow the bug on freedesktop. Stefan Dirsch, the Suse person, forward my bug to the upstream and then we make some discussion and progress there. This case is one good example of how openSUSE contributes to the upstream patch and in the end gives contribution for the opensource community in general.

At least in this case there are 3 reporters use openSUSE. The original reporter and two others including me. Actually the original reporter uses Intel G965 graphics while I use another version. But according to Intel person on the bug threat, they have test all GM45 and G4x version and it all have the same problem. The problem is instability of some applications that use 3D capability, Google Earth for example, lead to crash on x server.

Finally the patch is out on Jan 14, 2009 and according to Stefan it is also already updated on openSUSE X11:XOrg repository. On bug threat the original reporter confirm that now the Intel G965 work flawlessly with no problem. I also immediately update my laptop and see what improve. Now if I enable 3D support on Sax, Google Earth can run smoothly and everything run well. I still have the problem with my GM45 though, which is if I enable the desktop effect (Compiz) then Google Earth is running in "unviewable mode", but no crash in X server. It is improvement :-)

This is the picture of Google Earth if I enable Compiz on Intel GM45

google earth on Intel GM45 openSUSE11.1 KDE3.5 with compiz enable  

The important is x server is not crash :-) So if I want to use Google Earth, what I need is only to make sure that I don’t use desktop effect / compiz and everything should be fine. Below is Google Earth with compiz disable

Google Earth with compiz disable 

If you use Intel G965 or GM45 graphics on 11.1, I think it is worth to update your Mesa, libdrm and xorg from X11:XOrg repository.

Have a lot of fun

Workaround for bluetooth service on openSUSE 11.1, downgrade bluez and it works

Filed under: IT stuff

On my post some while ago, I proposed to install simple-agent file from git.kernel.org as a partial workaround to accessing bluetooth, especially to make connection to a cellphone bluetooth. Here is my other workaround, basically I remove the new bluez service and revert back to stable bluez3 version. This workaround really works :-) . All file transfer through bluetooth connection are working, and I also can easily make internet connection to my 3G network through cellphone (well I test it in KDE 3.5.10).

If you just install openSUSE 11.1, then open your yast2 go to software management and search for the buetooth and bluez packages. Mine is like below:

  bluetooth packages

  bluez packages

Next, I removed the original bluez packages which are bluez, blues-compat, and bluez-test using yast. Then I install bluez3, bluez3-test, bluez3-uitils from home: /fietze, or you can use one-click install from webpin. I also install bluez-hcidump package from home: /enzokiel. You can also use one-click install from webpin here.

If you check the packages using yast, software management then it will look like this:

  bluez3 pakages

  bluetooth 

If you want the bluetooth service run at the runlevel 3 and 5 please make adjustment through yast. Next reboot the computer, and see if bluetooth service is running. If the kbluetooth applet appear on panel, try to move your mouse over it. Now it should be some information about the Adapter, Address, and Mode. If it is the case then you’re the lucky person :-)  

I can make the pairing now with my handphone and easily transfering the files from my hadphone to computer or vice versa.

 pairing with Nokia E51 

 transferring files through konqueror 

Ok that’s for now, any comment would be appreciated.

Have a lot of fun