Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
The logs I'm looking at are Xorg.0.log Xorg.0.log.old dmesg and messages. I didn't find any fatal errors or any tagged with EE. Should I be checking any other logs, and where will I find them?
Hmmm...are you using the liveCD to get those logs?
I'm asking this because, if you use Knoppix's LiveCD and do this:
Code:
kate /etc/X11/xorg.conf
You'll be opening knoppix's xorg.conf and not the xorg.conf of the Fedora partition, and if from the LiveCD you're checking for errors at /var/log, then you're seeing the logs of knoppix and not fedora, which is what you/we need.
Tell you what, boot from knoppix's liveCD, if you have no problem in getting the graphical interface to start up, you should be using KDE, if you're lucky and knoppix has mounted the fedora partition, you should see a device icon on the desktop, if not, from knoppix's liveCD, open a console and post the output of this:
The knoppix live cd I had was an older one, and it wouldn't boot at all, so I put in the new simplymepis live cd (its kde also I think) and it booted fine.
Disk /dev/sda 80G
255 heads, 63 sectors/track, 9729 cyl
Device boot start end blocks id sys
/dev/sda1 * 1 5254 42202723 7 ntfs
/dev/sda2 5255 9729 35945437 f w95 LBA
/dev/sda5 5255 9729 35945436 7 ntfs
Disk /dev/sda2 80G
Device boot start end blocks id sys
/dev/sdb1 * 1 6377 5122321 c fat32
/dev/sdb2 6378 6402 200812 83 linux
/dev/sdb3 6403 9729 26724127 8e linux LVM
Well, this is something that you could try. Since at simplymepis you have graphical access with no problems, you could borrow its xorg.conf (should be configurated to work already with your system)
Now, assuming that Fedora is at the partition /dev/sdb2, on simplymepis open a console and type:
Code:
$ su
### it may ask for the root password, from what I know the password is 'root' (without quotes)
$ password:
# mkdir /mnt/fedora
# mount -t ext3 /dev/sdb2 /mnt/fedora
# mv /mnt/fedora/etc/X11/xorg.conf{,.bak}
# cp /etc/X11/xorg.conf /mnt/fedora/etc/X11
"cp /ext/X11/Xorg.conf /mnt/fedora/ect/X11"
copy mephis' Xorg.conf from the ramdisk to fedora's /X11
When I tried it, all I got was a condensed version of the man for the mount command and an invitation to learn more by typing man 8 mount. I looked at the man page and tried several other combinations, to no avail.
I did look at mephis' Xorg.conf before I rebooted again, and didn't see anything more specific regarding the video card than what fedora's said.
There was a "ton" of other info (to cover all the bases) like info for a tablet and stylus, notebook touchpad, literally anything you could put the boot cd into.
Any other thoughts? I thought of changing fedora's conf by hand, but explore2fs does not support writing (only read-only). If I am unable to mount fedora to mephis is there another way to modify that file? Also, what kind of information would I need to dig out of windows to modify it?
"cp /ext/X11/Xorg.conf /mnt/fedora/ect/X11"
copy mephis' Xorg.conf from the ramdisk to fedora's /X11
Yes but be carefull with 'upper' and 'lower' case, Linux, as any other *nix, is casesensitive, meaning that Xorg.conf and xorg.conf aren't the same thing..
I don't think that you could have the same problems with other distributions, but I can say that I didn't have any problems with fedora, however, if you want to try other distribution, nothing is stopping you to do so, PCLinuxOS or Ubuntu are good choices if you decide to change Fedora
Regards
Last edited by Acron_0248; 01-06-2008 at 05:34 PM.
Went back to simplymephis and was able to mount sdb2 to the /mnt/fedora directory, unfortunately, I was only able to see the boot folders. Everything else (that I need I guess) is located on the sdb3 partition. When I try to use the mount command on that partition, all I get is an error, because it is not a "file system" ????? Fedora created all the partitions when it installed itself, so I don't know what it is referring to.
Right....because Fedora was installed using LVM partitions...
There are some utilities that i've read about to know LVM partitions on a system, since I don't really know if any of those utilities exists in the simplymepis livecd so, try with any of this commands at the command line and post the output:
Is it time to bail on fedora and try another distribution, or would I likely have the same problems?
Not to kick on Fedora and start a flame war, (and I hate to advise anyone to quit on any distro), but if you can't get it going, I'd suggest trying Ubuntu. Of all the distros in my sig, it was the only one that worked correctly "out of the box".
Cheers
Last edited by DragonSlayer48DX; 01-07-2008 at 04:03 AM.
Whatever you do, steer clear off LVM the next time. For the average home user, it's more trouble than it's worth. Its only advantage is that it makes resizing partitions a little easier. On the other hand, you end up with a mess of cryptic volume names, awkward mounting procedures and, most importantly, some real nightmare scenarios if something goes wrong with your LVM. Recovering a broken partition can be hard and LVM makes things only worse by adding another loop to jump through. Whether you reinstall Fedora or install Ubuntu instead, I would recommend using custom partitioning instead of the defaults. All you need are a / and a /home partition. It's not that much more difficult.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.