LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slackware, vmware, dga-extension enable? (https://www.linuxquestions.org/questions/slackware-14/slackware-vmware-dga-extension-enable-57797/)

neenee 05-02-2003 05:58 AM

slackware, vmware, dga-extension enable?
 
hi everyone.

today i installed vmware 4 workstation. installation had a few
problems, but i sorted them out using some guides and how-
tos i found using the ever useful google.

i wanted to install windows xp - but when i attempt to do
so, vmware warns me about the lack of dga support.

i tried commenting out the omit dga extension bit in
XF86Config, but that just made it so that my windows no
longer had round corners and transparency was no longer
supported in X / Gnome; vmware could still not find the
dga extension..

my question is:

how would i go about enabling the dga extension?

thank in advance for any ideas leading to a solution.

neenee 05-02-2003 11:48 AM

oh... and i get this error:

Could not open /dev/vmnet0: No such device
Device Ethernet0 will start disconnected

i do have /dev/vmnet0 through something.. but
how do i make it usable for vmware?

thanks in advance.

*update..

i remembered that vmware worked before i rebooted;
i then retraced the steps i took in my head... then i ran
/usr/bin/vmware-config.pl; and i noticed that two modules were
created:

vmmon
vmnet

and i have added those to /etc/rc.d/rc.local to load
them on boot.

and now it works. yay :)

(but the dga-problem remains)

Magnetar 05-02-2003 10:13 PM

read this http://www.cs.ucr.edu/~jbyrne/vmware.htm
there are files created during install that are place in rc.? directories - they are process scripts that enable your virtual adapters and devices - they are virtual devices that are intermediaries between vmware and the host os- without those u cant access sound cards etc - sounds like youre missing this step- u can include the script to run at startup - i prefer to make a link and start it right before starting my virtual machine - hope it helps

pesho_p 05-05-2003 02:34 AM

Quote:

Originally posted by neenee
(but the dga-problem remains)
Code:

Section "Module"
        Load  "dbe"
        Load  "glx"
        SubSection "extmod"
        #        Option "omit xfree86-dga"
        EndSubSection
        Load  "type1"
        Load  "freetype"
EndSection

neenee, commenting or removing 'Option "omit xfree86-dga"' line from my '/etc/X11/xF86Config' works for me (MGA G400 DualHead). See here:

http://www.geocities.com/pesho_pv/vmware.png (~410KB, 2048x768)

I was a so curio to see this release of VMWare (and even more new Fontconfig 2.2, in fact) that I installed my Slackware 8.1 again (10 hours backups on CDs, installing, compiling, tweaking, etc. but now everything works OK). Probably you have problems with your video drivers (NVIDIA?), because, as I've already told you, it works like a charm on my DualHead "dragon" ;)

neenee 05-06-2003 04:45 AM

magnetar: thank you. i had overlooked a section to
create a vmware load script. i have done that now and
it works like a charm.

pesho: silly me. i commented out the whole subsection
extmod; now that i commented out only the omit-bit,
it works.

ramania 07-25-2003 07:43 AM

Additional comment...
 
In pesho_p's comment, include some fault

-----------------------------------------------------------
Section "Module"
Load "dbe"
Load "glx"
SubSection "extmod"
# Option "omit xfree86-dga"
EndSubSection

Load "extmod" # <--Here...

Load "type1"
Load "freetype"
EndSection
-----------------------------------------------------------

The point "Here". load extmod to use dga extention.
Many guys commit this fault...

Minus '#' from /"# Option "omit xfree86-dga" /", and
add /" Load "extmod" /"...


All times are GMT -5. The time now is 02:51 PM.