LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   redhat problems plz plz help (https://www.linuxquestions.org/questions/linux-newbie-8/redhat-problems-plz-plz-help-77078/)

sap666 07-29-2003 04:58 PM

redhat problems plz plz help
 
i installed red hat linux and when it goes into graphical mode my monitor switches off and on i am very very new at this and am at my wits end !!

pc spec is

proview 568 flat panel
geforce fx 5200
512mb ram
intel p4 2ghz
intel 845 motherboard
:newbie: :confused:

scott_R 07-29-2003 06:05 PM

More than likely, your xfree86 setup isn't correct. To fix it, hit <ctrl><alt><F1> once your system starts to do that. This will put you in text mode. From there, log in as root, with your root password.

The steps you take next depend on your distribution, and I haven't used redhat for a while. If they have an easy text-based setup, that might be your best route. For a more basic route, type:

xf86cfg -textmode

This will put you into xfree86's setup. It's pretty easy to use, too. From there, you may just have to play around to find a setup that works for you. (If you can't find your actual setup, try a configuration that is less than what you are using, and go back and fix it once you know more about linux) After you're done, save and exit. Then, type startx to start the windowing system again. Repeat as necessary until you get it working.

One thing to note, if you type startx, and you get a response that the server is already running, you'll want to do the following:

ps -A|less

this allows you to see running programs. scroll up and down with the arrow keys, and look for a process called xdm, gdm, or kdm (these are programs that start your graphical system). Remember the number all the way to the left. This is the process ID (PID). Then hit 'q' to quit. At the prompt, type:

kill -15 <PID>

without the brackets. This stops the running program. Run 'ps -A|less' again, and make sure xdm/gdm/kdm is now gone. Then, type:

gdm

or xdm, or kdm, depending on which one you stopped earlier.

I know this sounds complicated, but it works, no matter the problem, and gaining familiarity with 'ps', 'less', 'kill', can help you out in the long run. If you're more curious about these programs, man <nameofprogram> can tell you more. Anyway, it's a lot easier than it sounds.

sap666 07-30-2003 07:34 AM

xf86cfg -textmaode doesnt seam to do anything i tryed the command redhat-config-xfree86 but that just started up graphics mode i tried installing again and monitor h sync + v Sync okay picked geforce fx generic but still no better
ive tryed the knoppix kde disc that runs from cd and that works perfect

captainstorm 07-30-2003 07:47 AM

Have you choosen the right resolution?
Choose more resolution from 640x480 and see if it works

Skyline 07-30-2003 09:39 AM

Can your version of X cater for the new FX 5200?

sap666 07-30-2003 10:57 AM

im running redhat 9
how do i run xserver config util in textmode


All times are GMT -5. The time now is 04:49 AM.