Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 04-19-2006, 05:38 PM   #1 (permalink)
Registered User
 
Join Date: Apr 2006
Posts: 3
OS: Fedora core 4


Video mode not supported

Hi all.....Im a programmer and I use mysql & php at work so I built a PC and put Fedora core 4 on it. My monitor is a Samsung 173v. When I installed Fedora I was using a different monitor and everything seemed ok, but when I brought it in my office and set it up, and started it, everything looks ok until it tried to display the screen after the initial boot up and then my screen goes blank, and I get a floating message, "Video mode not supported". This is at the point where it goes from the screen that says "press i to enter interactive and the last message i see is "STORAGE NETWORK AUDIO DONE"....So I hooked it back up to yet a different (old) monitor and it booted up fine. I know enough to get around in linux a little, but am primarily a programmer......Id appreciate any help. Thank you...

John
watchdog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 04-20-2006, 12:43 AM   #2 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Chicago burbs
Posts: 2,194
OS: Gentoo Linux, CentOS, OS X

My System

You'll need to edit your X config file and change the default resolution. If the Samsung monitor is connected, boot up as normal and when the screen goes blank, hit "ctrl+alt+keypad plus key". That should cycle you through the configured resolutions. Find one that works. If this doesn't work or none of them work, then hit "ctrl+alt+F1". This will give you a console to login from. Login and type:

Code:
cp /etc/X11/xorg.conf xorg.conf.backup
vi /etc/X11/xorg.conf
The first makes a backup of your X config file. The second opens the config file in the vi editor.

Scroll down to your screen section and locate the modes. First, look at your DefaultDepth. This is the color depth that is being used. Then, locate the Display SubSection that uses that same depth. Look at the modes and determine which is the bad one and which you think is the good one. If only one is bad, the it'll be the one with the highest setting. You can either remove it (useing the delete key) or move it by editing the line and reordering the modes.

To use editing mode in the vi editor, press the Insert key. Do your editing, then press the Esc key. To save the file, type ":w" without the quotes. To exit, type ":q" without the quotes. Reboot and see if this helps.
__________________
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 06:45 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85