DRM kernel module for unichrome ?

2006-03-20 Thread bruno schwander
Hi everybody, I am trying to get DRI to work on a VIA C3 motherboard. Background: running mplayer freezes X. (just X, I can ssh and reboot the box) Running mplayer -vo x11 (instead of the default that uses Xv extension) works, but uses much CPU. I understand that for Xv, XVmc to work, DRI must be

sysctl kern.ipc.shm* description ?

2003-08-14 Thread bruno schwander
Is there a good explanation of what those variables are and the dangers/advantages of changing them ? I ask because I determined one port (multimedia/nuppelvideo) needs more shared memory to run (on my system). But when I changed some of the kern.ipc.shm* sysctl, the program ran for 15 sec and the

Re: trying to create a port of gnotime

2003-01-15 Thread bruno schwander
SOLVED! turns out I had a (I suppose obsolete ) directory /usr/X11R6/include/gdk-pixbuf that was conflicing with /usr/X11R6/include/gtk-2.0/gdk-pixbuf/ port coming along fine now... submitting soon bruno On Wed, 15 Jan 2003, bruno schwander wrote: > Hi all, > > I am trying to make

trying to create a port of gnotime

2003-01-15 Thread bruno schwander
Hi all, I am trying to make a port of gnotime ( http://sourceforge.net/projects/gttr/ ) and I am hitting a few problems. I checked how other GNOME ports work and think I used all the right flags. When I try to build, I get the following output (appended) I have other gnome apps that build fine.

starting a program on a given ttyv

2002-08-21 Thread bruno schwander
How can I remotely start a program on the console ? I need to remotely launch a fullscreen graphical program, without being logged at the physical console, and redirect the input of the program so I can feed it data (keystrokes) through the network. any suggestions ? To Unsubscribe: send mail

Re: termios guru ?

2002-07-11 Thread bruno schwander
settings, no input is ever read by the program. It fgetc() constantly returns -1. Any idea why ? bruno On Thu, 11 Jul 2002, Cyrille Lefevre wrote: > On Wed, Jul 10, 2002 at 09:13:18PM -0700, bruno schwander wrote: > > I making a port (not much really) of Irit > > (http://www.cs.techn

termios guru ?

2002-07-10 Thread bruno schwander
I making a port (not much really) of Irit (http://www.cs.technion.ac.il/~irit/) a modelling environment. I am having some problems with terminal handling, so all termios guru out there, please help ! :-) At stratup, irit does the following Termio.c_cc[VEOF] = 0; /* MIN = 0, no minimal length t

Re: examining the environment

2001-03-13 Thread bruno schwander
Thanks everybody, I checked the code and the magic function is kvm_getenvv() bruno Wes Peters wrote: > bruno schwander wrote: > > > > Hi everybody, > > > > How can I examine an other process environment ? > > > > I have a daemon that needs to d

examining the environment

2001-03-08 Thread bruno schwander
### Bruno Schwander Senior Software Engineer Worldgate Communications, Inc email: [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED

Re: close call in a device ?

2000-11-09 Thread bruno schwander
Thank you infinitely for all this information. It will take me a while to absorb and poke around in the right places but this is definitely extremely useful, thank you. I will most probably come back to you with more questions, in a near future time... bruno Terry Lambert wrote: > > > To add t

Re: close call in a device ?

2000-11-08 Thread bruno schwander
ge > > -- > __--_|\ Julian Elischer > / \ [EMAIL PROTECTED] > ( OZ) World tour 2000 > ---> X_.---._/ presently in: Budapest > v -- ### Bruno Schwand

Re: close call in a device ?

2000-11-08 Thread bruno schwander
above, it's not hard to implement, it's mostly just labor > intensive. > > Terry Lambert > [EMAIL PROTECTED] > --- > Any opinions in this posting are my own and not those of my present > or p

Re: close call in a device ?

2000-11-08 Thread bruno schwander
l there may not be a simple solution, but I think the idea of trapping "close" calls may work if I can trap the actual call before the kernel does its job of deciding where to route the call (which driver) and if the driver "close" should be called. Thanks for the idea. Any comm

Re: close call in a device ?

2000-11-07 Thread bruno schwander
Hi, The reason I am doing this, is precisely because I need to virtualize accesses from several processes to _one_ _predefined_ device. I have no control over that device name from the client process point of view, so I can not have multiple devices. I pretty much need to be able to lie to the

close call in a device ?

2000-11-07 Thread bruno schwander
uld be way better Thank you all for any information on this bruno -- ####### Bruno Schwander Senior Software Engineer Worldgate Communicati