The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Video Card support etc., without X
by dirty on Thursday 07/Dec/2000, @08:33
|
I wonder if it would be possible to just use the video card drivers from Xfree 4. Since they are now nice and separate from the server I would think that would be possible. Of course you could only run KDE apps, but I think it would be really nice for trying to create a low-overhead GUI for things like kiosks and what not.
|
[
Reply To This | View ]
|
Re: Video Card support etc., without X
by Carbon on Thursday 07/Dec/2000, @08:38
|
Not really. You see, KDE wouldn't be making their own personal version of display drivers, rather, it would be using the internal framebuffer drivers that are loaded as part of the kernel. I'm not certain if FBDEV yet supports acceleration, but it runs in SVGA mode just fine.
|
[
Reply To This | View ]
|
Re: Video Card support etc., without X
by dep on Friday 08/Dec/2000, @04:59
|
the new kernel has its own accellerated drivers for a number of chipsets as well as a perfectly useful frame buffer. there ought to be some way to use kde right on top of the kernel -- which is, after all, already in a graphics mode.
anybody know what modifications would be needed to bring this about?
|
[
Reply To This | View ]
|
Re: Video Card support etc., without X
by HanishKVC on Wednesday 09/May/2001, @20:50
|
I haven't worked on KDE development much so don't know about the kdelibs and other libraries in KDE and there dependency on X.
However yestarday I was looking into qt/embedded(qte), based on my preliminary analysis there is a kernel directory within qte/src, the qgfx*.* files should give anyone a rough idea of how qte provides a flexible graphics layer.
Roughly:
1) One could use the Framebuffer driver in Linux kernel for their target to work with qte because qte already as support for Linux framebuffer.
OR
2) One could implement ones own graphic drivers by inheriting from qScreen for the framebuffer part and from qGfxRaster for the Drawing primitives.
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|