Results 1 to 6 of 6

Thread: Xserver, VMware, and mandrake 9.1

  1. #1

    Xserver, VMware, and mandrake 9.1

    I am having a problem with running the X server with vmware and Mandrake 9.1. I tried google and no luck. I also tried to reconfigure the server with xf86config command.

    the error says (EE) VMWARE(0): Driver cannot support depth 24
    (EE) Screen(s) found , but none have usable configuration
    Fatal server error:
    no screens found

    I'm thinking that it is a problem with vmware because I am using the beta version of VMware, but I'm not sure if that is the problem. I also attached a jpeg with the errors on it, I hope you can read it.

    I really appreciate any help
    THanks

    eMpTyKnoW
    kNoWLeDgE

  2. #2
    Senior Member
    Join Date
    Mar 2003
    Posts
    452
    Can you try another screen resolution and color depth?



    PuRe
    Like this post? Visit PuRe\'s Information Technology Community. We\'ve also got some kick ass Technology Forums. Shop for books and dvds on LiveWebShop.com

  3. #3
    That was my original idea however i tried all the possibilities for resolution and color depth in xf86config, but I still got the same error.
    kNoWLeDgE

  4. #4
    Junior Member
    Join Date
    Apr 2003
    Posts
    1
    Need more info...

    Does your VM session start in a text console or an Xsession?
    If the latter, can you ctl-alt-F2 to a terminal session in Mandrake?
    Given a Choice.. I choose *nix...

  5. #5
    thanks for replying crash4q, I set it up so that it boots into text mode, and it works fine in text mode, however when i type startx to use the X server the error I posted occurs. What more information do you need?

    eMpTyKnOw
    kNoWLeDgE

  6. #6
    Senior Member roswell1329's Avatar
    Join Date
    Jan 2002
    Posts
    670
    Have you already loaded the VMWare tools? If you're using VMWare, you must load VMWare tools in order to get any resolution greater than 640x480x16 colors. Here's the low-down on VMWare tools from the VMWare site:

    taken from here

    Don't Forget VMware Tools

    It is very important that you install VMware Tools in the guest operating system.

    With the VMware Tools SVGA driver installed, Workstation supports significantly faster graphics performance.

    The VMware Tools package provides support required for shared folders and for drag and drop operations.

    Other tools in the package support time synchronization between host and guest, automatic grabbing and releasing of the mouse cursor, copying and pasting between guest and host, and improved mouse performance in some guest operating systems.

    The installers for VMware Tools for Windows, Linux and FreeBSD guest operating systems are built into VMware Workstation as ISO image files. (An ISO image file looks like a CD-ROM to your guest operating system and even appears as a CD-ROM in Windows Explorer. You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file.)

    VMware Tools for Windows supports Windows 95, Windows 98, Windows Me, Windows NT 4.0, Windows 2000, Windows XP and Windows Server 2003 guest operating systems.

    When you choose File > Install VMware Tools from the VMware Workstation menu, VMware Workstation temporarily connects the virtual machine's first virtual CD-ROM drive to the ISO image file that contains the VMware Tools installer for your guest operating system and begins the installation process.

    ...

    VMware Tools for Linux Guests

    1. Power on the virtual machine.

    2. After the guest operating system has started, prepare your virtual machine to install VMware Tools.
    Choose File > Install VMware Tools.

    The remaining steps take place inside the virtual machine.

    3. Be sure the guest operating system is running in text mode. You cannot install VMware Tools while X is running.

    4. As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.
    Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file. The VMware Workstation software contains an ISO image that looks like a CD-ROM to your guest operating system. This image contains all the files needed to install VMware Tools in your guest operating system.

    Note: Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom, modify the following commands to reflect the conventions used by your distribution.

    mount -t iso9660 /dev/cdrom /mnt
    cd /tmp
    tar zxf /mnt/vmware-linux-tools.tar.gz
    umount /mnt

    5. Run the VMware Tools installer.
    cd vmware-tools-distrib
    ./vmware-install.pl

    6. Log out of the root account.
    exit

    7. Start X and your graphical environment.

    8. In an X terminal, launch the VMware Tools background application.
    vmware-toolbox &

    Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you must run VMware Tools as root (su -).
    /* You are not expected to understand this. */

Posting Permissions

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