[ xkolja @ 15.10.2003. 13:06 ] @
Imam da postavim za sada samo dva pitanja:
1. Zasto Mandrake 9.1, RH 9.0 nece korektno da rade sa floppy jedinicom?
Imam maticnu ploci ASUS P4S533-X i floppy SONY. Kada iskopiram nesto na /mnt/floppy racunar zablokira, rade samo reset taster na kucistu i prekidac za struju. Isto se desava i iz okruzenja KDE i iz konzloe tekst rezima, bezobzira dali sam ROOT ili korisnik.
2. Kako mogu iz tekst okruzenja da pokrenem GNOME? KDE pokrecem tako sto napisem startx.

Za sada toliko drustvo.
[ alex @ 15.10.2003. 17:55 ] @
1. Da li si mount-ovao floppy u /mnt/floppy pre nego sto si poceo kopiranje? Cim se nesto zablokiralo verovatno jesi.

Najlaksi nacin da resis problem (ukoliko nije hardverski) - instaliraj mtools. Sa mtools programima ces operacije sa flopijem vrsiti na slican nacin kao i u dos-u .

Primer:
Code:

$ mcopy file.txt a:\


Mada, moze da se desi da je u pitanju stvarno hardverski problem - proveri u BIOS-u da li se uopste vidi floppy.

2. GNOME FAQ (Frequently Asked Questions):
http://www.gnome.org/faqs/users-faq-1.2/starting.html

Citat:

Q: When I boot Linux up, I start at a text prompt. How do I start GNOME?

A: With luck, you should be able to type startx to start X and GNOME will start up. If you're looking here, though, it probably means this didn't work. The solution will depend on the exact problem and on the distribution you are using.

If the problem is that X starts but you get something other than GNOME on top of it, some distributions have tools that let you avoid editing text files yourself:


Red Hat and Mandrake
Red Hat Linux and Linux Mandrake both come with an application called switchdesk. This can be started within X or run from outside it and lets you alter your desktop between GNOME, KDE and (on Red Hat) AfterStep. Nice and simple.

SuSE
SuSE Linux uses YaST to configure X and what happens when you start it. You should be able to tell it to start GNOME as the "window manager" when you start X. (Yes, confusing terminology.)

On SuSE, you should also simply be able to type startx gnome to start GNOME up.

If you have one of the above Linux distributions, use the method listed above. If not, then you will need to look at the following:

If the problem is that X starts up but either KDE starts or neither KDE nor GNOME start, then look for a file called .xinitrc or (possibly) .Xclients in your home directory. Edit it with a text editor. If you don't have a favourite editor yet, friendly editors for new users are pico (comes with a help screen switched on) and joe (if you like the old Wordstar keys, you'll like this). You want to remove everything from it and end up with just this in it: exec gnome-session. Save this file, and then retry startx.


Pozdrav,
alex.
[ xkolja @ 16.10.2003. 06:27 ] @
Hardverski problem nije, jer masina bez problema radi na Windows-u XP.
Na racunaru imam dva OS-a.
[ tvucko @ 16.10.2003. 10:37 ] @
Probaj rucno da uradis mount floppy. Mandrake ima supermount koji zna da pravi problem.

PS: mount -t vfat /dev/fd0 /mnt/floppy

[ alex @ 16.10.2003. 10:39 ] @
.. ili koristi mtools programe, za njih nije potrebno da se radi mount diskete. Kao sto sam vec spomenuo, jelte..