Re: 3.4 cdroms and xdm

2000-01-28 Thread Kurt Olsen
>And, for any user who cannot login via XDM, login over the network and >read the .xsession-errors file created in their home directory. Additionally, if you don't have a network you can hit Ctrl-F1 to get back to a text terminal. Or just enter the username, hit Enter, enter the passwordd and hit

Re: 3.4 cdroms and xdm

2000-01-28 Thread Kurt Olsen
Re: XDM problem. Make sure that each users' .xsession file is set as executable for the owner. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Porting ether-wake.c from Linux

2000-01-04 Thread Kurt Olsen
nstructing raw packets to be sent. Kurt Olsen [EMAIL PROTECTED] --- /* * the wakie-wakie program */ #include #include #include #include #define BUF_LEN 256 void fatal_error(char *message) { fprintf(stderr, "%s", message); exit(1); } void parse(char *addr_in, u_int32_t *add

Re: 2questions

1999-12-13 Thread Kurt Olsen
> - the size of the X server includes the size of video RAM mapped from > the card. The 3dfx cards also map significantly more memory than there is RAM on the card itself. Mostly for control registers and stuff. It might be as much as 32 MB on top of the actual RAM available. To Unsubscribe:

Re: CFD: "bogomips" CPU performance metric

1999-09-02 Thread Kurt Olsen
We have this for 586+ class machines: CPU: Pentium/P54C (132.73-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf Seems more precise and informative. For 386/486 based hardware someone could adapt one of the numerous CPU speed detection routines out there.

Re: CFD: "bogomips" CPU performance metric

1999-09-02 Thread Kurt Olsen
We have this for 586+ class machines: CPU: Pentium/P54C (132.73-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf Seems more precise and informative. For 386/486 based hardware someone could adapt one of the numerous CPU speed detection routines out there.