Archive for May, 2008

PulseAudio Fix in Ubuntu Hardy

Posted in Linux | 3 Comments »

Bugs just wouldn’t stop crawling in Hardy, don’t they. PulseAudio in Hardy causes no-sound problems in certain applications which includes Flash plugin, Tremulous, RTCW: Enemy Territory, Skype, Teamspeak, etc. For Enemy Territory, RTCW and Quake 3, the fix can be found at http://nullkey.ath.cx/~stuff/et-sdl-sound/.

For other Flash plugin in Firefox and other applications, guides to fix these problems are available here. However, I still having sound problems in certain applications. So to resolve it, I did a few changes.

First, do the core fixes:

$ sudo apt-get install libc-dev

$ wget http://launchpadlibrarian.net/14074201/libasound2_1.0.16-2ubuntu1_i386.deb http://launchpadlibrarian.net/14074202/libasound2-dev_1.0.16-2ubuntu1_i386.deb http://launchpadlibrarian.net/14369279/libasound2-plugins_1.0.16-1ubuntu1_i386.deb

$ sudo dpkg -i libasound2_1.0.16-2ubuntu1_i386.deb libasound2-dev_1.0.16-2ubuntu1_i386.deb libasound2-plugins_1.0.16-1ubuntu1_i386.deb

Then, create a file named /etc/asound.conf and paste the following configuration:

pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

Install the flash package AND libflashsupport

$ wget http://launchpadlibrarian.net/14629821/flashplugin-nonfree_10.0.1.218ubuntu1_i386.deb
$ sudo dpkg -i flashplugin-nonfree_10.0.1.218ubuntu1_i386.deb

$ sudo apt-get install libflashsupport

Go to System -> Preferences -> Sound, change all settings to ALSA.

Another Hardy bug?? (Xsensors)

Posted in Linux | 3 Comments »

I tried to run Xsensors in Hardy this morning, but it it ends up with this error message:

Error opening config file: /etc/sensors.conf
Use -c option to specify location of lm_sensors configuration file

Both lm-sensors and xsensors installations were successful, however it seems like the configuration file is mistakenly(?) named sensors3.conf. This problem reported to occur only in Ubuntu Hardy Heron. So, the only solution right now is to rename sensors3.conf to sensors.conf, or run xsensors with the following command:

$ xsensors -c /etc/sensors3.conf

Nvidia releases new driver for Linux

Posted in Hardwares | 1 Comment »

Good news for Geforce 9 series owners..!! Nvidia 173.14.05 Linux display driver has just been released on 28th May. Besides improving and bug fixes for previous Nvidia cards (Geforce 8/7/6 series), it also provides added support for new Nvidia’s product line, which includes:

  • Quadro FX 3600M
  • Geforce 9800 GX2
  • Geforce 9800 GTX
  • Geforce 9600 GT
  • Geforce 9600 GSO
  • Geforce 9600 GS
  • Geforce 9500M GS
  • Geforce 8400
  • Geforce 8400 GS

To download the driver and more detailed information, please go to http://www.nvidia.com/object/linux_display_ia32_173.14.05.html

You can refer to my previous post (Nvidia Beta driver) to guide you through the installation process.

Firefox to set a Guinness World Record

Posted in Softwares | No Comments »

Mozilla Firefox is trying to set a Guinness World Record for the most downloaded software in 24 hours during the Download Day. Be a part of this world record by pledging to download Mozilla Firefox 3 during the Download Day.

http://www.spreadfirefox.com/en-US/worldrecord/

Download Day 2008

Nvidia 173.08 Driver (Beta) in Ubuntu Hardy

Posted in Linux | 2 Comments »

Nvidia released a new beta driver for Linux on April to support the new Geforce 9 series. Even though it’s a beta version, I’m totally satisfied with it.

To install, download the driver from Nvidia. http://www.nvidia.com/object/linux_display_ia32_173.08.html

There are several things that needs to be done before installing the new driver.

Uninstall linux-restricted-modules-common packages:

$ sudo apt-get remove linux-restricted-modules-common

Or, you can also disable it from /etc/default/linux-restricted-modules-common:

$ sudo nano /etc/default/linux-restricted-modules-common

Edit the DISABLE_MODULES = “” to DISABLE MODULES = “nv nvidia_new”

Now we’re ready for the new driver installation. However, in order to install it, we need to quit from x server by stopping GDM:

$ sudo /etc/init.d/gdm stop

Xserver will quit and you’ll be brought into a command line interface. Enter your username and password, change the directory to the folder you’ve downloaded the driver and install:

$ sudo sh NVIDIA-Linux-x86-173.08-pkg1.run

Read the prompted messages carefully. After the installation is finished, start GDM:

$ sudo /etc/init.d/gdm start

If everything works well, there will be an NVIDIA splash screen before the login window. This indicates that the driver has been successfully installed. Additionally, you can also install Compiz Advanced Settings Manager to configure your desktop effects:

$ sudo apt-get install compizconfig-settings-manager

EDITED:

Here are some screenshots of Compiz in action.

2.70MBps~! Am I dreaming??

Posted in Softwares, Windows | 1 Comment »

XFX 9800 GTX 512MB

Posted in Hardwares | 1 Comment »

51°C at idle seems like a good temperature, I set the fan speed at 85%. However there’s a fan issue in 9800 GTX and currently there is no clear solution yet. Everytime the GPU temp reach 60°C, it’ll slow down to stock speed. I can’t play Crysis for more than half an hour.. for now…