Operating System - Linux
1828408 Members
3644 Online
109977 Solutions
New Discussion

Re: unable to open display

 
Jagadesh
Frequent Advisor

unable to open display

I have installed RedHat Advanced server 7.2 in IBM Machine. During the installation i selected the wrong monitor type. Now iam not able to enter init level 5.

My monitor type is S3incoporated Triod 3D.

When i use Xconfigurator. iam getting the display very big.

Kindly help.

Thanks in advance.
Jagadesh
3 REPLIES 3
Francisco J. Soler
Honored Contributor

Re: unable to open display

Hi Jagadesh,

If you can execute Xconfigurator, when finish, try with "CTRL ALT +" and "CTRL ALT -"

Frank.
Linux?. Yes, of course.
Huc_1
Honored Contributor

Re: unable to open display

One way out could be...

from your big X display type

or on the system console keybaord

Then login as root and from there type
#init 3

#! this normaly put to in level 3 (no xdm applic and network started, so automatic X start)

from there you can run modify adapt run again your X configuration .

start x by-hand typing startx ... etc.

If you want level 3 as default level for next reboot modify the following line in /etc/inittab

id:5:initdefault:
to
id:3:initdefault:

I f want to keep level 5 as default just invoke level 5 at the root prompt like

# init 5

This will should start X (xdm) for you and prompt you for username/passwrd


J-P
Smile I will feel the difference
Huc_1
Honored Contributor

Re: unable to open display

Sorry, I should be more carefull I am typing to fast.

As I reread my previous answer, I notice errors

It should read
#! this normaly put you in level 3 (no xdm, applic and network are started, so X does not start automaticaly)

not

#! this normaly put to in level 3 (no xdm applic and network started, so automatic X start)

J-P
Smile I will feel the difference