install vmware-tools in redhat 9.0 /XFree86

Reply

Join Date: Sep 2003
Posts: 3
Reputation: seanyu is an unknown quantity at this point 
Solved Threads: 0
seanyu seanyu is offline Offline
Newbie Poster

install vmware-tools in redhat 9.0 /XFree86

 
0
  #1
Oct 2nd, 2003
Hi, I finally got redhat 9.0 installed in vmware 4 on Windows XP (I had some trouble as in a post below). Everything is fine, --I installed all the packages I wanted; the internet is fine, --except that I can not get vmware tools installed in redhat, and because of that, I have a poor resolution of 800x600. When I tried to install vmware tools, it failed with an error message like "all instances of XFree86 should be shut down" ,but I do not know how to do it.

Anyone has a clue? I use a wireless adapter to access to the internet, whose performance is really poor in real linux, thus I really want to often use linux on vmware.

Thanks a lottttt.
Reply With Quote Quick reply to this message  
Join Date: Sep 2003
Posts: 3
Reputation: seanyu is an unknown quantity at this point 
Solved Threads: 0
seanyu seanyu is offline Offline
Newbie Poster

Re: install vmware-tools in redhat 9.0 /XFree86

 
0
  #2
Oct 2nd, 2003
got the solution from vmware.com.........install it under text mode.......... But why I could install it in redhat 8.0 under G-mode?
Reply With Quote Quick reply to this message  
Join Date: Oct 2003
Posts: 766
Reputation: )BIG"B"Affleck can only hope to improve 
Solved Threads: 6
)BIG"B"Affleck's Avatar
)BIG"B"Affleck )BIG"B"Affleck is offline Offline
Banned

Re: install vmware-tools in redhat 9.0 /XFree86

 
0
  #3
Oct 2nd, 2003
--I installed all the packages I wanted
can you tell us which specific ones you didnt choose
Last edited by )BIG"B"Affleck; Oct 3rd, 2003 at 12:33 am. Reason: for got to add / to [quote]
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,036
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: install vmware-tools in redhat 9.0 /XFree86

 
0
  #4
Oct 2nd, 2003
You have to be in text mode to install video card drivers - or else you'll be trying to update files that are currently in use.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 117
Reputation: subtronic is an unknown quantity at this point 
Solved Threads: 1
subtronic's Avatar
subtronic subtronic is offline Offline
Junior Poster

Re: install vmware-tools in redhat 9.0 /XFree86

 
0
  #5
Oct 6th, 2003
Originally Posted by cscgal
You have to be in text mode to install video card drivers - or else you'll be trying to update files that are currently in use.
No you dont, edit /etc/XF86Config(-4) with the correct information and reboot the X-server... of course you have to know the driver, monitor vertical and horizontal refresh rate and range of proper resolutions to do so. Redhat sucks
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,036
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: install vmware-tools in redhat 9.0 /XFree86

 
0
  #6
Oct 6th, 2003
I think that's a bit what I was trying to say. I know that whenever I try to edit /etc/XF86Config-4 from within X, as soon as I save the file, random things keep crashing on me (maybe it's just me?) So now I always edit it from a console cuz I figure the file settings rely on stuff that's currently in use???
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 117
Reputation: subtronic is an unknown quantity at this point 
Solved Threads: 1
subtronic's Avatar
subtronic subtronic is offline Offline
Junior Poster

Re: install vmware-tools in redhat 9.0 /XFree86

 
1
  #7
Oct 6th, 2003
I'm not sure I understand why things randomly happen.... The XF86Config(-4) file is only run when you start an X-server. I don't believe changes in the file will occur until you start/reboot an X-server. If it were using the file in real-time (which would be highly inefficient to parse through and poll for changes), the file would presumably be locked to read-only. Besides, you can start an X-server on various displays :0,:1 to name two. Change your XF86Config(-4) file and then try seeing the changes on a different display, ie: xinit -- /usr/X11R6/bin/X --screen <MyScreen> :1
Reply With Quote Quick reply to this message  
Join Date: Oct 2003
Posts: 766
Reputation: )BIG"B"Affleck can only hope to improve 
Solved Threads: 6
)BIG"B"Affleck's Avatar
)BIG"B"Affleck )BIG"B"Affleck is offline Offline
Banned

Re: install vmware-tools in redhat 9.0 /XFree86

 
0
  #8
Oct 6th, 2003
http://www.vmware.com

1 Uninstall your current VMWare
2 Download and install the latest VMWare.2
3 Reboot
4 Start up Linux (I boot into GUI mode)
5 Enable Linux Tools (Menu->File). This loads a CD image with compressed file.
6 Open the CD icon that appears, Open the file. It wil read the contents, much like WinZip does.
7 Extract the tools, simply click on the file that appears in the contents window, press extract, and select /root/ as the destination.
8 Now the magic: open up a terminal, and enter the command "telinit 3". This will shutdown XFree86 and leave you with a good old command line.
9 Login again, and cd /root/vmware-tools (I think thats it, but you can find it easily with ls).
10 Start the install off: ./vmware-tools-install.pl
11 Answer all questions (press return, thats all I did, to accept the defaults).
12 When it completes, "use telinit 5" to get back to graphical mode.

Quote:John conner
HEAVY.........

I mostly use free BSD
Last edited by )BIG"B"Affleck; Oct 6th, 2003 at 5:49 pm.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,036
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: install vmware-tools in redhat 9.0 /XFree86

 
0
  #9
Oct 10th, 2003
I dunno why things happen weird for me. Does anyone else experience this? (Problems when not restarting the X server after updating the XF86Config-4 file?
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 1
Reputation: zotium is an unknown quantity at this point 
Solved Threads: 0
zotium zotium is offline Offline
Newbie Poster

VMWare and Redhat networking

 
0
  #10
Feb 2nd, 2004
did you guys get Redhat to communicate with your host system using VMWare ? Mine doesn't seem to find the ethernet card
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Window and Desktop Managers Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC