LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to change screen res. at boot?? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-change-screen-res-at-boot-278640/)

pookguy88 01-16-2005 07:54 PM

How to change screen res. at boot??
 
I just installed Fedora 3 Redhat linux on my laptop (ibm thinkpad a21p), however i think i set the resolution wrong during setup so when i boot for the first time the login screen is really messed up...
how do i change the resolution of it before it gets to it??

like the shell bootup part is fine..
just not the GUI part

Linux~Powered 01-16-2005 08:06 PM

Edit your /etc/X11/xorg.conf file (or XF86Config)

Subsection "Display"
Depth 8
Modes "800x600" <--- edit the modes to your resolution
ViewPort 0 0
EndSubsection

pookguy88 01-16-2005 08:11 PM

lemme try

pookguy88 01-16-2005 08:13 PM

ok.. how do i use vi to save and exit?

also i have to display sections... they have multiple modes for each one..

Linux~Powered 01-16-2005 08:16 PM

box@LinuxBox420~$vi /etc/X11/xorg.conf

Code:

i
to insert text.

Code:

esc
to get out of text mode and back into a neutral mode.

if you need to delete something while in the neutral mode...

Code:

x
to save you file...

Code:

esc :wq
vi

pookguy88 01-16-2005 08:19 PM

ok.. but i have 2 display sections

Linux~Powered 01-16-2005 08:27 PM

Edit them both or the one that is set default...

Section "Screen"
Identifier "Screen 1"
Device "NVIDIA GeForce"
Monitor "My Monitor"
DefaultDepth 24 <---- see the defaut

Subsection "Display"
Depth 8
Modes "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 1
Modes "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24 <--- so i would edit this one
Modes "800x600"
ViewPort 0 0
EndSubsection
EndSection

pookguy88 01-16-2005 08:33 PM

well.. guess i'm reinstalling FC3..

fucked up the config file, i'll be posting in about half an hour

GUIPenguin 01-16-2005 08:37 PM

when you do goto 'custom settings' then LCD display then select 1024x768

and then ok

then in the menu it should still say 800x600 but click it and your higher display res will be there for you to choice

1024x768 I think is generic laptop display. Works great on my My IBM Thinkpad T22

and when your done take a look at your /etc/X11/xorg.conf file and see how it is setup after for future reference

Linux~Powered 01-16-2005 08:39 PM

You don't have to re-install! Delete your /etc/X11/xorg.conf and run...

Code:

xorgsetup
to make a new config file...

Hope your read this in time!

GUIPenguin 01-16-2005 08:43 PM

that wont always work, I just tryed it on my fc3 system with command not found

pookguy88 01-16-2005 08:45 PM

too late.. i'm starting install again..
i'll need ur guys's help once its up and going again

GUIPenguin 01-16-2005 08:50 PM

well now that you are installing...........when in the preferences at the last part, where you set a standered user login name and passwd there is an option for screen resolution, and becouse most likly it didnt pickup a monitor type you will need to do what I said a few posts ago clicking the 'custom settings' or somthing like that above the resolution menu

Linux~Powered 01-16-2005 08:50 PM

HAHA, I've done quite a few re-installs, too! Makes it easier on yourself the next time you do a re-install; practice makes perfect.

pookguy88 01-16-2005 09:14 PM

ok... now the login screen doesn't even want to come on at all..
time to reinstall again!!

edit: its no wonder Gates is the richest man in the world he makes "operating systems" that actually operate


All times are GMT -5. The time now is 08:45 AM.