/srv/irclogs.ubuntu.com/2014/04/03/#ubuntustudio.txt

holsteindelt: i'll tell you what i do on my production rig... i have a shortcut to the terminal command on my desktop.. i click it and put in the sudo password.03:15
TerranceWarrioranyone seen distrozapper?05:39
cfhowlett!anyone|TerranceWarrior05:40
cfhowlettTerranceWarrior ask your actual ubuntu question05:40
akruzhi05:45
akruzi an having problems with my touchscreen05:46
TerranceWarriorcfhowlett: nevermind he left me a message.05:58
TerranceWarriorbut on a sidenote my zorin recognizes my soundblaster but gets no sound, same configuration works in sound under windows 7.05:58
cfhowlettTerranceWarrior sorry, zorin isn't supported in the ubuntu channels.05:59
TerranceWarriorcfhowlett: how would you handle it under Ubuntu?06:04
cfhowlettTerranceWarrior different distro, different rules.  see zorin for support of your distro.06:06
TerranceWarriorcfhowlett: thats not what I asked.06:23
TerranceWarriorhow can I get independence free sound working again under Ubuntu?06:36
TerranceWarriorI had sound working before but upgrade from wine 1.4.1 to 1.6.1-rt.06:37
TerranceWarriornevermind i have it07:56
TerranceWarriordistrozapper12:45
sebiohi, just checking in to claim total unawarenes of this system13:12
cfhowlettsebio "this system"?14:05
sebioubuntu studio, yesterday i installed, started from cd, nothing worked properly, gone to bed... today went better by removing the disc14:07
cfhowlettsebio proper sleep actually fixes many technical problems.14:08
holsteinTerranceWarrior: you can visti #kxstudio for support.. thanks!14:09
sebioindeed14:09
deltholstein: for that cpu governor thing.. i wrote a small script that sets all cores at once and i call it from my xfce session startup. works perfectly =)15:46
deltthe main part of it goes like... cd /sys/devices/system/cpu; for core in cpu?; do echo "$1" > /sys/devices/system/cpu/${core}/cpufreq/scaling_governor; done15:48
delt(kind of simplified, but you get the idea)15:49
holsteindelt: sounds good!15:49
deltholstein: of course it checks for root acces, and sudo's itself if it doesn't have it15:50
delt:)15:50
delti'm just wondering why running it from /etc/rc.local doesn't work... there must be something that sets the governor back to "ondemand" afterwards15:51
holsteinsounds plausible16:01
zequenceOvenWerk1: has some idea about that, I think16:16
zequencedelt: I seem to remember there's some process in Ubuntu that sets it ondemand16:17
holsteinyeah, he had another alternative that worked well16:17
holsteini forget...16:17
deltinteresting...18:05
deltlrwxrwxrwx 1 root root 18 Mar 28 22:38 /etc/rc2.d/S99ondemand -> ../init.d/ondemand18:05
deltlrwxrwxrwx 1 root root 18 Mar 28 22:38 /etc/rc3.d/S99ondemand -> ../init.d/ondemand18:05
deltlrwxrwxrwx 1 root root 18 Mar 28 22:38 /etc/rc4.d/S99ondemand -> ../init.d/ondemand18:05
deltlrwxrwxrwx 1 root root 18 Mar 28 22:38 /etc/rc5.d/S99ondemand -> ../init.d/ondemand18:05
deltchmodded -x that file just for good measure -)18:07
deltwhoa, this seems complicated for nothing, /etc/rc2.d/README: "To disable a service in this runlevel, rename its script in this directory so that the new name begins with a 'K' and a two-digit number, and run 'update-rc.d script defaults' to reorder the scripts according to dependencies.  A warning about the current runlevels being enabled not matching the LSB header in the init.d script will be printed.  To re-enable the service, rename the script back to its18:13
deltoh yeah i see why.. the same script in init.d might be symlinked from several runlevels, and you might want it enabled in one but not the other18:14
deltso disabling +x on it isn't really a good option18:14
delt</flood> (sorry about that :D )18:17
zequencedelt: I say, just rename it. If you want control yourself, you don't really need it.21:21
OvenWerk1delt: re changing ondemand to performance. If you wish to change from rc.local put a 90 second delay in front... The default puts a 60 second delay so ondemand gets set (again) about 60 seconds after X (lightdm) starts. This is supposed to allow X to have full speed to start up... but allas someone else has already set ondemand earlier.23:20
OvenWerk1This is to say cpu speed setup is kind of a mess... or was the last time I looked at it.23:20
OvenWerk1Studio can't really fix this as this is done in packages we depend on. It was not worth while trying to fix upstream at the time because of the phase in of upstart... now we are headed to systemd and the same thing all over so I will wait till the dust settles once again before poking at it.23:23
OvenWerk1With regard to CPU speed. I have found that running at half speed (user set) gives better performance than ondemand. So you may wish to remember that if you find performance (full speed) makes your cpu to hot.23:25
OvenWerk1Also remember there is stuff in the chipset on the MB in all new computers that will change cpu speed if it gets too hot without the OS even knowing the cpu cycles have been stolen to do so. So it is good to monitor the cpu temperature and make sure performance will not make things too hot.23:27
OvenWerk1If it does, it is better to set cpu speed to user and choose a slower (but constant speed) to stay within a good temp range.23:30
OvenWerk1My personal findings are that ondemand does generate xruns sometimes.23:31

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!