|
From: Manuel H. <mho...@ph...> - 2005-11-27 09:43:18
|
Hi Daniel, > Supporting non-recangular windows directly in the driver sounds like a good > idea to me, especially as such windows get more and more common these days. > The only thing I'm a bit concerned about is performance as a few extra > copies > will be neccessary to redraw the screen. Using the hardware blitter code > from > the 2D linux drivers this however shouldn't be too big a problem.. Of course it is much faster to redraw a rectangular window. We could provide a fast algorithm for that and a slower one for non-rectangular windows. In that case the application programmer can decide whether to use a rectangular window or not. Another approach could be marking certain regions of the windows as transparent. > I have some doubts that people are really willing to share their screen > with > someone else but as one can install a secondary pci graphic-card and/or > switch > to a multihead card this also shouldn't be neccessary. Especially in > situations > where the computer is mostly idle (office, internet café, etc) this can > save > a lot of money as much fewer computers are needed while the users still get > the same experience. That's just what I was thinking about. > Just out of curiousity: What's the topic of your thesis ? I'm working on the quantum-Bethe-ansatz on an AdS3-string-background. That's a quite special topic in string theory, concerning a recent theorem known as AdS/CFT correspondence. It shows the duality between string theory and field theory and could lead to a better understanding of unified theories and quantum gravity. Regards, Manuel |