LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-25-2003, 11:50 AM   #1
davejavu
LQ Newbie
 
Registered: Aug 2003
Location: Santa Cruz, cA
Posts: 4

Rep: Reputation: 0
new monitor displays text, not GUI...


I did a clean install of Red Hat and it was super fast and easy - auto detected every peripheral in my system without any trouble, including the monitor I was using in the office.

Then I went home and plugged into my home monitor. The boot process seems ok - displays a bunch of text - but when it switches into graphic mode, the screen goes black.

I'm a good dos/Win user, but a total newbie to Linux. Any command line I can use to get the box to recognize the monitor?Also, Red Hat gives a bunch of command line options during boot up - like grub. Which should I use?

Thanks!

Last edited by davejavu; 08-26-2003 at 11:36 AM.
 
Old 08-25-2003, 12:33 PM   #2
makai_wi
Member
 
Registered: Nov 2002
Location: Thiensville, WI, USA
Distribution: RedHat Linux 9
Posts: 85

Rep: Reputation: 15
Unlike windows, linux won't automaticly detect your monitor, that I know of. The problem is that your using a resolution / color depth / hurtz that your monitor can't handle and it is shutting off.

You can hit ctrl+alt+f1 to go to a command line logon, log in as root, then run xf86config, it might be a diffrent command. That should start the reconfigure of x, you're going to need to know what video card you have and what resolutions, color depths and hurtz levels your monitor can do, and a few other things like the keyboard layout and mouse type, etc... Let me know if you run into problems. And I probably have that command wrong, if it dosn't work I can look it up when I get home.

Last edited by makai_wi; 08-25-2003 at 12:35 PM.
 
Old 08-25-2003, 05:38 PM   #3
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
that is not completely true linux is in many cases ble to use edid info from monitor, not always however. I have my config file set with a wide range for vsync and hsync then the resolutions I want and color depths, I load X and it goes to the resolution I specified, then uses max refresh rates it can. then again I also use slack with a ton of customsation hacks along with a gf4 (nvidia drivers) and dual 17" monitors that can do 1024x768@85hz and have resolutions past 1600x1200 (don't know how mcuh higher to hard to see anything)

I check my log file (/var/log/X*.log (Can't remeber name I use tab completion to much)) and it has about 4 pages (if printed) of frequencies and possible combinatiosn that it eather checks as exceptible or unexceptible based off of info from card/monitors.

hope that helps, also 2 more things:

1) try checking your log (/var/log/X------.log) you can use less /file | more to see it (replace /file with path to log)

2) avoid using gui/automatic utilities to configure X 70% of the people that get X working only make it work after ditching the auto utilities and graphical ones. try typing xf86config and manually entering data. (menu hat you scroll through and select options)
 
Old 08-26-2003, 11:31 AM   #4
davejavu
LQ Newbie
 
Registered: Aug 2003
Location: Santa Cruz, cA
Posts: 4

Original Poster
Rep: Reputation: 0
nearly there... permission denied!

Thank you! I was able to get this far:

[davejavu@localhost davejavu]$
-bash /etc/X11/XF86Config permission denied

Any idea why permission would be denied to edit this file ?
FYI - I am the admin for this machine and there are no other users! I logged in just fine...

I found that my monitor runs at 50/60hz, and I believe I'll be able to update that information once I get permission to edit the file.

I'm also trying to learn what "level 3" means. I got there, but have no idea "where" I was...

Graaaaaacias!

 
Old 08-26-2003, 01:26 PM   #5
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
1) you need to be root user (if you are any user other than root you can become root by typing: "su -" enter then entering password when it asks. then you can edit file

2) level 3, I think you mean runlevel as in: entering runlevel 3

there are 6 runlevels in linux

0: shutdown mode, scripts to turn off computer

1: first set of startup scripts and initilisation

2: second set fo startup scripts

3: User mode (login and do what you need)

4: unused in most distros and is generally a copy of #3, however in slackware it is graphical login mode

5: Most distros use this for graphical login mode, slack does not use it

6: restart computer, shutdown scripts then reboot

you can change the default you boot to by editing the /etc/inittab
do not change it to 0 or 6
 
Old 08-26-2003, 01:28 PM   #6
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
just looked at your last post again:
[davejavu@localhost davejavu]$
you are not loged in as root, you are a user.
you need to do a su - then enter root password.
hopefully you remember what you ade the root password be
 
Old 08-26-2003, 04:57 PM   #7
davejavu
LQ Newbie
 
Registered: Aug 2003
Location: Santa Cruz, cA
Posts: 4

Original Poster
Rep: Reputation: 0
still denied!

I typed su - and was asked for my password, logged in, but was still denied access to the file.

When I typed the file name I got this:

[root@localhost root]#
-bash: /etc/X11/XF86Config: permission denied

Once I get permission to edit the file, do I need to type any command in front of the file name, like "edit" or "type", or should I just be typing the file name?
 
Old 08-26-2003, 05:36 PM   #8
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
wait, you arn't trying to execute the file are you? (run it) that would give a similar error.
use your favorite editor, vi, emacs, whatever (do not use eather if you do not know how, otherwise good luck closing eather one)
it is a config file
if all else fails see if you have midnight commander (type mc) then cd to the directory and select the file then hit f4, I do not recommend midnight commander as an editor as it is after all a shell, but it does have an editor and is newbie safe.
 
Old 09-02-2003, 10:39 AM   #9
makai_wi
Member
 
Registered: Nov 2002
Location: Thiensville, WI, USA
Distribution: RedHat Linux 9
Posts: 85

Rep: Reputation: 15
*sigh* glad to see that some one knows more than I *still feeling the newb status*...
 
Old 09-02-2003, 12:01 PM   #10
davejavu
LQ Newbie
 
Registered: Aug 2003
Location: Santa Cruz, cA
Posts: 4

Original Poster
Rep: Reputation: 0
Talking Got it - THANKS!

Thanks friends. I realized that I needed to invoke some sort of editor to edit the file, which turned out to be vi (which isn't really all THAT hard to use). Now my monitor is happy, and I have a GUI, so I am happy. Thanks to everyone on this post for providing direction. The world has one less Windows user.
 
Old 09-02-2003, 12:55 PM   #11
makai_wi
Member
 
Registered: Nov 2002
Location: Thiensville, WI, USA
Distribution: RedHat Linux 9
Posts: 85

Rep: Reputation: 15
*chants* NANO NANO NANO!
 
  


Reply



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
monitor displays nothing after logon kb8kb Linux - Hardware 7 04-24-2005 03:49 PM
Konqueror (webbrowser part) only displays text in BOLD jeroenvrp Linux - Software 0 07-24-2004 09:35 AM
Mplayer GUI Displays Improperly mooreted Linux - Software 1 03-24-2004 09:06 AM
Multiple displays within one monitor natalinasmpf Linux - General 3 01-08-2004 04:24 PM
Text mode terminal displays only 8 colors and not all 16 nocturne Linux - General 2 12-31-2002 11:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:59 AM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration