RHEL/Linux Small Monitor

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support RHEL/Linux Small Monitor
# 1  
Old 04-27-2010
RHEL/Linux Small Monitor

Hi,

I'm using RHEL 4.5, and currently due to some special circumstances that required me to use this small monitor about 7"

The problem is while using this monitor with windows, the monitor able to show the graphic/view.. but while using redhat it unable to detect. This monitor has no specific brand.

I already tried to use other driver or VESA try to change resolution to 800x600 and 640x400 logout and login back.. but somehow this monitor still unable to show anything... or unable to detect. Is there any specific driver or maybe someway to solve this problem?

Thank You in advance..
# 2  
Old 04-27-2010
You should just have to customize /etc/X11/xorg.conf. What error messages are you getting in /var/log/Xorg.0.log? What graphics card are you using?
# 3  
Old 04-27-2010
Do you have to have a GUI? If so you could use another machine as an Xserver and the RHEL machine with the 7" monitor as a client for your X apps.

Here is how to do this:

From a machine with a good monitor do this:

Code:
$ xhost +
$ ssh -X username@rhel_server
$ /usr/bin/x_application_binary

# 4  
Old 04-28-2010
hi,

yes I need an GUI.. currently I use KVM it can works, but when I switch to this 7" monitor it unable to detect.

because when I want to go to my site we dont have any monitor there.. so we need to bring this 7" monitor but the problem is it unable to detect.. I need to use GUI..

I have modified xorg.conf in /etc/X11/xorg.conf but it only applies in my kvm.. but when it comes to this 7" monitor it unable to detect.. sad Smilie
# 5  
Old 04-28-2010
Have you tried one of the tools that walks you through X configuration? I think the NVIDIA video drivers come with a tool to do this. If not there are some other tools out there that can walk you through xorg configuration via command line. How are you connecting your KVM and monitor?
# 6  
Old 04-28-2010
type xrandr to view the available resolutions. To set a resolution type xrandr -s 800x600
# 7  
Old 04-29-2010
Quote:
Originally Posted by flekzout
hi,
but when I switch to this 7" monitor it unable to detect.

because when I want to go to my site we dont have any monitor there.. so we need to bring this 7" monitor but the problem is it unable to detect.. I need to use GUI..

I have modified xorg.conf in /etc/X11/xorg.conf but it only applies in my kvm.. but when it comes to this 7" monitor it unable to detect.. sad Smilie
You keep telling us it is unable to detect the 7 inch monitor but you are not telling us what error messages you are getting.

Have you tried Xorg -configure or X -probeonly? What output are you getting?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

Screen Resolution on External Monitor from RHEL 6.3

Hey everyone, I have a KVM or External monitor (19" Dell) that I am trying to hook up to a laptop running RHEL 6.3 (via VGA which is the only option). When I connect it, and go to System->Preferences->Display, the max resolution option it provides me for these external devices is 1280x1024. ... (2 Replies)
Discussion started by: rchaud10
2 Replies

2. Red Hat

RHEL 6.3: Monitor: UNKNOWN ???

Hi All, I've been struggling with this problem for weeks to no avail. When I go into Control Center-> Display Preferences my monitor is no longer recognized. Instead, there is a red box which says "Unknown". This one problem is preventing me from doing just about everything I need to do my... (3 Replies)
Discussion started by: jeffpas
3 Replies

3. Red Hat

Best way to monitor use of memory resources for an RHEL instance

I wanted to know what is the best way to monitor use of memory on an RHEL server. We have 16 GB of memory for the RHEL instance but the usage at any time is more than 99%. I use /proc/meminfo on the server to check memory. I hope, my question is clear that what is the best way to monitor use of... (2 Replies)
Discussion started by: RHCE
2 Replies

4. UNIX for Dummies Questions & Answers

Small linux no gui

I want to execute from a grub a very small linux that only has commands, so at startup it executes this shell script I wrote and after that the user has an option to go back to the grub. I've heard of busybox but that doesn't seem to be helpful? Can anyone recommend a non gui distro, that can... (1 Reply)
Discussion started by: jcnewton13
1 Replies

5. Linux

Damn Small Linux Booting Problems

I recently downloaded a DSL iso file. I loaded the iso in VirtualBox and it worked perfectly, but when I wrote the iso to a CD using k3b and I tried booting it, I got an error. I tried booting from the disk in VirtualBox and got the same error. "FATAL: Could not read from the boot medium! System... (3 Replies)
Discussion started by: Bradj47
3 Replies

6. Linux

cant mount cd rom in damm small linux

hey guys im rather new to linux, im runnin damm small linux on an old HP. my problem is I cant mount the cd rom drive. when I try and mount I get the mount point is being used by another directory, i tried editing the fstab file. but that didnt work. any help would be greatly appreciated. (12 Replies)
Discussion started by: format
12 Replies

7. Linux

Why is linux console window in VMWare so small?

I install linux in VMWare, but Its console window is too small, Its size is 80*25, I can't change it even though I use full srceen mode in VMWare.How can I do? please help me! Thanks! (3 Replies)
Discussion started by: ChaoZhang
3 Replies
Login or Register to Ask a Question