Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Video vmware no funciona. (SOLUCIONADO)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
manara39
Tux's lil' helper
Tux's lil' helper


Joined: 21 Dec 2013
Posts: 81

PostPosted: Sat May 06, 2023 9:27 pm    Post subject: Video vmware no funciona. (SOLUCIONADO) Reply with quote

Linuxeros:

Instalé gentoo openrc de 64 bits con el script de [url]https://github.com/oddlama/gentoo-install

El script configuró en automático los 100 GB que le puse al disco en Wmware Workstation 17.

Algo de 500 mb para el boot, 8 G de swap y unos 91,5 G para el root.

Se instaló un sistema base funcional con teclado español y locales en español Argentina.

Después de instalar open-vm-tools, le instalé xfce 4.18 y configuré el escritorio elegido.

El problema fue que no tiene configurado el video vmware, lo tengo en VIDEO_CARDS y en INPUT_DEVICE="evdev vmouse vmware"

En xorg.conf.d tengo libinput que es para Wayland y quirks que no se qué es.

Estuve mirando la guía de Xorg y necesito que me ayuden a configurar el video vmware para poder lanzar xfce.

Desde ya muchas gracias por su ayuda.


Last edited by manara39 on Sun May 07, 2023 3:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
chrootman
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2020
Posts: 95

PostPosted: Sun May 07, 2023 11:16 am    Post subject: Reply with quote

La última vez en vmware fusion tenía lxde y las open vm-tools me funcionaban agregando vmmouse y compilando el kernel con opciones como
Code:
cat . config | grep VMWARE
CONFIG_VMWARE_VSOCKETS=m
CONFIG_VMWARE_BALLOON=m
CONFIG_VMWARE_VMCI=m
CONFIG_VMWARE_PVSCSI=y
CONFIG_VMWARE_VMCI_VSOCKETS=m
CONFIG_INFINIBAND_VMWARE_PVRDMA=m
CONFIG_DRM_VMWGFX

Las puse con =y y me funcionó si es que lo configuraba como módulo tenía que agregar algo como
Code:
modules="vsock vmw_vsock_virtio_transport vmw_vsock_virtio_transport_common  vmw_vsock_vmci_transport

en /etc/conf.d/modules
o en /etc/modules-load.d/modules.conf algo como
Code:
vmwgfx
vmw_vsock_vmci_transport
vsock
vmw_balloon
vmw_vmci
vmw_pvscsi
vmxnet3

Code:
/lib/modules/X.XX.X-XX-generic/kernel/net/vmw_vsock# ls
hv_sock.ko                            vmw_vsock_vmci_transport.ko
vmw_vsock_virtio_transport_common.ko  vsock_diag.ko
vmw_vsock_virtio_transport.ko         vsock.ko

Code:
lsmod | grep vmwgfx
/lib/modules/X.XX.X-XX-generic/kernel/drivers/gpu/drm/vmwgfx/vmwgfx.ko

El problema es que por defecto me funcionaba, sin editar nada, pero no editando xorg.conf, así que si tienes por defecto eso de wayland no se cual sería el procedimiento y lo segundo es que usando xfce no me funcionaban las open vm tools, pero si en kde, gnome y lxde, sin editar nada tampoco, hay algunos desktop que necesitan de ediciones adicionales, pero no hay mucha info, encontré esto

https://www.cnblogs.com/duacai/p/9236575.html
http://galudisu.info/2020/08/26/gentoo/Gentoo-Enlightenment-Systemd/
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1522

PostPosted: Sun May 07, 2023 2:46 pm    Post subject: Re: Video vmware no funciona. Reply with quote

manara39 wrote:
...
El problema fue que no tiene configurado el video vmware, lo tengo en VIDEO_CARDS y en INPUT_DEVICE="evdev vmouse vmware"
...

¿Tienes instalado x11-drivers/xf86-video-vmware?
Back to top
View user's profile Send private message
manara39
Tux's lil' helper
Tux's lil' helper


Joined: 21 Dec 2013
Posts: 81

PostPosted: Sun May 07, 2023 3:25 pm    Post subject: El video vmware está instalado. (Solucionado) Reply with quote

Hola: Gracias por contestar. El video vmware está instalado.
En cuanto al kernel usa kernel/bin
Voy a probar las indicaciones que me diste para ver si funcionan.
Muchas gracias.

Tenías razón linuxero amigo gracias por tu ayuda.

Funciona lxde sin ninguna configuración.

Muchas gracias.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum