Sound on the system briefly interrupts when kde4 switches windows with nvidia card

2012-01-15 Thread Yuri
I have kde4 on 8.2 with translucency windows effect enabled and nvidia graphics driver. Every time I switch an active window or maximize some window, sound played by mplayer interrupts for ~0.5 sec. Very annoying effect. Problem disappears when windows effects in kde4 are turned off. Is this

Re: 2 years student project

2012-01-15 Thread ss griffon
On Sat, Jan 14, 2012 at 5:38 AM, Matthieu Hauglustaine matt.hauglusta...@gmail.com wrote: Dear all, We are a group of french CS students at Epitech, currently in 3rd year. As part of our formation we have to start working on our end of scholarship project. We will have 2 years to complete

Re: Sound on the system briefly interrupts when kde4 switches windows with nvidia card

2012-01-15 Thread Dieter BSD
I have kde4 on 8.2 with translucency windows effect enabled and nvidia graphics driver. Every time I switch an active window or maximize some window, sound played by mplayer interrupts for ~0.5 sec. Very annoying effect. Problem disappears when windows effects in kde4 are turned off. Is this

Re: Sound on the system briefly interrupts when kde4 switches windows with nvidia card

2012-01-15 Thread Yuri
On 01/15/2012 15:34, Dieter BSD wrote: Some drivers do things like DELAY(big number) while interrupts are turned off. Very bad. Look through the source, maybe you can find it. We REALLY need a way to service one device without shutting off interrupts from other devices. NVidia driver is

BeagleBone?

2012-01-15 Thread Tim Kientzle
Just got a BeagleBone in the mail and so far, it seems like fun: * Under $100 * Relatively modern Cortex-A8 ARM CPU (TI AM3358) * Built-in Ethernet, USB console, etc. So far, I've gotten console access from my FreeBSD laptop and am starting to tinker with a nanobsd-like script to build a

Re: BeagleBone?

2012-01-15 Thread Ian Lepore
On Sun, 2012-01-15 at 16:05 -0800, Tim Kientzle wrote: Just got a BeagleBone in the mail and so far, it seems like fun: * Under $100 * Relatively modern Cortex-A8 ARM CPU (TI AM3358) * Built-in Ethernet, USB console, etc. So far, I've gotten console access from my FreeBSD laptop and am

Re: BeagleBone?

2012-01-15 Thread Kurt Lidl
On Sun, Jan 15, 2012 at 05:44:31PM -0700, Ian Lepore wrote: On Sun, 2012-01-15 at 16:05 -0800, Tim Kientzle wrote: Just got a BeagleBone in the mail and so far, it seems like fun: * Under $100 * Relatively modern Cortex-A8 ARM CPU (TI AM3358) * Built-in Ethernet, USB console, etc.

Re: Hardware supported by ng_frame_relay?

2012-01-15 Thread Julian Elischer
On 1/13/12 11:00 PM, Jan Mikkelsen wrote: Hi, I'm looking to upgrade a system running frame relay over a Sangoma A101 card and WANPIPE. Sangoma do not support FreeBSD anymore, so I'm looking for alternatives. What hardware does ng_frame_relay support now that ar(4) and sr(4) are not in

Re: Processes' FIBs

2012-01-15 Thread Julian Elischer
On 1/13/12 4:27 AM, Kostik Belousov wrote: On Thu, Jan 12, 2012 at 10:44:51PM -0800, Julian Elischer wrote: On 1/12/12 6:04 AM, Oliver Fromme wrote: Bjoern A. Zeeb wrote: On 11. Jan 2012, at 15:06 , Oliver Fromme wrote: I'm currently looking at the source code of ps, but adding

Re: Sound on the system briefly interrupts when kde4 switches windows with nvidia card

2012-01-15 Thread Julian H. Stacey
Hi, Reference: From: Yuri y...@rawbw.com Date: Sun, 15 Jan 2012 16:21:19 -0800 Message-id: 4f136d7f.6070...@rawbw.com Yuri wrote: On 01/15/2012 15:34, Dieter BSD wrote: Some drivers do things like DELAY(big number) while interrupts are turned off. Very bad. Look

Re: Hardware supported by ng_frame_relay?

2012-01-15 Thread Roman Kurakin
Hi, Jan Mikkelsen wrote: Hi, I'm looking to upgrade a system running frame relay over a Sangoma A101 card and WANPIPE. Sangoma do not support FreeBSD anymore, so I'm looking for alternatives. What hardware does ng_frame_relay support now that ar(4) and sr(4) are not in FreeBSD 9?

Re: Sound on the system briefly interrupts when kde4 switches windows with nvidia card

2012-01-15 Thread Yuri
On 01/15/2012 22:33, Julian H. Stacey wrote: This might help ? man mplayer: -priority -cache man rtprio as per mplayer(1) -priority only works on Windows and OS/2. -cache doesn't help, setting higher priority with rtprio doesn't help either. The only thing that helps is turning off

Re: Sound on the system briefly interrupts when kde4 switches windows with nvidia card

2012-01-15 Thread Hans Petter Selasky
On Monday 16 January 2012 01:21:19 Yuri wrote: On 01/15/2012 15:34, Dieter BSD wrote: Some drivers do things like DELAY(big number) while interrupts are turned off. Very bad. Look through the source, maybe you can find it. We REALLY need a way to service one device without shutting off