LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices

Tags used in this thread
Popular LQ Tags

Reply
 
Thread Tools
Old 01-08-2007, 11:55 AM   #16
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Thanked: 0

[Log in to get rid of this advertisement]
Mount the floppy disk and drag and drop the file, just like Windows. Make sure you un-mount the floppy before you remove it.

You should be able to right-click on the file and choose "copy" or "copy to" also.
Lenard is offline     Reply With Quote
Old 01-08-2007, 12:39 PM   #17
bertie57
LQ Newbie
 
Registered: Jan 2007
Posts: 15
Thanked: 0
Ready to send you the Xorg.0.log file if you tell me where to.

Regards
bertie57 is offline     Reply With Quote
Old 01-08-2007, 02:56 PM   #18
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Thanked: 0
OK, the address is munged to protect against spambots;

lcharters@<nospam>sbcglobal<nospam>
<this line does not exist, remove me>
.net
Lenard is offline     Reply With Quote
Old 01-08-2007, 05:15 PM   #19
deepblue_diver
LQ Newbie
 
Registered: Dec 2006
Distribution: FC5
Posts: 12
Thanked: 0

Original Poster
Sorry, being selfish it doesnt help me.
I dont have any gui at all, only command line so drag and drop is out

Gary.
deepblue_diver is offline     Reply With Quote
Old 01-08-2007, 05:29 PM   #20
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Thanked: 0
As root;

mount /media/floppy
cp /var/log/Xorg.0.log /mnt/floppy/Xorg.0.log
umount /media/floppy

This assumes that /dev/fd0 == /media/floppy adjust for what your /etc/fstab file actually shows.
Lenard is offline     Reply With Quote
Old 01-09-2007, 01:55 AM   #21
bertie57
LQ Newbie
 
Registered: Jan 2007
Posts: 15
Thanked: 0
OK, I just sent the Xorg.0 file to the aforementionned email adress.

Thanks for your help
bertie57 is offline     Reply With Quote
Old 01-09-2007, 04:51 AM   #22
bertie57
LQ Newbie
 
Registered: Jan 2007
Posts: 15
Thanked: 0
Hello,

I tried the following command:
"system-config-display --reconfig --set-depth=16 --set-resolution=640x480", i.e without the "--set-video" option, and it worked fine. Command ran smoothly, without errors, and i can now "startx" and use the desktop.
Remaining problem is that 640x480 is really small.
I tried "system-config-display --reconfig --set-depth=16 --set-resolution=800x600" but as soon as I launch open office, the mouse disappears.

Is there another driver to install for the voodoo banshee?
bertie57 is offline     Reply With Quote
Old 01-09-2007, 09:03 AM   #23
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Thanked: 0
First good for you, I'm glad you got a working GUI interface working.

I did have a look at your Xorg.0.log file and sent you (via email) a possible replacement xorg.conf file. Compare this file to your working /etc/X11/xorg.conf (the Videocard0 section), use the Driver "something" from your working xorg.conf file. If I'm lucky I used the same one.

Since you have a working GUI configuration you might want to try the Administration-->Display tool first.

Last edited by Lenard; 01-09-2007 at 09:05 AM..
Lenard is offline     Reply With Quote
Old 01-09-2007, 02:37 PM   #24
deepblue_diver
LQ Newbie
 
Registered: Dec 2006
Distribution: FC5
Posts: 12
Thanked: 0

Original Poster
Lenard.

I've got to admit i've taken the cowards way out and installed fc5instead. It loaded first time with no issues and at least it lets me see what Linux is about, and also try things knowing i've got a reasonable chance of them working.
Thanks for your help with trying to install fc6, i really appreciate it. I know i'm going to have other issues to deal with so you never know i may call on you again.

Gary.
deepblue_diver is offline     Reply With Quote
Old 01-09-2007, 04:05 PM   #25
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Thanked: 0
No problem, it's your system and FC5 is supported. The xorg.conf file should be saved someplace as a guide in the future. I'm glad that FC5 works for you, there is nothing in FC^ that cannot be added to FC5 (except for some headaches).


Welcome to Linux.
Lenard is offline     Reply With Quote
Old 01-09-2007, 07:34 PM   #26
sadiqdm
Member
 
Registered: Nov 2003
Location: London, UK
Distribution: openSUSE, Ubuntu
Posts: 319
Thanked: 3
CTRL+ALT+BACKSPACE will always kill the Xserver. If it hasn't been set to automatically restart, you will be at the command prompt for whatever user you were logged in as. I think CTRL+ALT+F1 will also take you to a terminal, but I don't remember whether that also kills the Xserver. I'll post this and then check. It's a while since I had to do it!

Edit: OK that was fun! CTRL+ALT+F1 (or F2/F3/F4) will take you to a terminal by switching away from the X session. This is not the same as opening a terminal from inside the X session, the Xserver is still running and you can go back to it by CTRL+ALT+F7 even if you are logged out at the terminal screen.

Last edited by sadiqdm; 01-09-2007 at 07:41 PM..
sadiqdm is offline     Reply With Quote
Old 01-10-2007, 05:31 AM   #27
bertie57
LQ Newbie
 
Registered: Jan 2007
Posts: 15
Thanked: 0
Ok that's useful. The CTRL Alt F? commands work like a charm. ;-)
I don't have to pull the cord anymore. I guess my old hard drive is now a little happier.

Regards

Bertrand
bertie57 is offline     Reply With Quote
Old 01-10-2007, 09:10 AM   #28
bertie57
LQ Newbie
 
Registered: Jan 2007
Posts: 15
Thanked: 0
Thanks Lenard,

I tried your xorg.conf file without the Horizsync and VertRefresh lines and it now works fine. I can improve the resolution to 800*600 and millions of colors.

On another thread I was recommanded to put also HWcursor to false. It works also when I had this line to my former xorg.conf.

Many thanks for your help!
:-)

I stick to FC6
bertie57 is offline     Reply With Quote
Old 01-10-2007, 02:01 PM   #29
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Thanked: 0
I'm glad you have a working GUI interface, it does not matter if your running FC5 or FC6.
You are welcome, glad to help.
Lenard is offline     Reply With Quote
Old 04-15-2007, 02:28 PM   #30
clancy76
LQ Newbie
 
Registered: Apr 2007
Posts: 1
Thanked: 0
Hi,

Got the same problem...
Can you please post the working 800x600 xorg.conf file...

Thanks.
clancy76 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora core 5 hangs up on install hubarlow Linux - Newbie 2 07-28-2006 04:31 PM
Upgrade Fedora Core 4 (FC4) to Fedora Core 5 (FC5) hangs vogelap Fedora - Installation 10 05-22-2006 10:00 AM
GUI would not load, stops loading before login screen jeffshen Mandriva 8 05-13-2005 01:51 PM
Welcome Screen Hangs - Fedora 3 Install janky Fedora - Installation 4 02-08-2005 06:24 PM
Fedora Core 1 Boot Hangs at Welcome Screen regorbro Fedora 1 04-06-2004 05:35 PM


All times are GMT -5. The time now is 03:23 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration