Monitors in Linux


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Monitors in Linux
# 1  
Old 08-04-2003
Monitors in Linux

Dear Experts
How can I change the monitor specifications, specially type, Frequency and resolution in linux Redhat 9 or more??? after the linux installation.
Please advise
Thanks
# 2  
Old 08-05-2003
Hi!
Try to run Xconfigurator

if that doesn't work, you need to (as root) edit your /etc/X11/XF86Config file.

Now, to change your Vertical refresh, find the line that says

VertRefresh xx-xx

where xx-xx is your current frequency range.
Change xx-xx to your preferred frequency in Hz.

i use 50-70 meaning that my monitor can use frequencies from 50 to 70 hz.

Now, the resolution.

Find this in the file:
Section "Screen"
xxxxxxxxxxxxx
xxxxxxxxxxxxx
Subsection "Display"
Depth x
Modes "XXXxXXX" "XXXxXXX"


where Depth x is your display depth. If you're running on 16 Bit High color, it says 16. The Modes "XXXxXXX" "XXXxXXX" is the available resolutions for the current color depth.
These are quotation marks separated, so you can add or change what's in the quotation marks. The first resolution in the line is the default.
Example:

Modes "800x600" "640x480"

will set the available resolutions to 800x600 and 640x480 with 800x600 as default.

Tips:
Under the "Screen" section, you can change your color depth.
Simply Write:

DefaultColorDepth xx

where xx is your preferred color depth in bits.



Happy hacking!
# 3  
Old 08-12-2003
Actually, there is an X program that is included with redhat 9... in X, go to /usr/redhat-config-X or some like named directory - i forget exactly what it's called, and run the program with the same name as that directory.

Also, by clicking on the K or G menu (depending on which DE you use), you can access the System-Settings submenu, and from there hit 'minitors' if the appropriate packages have been installed. Note that XConfigurator is in the XTools RPM, and is not installed by default.
# 4  
Old 08-16-2003
In RedHat 9 its in both the KDE and Gnome main menu's under system settings / display.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with Shell script that monitors CPU Usage

I'm a newbie to shell scripting, I was given this script to modify. This script that monitors when CPU Usage is too high based off the top command. The comparison is not working as it should. Its comparing a decimal to a regualar interger. When it send me an email, it send an email and ignores the... (21 Replies)
Discussion started by: mhannor
21 Replies

2. AIX

CDE and dual monitors

I am trying to get AIX CDE to run with dual monitors. I just upgraded to my desktop to use dual monitors. When I log in to my AIX system with exceed running and issue the Xsession command the Splash screen flash on 1 screen then disappears but the desktop never shows. How do I set up Xsession to... (1 Reply)
Discussion started by: daveisme
1 Replies

3. UNIX for Advanced & Expert Users

monitors like nmon or glance on linux

Hi Guys, I wonder if anyone knows if there is a monitor available out there that is equivalent or similar to the nmon monitor existing on AIX. I found top monitor too limited so I wonder if there is anything better to monitor my linuxs lpars running redhat. Thanks. (3 Replies)
Discussion started by: arizah
3 Replies

4. Ubuntu

Multiple monitors suddenly fails, why?

Ok, so here's the deal. I just get back from a trip to Switzerland - where I held a presentation using my laptop and thus did fiddle with some settings - and I plug my external monitor on my laptop, fiddle the settings back, and it won't work. I have an nvidia graphics card, so I use... (2 Replies)
Discussion started by: TheBB
2 Replies

5. UNIX Desktop Questions & Answers

Dual monitors on Ultra80

:confused:How do I configure Solaris 11 to use both my elite 3d cards and monitors to create one big screen? My machine is an Ultra80:confused: (2 Replies)
Discussion started by: vatch23
2 Replies

6. Solaris

How to enable Dual monitors in Solaris 9

The guy that knows how to do this is gone. I watched him do it but i am not really sure how to split the screen. i searched and found this but have not tried it Copy /usr/dt/config/Xservers to /etc/dt/config/Xservers 0 Local local_uid@console root /usr/openwin/bin/Xsun :0 -nobanner -dev... (1 Reply)
Discussion started by: deaconf19
1 Replies

7. SCO

SCO connected Monitors

Hi all, we have 5 monitors connected to a SCO server using it's IP address(192.168.1.1), the server got busted, we have another similar server to connect the monitors to , how can i change the IP address of the new server to be (192.168.1.1), and connect the monitors to it. thanks, Marcel (1 Reply)
Discussion started by: marcelious
1 Replies

8. BSD

Two monitors

Hello!:) There is the following situation: I've got video Ti 4200 on FreeBSD 5.1 and two monitors connected to it, how can I make available the second monitor in CLI and GUI. Thanks! (0 Replies)
Discussion started by: kamazi
0 Replies
Login or Register to Ask a Question