Alright. Testing out some things here. Running FreeBSD 7.2 as a client VM on the latest VM Workstation release on Vista.
I can get X up and running, startx works fine. However, I cannot seem to get the VM to run at the 1920x1200 resolution (24" monitors).
here is my xorg.conf:
Been a long time since I setup X on FreeBSD so any help is much appreciated.
I did install xorg through the ports tree: 7.4_2
Something I am missing?
Thanks.
TCG
I can get X up and running, startx works fine. However, I cannot seem to get the VM to run at the 1920x1200 resolution (24" monitors).
here is my xorg.conf:
Code:
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "HWcursor" # [<bool>]
#Option "Xinerama" # [<bool>]
#Option "StaticXinerama" # <str>
Identifier "Card0"
Driver "vmware"
VendorName "VMware Inc"
BoardName "Abstract SVGA II Adapter"
BusID "PCI:0:15:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Been a long time since I setup X on FreeBSD so any help is much appreciated.
I did install xorg through the ports tree: 7.4_2
Something I am missing?
Thanks.
TCG