Add interactive splash screen and wine improvements projects.
Submitted by: kris moore <kris@pcbsd.com>
This commit is contained in:
parent
0c3b2210b6
commit
feed0db4d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31680
1 changed files with 27 additions and 1 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
||||||
<ideas>
|
<ideas>
|
||||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||||
<cvs:keyword name="freebsd">
|
<cvs:keyword name="freebsd">
|
||||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.47 2008/03/18 00:01:09 rwatson Exp $
|
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.48 2008/03/18 00:12:12 rwatson Exp $
|
||||||
</cvs:keyword>
|
</cvs:keyword>
|
||||||
</cvs:keywords>
|
</cvs:keywords>
|
||||||
|
|
||||||
|
@ -470,6 +470,18 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
|
||||||
</desc>
|
</desc>
|
||||||
</idea>
|
</idea>
|
||||||
|
|
||||||
|
<idea class="soc" id="interactive-splash">
|
||||||
|
<title>Interactive Splash Screen</title>
|
||||||
|
|
||||||
|
<desc><p>Improve upon / replace the existing static VESA splash
|
||||||
|
screen support in FreeBSD, with a script-driven back-end,
|
||||||
|
which allows animation in the loading graphics. This would
|
||||||
|
greatly improve the bootup experience for desktop users, while
|
||||||
|
providing graphical feedback to the startup of the kernel /
|
||||||
|
system services. Additionally this could be used to replace
|
||||||
|
the beastie.4th menu, with a VESA driven graphical loader
|
||||||
|
screen.</p></desc>
|
||||||
|
</idea>
|
||||||
|
|
||||||
<idea id="usb-update">
|
<idea id="usb-update">
|
||||||
<title>Improving the USB stack in FreeBSD</title>
|
<title>Improving the USB stack in FreeBSD</title>
|
||||||
|
@ -1845,5 +1857,19 @@ SMP features.</p>
|
||||||
</ul>
|
</ul>
|
||||||
</desc>
|
</desc>
|
||||||
</idea>
|
</idea>
|
||||||
|
|
||||||
|
<idea class="soc" id="wine">
|
||||||
|
<title>Improve Wine support in FreeBSD</title>
|
||||||
|
|
||||||
|
<desc><p><strong>Technical contact</strong>:
|
||||||
|
<a href="mailto:kris@pcbsd.com">Kris Moore</a></p>
|
||||||
|
|
||||||
|
<p>This last summer Tijl Coosemans did excellent work
|
||||||
|
getting wine to a very usable point on FreeBSD. However,
|
||||||
|
there are some issues which still need to be addressed at <a
|
||||||
|
href="http://wiki.freebsd.org/Wine">http://wiki.freebsd.org/Wine</a>.
|
||||||
|
This would be a big improvement for our desktop users.</p></desc>
|
||||||
|
</idea>
|
||||||
|
|
||||||
</category>
|
</category>
|
||||||
</ideas>
|
</ideas>
|
||||||
|
|
Loading…
Reference in a new issue