Re: PXES-Wishlist
Yves Glodt <[email protected]>
| Newsgroups | gmane.linux.pxes.devel |
|---|---|
| Organization | mind.lu |
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 19 February 2004 15:53, Diego Torres Milano wrote: > On Wed, 2004-02-18 at 20:05, Yves Glodt wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wednesday 18 February 2004 23:25, Rene Bartsch wrote: > > Hi, > > > > there are some things I'd like to see in PXES. Maybe you can > > consider them: > > > > 1.) A text field in pxesconfig to enter the kernel parameters > > > > 2.) Gigabit Ethernet modules > > > > 3.) ALSA and ARTs on the clients as ARTs returns timing > > information of the soundcard. That way A/V can be synced while > > it is awful with Esound. > > > > 4.) GATOS ATI and NVIDIA modules for accelerated 3D graphic > > I feel so free to add this: > > - - add fr_Ch keymap to X > Are you using it ? > Can you send me the kmaps ? yes I do, and it was included in every linux distro I used since 1999. I attach it however. It is used in Switzerland and in Luxembourg, as is de_CH. Strangely it seems it is included in pxes: /opt/pxes-0.7/stock/extra/XFree86-4.3.0/lib/X11/xkb/symbols/fr_CH Could it be that the only problem is it's availability from pxesconfig? > - - add -query to chooseable xdmcp-options > It's there (direct). sorry, stupid me was meaning "-broadcast" > - - add a possibility to specify kernel parameters in pxesconfig > pxesconfig is not changing bootloader conf file, by now... ok :-( > - - possibility to use a config server that has the same IP as > the bootp server (without explicitly specifiing it's > IP-address) You can add this to the DHCP response ok, great :-) > - - always automatically create a config file that inlcudes > all the choosen settings from pxesconfig > I didn't understand what you mean. Perhaps > # pxesconfig -d - -i myimage In fact I meant that after finishing pxesconfig there should always be a configfile created that inlcudes all the settings that have been chosen in pxesconfig. saludos > thank you for pxes so far! > Thanks for the comments > > Yves > > > Rene > > > > > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with > > a free DVD software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > > _______________________________________________ > > pxes-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/pxes-devel > > - -- > Linux 2.4.25 #1 Wed Feb 18 18:48:18 CET 2004 i686 > 23:58:26 up 4:34, 1 user, load average: 0.29, 0.36, 0.36 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFAM++jfmxiTOp0sQYRAtWhAJ9eLWTB3DTRarGObmCDguwNQ1T7DACdEMOG > nGopWLltTsvZ6G4w1a22ii0= > =vdHT > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id56&alloc_id438&op=click > _______________________________________________ > pxes-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pxes-devel - -- Linux 2.4.25 #1 Wed Feb 18 18:48:18 CET 2004 i686 22:42:24 up 21 min, 1 user, load average: 0.23, 0.13, 0.09 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFANTB+fmxiTOp0sQYRAjX5AJ9WVWncA3J4MHsVK/jm4gBkazficwCeIImE NRrKia9zSGA5n7xZuXbgPdg= =tyBI -----END PGP SIGNATURE-----
fr_CH
(text/x-c++src, 1.4 KB)
// $Xorg: fr_CH,v 1.3 2000/08/17 19:54:42 cpqbld Exp $
// $XFree86: xc/programs/xkbcomp/symbols/fr_CH,v 3.5 2001/01/17 23:45:58 dawes Exp $
partial default alphanumeric_keys
xkb_symbols "basic" {
// Describes the differences between a very simple US/ASCII
// keyboard and a very simple Swiss/French keybaord
include "de_CH(basic)"
name[Group1]= "Swiss French";
override key <AD11> {
[ egrave, udiaeresis ],
[ bracketleft ]
};
override key <AC10> {
[ eacute, odiaeresis ]
};
override key <AC11> {
[ agrave, adiaeresis ],
[ braceleft ]
};
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
// modify the default Swiss French layout to use Sun dead keys
include "fr_CH(basic)"
key <AE11> { [ apostrophe, question ],
[ SunFA_Acute ] };
key <AE12> { [ SunFA_Circum, SunFA_Grave ],
[ SunFA_Tilde ] };
key <AD12> { [ SunFA_Diaeresis, exclam ],
[ bracketright ] };
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "fr_CH(Sundeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
// modify the default Swiss French layout not to have any dead keys
include "fr_CH(basic)"
key <AE11> { [ apostrophe, question ],
[ acute ] };
key <AE12> { [ asciicircum, grave ],
[ asciitilde ] };
key <AD12> { [ diaeresis, exclam ],
[ bracketright ] };
};