Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > SuSE Linux Help > "Cannot Display This Video Mode"
 SuSE Linux Help   For help and discussions related to SuSE Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 01-03-2006   #1 (permalink)
Just Joined!
 
Apollo's Avatar
 
Join Date: Dec 2005
Location: Newfoundland, Canada
Posts: 65
Send a message via MSN to Apollo
"Cannot Display This Video Mode"

I installed SUSE 10.0 running alongside WinXP using GRUB to dual boot. When i select SUSE, it loads, then this error message appears....:
"Cannot Display This Video Mode".
has this ever happened to anybody? anyone have any ideas as to how to fix this?
Apollo is offline  

Reply With Quote
Old 01-03-2006   #2 (permalink)
Linux Enthusiast
 
deltaflyer's Avatar
 
Join Date: May 2005
Posts: 577
what gfx card do you have ? you could try to boot to failsafe, log in as root and run sax2

andy
__________________
SLOMO: Samsung p10 lappy,suse 11.0,512mb ram 1.7ghz cpu.20gb hdd(my test machine)using wireless
SPEEDY: homebrew desktop,sempron 3300,2gb ram,200gb +1tb( 2x500gb) hdd suse 11.0,8mb adsl
registered linux user #401845
deltaflyer is offline   Reply With Quote
Old 01-03-2006   #3 (permalink)
Just Joined!
 
Apollo's Avatar
 
Join Date: Dec 2005
Location: Newfoundland, Canada
Posts: 65
Send a message via MSN to Apollo
umm video card. 256 Radeon. can't find the specific details. i'm running XP, is there a place where i can find very specific details? i've seen them somewhere b4.
Apollo is offline   Reply With Quote
Old 01-03-2006   #4 (permalink)
Just Joined!
 
Apollo's Avatar
 
Join Date: Dec 2005
Location: Newfoundland, Canada
Posts: 65
Send a message via MSN to Apollo
anybody? also does anybody have a list of commands that i can use at the "failsafe" command line of SUSE 10.0?
Apollo is offline   Reply With Quote
Old 01-04-2006   #5 (permalink)
Linux Engineer
 
d38dm8nw81k1ng's Avatar
 
Join Date: Mar 2005
Location: Newcastle
Posts: 793
Send a message via AIM to d38dm8nw81k1ng Send a message via MSN to d38dm8nw81k1ng Send a message via Yahoo to d38dm8nw81k1ng
when the error message displays does it send you to a command prompt? that's the easiest way to do things. otherwise, try running sax2 in the failsafe and set up your video settings through that.
if that doesn't work, try downloading the ATi drivers from the online update. just run yast then select the online update and select the ATi drivers.
__________________
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
d38dm8nw81k1ng is offline   Reply With Quote
Old 01-04-2006   #6 (permalink)
Just Joined!
 
Apollo's Avatar
 
Join Date: Dec 2005
Location: Newfoundland, Canada
Posts: 65
Send a message via MSN to Apollo
i did try running sax2 which repetedly froze. i'll have to try the ATi driveers next then.
Apollo is offline   Reply With Quote
Old 01-19-2006   #7 (permalink)
Just Joined!
 
Apollo's Avatar
 
Join Date: Dec 2005
Location: Newfoundland, Canada
Posts: 65
Send a message via MSN to Apollo
ok update to this thread. I have tried re-installing SUSE 10.0 on 2 seperate occasions now, both times the installation was pretty different. Still i get the same error message and my SaX2 freezes. Any more suggestions or ideas? I haven't tried the ATi drivers yet, because i'm not sure if YAST is gonna freeze like sax. how would i get into yast from the command line? just type yast?
Apollo is offline   Reply With Quote
Old 01-19-2006   #8 (permalink)
Linux Engineer
 
oldcpu's Avatar
 
Join Date: Aug 2005
Location: Europe
Posts: 1,142
sax2 with correct options

Quote:
Originally Posted by Apollo
ok update to this thread. I have tried re-installing SUSE 10.0 on 2 seperate occasions now, both times the installation was pretty different. Still i get the same error message and my SaX2 freezes. Any more suggestions or ideas? I haven't tried the ATi drivers yet, because i'm not sure if YAST is gonna freeze like sax. how would i get into yast from the command line? just type yast?
Did you try to tell sax2 to use its VESA settings?

First, please note, sax2 -m 0=vesa is MUCH more benign than the other sax2 settings, and I highly recommend you try that in run level 3. Note the previous assumes you have only one graphic card. If you have graphics on the motherboard and also a graphic card, the setting might (but not for certain) be sax2 -m 1=vesa. (in which case the motherboard graphics should also be disabled in the BIOS).

To be more specific as to what I am recommending:

You should try to get it to run xwindows under VESA driver, and then after you have that running reasonably well, load a custom driver.

Specifically: Boot to run level-3 (and I don't mean run init3 from KDE). i.e. To do this, at the very start of the boot, when the grub boot selection appears for different boot selections, press the keyboard (I think its F2 ??? - it states at the boot what to press to get options) and type "level 3". (or if that doesn't work, boot to failsafe). [Note run-level-3 is a text mode, and run-level-5 is a graphical mode].

So now when booting to run level-3 brings you to a text loggin prompt. loggin as user "Apollo" (ie the regular user that you created) and then type "su" to get root permissions (entering the root password). Then type "sax2 -m 0=vesa". Select a conservative "vesa" graphic mode in sax2. Test it. If it works, exit sax2. Type "exit" to get rid of the root permissions. Type "whoami" to confirm you are back to being user "Apollo". Then type "startx". Does that work? If not, please post the error messages you get.

Note, for this time (only), when you exit kde, it will put you back to run level-3. Reboot at this time by typing "shutdown -r now" or shutdown by typing "shutdown -h now" with root permissions (ie via using "su"). After this you will hopefully be able to run xwindows using the VESA standard.

You can then load custom drivers for your ATI graphic card.

Also note, if you have both on-motherboard, and also card graphics, you need to disable the one you are not using (probably the motherboard graphics) in your BIOS.
oldcpu is offline   Reply With Quote
Old 01-19-2006   #9 (permalink)
Just Joined!
 
Apollo's Avatar
 
Join Date: Dec 2005
Location: Newfoundland, Canada
Posts: 65
Send a message via MSN to Apollo
thanks you much for the help. try all this when i get home this evening.
Apollo is offline   Reply With Quote
Old 01-21-2006   #10 (permalink)
Just Joined!
 
Apollo's Avatar
 
Join Date: Dec 2005
Location: Newfoundland, Canada
Posts: 65
Send a message via MSN to Apollo
ok that worked fine. i just went into failsafe and typed:
sax2 -m 0=vesa
then i was able to change my resolution and KDE worked fine. thanks for the help.
Apollo is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Free Magazines
Free Network Mapping Tool for Microsoft® Office Visio® Professional 2007 Users
Don't map your network by hand – let LANsurveyor Express for Microsoft Visio Professional 2007 automatically create network diagrams for you.
subscribe
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say.
subscribe

Safe, Secure Backup


All times are GMT. The time now is 08:26 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2