Re: using floppies and cdrom

2002-08-25 Thread Bijan Soleymani
Hi, I am unfamiliar with your particular laptop, but on my Hitachi laptop I can just switch the floppy drive and the cdrom while the computer is on, as the controller for the floppy and the cdrom are detected at startup. If you can swap the drives while the computer is running, all you would have

Re: Probleme avec ma carte graphique Nvidia Geforce 4 Go 420

2002-09-21 Thread Bijan Soleymani
Cette carte ne fonctionne pas sous XFree86. Pour l'utiliser il est necessaire d'utiliser les pilotes proprietaires d'nvidia. C'est domage puisque ces pilotes ne sont pas libres et qu'en plus ils se plantent regulierement. Je crois qu'il y a aussi une version CVS de XFree86 qui pourrait fonctionn

Re: bash: ./setiathome: Permission denied

2002-09-24 Thread Bijan Soleymani
Might want to try either bash setiathome or chmod 744 setiathome ./setiathome That has happened to me a few times... Bijan

Re: bash: ./setiathome: Permission denied

2002-09-24 Thread Bijan Soleymani
The fact that bash gives "cannot execute binary file" suggests that "setiathome" is an executable and not a script. The default permission of 555 is ok, that is read + execute for all users: 4 (read) + 1 (execute). If you run it like ./setiathome or /directory/where/program/is/setiathome then

Re: Probleme avec ma carte graphique Nvidia Geforce 4 Go 420

2002-09-21 Thread Bijan Soleymani
Cette carte ne fonctionne pas sous XFree86. Pour l'utiliser il est necessaire d'utiliser les pilotes proprietaires d'nvidia. C'est domage puisque ces pilotes ne sont pas libres et qu'en plus ils se plantent regulierement. Je crois qu'il y a aussi une version CVS de XFree86 qui pourrait fonction

Re: bash: ./setiathome: Permission denied

2002-09-24 Thread Bijan Soleymani
Might want to try either bash setiathome or chmod 744 setiathome ./setiathome That has happened to me a few times... Bijan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: bash: ./setiathome: Permission denied

2002-09-24 Thread Bijan Soleymani
The fact that bash gives "cannot execute binary file" suggests that "setiathome" is an executable and not a script. The default permission of 555 is ok, that is read + execute for all users: 4 (read) + 1 (execute). If you run it like ./setiathome or /directory/where/program/is/setiathome then