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.
heyy.......i hv encountered a strange problem....i cannot install fedora 7.0 using graphical mode..if i do so it gives an error like X SERVER failed....so i had to do all the installation part in text mode.. i created partitions n the packages installation part was over but now when i start my pc.m prompted for entering a localhost username and password , after providing that i mnt driven to fedora desktop but instead i get a prompt like [root@localhost~]#...on the same black screen....i tried with startx command and init 5 in this prompt but the log gave a result that there was error like "NO VIDEO BIOS MODES FOR CHOSEN DEPTH"..what should i do now???? i don't have any idea for how should i enter GUI ....plzzzzzz help experts!!!
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
Sounds like you may have an nvidia or Ati graphics interface, solutions have been posted many many times here in the Fedora Forum; http://www.linuxquestions.org/questions/fedora-35/ in fact is is a 'sticky' and at the top of the forum.
Your xorg.conf is setup wrong. The error that you are getting, I think, means that your trying to start the xserver with a resolution that your videocard/monitor/drivers cannot support.
To fix this go log in as root and type vi /etx/X11/xorg.conf. This will open up the xorg.conf file so you can edit it. I'm assuming you won't know how to use vi either, but all you need to know for now is that there are two modes. A command mode (what you start in) and a edit mode (where you type shit). to get to edit mode just hi 'i' and to get back to command mode just hit esc.
Now navigate through the file towards the bottom and you will see a section with resolutions in it. Under the one that is for 24 bit color put the resolutions that your monitor/videocard will support. The 1st one(farthest to the left) is the one that the xserver will try to start in.
You also may need to change your horizontal and verticle sync values. I don't remember what this looks like off hand but it's around there somewhere. It should I believe be two seperate lines, one for horizontal and one for verticle, and they will be in ranges with one decimal place if I remember correctly. Look up your monitor online if you don't already know and change these values.
Finally to save the file go into command mode (hit esc), and type either :wq! (including the :, this tells vi you are entering a command) or hold shit and press Z twice. Now try and startx again.
If this still doesn't work please post your /var/log/xorg.0.log(I think this is the right name) and we can look at it. Also what kind of videocard do you have? Maybe you don't have the appropriate drivers installed.
In the username section i entered root, then my password...i got the usual localhost@root# prompt i entered there vi/etx/X11/xorg.conf as u said but it showed an error file not found!!!! how come thats possible i think installation part is ok....i created 3 partitions
/boot -200mb
/ -4000mb
swap -1000mb
nothings wrong wid that i suppose!!!!
whats wrong then???
haha, sorry about that I should have reread my post. Also if you didn't know you can hit tab for auto-completion of commands. for instance if you type /et then hit tab it would change it to /etc/ since etc is the only file or directory that starts with /et
okay now thats what i did type actually in [root@localhost~]#
cd /etc
cd X11
nano xorg.conf
i donno what to edit there i get sum section display
i'll tell u bout screen layout
identifier "screen0"
device "videocard0"
defaultdepth 24
subsection "display"
viewport 0 0
depth 24
.....then at the end i got some options like ^v i donno how to use em...did'nt edited nything till now bcoz i donno what to edit
if this needs my monitor config i can give
do tell what to do plzz!!!
okay now thats what i did type actually in [root@localhost~]#
cd /etc
cd X11
nano xorg.conf
i donno what to edit there i get sum section display
i'll tell u bout screen layout
identifier "screen0"
device "videocard0"
defaultdepth 24
subsection "display"
viewport 0 0
depth 24
.....then at the end i got some options like ^v i donno how to use em...did'nt edited nything till now bcoz i donno what to edit
if this needs my monitor config i can give
do tell what to do plzz!!!
ok that's where you need to look. Under the subsection "display" you need to add the following line:
Code:
Modes "1280x960" "1024x768" "800x600"
That will tell the xserver what videomodes you want to start in. Change those to ones you want/can support though. And like I said earlier, it reads from the left to the right, so it will use the one farthest to the left initially. Here's what my xorg.conf looks like for the screen section if that gives you a better picture:
To the extent I understand it, you only need the correct frequencies and one mode that your monitor will support. Interestingly, with this setup, the GUI display control panel still shows a bunch of other modes. I think these are what is called the "standard VESA modes". (I'm still learning...)
Note also that vendor names, model #s, etc. are not required.
thats wat i saw when i did nano xorg.conf
i added one thing Modes to subsection display part
edited it to
subsection "display"
viewport 0 0
depth 24
Modes "800x600" "1024x768" "1152x864" "640x480"
endsubsection
endsection
and i saved that to xorg.conf....[note i've used ex symbol on keyboard bcoz we don hav a multiplic sign for tat resolution part...hope that is okay]
but now when i startx i get an errorfatal server error
caught signal 11 server aborting
XIO :fatal IO error 104(connection reset by peer) on X server ":0.0"
after 0 requests(0 known processed) with 0 events remaining
i hvnt yet made ny changes wid monitor part its not displayed actually using nano xconf.org
thats my monitor ratings i found using astro32!!
i hvnt still provide sum other details like edid version n others...if sum specific data still remaining do tell....now i think i should get what exactly to edit!!!
thanks for ur previous attempts!! waiting for suggestions....
okay i m done with changing monitor settings n also doin tat system-config-display
about monitor settings changing in xorg.conf.....it did'nt worked still it was no use
then that system-config-display command gave an error sayin" COULDNOT START X SERVER, TRYIN WITH FRESH CONFIGURATION , ERROR FAILED TO START X SERVER.
n again that root@localhost# prompt left
i have read something about 915resolution
check this out!!! http://www.geocities.com/stomljen/
i've downloaded the file frm this on my xp.. my documents
i need to mount n install it in linux that would change my system file .....i donno nything about mounting...plzz read it n tell if mounting would work....n tell me in detail how to do that????
thanks..
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
One you state you have Fedora 7 (from your first post), so why follow directions for a different distrabution???
Second, installing the 915 resolution packages is done by typing something like;
yum install 915resolution
Sorry, but the Red Hat family (which fedora is part of) does not support the NTFS filesystem 'out of the box', for this you need to do something like; yum install ntfs-3g
Then you can mount the ntfs partition by typing something like;
mkdir /mnt/Windows (you need someplace to mount the partition to)
mount -t auto /dev/sda1 /media/Windows
Then one can add a line entry to the /etc/fstab file which simplifies this, example below;
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.