Go to Page Navigation Go to Page Content
Content

~Blog~

Posts Tagged ‘ubuntu’

mouse cursor bug solved?

Wednesday, April 29th, 2009

I want to refer to the display bug I have with the opensource radeon driver. Alex Deucher commited 9 hours ago a bugfix for the annoying mouse cursor bug.  I compiled the driver and replaced the driver from repositories with the homebrew one. It seems like the problem has really been solved. I keep observe this driver-version for some days and hope the problem is gone now. :)

Screenshot Driver Directory

I wont keep back the way how I created the driver:

  • git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
  • ./autogen.sh –prefix=/usr
  • make
  • make install

During the «make»-step I had to add some additional developement packages like mesa-common-dev, xorg-dev and xserver-dev.

Afterwards the files radeon_drv.la, radeon_drv.so, ati_drv.la and ati_drv.so located under /usr/lib/xorg/modules/drivers were updated.

You could also try to replace only the binaries in the last-mentioned directory. I offer you the 4 files for download (No warranty!). http://combatx.net/temp/radeon.tar

fsck ext3 drive for 6 hours

Tuesday, April 28th, 2009

NSLU2Hey dear followers.. ;) My NSLU2 with Debian installed on it had a blackout some time ago and for example the /tmp directory was no more usable (Errormessage: “Stale NFS file handle”). First I tried to do a fsck on reboot, but I had no success, the check could not be done. The conclusion was that I plugged the external drive, where the corrupt filesystem is stored on, into a personal computer and made a fsck with it. I was astonished that the whole procedure took about 6 hours and many files are now located in the /lost+found directory, unfortunately i spotted some config files there aswell. I’m curious if its still working.. I will see.

The other thing I did today was reinstall my eeepc. All worked fine and I restored the most of my settings. Its alot faster now than before, all the obsolesce stuff isnt installed anymore. I couldnt test the UMTS-card yet, but I think it will work fine.

«Jaunty Jackalope» release today

Thursday, April 23rd, 2009

Jaunty LogoYeah, today Canonical is releasing the new version of my favourite linux distribution Ubuntu. I already upgraded my computer at home to the release candidate and everything is working fine.  I like the new notification area which gives applications a standard interface to inform the user about things going on on his computer. I didn’t try the ext4-filesystem yet, but the benchmarks proof that its a little faster than ext3.

On my computer at work I did the upgrade to the RC aswell. Because AMD (formerly ATI) stopped supporting the fglrx driver for the Radeon x1300 I had to switch to the opensource driver “radeon” or “radeonhd”. These drivers corrupt my mouse cursor in a really annoying way, on some random vertical areas of the screen the cursor shows like a square.  Unfortunately I didnt find a solution for this yet and theres already a bug (#291053) opened in the launchpad.  I’ll keep you up to date if I find a solution.