Forgot your password?

typodupeerror

Comment: Re:yes but... (Score 1) 385

by Clarious (#40062741) Attached to: Linux 3.4 Released

alsamixer -c0 should let you config the first sound card of your computer, not PulseAudio switches. Note that sometimes you might have two hardware sound cards or more, in that case choose the correct one in alsamixer.

Regarding to system wide daemon, I have never used PulseAudio that way so I can't say anything, but running a sound server as root doesn't seem like a good idea to me.

Comment: Re:They fix the sound bullshit yet? (Score 4, Informative) 385

by Clarious (#40060941) Attached to: Linux 3.4 Released

"Another" audio subsytem? Today standard is PulseAudio on ALSA, and that it has been like that for at least 4 years. Before ALSA there was OSS but Linux developers disagree with how OSS do the sound mixing and resampling in kernel space (for better latency, they said) and OSS went closed source for awhile. PulseAudio is an effort to unite all the sound server/mixer (ESD from GNOME, aRTs from KDE or ALSA's own dmix) plus some nifty features like better battery life (less wake ups per second).
Update your FUD once in awhile, please.

Comment: Re:yes but... (Score 5, Informative) 385

by Clarious (#40060925) Attached to: Linux 3.4 Released

It's a common FUD. Nowaday Linux audio works just fine, PulseAudio as a sound server (mixer) and ALSA to talk to the hardware, the rest (OpenAL, gstreamer, OSS, ESD) are either obsolete or totally different stuff unessential to audio playback. Earlier problems related to closed source softwares (Flash, Skype) or badly written HW drivers are mostly fixed.

Comment: Re:YAY! (Score 1) 135

by Clarious (#39864849) Attached to: Bug Busters! OpenBSD 5.1 Released

The base install is limited, they did a great job auditing the code. But the moment you install something from the port, if that software contains bug, then OpenBSD is no more secure than Linux running that software. Or even worse, as OpenBSD refuses to have some kind of MAC implemented, Linux has SELinux/AppArmor/Tomoyo while FreeBSD has TrustedBSD. While those aren't silver bullet to every problem, they help in limiting the damage caused when your potential unsecure software gets compromised.

Comment: Re:Power Management (Score 1) 314

by Clarious (#39401443) Attached to: Linux 3.3 Released

Mostly it is related to bad behaved hardware or incompleted driver. In my case enable rc6 power saving on sandy bridge boost my battery capacity from 3,5 to 6 hours on linux (it is around 4,5 to 5 hours on windows), turn off or reduce wifi tx power helps too. So check your laptop hardware, there might be some that haven't had power management yet.

Comment: Re:Some help with "Morgen regnet es" in TFA (Score 1) 297

by Clarious (#38974233) Attached to: If You're Fat, Broke, and Smoking, Blame Language

I'm not a native German speaker, just someone who is learning the language. In that sentence, 'Morgen' (morning) already implies will happen in the future, so the 'werden' (as 'will' in this case) is not needed. Without it, the sentence will be "Es wird bald regnen", or "I will rain soon".
(I have been studying only for 2 years, so take what I said with a grain of salt).

Long computations which yield zero are probably all for naught.

Working...