WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Recommended xorg.conf for vmware VM's  (Read 14962 times)

Offline Ulysses_

  • Full Member
  • ***
  • Posts: 232
Recommended xorg.conf for vmware VM's
« on: April 14, 2011, 06:24:13 PM »
Running xorg confless so far, but what is a good xorg.conf to make the most of vmware tools (open-vm-tools)?  Motivation is to start TC with a 1440x900 resolution.

Offline danielibarnes

  • Hero Member
  • *****
  • Posts: 548
Re: Recommended xorg.conf for vmware VM's
« Reply #1 on: April 15, 2011, 11:18:15 AM »
After loading open-vm-tools-x, just run "Xorg -configure" to create a new xorg.conf. Instructions for setting your resolution are in the .info, or if you update your extension to the one posted yesterday (April 14), you can use the "xvirt=1440x900x24" bootcode to set your resolution.

Offline Ulysses_

  • Full Member
  • ***
  • Posts: 232
Re: Recommended xorg.conf for vmware VM's
« Reply #2 on: April 15, 2011, 03:57:20 PM »
After loading open-vm-tools-x, just run "Xorg -configure" to create a new xorg.conf. Instructions for setting your resolution are in the .info, or if you update your extension to the one posted yesterday (April 14), you can use the "xvirt=1440x900x24" bootcode to set your resolution.

Thanks.  This feature called bootcodes must be very easy to create extensions using it.  Otherwise I can't explain why such settings are not accessible through desktop aps like the one that sets the resolution for vesa users or the one that chooses the wallpaper or the missing one that would set the resolution for xorg users.
« Last Edit: April 15, 2011, 04:04:19 PM by Ulysses_ »

Offline danielibarnes

  • Hero Member
  • *****
  • Posts: 548
Re: Recommended xorg.conf for vmware VM's
« Reply #3 on: April 16, 2011, 10:21:25 AM »
The resolution in a VMware guest is set differently than typical xorg or xvesa resolutions. You add a "Virtual WIDTH HEIGHT" line after the appropriate DEPTH line in xorg.conf as described in the .info file. This is what my startup script does automatically when you specify xvirt= on the Linux command line.

Offline Ulysses_

  • Full Member
  • ***
  • Posts: 232
Re: Recommended xorg.conf for vmware VM's
« Reply #4 on: April 16, 2011, 05:13:33 PM »
You add a "Virtual WIDTH HEIGHT" line after the appropriate DEPTH line in xorg.conf as described in the .info file.

Which .info?  Done what you say here and it works. 

For the record, that xvirt bootcode does not seem to work, putting it after the initrd line in menu.lst I get

"warning! not such command: xvirt"

during the bootup.  Using TC 3.5.1. Have updated everything available for update using the ppsAud app.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Recommended xorg.conf for vmware VM's
« Reply #5 on: April 16, 2011, 07:17:35 PM »
All boot options go on the kernel line for GRUB.