Tag Archives: how
June 28, 2009 Installing, configuring and debugging OSSv4
I’m not going to get into the story of Open Sound System. Let’s just say that OSS was deprecated years ago and ALSA is the standard. Recently OSS was GPLed and now you can use it with no problems. The following was what I gathered about the subject, tested in Ubuntu 9.04 (linux mint 7 to tell the truth) on an Acer Aspire One. I sometimes reference things by wrong names by sheer ignorance, but you’ll get the idea. I present instructions for installation, configuring applications to work with OSS and a path to debug some of the most common problems encountered with OSS.
1.Why consider OSS
There are a number of reasons to consider using OSS in your system. Some say OSS has better sound quality, it’s hard to tell really. Some soundcards, of the more professional variety, are only properly supported with OSS. You know, 5.1 sound and the like. Some say it takes less resources, but really it’s nothing extravagant. A list of supported hardware can be found on this pdf.
A good reason to use OSS is to refuse to use ALSA+pulseaudio and avoid its problems. If you have propper support for your hardware in ALSA, then alright, ALSA works ok, but pulseaudio is just there to ruin your audio. Pulseaudio is the reason strange shit happens with sound. It’s why you experience sound clipping for no reason, it’s the reason skype audio breaks randomly on ubuntu 9.04, etc and etc ad absurdum. If you’ve used any distro with pulseaudio running on the background you have experienced problems with audio. There is no ideal pulseaudio set up, pulseaudio is a big piece of shit with useless features, it is the exact definition of bloatware and has random problems with no possibility of solution. With OSS you won’t have these problems. No, you’ll have a different set of problems. But hey, at least they are predictable and you might be able to solve them.
2. Why not consider OSS
OSS has its own issues. Assuming your hardware is supported, what will not work for sure is automatic headphone recognition and suspend/resume. Some workarounds are available, but it will not work out of the box.
The bigger problem with OSS though is support. It’s not supported very well. I mean support in terms of active development and integration with your desktop. Your system sounds will not work out of the box in GNOME. The base system itself is quite good and has extraordinary potential, but no one is really working on it to the fullest extent. The GUI mixer applet is just a proof of concept to be honest. Look at it
It tries to do inteligent things like calling pink-jack to your mic input, green jack to the headphone. The idea is brilliant, but it doesn’t work 100% and ends up being confusing. It is still better than alsa though. Consider this usual mess.
3.Getting it up and running
Installation
Installing OSS is pretty simple. If you haven’t tried OSS before, the more intelligent thing to do is disable ALSA and pulseaudio instead of uninstalling them. First thing is to blacklist all alsa sound modules using the two following commands
sudo cat /lib/linux-sound-base/noALSA.modprobe.conf >> /etc/modprobe.d/blacklist.conf
sudo echo "blacklist snd_hda_intel
blacklist snd_mixer_oss
blacklist snd_pcm
blacklist snd_timer
blacklist snd_page_alloc
blacklist snd_hwdep
blacklist snd
blacklist soundcore" >> /etc/modprobe.d/blacklist.conf # One whole command
Noticed that that last one should be on whole command, paragraphs and everything. Run this
sudo dpkg-reconfigure linux-sound-base
And choose OSS from the list. Now you have to reboot. If you would like to check if the ALSA modules have indeed not been loaded, try running lsmod.
Install all the needed dependencies like so
sudo aptitude install libtool libgtk2.0-dev libesd0 libsdl1.2debian-oss build-essential binutils linux-headers-`uname -r` gawk
Now you are ready to install. There is a deb package available. You can get it from the 4front website or directly here, the latest package as of the writing of this article. The recommended way to do it is installing the package using dpkg, for some reason the GUI app is said not to install it properly.
sudo dpkg -i oss-linux*.deb
And that’s that. OSS has been installed and should now be running. You can check it by running lsmod and checking for the new modules.
In system->preferences->sound you should change everything to OSS4 (if OSS4 is not available, then OSS will work too) like so
Note the last part, Default Mixer Track. When you change your volume using the volume applet, the volume you are changing is whatever track is choosen here.
And we’re done.
Configuration and debugging
Now you will want to test your audio. This might be quite an involved process.
Flash 10 should be working out of the box if you have the package flashplugin-non-free-extrasound installed. If not working, try reinstalling the package. Totem should be working since the propper Gstreamer backend (packages gstreamer0.10-plugins-bad and/or gstreamer0.10-plugins-ugly). Regarding Wine, you need to change the sound driver to OSS in the Wine Configuration thing. Mplayer and vlc may have to be configured on their own options to have audio working. I will dedicate a whole section to Skype.
In case something’s wrong, here’s an explanation of some of the tools available, things you can do with them and things to look up. I will put them in an order that makes sense as a debugging procedure.
osstest is a command line utility that will play audio on all output devices avaialbe, it will run thru all devices registered in /dev/oss/oss_hdaudio/ (note that the last folder oss_hdaudio is driver specific). Running this will reveal if your soundcard is properly supported and the driver is properly installed. If you hear the audio test, then any playback problem lay elsewhere.
ossxmix is the mixer GUI you’ve seen a screenshot earlier. It looks pretty bad and confusing. There’s a couple of things I would like point out.
vmix stands for virtual mixer. This needs to be enabled for you to have multiple applications outputing audio at the same time, if you can’t play music in totem while watching a video a youtube, this is what you should be looking at. vmix0-src should be set to Production for the best sound quality possible. vmix0-outvol/-invol are respectively the volume of the ouput and the input, meaning playback and recording respectively. At the bottom you will see the mixer itself, several channels available and each application will connect to one of the channels. You can have one application occupy multiple channels, for instance, skype may use one input channel and one output and you will see both channels in the mixer. I don’t know as of now if there is a maximum number of channels and if you can do anything to change them. I still haven’t had any problems with that.
In the middle rows you will have the rest of the devices your soundcard is packing. It’s an enormous mess and the mess will be different from soundcard to soundcard, so I won’t go too deep on this. And note that by mess I don’t mean just mess in presentation, the driver itself may have some bugs and the controls will not work as intended or even in a logical way. To try to understand what is doing what, you can play some music in whatever program is working, play with the controls and see the changes in real time. It is useful to find out how to manually mute the internal speaker of your laptop, since like I mentioned, headphone detection doesn’t normally work. Microphone problems will be solved also by playing with the mixer, but the easiest way to use the mixer with ossrecord as I’ll explain in a second.
ossdevlinks shows the symlinks to which /dev/dsp* entries point. From what I understand, versions prior to OSSv4 used these /dev/dsp* entries, but in V4 they use different entries and basically the dsp ones link to the ones used in V4. You need to run it as sudo and with the -v option, sudo ossdevlinks -v . Here’s an example output
4 audio devices
/dev/dsp4 is the next free legacy device
/dev/dsp0: symlink -> /dev/oss/oss_hdaudio0/pcm0 OK
/dev/dsp1: symlink -> /dev/oss/oss_hdaudio0/pcm1 OK
/dev/dsp2: symlink -> /dev/oss/oss_hdaudio0/pcmin0 OK
/dev/dsp3: symlink -> /dev/oss/oss_hdaudio0/pcmin1 OK
…
Here’s a brief explanation of what I understand of this output. pcm0/1 are respectively the internal speaker of my laptop and the headphone. I can see this by running osstest and checking wich pcm is which. So choosing the playback channel is done. pcmin0/1 are two available inputs, which in theory I would guess should be the internal and the external mic. This is a bit more tricky, because in effect you can only select one mic at a time, which one is selected in the mixer.
This will come in handy to use ossrecord and to setup skype or any application that uses the dsp links.
ossrecord will record audio from the currently selected input device. An interesting way to use it is to redirect its output directly to ossplay like so
ossrecord - | ossplay -
Using this you can listen immediately to what’s being recorded. If you are having trouble with choosing the internal mic or the external mic in a laptop, for instance, with this command you can listen in real time to changes you make in the mixer. The problems you might be dealing with are a combination of muting and selection. Example, you might have the external mic selected, but if its muted you won’t hear a thing. Yep, it’s a mess.
In my case I was able to choose the external mic by doing the following irrational procedure
ossrecord -d/dev/dsp3 - | ossplay -
The -d option forces ossrecord to listen to a specific device. With dsp3, selecting speaker/dmic I heard the external/internal mic respectively. Here’s a screenshot of what I mean.
Bottomline, by trial and error I found out that /dev/dsp3 is outputting the selected microphone in the mixer. Selecting the mic in the mixer was a shot in the dark. I knew which input devices were available by checking ossdevlinks and noticing that dsp2/3 were linked to pcmin0/1.
By know you should’ve have mastered your soundcard if the installation went alright. There are still some things worth mentioning.
The volume applet is tricky. When you use your keyboard to change the volume it’s the same as changing it in the volume applet, and which mixer track this affects is chosen in the sound preferences dialog as I mentioned earlier. Going to volume control you will access the mixer. Since no more alsa and no more pulseaudio, you will have only one mixer available which is much more sane. This has basically the same options ossxmix has (note that you have to enable all the possible options choosing preferences and putting them all visible), but presented in a different way. I do not recommend using this, although it works, I do believe some options are missing, I recommend setting your audio using ossxmix.
ossmix is the command line mixer. Running ossmix will dump all the information ossxmix presents graphically. By using ossmix with some options, you can change the levels and switches you change in ossxmix. In theory, if you wish to have headphones automatically detected you should try to automatically run a specific command that mutes the laptop internal speaker when the headphone is detected. I have yet to find how to do this. Also, if you’d like to mute/unmute the internal speaker easily, you can try to do a script that toggles the value and then make a shortcut on the desktop that runs the script, enabling you to mute/unmute with a double click. I haven’t done this, but it shouldn’t be too difficult, it’s a basic if/then/else structure.
ossinfo will display information regarding the current configuration. Running ossinfo -v4 will display all available information.
Skype
I believe this is worth a section of its own. In case you’re running Ubuntu, you should have the medibuntu repository installed and this will provide the required packages. The skype package only supports ALSA/pulseaudio. If you have this installed and wish to start using OSS, uninstall the skype package and install skype-static-oss. As a side note, this version of skype will not blend in your GTK theme, it comes with a “static” qt configuration.
You will need to configure the audio. In the options you can see that the devices are referenced as /dev/dspX instead of a more user friend reference, like in the screenshot.
By know you should know how to deal with this. I have explained how to find out what the dsp links are referencing, which ones are input or output and how to test them in real time. Usually you’re sound out and ringing should be /dev/dsp, the sound in you should find out by using ossrecord.
3.Other problems and things I found out
Disabling vmix will make sound applications use much less cpu (around half), but you can one play one at a time. It is mentioned in this forum post that disabling vmix for recording channels will bring the cpu down. I honestly did not understand the procedure so well, what do you mean dettach then attach?bah, I think I did it but didn’t really see any effects.
Suspend/resume I did not find a solution. In theory, you should disable audio by running soundoff on suspend and renable it by running soundon on resume, and this implies altering whatever scripts are run in both operations. Does any one know how to this?
The workaround to enable gnome sounds is quite simple but I don’t remember where I saw it.
After I got everything working I purged pulseaudio from my system, but didn’t touch alsa. It should not be a problem.
4.Conclusion
I initially installed OSS to try to tackle 3 issues.
First, I noticed that pulseaudio was using a lot of CPU and I head that OSS used less resources. On the CPU level, I did not see any real difference, only with vmix disabled would CPU usage come considerably down. Some people report other results though.
Second, I use spotify to listen to music. With alsa/pulseaudio the sound was choppy, freezing at least twice every minute and it was annoying me. Changing the wine driver to OSS and running spotify with padsp, a wrapper for pulseaudio, brought the choppiness down but not completely and the CPU usage was very high. I expected that running OSS natively with solve all the problems. Well, CPU went to normal because you don’t need the wrapper anymore, choppiness went further down but never disappeared. I am still trying to figure out how to solve the issue.
Thirdly, skype in Ubuntu 9.04 is not working well. The sound freezes after a random amount of time and there is no definite solution. By the use of voodoo I was able to make it work, but honestly I don’t even remember what I did. With OSS skype works fine.
So, bottom line, after installing OSS runs quite well but it did not solve all my problems. I like that the mixing is less insane than with alsa+pulse, but it sadly has some problems and the GUI mixer is not intuitive by any means. Since I did a lot of research, I know that some soundcards are only supported by OSS and there isn’t any good in-depth guide I could find online, I decided to write this.
For further help, please check the 4front user forum. What this guide contains is basicaly all I know about OSS.
References
arch linux wiki
4front user forum
harshJ blog
Pdf from 4front with installation instructions, hardware support and general overview of tools.
Tags: /dev/dsp, 4, 8.10, 9.04, alsa, audio, bug, debug, debugging, device, dsp, entry, ext, external, four, how, how-to, install, installation, int, internal, intrepid, jaunty, link, mic, microphone, not, open, OSS, ossinfo, ossmix, ossplay, ossrecord, OSSv4, ossxmix, problem, problems, pulse, pulseaudio, skype, sound, system, to, tutorial, ubuntu, v4, version, working
- 2 comments
- Posted under Uncategorized
May 2, 2009 How to get Chromium daily builds in Ubuntu
Chromium is getting ported to linux, so why not give it a spin?
The project in hosted on launchpad, and normaly no one would need instructions to add a repository or PPAs or whatever but since they started using PGP keys, it’s not as straightforward. You can see instructions on the Launchpad Blog but I’m putting them here for future reference.
The PPAs (for ubuntu 9.04, check the launchpad page for other versions) are:
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
And the key file is this, but save yourselve the trouble and download it already on a file from my mirror
Now go to System->Admnistration->Software Sources and under Third Party Software add the PPAs. Don’t update just yet because you’ll need the key. Under Authentication hit Import Key File and choose the file you downloaded. Now you’re good to go, update away.
The package is chromium-browser . It already has tabs but will crash on you without hesitation.
It’s in pre-alpha stage, read the warning, so don’t bitch about it.
Tags: 8.04, 8.10, 9.04, builds, chrome, chromium, daily, deb, debian, google, hardy, help, how, install, installing, intrepid, jaunty, nightly, package, PPA, PPAS, to, ubuntu
- Leave a comment
- Posted under software
March 24, 2009 Windows XP packed with virus? Ubuntu does the trick
I have temporarely defected to using windows xp since I’m having a lot of problems with ubuntu’s performance.
Everything was going sweet, blazing fast performance, but since I haven’t used windows seriously in like a year and a half I kinda lost sensitivity for it. I had no antivirus whatsoever and naturally I downloaded a crack that turned out not be a crack and now windows is completely fucked. *sigh* good old times.
Surprisingly enough, the antivirus I was familiar with in windows, Avast! and AVG, all have linux versions. There’s also this linux antivirus called ClamAV.It’s a command line antivirus. Can you see my boner? Right, you know why? Because it’s not there. There’s this other thing called clamtk in the repositories which is a graphical frontend for clamav. It has a lot of talk about signatures which I suspect is maybe the antivirus database, and starts with a warning saying your distro may or may not have them preconfigured. By them I mean two configuration files. You know, the ones that end in .conf and need to be handwritten. Right. Anyway, I tried to update the signatures and what do you know?, everything is up to date. Then I notice this
Think I’m gonna waste another second of my life with this just because it’s released under the GPL? Think again.
To install avast!, just go to the website and download and install the deb. Don’t forget you need to register with them to have a valid key. You will find it in the accessories menu and it kinda looks like this:
AVG you can get here. Nothing to point out, also appears in accessories. Now when you try to update it says “No permission to run whatever”. For a while there I thought they didn’t really mean permission, but turns out they do. You need to run it as root to update. Damn fine work AVG, real good. Fuckin assholes. Run sudo avggui in the console, or, alternatevely, right click the applications menu and go to “edit menus”. There, find avg, right click properties. Then on the command instead of “avggui” put “gksu avggui” and you’ll never have to think about this again. Here’s the screen.
What’s the conclusion? I’m dying to go back to linux and get away from 2h30m worth of throughout anti virus and spyware scans, but I need hired geeks to make my laptop run sweet again.
Follow-up: Linux Format recommends BitDefender. Looks ok, probably worth a shot.
Tags: anti, avast!, AVG, clamav, clamtk, clean, deb, debian, end, front, frontend, graphical, how, install, installation, remove, to, ubuntu, virus, vista, windows, xp
- 7 comments
- Posted under software
February 11, 2009 Ubuntu 8.10: Support dropped for ATI Mobility Radeon 9700 / rv300 chips
Note: Since the writing of this post, the driver has been released. Instead of the beta I link to, you can try and download the new driver and I’m guessing you can follow the guide all the same. Not that you’ll notice any difference honestly, but just in case…
Note2: To paint things even worse,ati isn’t releasing any more drivers for this card and chip line. read it here.
Not everything is great in ubuntu land. If you’re using a rv300 series ati card you’re in for a surprise: bug#284408. In case you don’t know, issue the following command to see what your pc’s packing:
lspci | grep VGA
The output should look something like this
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
That’s my case for an ATI Mobility Radeon 9700. Yes, it’s badly detected as a 9600 hell knows why.
Ok so this is what happens. If you’re running 8.04 and using the ATI propriety driver fglrx and upgrade to 8.10, the graphics break. Solution is to remove fglrx and use the open source one, “radeon” in my case. How to do this is explained somewhere in the bug discussion.
If you install a fresh 8.10, you’ll be using the correct open source driver but installing fglrx will break the X graphics server configuration. This happens if you install either using the packages listed in the repositories or downloading the binary from ati’s website.
So now what? The following works with the Mobility Radeon 9700 and I think with the 9600 as well. Check the bug discussion. Anyway.
Download the beta for the Catalyst driver 9.2 (current version is 9.1) here. After extracting the executable from the zip file, go to properties and on the Permissions tab check “Allow executing file as a program”. Now, command line
sudo ./Linux_catalyst_9.2_CES_09_preview_driver.run --buildpkg Ubuntu/intrepid
sudo dpkg -i xorg-driver-fglrx_8.580-0ubuntu1_i386.deb fglrx-kernel-source_8.580-0ubuntu1_i386.deb fglrx-amdcccle_8.580-0ubuntu1_i386.deb
sudo aticonfig --initial -f
If it complains of dependencies not met, check if you have all the software sources enable. As a test, see if you can find the package dpkg-dev.
After rebooting, you should even “Hardware Drivers” barking about the driver. Glamour shot:

Finally
What’s the performance gain? With the open source driver, glxgears spits ~1300fps. With fglrx, ~2500fps.
Note: If you update the kernel, or the x server of the driver package… shit is gonna happen. I can’t say for sure, I don’t know enough, but I wouldn’t touch the updates to those 3 things.
There, 2 hours of time. And it wasn’t even worth it, the only thing I want is to watch the Daily Show online with more 1 frame per second. Is that too much to ask? Oh, and faster scrolling in firefox. More on this story as it develops.
Tags: 2. beta, 8, 8.1, 8.10, 9600, 9700, ati, blank, brake, broke, broken, Catalyst, drivers, empty, fglrx, fgrlx, graphic, Hardware, how, install, jockey, low, mobility, mode, non, not, radeon, recognized, RV300, RV350, server, to, ubuntu, x
- 3 comments
- Posted under Uncategorized
November 30, 2008 Making Skype and Ubuntu 8.10 get along, specially on the AA1
As you may or may not know, the current version of skype does not work out of the box in Ubuntu 8.10. The solution can be simple or farelly complex. It depends on how the system is dealing with your soundcard. The following is a screenshot of the audio configuration that works on a lot of computers, AA1 included.
Now, if you by any chance followed my guide to install Ubuntu 8.10 on the AA1 or installed the normal Ubuntu, this won’t work. To make it work, I checked the ubuntu wiki. I ended up refering to the arch wiki and install the newest alsa. In my opinion it’s the best way to go. It now fully supports the AA1′s sound card. At least that’s what they say.
It’s farelly simple
Download the latest source from ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.18a.tar.bz2 and extract it to your home folder. To compile you can do it in the terminal like this
sudo bash
cd alsa-driver-1.0.18a
./configure --with-cards=hda-intel
make
make install-modules
The make command will take a while, but if it ends with “ALSA modules were successfully compiled.” you know you’re good to go.
Next up edit /etc/modprobe.d/alsa-base with something like
sudo gedit /etc/modprobe.d/alsa-base
And add at the end
options snd-hda-intel model=acer-aspire
Now reboot (will take a while) and everything should be working. To control the mic volume you need Gnome ALSA Mixer, the package is gnome-alsamixer.
And access it in Applications->Sound & Video. If it looks like this, your installation went ok
End of story, skype should now be working with the configuration of the first post. The mic volume is the capture level, and don’t ask me about the internal mic, I don’t use it and honestly don’t care.
Linux audio sucks.
Tags: 1.0.18a, 8.10, AA1, acer, alsa, aspire, audio, compile, from, how, install, latest, one, playback, problem, problems, skype, solution, source, to, ubuntu, version, with
- 4 comments
- Posted under AcerAspireOne, bugs, software
November 14, 2008 Ubuntu 8.10 on the AA1: installation/review
Follow up: Since the writing of this post, a couple of new things are worth mentioning. Firstly, the easiest way to get all the hardware working is installing the sickboys’s kernel, bonus is very fast boot time (~15s). Secondly, I posted a follow-up review that adds up to this: ubuntu runs very slow on the AA1.
There is a version of ubuntu 8.10 that installs directly from a pen drive. I say great, let’s give it a spin! (you will need a cable connection to get internet working)
Download usb image here
Instructions to load the image on ubuntu right over here
The wiki has all kinds of tweaks and usefull stuff, so If you want to know what to expect there is the place.
Making a pen drive bootable was basic. Booting from the pen disk is trivial, just hitting F12 and choosing it from the list.
Instead of the normal Ubuntu live cd menu, the usb installer presents a prompt that starts booting automatically if you don’t touch it within 5 seconds. Fine with me.
Ok, the desktop is a surprise. I wasn’t expecting a desktop “optimized” for touchscreens.
Yeah, that firefox bullshit (called MIDbrowser) has definitely got to go.
Although this version of ubuntu is all tweaked to look like that, I think it’ll be no problem to reset it to a normal looking desktop.
Instalation goes ok, if you’re trying this I recommend you do a manual partitioning to reduce the swap to a minimum. I got it down to 50megs this time, just for the sake of it. If you want to do it, here’s how it’s supposed to look.
Note: The mount point of the primary ext2 partition is naturally ” / “. I took this screenshot afterwards so it doesn’t show.
Now that’s it’s installed time to work. Booting up took for fucking ever, like one whole minute. Jesus Christ.
Let’s start by doing the upgrades and updates:
sudo apt-get update
sudo apt-get install aptitude
sudo aptitude safe-upgrade
JESUS FUCKING CHRIST this took something like 60 godamn minutes. Pain staking. Consider yourself warned.
Note: if you don’t use aptitude don’t install it, but I highly recommend using aptitude instead of apt-get.
Now according to the wiki all I have to do is deactivate the default wireless driver in system->admnistration ->hardware drivers and install the backports.
sudo aptitude install linux-backports-modules-intrepid
Now let’s take out some useless crap from system>preferences->sessions , namely:
-devilpie (this is the app that keeps every window always maximized)
-update-notifier (I want this pc to work and do it fast, not be up to date with random bullshit)
-CellWriter (this is the on-screen keyboard, fuck that)
-Bluetooth Manager (The netbook doesn’t come with any bluetooh hardware and I don’t use any)
-Check for new hardware drivers (same reason as update notifier)
-Print Queue Applet (I don’t own a printer so screw it)
-GNOME Splash screen (I didn’t see any splash screen so…)
-Remote Desktop (What the fuck)
-Tracker
-Tracker Applet (i use gnome do, fuck tracker)
-User Folders update (Something about folder names. screw it)
-Visual Assistance (no way)
Make the boot use concurrency.
sudo gedit /etc/init.d/rc
And substitute where it says “CONCURRENCY=none” with “CONCURRENCY=shell”. without the quotes obviously. It’s like the second item, no biggy.
And that’s about it.
Reboot, a little prayer and let’s see what works and what’s worth mentioning:
-No need to login by default, I say nice
-Boot time is bit shorter now that there are less programs starting up and it uses concurrency. I’d say 30-40secs until you get a workable desktop. Yeah, basically it takes forever. *sigh*
-If an sd card is already plugged before you boot into the system than it mounts. Hot plugging is not working out of the box. Sucks.
-Wireless does in fact work
-Headphone detection works! Sound works ok. Don’t know about the internal mic, I dont use it anyway
-RAM after boot is less but close to 250megs. A bit heavy I should say
-Default behavior of nautilus is one click to open files and folders. This sucks, you can change it in preferences in the behavior tab easily. Speaking of which, it has tabbed browsing. Kick ass.
-System beep is enabled by default. How do you make that goddamn thing shut up?
-Installed Firefox3 and uninstalled MIDbrowser in the add/remove thing. You can search for firefox like so
Maybe firefox3 is too heavy for this netbook, but I’ll give it a try and if it sucks I’ll just default to firefox2 as usual.
-Installing flash 10 was easy, as always. Video playback works well enough for youtube, not so well for watching daily show on comedycentral.com. This with desktop effects turned off. Maybe some graphics driver tweaking?
-Speaking of which, I got 347 fps running glxgears. This is very bad, my old laptop can spit more than 2000. Will have to look into it later.
-Thunderbird comes installed by default, as you probably noticed from the screenshots. Comes with an option to import a gmail account and it’s integrated in nautilus, I say nice. Evolution sucks so much I don’t even know what to say.
-This sad ubuntu doesn’t come with standard gnome themes and icons. This is just plain silly look:
-The whole dark chocolate theme is better than human. Better in a sense that instead of getting old in 10 minutes, it got old in 20. Hello gnome-look.
-Installed skype and webcam was working fine. fuck yeah!
-Tried to make a call and audio doesn’t work. fuck no : -(
EDIT: To get skype working, please refer to this follow-up post
And I think that’s all folks. A final screenshot of how it looks:
Since I hate it when people post screenshots and don’t say what they’re using, here. I installed aurora and then aurora_clean. To install aurora you will need to install the package libgtk2.0-dev.The window border is blended, wallpaper is something I found on deviantart, it’s called “This is Halloween” by this guy called loadus. Great piece.
And finally we’re done. This turned out really big. Hope it was helpfull.
Tags: 8.10, AA1, acer, aspire one, how, ibex, install, intrepid, review, to, ubuntu, wireless, work, working
- 2 comments
- Posted under AcerAspireOne, software
October 5, 2008 Flock seems pretty cool
Just installed their latest 1.26 version. I’m currently writing this thru the browser, and want to test it out.
You can download it at www.flock.com, what you get is a .tar.gz with lots of stuff. Among them a binary file called “flock” that starts the browser.
There is a dependency you must install before running flock, which is the package libstdc++5 in ubuntu 8.04 or libstdc++6 in ubuntu 8.10
You can probably run the “flock” binary by double clicking it, but if that doesn’t work, it’s just a matter of hitting “./flock” in the terminal, in the correct folder.
Just found out that there is no option to center text in the default editor, and no option to directly upload an image. It only allows to insert images already hosted somewhere, thru the url That sucks. Saving drafts seems to work ok though
Now I’m editing it thru wordpress. As you can see, the tags are there but not in the wordpress default way. It just adds them to the end of the post. Strange stuff. Now I can add the screenshot
- Leave a comment
- Posted under software

















