Display Problem On Linux Redhat 8.0


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Display Problem On Linux Redhat 8.0
# 1  
Old 10-17-2004
Display Problem On Linux Redhat 8.0

Hey guys,

can anyone please tell me how I can make linux recognize the same video adapter/monitor type that my windows box is using? i'm running linux redhat on virtual PC which enables me to have windows and linux running at the same time. (i can switch back and forth between operating systems as I please)

on my windows box I like to have all my windows fit nice and perfect on the screen so I normally have the resolution increased. however, since linux doesn't recognize my monitor type and the settings that my windows box is using, it defaulted to using I guess the most basic of all basics because now on my linux box all my windows are big. i can't fit as many windows on one screen as I normally can do with windows when the resolution is increased.

i need your help guys. thank you
# 2  
Old 10-17-2004
you will need to configure the X server.
Depending on which RedHat you are using (you did not specify) you will need to edit the xorg.conf file or XFree86Config file. In the Screen Section. example:
-------------------------------------------------------------------
Section "Screen"
Identifier "Screen 1"
Device "MGA"
Monitor "Samsung"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
-------------------------------------------------------------------

Under whichever Defaultdepth you have selected to use, ( i am using 24) you make changes to that section. Placing the resolution you want to use first, at the beginning of the line.

You can also use the commands xorgcfg, xorgconfig or xorgsetup. This is if the box is using the Xorg server.
# 3  
Old 10-29-2004
i think its a xfree86. i couldn't find the file i'm supposed to edit
# 4  
Old 10-30-2004
Something I also forgot to ask is. Does VirtualPC supply its own 'virtual' video adapter? This is the way VMware (similar product) operates.
I've used VirtualPc when it was owned by Connectix, before Microsoft purchased it. But that was years ago. So I am not sure how it works today, nor remember the way it was.
If it does, then it will not matter which hardware video card you have installed. As RedHat will need to be made aware of the video adapter that VirtualPc is emulating.

You may need to look into this before going any further.

You could try using a very conservative selection. The files you will be editing should be in the /etc/X11. Though I am using slackware Linux, and some files are placed differently on different distros.
If you can not find the needed files for editing, just issue a locate command. such as
locate xorg.conf
Which should display the paths for the files.
# 5  
Old 10-30-2004
@TRUEST: I suppose there is an old version of X installed, because you are using redhat 8 and it's a fresh install, so execute "xf86config" as superuser and answer all the questions. After that the "program" writes a "XF86Config" file in "/etc/X11".
Close all opened applications and press Control+Alt+Backspace to quit X. Then type "startx" and you might see a good result. If the xf86config has no effect, it's possible that the "XF86Config" file is not considered, so try to rename it to "XF86Config-4".
Code:
cp /etc/X11/XF86Config /etc/X11/XF86Config-4

It's possible that you need to save it to a different place but I think redhat is not as different Ubuntu Linux is Smilie...(never try Ubuntu Smilie).
Make backups of old config-files, otherwise you are not able to restore the old configs Smilie.

Bye.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Difference Redhat Linux/RH Enterprise Linux

what is the difference between Redhat Linux and Redhat Enterprise Linux. whereas Redhat linux have Server installation options too. (2 Replies)
Discussion started by: hananabbas
2 Replies

2. Red Hat

redhat linux postfix problem..

hello all, If i send mails using postfix,the mails stored in queue,not delivered to required recipient...can anyone please tell me the solution for this problem... (4 Replies)
Discussion started by: tilakraj
4 Replies

3. Shell Programming and Scripting

New line character problem with ksh on Redhat Linux

Guys, I would like to discuss the problem I am seeing with echo “\n” statement in Redhat Linux Enterprise 5.3 version. I have a shell script that was written couple of years back for generic UNIX platforms based on ksh and was tested on Solaris 8,9,10 ; AIX 5.3 and Red Hat Enterprise Linux... (5 Replies)
Discussion started by: rijeshpp
5 Replies

4. Red Hat

Problem with configuring host name in Redhat Linux 5

Hi All when I give the command, $ ping <hostname> I get the following error ping: unknown host <hostname> I have checked in the following files, /etc/sysconfig/network /etc/hosts /etc/resolv.conf /etc/nsswitch.conf Every where in these files host name and IP address are given... (2 Replies)
Discussion started by: nagapradeep
2 Replies

5. Red Hat

Rsh problem on redhat linux

Hi, I am trying to do rsh on to a redhat EL 5 machine. It repeatedly asks me for the password and die after sometime. One might think that I am giving the wrong password. But I can do 'ssh' on to that machine with the same password. Can someone tell me what I have been doing wrong? ... (2 Replies)
Discussion started by: eamani_sun
2 Replies

6. Red Hat

redhat linux mail server problem

we are using redhat linux,configured the postfix as mail server and outlook is used as mail client.whenever the user opens outlook it is start downloading all the mails from the server. Example : If a user has 50 mails in the server,whenever he opens the outlook the outlook will start... (0 Replies)
Discussion started by: ramjimh2k3
0 Replies

7. Red Hat

Redhat Linux - Postfix problem

We have a redhat linux el4 and used as a mail server.We configured postfix.all r working fine.we got a problem for a particular user when he tries to open his mailbox and the error is mentioned below: ERROR: Could not complete request. Query: SELECT "INBOX" Reason Given: Internal error... (3 Replies)
Discussion started by: ramjimh2k3
3 Replies

8. UNIX for Dummies Questions & Answers

Linux Redhat 8.0 Problem

can someone tell me what commands in Linux RedHat 8.0 will give me a graph of whats going on on my system. When Is ay graphs I mean graphs like does produced by perfview of solaris and glance of HP-UX. (3 Replies)
Discussion started by: TRUEST
3 Replies

9. UNIX for Dummies Questions & Answers

external display redhat 7.2

Hello all, I have a laptop with redhat7.2 installed with Gforce4 video card and using Xfree86 version 4. I wanted to know if any one has been able to have the displayto output to a projector. If so can you pass on your wisdom? THANKS (1 Reply)
Discussion started by: larry
1 Replies

10. UNIX for Dummies Questions & Answers

RedHat display cpu configuration

Hello people ! Does anyone knows how can I get the CPU configuration in the RedHat Box ??? I need know the frequence of cpu and how much cpu(s) in my box ... Thank you, Witt (2 Replies)
Discussion started by: witt
2 Replies
Login or Register to Ask a Question