LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 11-23-2004, 05:44 AM   #1
Ermen
Member
 
Registered: Nov 2004
Location: The Netherlands
Posts: 34

Rep: Reputation: 15
Resolution, Please help


Ok this is what happend, I updated my kernel what means I had to setup my screen again or else X would not load. So I did there's only one problem;
I chose the wrong resolution and now everytime I startup Fedora 'videomode not supported' shows and I can't do anything. Can anyone tell me how I can change my resolution at startup? (so I see those green OK's and then nothing)

Thanks,

Ermen
 
Old 11-23-2004, 06:18 AM   #2
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
When you boot into Linux, type in
Code:
vga=ask
You will then be prompted for the video mode to use.
 
Old 11-23-2004, 06:22 AM   #3
Ermen
Member
 
Registered: Nov 2004
Location: The Netherlands
Posts: 34

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by rjlee
When you boot into Linux, type in
Code:
vga=ask
You will then be prompted for the video mode to use.
Thanks, but when can I type that? He's checking everything and after that nothing
 
Old 11-23-2004, 06:45 AM   #4
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
At the boot prompt, which usually appears just after the BIOS checks, before loading the kernel.

Alternatively, you may have to boot into a rescue mode, and add it to your GRUB configuration or /etc/lilo.conf (depending on which you use), and then reinstall your boot-loader.
 
Old 11-23-2004, 07:02 AM   #5
Ermen
Member
 
Registered: Nov 2004
Location: The Netherlands
Posts: 34

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by rjlee
At the boot prompt, which usually appears just after the BIOS checks, before loading the kernel.

Alternatively, you may have to boot into a rescue mode, and add it to your GRUB configuration or /etc/lilo.conf (depending on which you use), and then reinstall your boot-loader.
I Checked it out, In the bootloader i can choose a, e and i think o but when I Choose a, I get Grub>
and that's all, when I type vga=ask nothing happens.
 
Old 11-23-2004, 07:26 AM   #6
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
I don't use GRUB myself, but I think if you press e then you can edit the boot options. If you search google or tldp.org for grub then you'll find more detailed instructions.
 
Old 11-23-2004, 12:31 PM   #7
Ermen
Member
 
Registered: Nov 2004
Location: The Netherlands
Posts: 34

Original Poster
Rep: Reputation: 15
Solved it, if you press Ctrl+alt+f1 you'll get a terminal. Thanks for your time and trouble
 
Old 11-24-2004, 09:43 AM   #8
prisca43
LQ Newbie
 
Registered: Nov 2004
Posts: 2

Rep: Reputation: 0
Unhappy unable to change resolution

I am a newbee and have same problem.
On installation of Fedora3, when I was asked some questions after starting for the first time, I chose the wrong resolution and now I cannot do anything, always have the message "cannot display this video mode, change computer display input to 1280x1024@60H2
81.30K / 65.04H2

For me all this is like "chinese" !!
I have a dual boot with winXP (that functions) and my video is a ATI Radeon 7500/7500 LE
Actual resolution in WinXP is 1024x786

I tried to do what is said in this thread, but nothing works for me....
please help, or I will never start really with linux !
 
Old 11-25-2004, 02:49 AM   #9
prisca43
LQ Newbie
 
Registered: Nov 2004
Posts: 2

Rep: Reputation: 0
still no solution!

Quote:
Originally posted by rjlee
When you boot into Linux, type in
Code:
vga=ask
You will then be prompted for the video mode to use.
I tried this and got a list of possible video choices:

0 0F00 80X25
1 0F01 80X50
2 0F02 80X43
3 0F03 80X28
4 0F05 80X30
5 0F06 80X34
6 0F07 80X60
7 0309 132X25
8 030A 132X43
9 0330 132X44

I tried them ALL one after the other, but nothing changed
I still got a black screen with a moving label saying "cannot display tghis video mode, change computer display input to 1280x1024@60HZ 81.19 / 64.94 HZ

What can I do??
I tried to use the rescue disk... no succes
I tried to "reinstall" automatically, but it was refused, it did not want to delete linux disks.
I cannot afford to loose windows....
The dual boot with XP is still working....
can anyone help me and give me the "miracle" command line???
 
Old 11-27-2004, 04:36 PM   #10
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
It looks like your graphics card or display will not display text graphics modes. If so, then this is absolutely a hardware bug; text modes are required by all VESA standards for graphics cards.

You will need to determine what kind of graphics chipset you have, and then load the appropriate framebuffer device for that, from which you will (hopefully) be able to set the graphics mode.

You may be able to get this to work using the basic vesafb. Try with one of these: 0x307 0x319 0x31A 0x31B (these are 0x200 plus the VESA mode numbers for 1280x1024 at various colour depths).

It is apparantly normal for these not to be listed with vga=ask

Each one of these modes will set 60Hz; there's currently no way around this with vesafb. If it's picky enough to need the extra 4.94Hz, then you will have to determine your graphics chipset before anything can proceed.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
default screen resolution smaller than max. resolution ?? Thoddy Linux - General 2 11-10-2005 01:33 AM
X: using larger resolution for games than default desktop resolution Jamo Linux - Games 2 04-10-2005 03:16 AM
Text Resolution, Graphic resolution. Change from prompt dlublink SUSE / openSUSE 2 01-28-2005 11:50 AM
[resolution 1600 x 1200] Virtual resolution - help! MaicoMedia Linux - Hardware 2 10-15-2004 03:15 AM
seeking a resolution to my resolution troubles! kinbote Linux - General 3 05-11-2004 03:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:36 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