You are not logged in.

#1 2006-05-19 19:31:45

MaikelG
Member
From: Balingen, Germany
Registered: 2006-04-29
Posts: 46
Website

VMWare: Screen-Solution on Guest-OS

Hi there!

I finally installed vmware and then tried to run SuSE Enterprise Server as Guest-OS.
Problem is that my system can't display the standard solution 1024x768 for the Guest-OS.

I read that I have to add my VMWare to the xorg.conf!
Is that right?
Someone there who can help me out with that?


THX...


Cheers, Maikel

Offline

#2 2006-05-20 07:28:32

MaikelG
Member
From: Balingen, Germany
Registered: 2006-04-29
Posts: 46
Website

Re: VMWare: Screen-Solution on Guest-OS

Here is a screenshot of it:
http://www.gaedker.de/pics/Bildschirmfoto.png

If I use any other solution vmware tells me to add it into my Screen-Section of xorg!
I tried i few settings but nothing changed.  sad


Cheers, Maikel

Offline

#3 2006-05-20 08:21:45

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: VMWare: Screen-Solution on Guest-OS

Maybe this helps: http://bugs.archlinux.org/task/4003

You need to use vmware driver in guest OS' xorg.conf and set HorizSync and VertSync to any values, except 0. Then add required mode line (1024x768) at 24bit colour and set it as default.


to live is to die

Offline

#4 2006-05-20 08:48:44

MaikelG
Member
From: Balingen, Germany
Registered: 2006-04-29
Posts: 46
Website

Re: VMWare: Screen-Solution on Guest-OS

I changes sync after i found this posting: http://bbs.archlinux.org/posting.php?mode=reply&t=21616

Here is my xorg.conf:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbModel" "pc105"
    Option         "XkbVariant" "nodeadkeys"
    Option         "XkbLayout" "de"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
#    HorizSync       30.0 - 110.0
    HorizSync       1 - 10000
#    VertRefresh     50.0 - 150.0
    VertRefresh     1 - 10000
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "vmware"
    VendorName     "vmware"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0   0
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Maybe someone can tell me whats wrong or missing.


Cheers, Maikel

Offline

#5 2006-05-20 09:08:20

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: VMWare: Screen-Solution on Guest-OS

looks like in your "Screen" section, it should have

Device  "Device1"
instead of
Device "Device0"


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#6 2006-05-20 09:23:59

MaikelG
Member
From: Balingen, Germany
Registered: 2006-04-29
Posts: 46
Website

Re: VMWare: Screen-Solution on Guest-OS

cactus wrote:

looks like in your "Screen" section, it should have

Device  "Device1"
instead of
Device "Device0"

How should this work?
If i change that, my xserver tries to start with the vmware driver instead of my nvidia driver.
That doesn´t work!


Cheers, Maikel

Offline

#7 2006-05-20 10:28:29

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: VMWare: Screen-Solution on Guest-OS

You should use vmware driver, not nvidia, in your guest OS. And it should work. Try vesa if it does not.
Just for clarification: is this xorg.conf from your guest OS?
You should make all changes only in guest OS' xorg.conf. If vmware does not work in SuSE ES then you should probably post on SuSE forums, I think someone already has a solution there.


to live is to die

Offline

#8 2006-05-20 10:34:51

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,961

Re: VMWare: Screen-Solution on Guest-OS

Before VMware can use graphics modes on guest OS the guest needs to have the graphic environment up and running.

This means doing a text-based install, have the guest OS configure the graphic environment and THEN you can switch to graphics.
It's one of the differences between real and virtual machines.

You will need to do a text-based install of SLES, configure X11, then install VMware tools.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#9 2006-05-20 10:41:24

MaikelG
Member
From: Balingen, Germany
Registered: 2006-04-29
Posts: 46
Website

Re: VMWare: Screen-Solution on Guest-OS

Lone_Wolf wrote:

Before VMware can use graphics modes on guest OS the guest needs to have the graphic environment up and running.

This means doing a text-based install, have the guest OS configure the graphic environment and THEN you can switch to graphics.
It's one of the differences between real and virtual machines.

You will need to do a text-based install of SLES, configure X11, then install VMware tools.

Thanks, will do so...
Just thought i can confige the "guest-system-window" to any solution.  roll


Cheers, Maikel

Offline

Board footer

Powered by FluxBB