FreeBSD inside VMWare and x.org

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default FreeBSD inside VMWare and x.org


    I'd like to use FreeBSD inside VMWare on my desktop. I've used VMWare
    for testing things out in FreeBSD quite a few times with considerable
    success, but I've never before installed x.org, and that's where I'm
    getting hung up. I'm trying to use FreeBSD 5.3, with the latest xorg
    from ports (just updated today).

    I can't seem to get X to start with any decent screen realestate. If
    I use the "vmware" driver, I'm stuck with 640x480. I experimented some
    and tried the "vesa" driver, which worked nicely except the screen is
    huge (I'm guessing 3000x3000 or so) and since most of it is off the
    monitor, it's unusable.

    I've tried installaing the vmware-tools4 package, and I've tried it
    without the package. It doesn't seem to make much difference either
    way.

    Any suggestions or pointers on how to get a usable system inside
    VMWare?

    --
    Bill Moran
    Potential Technologies
    [url]http://www.potentialtech.com[/url]
    Bill Moran Guest

  2. Similar Questions and Discussions

    1. FMS2 and VMWare
      Hi, I'm wondering whether Adobe supports FMS2 on a virtual server - specifically VMWare. Thanks!
    2. VMWare Restore
      We have a number of Coldfusion IIS server running in VMWare. Several have been in this environment for over a year running with no issues. We...
    3. VMWARE
      I am working on a ColdFusion - VMWARE solution, and am wondering if anyone has any feedback about the following: * Licensing Issues when working...
    4. Compile FreeBSD RELENG_5 on FreeBSD 4-STABLE
      Hi. I have a FreeBSD 4-STABLE machine. I want to do my custom RENELG_5 FreeBSD release. I'm get all RELENG_5 CVS source (with cvs checkout...
    5. Running VMWare over FreeBSD
      Hi guys, Do you know if it's possible to run VM Ware Workstation 4.5 or new 5.0 beta over FreeBSD? I know that VM Ware tech. specifications...
  3. #2

    Default Re: FreeBSD inside VMWare and x.org

    On Thu, 24 Feb 2005 23:37:53 -0500, Bill Moran <wmoran@potentialtech.com> wrote:
    >
    >
    > I can't seem to get X to start with any decent screen realestate. If
    > I use the "vmware" driver, I'm stuck with 640x480. I experimented some
    > and tried the "vesa" driver, which worked nicely except the screen is
    > huge (I'm guessing 3000x3000 or so) and since most of it is off the
    > monitor, it's unusable.
    >
    it sounds like these issues are related to your X.org config file.
    you may want to check out the "Subsection Display" settings in
    /etc/X11/XF86Config (or maybe Xorg.config for xorg don't remember at
    the moment). I've never tried running X in a vmware machine, but if
    you are able to get the binary up and running I assume you should be
    able to change these config options. if this does not work i'd
    suggest posting the interesting portions of /var/log/XFree86.0.log to
    the list.

    -pete

    --
    ~~o0OO0o~~
    Pete Wright
    [url]www.nycbug.org[/url]
    NYC's *BSD User Group
    pete wright Guest

  4. #3

    Default Re: FreeBSD inside VMWare and x.org

    On 02/24/05 23:37:53, Bill Moran wrote:
    >
    > I'd like to use FreeBSD inside VMWare on my desktop. I've used
    > VMWare
    > for testing things out in FreeBSD quite a few times with considerable
    > success, but I've never before installed x.org, and that's where I'm
    > getting hung up. I'm trying to use FreeBSD 5.3, with the latest xorg
    > from ports (just updated today).
    >
    > I can't seem to get X to start with any decent screen realestate. If
    > I use the "vmware" driver, I'm stuck with 640x480. I experimented
    > some
    > and tried the "vesa" driver, which worked nicely except the screen is
    > huge (I'm guessing 3000x3000 or so) and since most of it is off the
    > monitor, it's unusable.
    >
    > I've tried installaing the vmware-tools4 package, and I've tried it
    > without the package. It doesn't seem to make much difference either
    > way.
    >
    > Any suggestions or pointers on how to get a usable system inside
    > VMWare?
    >
    Change you /etc/X11/xorg.conf to match the relevant parts of this


    Section "Screen"
    Identifier "Screen 1"
    Device "saphfire"
    Monitor "kds_1600x1200@75"
    DefaultDepth 24
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection

    Jason Henson Guest

  5. #4

    Default Re: FreeBSD inside VMWare and x.org

    Jason Henson <jason@ec.rr.com> wrote:
    > On 02/24/05 23:37:53, Bill Moran wrote:
    > >
    > > I'd like to use FreeBSD inside VMWare on my desktop. I've used
    > > VMWare
    > > for testing things out in FreeBSD quite a few times with considerable
    > > success, but I've never before installed x.org, and that's where I'm
    > > getting hung up. I'm trying to use FreeBSD 5.3, with the latest xorg
    > > from ports (just updated today).
    > >
    > > I can't seem to get X to start with any decent screen realestate. If
    > > I use the "vmware" driver, I'm stuck with 640x480. I experimented
    > > some
    > > and tried the "vesa" driver, which worked nicely except the screen is
    > > huge (I'm guessing 3000x3000 or so) and since most of it is off the
    > > monitor, it's unusable.
    > >
    > > I've tried installaing the vmware-tools4 package, and I've tried it
    > > without the package. It doesn't seem to make much difference either
    > > way.
    > >
    > > Any suggestions or pointers on how to get a usable system inside
    > > VMWare?
    > >
    >
    > Change you /etc/X11/xorg.conf to match the relevant parts of this
    >
    >
    > Section "Screen"
    > Identifier "Screen 1"
    > Device "saphfire"
    > Monitor "kds_1600x1200@75"
    > DefaultDepth 24
    > Subsection "Display"
    > Depth 24
    > Modes "1280x1024" "1024x768" "800x600" "640x480"
    > ViewPort 0 0
    > EndSubsection
    > EndSection
    AHA!

    That did it very nicely. I forgot to put in Modes.

    Thank you very much ... made my day! For the archives ... I'm using
    the vesa driver ... The vmware driver doesn't seem capable of this.
    Runs at 1280x1024 very nicely both in a window, and in fullscreen.

    --
    Bill Moran
    Potential Technologies
    [url]http://www.potentialtech.com[/url]
    Bill Moran Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139