summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common
Commit message (Collapse)AuthorAgeFilesLines
* [vmware-common] Disable vulkan backend on nvidiaSimon Rettberg2025-11-261-0/+4
| | | | | | | Has a ~1:10 chance to completely mess up or hang vmware after booting up a VM. https://old.reddit.com/r/vmware/comments/1ii5829/ https://techdocs.broadcom.com/us/en/vmware-cis/desktop-hypervisors/workstation-pro/25H2/release-notes/vmware-workstation-pro-25h2-release-notes.html
* [vmware25H2] New moduleSimon Rettberg2025-11-211-0/+1
|
* [vmware-common] Handle Windows 11 for hwlimits, log if limitingSimon Rettberg2025-04-301-9/+15
|
* [vmware-common] Add hwVersion 21Simon Rettberg2025-04-301-0/+1
|
* [vmware-common] More log output in init scriptSimon Rettberg2025-03-172-34/+17Star
|
* [vmware-common] Use alternate method to capture mouse on startupSimon Rettberg2024-11-221-4/+15
| | | | | | | The old method of sending Ctrl-G to vmware seems wonky on newer VMware versions: Sometimes, the guest OS receives a never-ending stream of G keypresses, until you press G on the keyboard. Try to capture the mouse by simulating a mouseclick instead.
* [vm*] Don't request netshares plugin; it was a noop and was removedSimon Rettberg2024-05-241-1/+1
| | | | | Now that the plugin was removed, we see an error on screen regarding the missing plugin when it is requested, so stop requesting it. :)
* Big round of cleanupSimon Rettberg2024-05-231-2/+2
| | | | | | | | | - Remove a lot of TODOs, either by fixing them or because they became irrelevant - Change all git:// to https:// - Move hwreport and hwinfo from /run to /run/openslx - Minor script style cleanups - Remove dead code and functions in various scripts
* [vmware-common/run-virt] Fix is_on usageSimon Rettberg2024-05-141-1/+1
|
* [vmware-common] Run windowed in CoW modeSimon Rettberg2024-05-131-2/+6
|
* [vmware-common] Disable disk lockingSimon Rettberg2024-05-131-0/+2
| | | | Doesn't work with dnbd3-fuse in rw mode
* [vmware-common] Silence warning if SHARE_REMAP_MODE is emptySimon Rettberg2024-02-291-1/+1
|
* [vmware-common] Fix keys getting stuck on VMware 17.5.xSimon Rettberg2024-02-061-0/+2
|
* [vmware-common] SimplifySimon Rettberg2024-01-301-3/+1Star
|
* [run-virt] Fix corrupted vmx with additional NICsSteffen Ritter2024-01-301-3/+4
| | | | | | | Don't accidentally add an empty line to TMPCONFIG. Also make awk ignore empty lines when looking for duplicates so we don't end up with an ' = ' line which will crash vmplayer. Bonuspoint: sort the output for better readability
* [vmware-common] Improve handling of syntax errors in vmxSimon Rettberg2024-01-191-4/+6
|
* Don't use SLX_* variable name for local stuffSimon Rettberg2024-01-031-6/+6
|
* [vmware-common] Polish xscreensaver ungrab hook a bit, avoid OfficeKeySimon Rettberg2023-07-211-8/+8
| | | | | | Let's click on the (hopefully empty) desktop after hiding VMware to release the mouse grab, instead of sending the VMware release key-combo, which also is the "Office Key" on Windows 10.
* [remote-access] Use tigervncSimon Rettberg2023-05-171-1/+1
|
* [vmware-common] Filter .vmx; if keys appear multiple times, keep last oneSimon Rettberg2023-03-151-2/+11
|
* [vmware-common/run-virt] Subtract more RAM for larger VRAMSimon Rettberg2023-01-171-4/+4
|
* [vmware-common] Allow undocumented hwversion 20 for VMware 17.xSimon Rettberg2023-01-171-1/+2
|
* [vmware-common] Handle VMware 17.x max hwVersion (=19)Simon Rettberg2023-01-161-1/+1
|
* [vmware-common] Main memory must be multiple of 4Simon Rettberg2022-07-261-1/+1
|
* [vmware-common] Only subtract a quarter of VRAM from main memSimon Rettberg2022-07-261-1/+2
|
* [vmware-common] Fix default vram when nothing is setSimon Rettberg2022-07-251-1/+1
|
* [system-tweaks] Disable automatic memory compaction, do at session startSimon Rettberg2022-07-221-5/+0Star
|
* [vmware-common] Be more conservative regarding GPU VRAMSimon Rettberg2022-07-221-33/+27Star
| | | | Also, subtract VRAM from VM RAM.
* [vmware-common] Force mainMem swap backing even if we don't have swapSimon Rettberg2022-07-111-0/+4
|
* [vmware-common] Push vmware max hwVersion to 19Steffen Ritter2022-07-041-0/+1
|
* [vmware-common/vbox-src] Probably not depending on network.target ??Simon Rettberg2022-04-211-2/+2
|
* [dhcp-busybox] Add service to create additional bridgesSimon Rettberg2022-02-211-5/+4Star
|
* [vmware-common] Set video memory size if not foundSimon Rettberg2021-12-131-0/+16
| | | | | ...cap to sane min/max if found in source vmx, depending on host memory size.
* /var/run -> /runSimon Rettberg2021-11-121-1/+1
|
* [vmware-common/vbox-src] Make systemctl start non-blockingSimon Rettberg2021-10-291-1/+1
|
* [disk-partitions] New module, modularize partition setupSimon Rettberg2021-07-221-2/+2
|
* [vmware-common] fix englishJonathan Bauer2021-07-161-3/+3
|
* [vmware-common] fix bwidm crashes with local cachingJonathan Bauer2021-07-151-2/+8
|
* [vmware-common] always activate 3D in vmwareJonathan Bauer2021-07-091-2/+4
| | | | that also means we don't need a module in stage4 target
* Change the mail address for feedback in file headersSteffen Ritter2021-04-292-2/+2
| | | | * old address will be disabled in the future
* [vmware-common] Increase OS HW limits, move VMware specific limitsSimon Rettberg2021-04-272-26/+40
|
* [vmware-common] Get rid of XML lookup for maxHWversionSimon Rettberg2020-10-161-15/+10Star
| | | | | This was a hack anyways, now that we have to maintain a list ourselves this seems pointless.
* [vmware-common] Fix indentationSimon Rettberg2020-10-161-1/+1
|
* [vmware-common] Hard-coded lookup table for hwversionSimon Rettberg2020-10-131-3/+11
| | | | | Unfortunately, looking this up from files lying around was a short-lived endeavor.
* [vmware-common] Fix missing heredocSimon Rettberg2020-10-021-4/+8
|
* [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.dSimon Rettberg2020-09-231-2/+0Star
| | | | | | Since we can set PATH for everything spawned by systemd, this boilerplate code is not needed anymore. Makes future changes much easier.
* [run-virt/vmware-common] Switch to xfwm4 for dual-screenSimon Rettberg2020-08-212-3/+5
| | | | | | Giving up on the blackbox/automatic approach; it appears that using VMwareResolutionSet in a full-screen windows guest to enable more than one screen can lead to a complete freeze of the guest.
* [run-virt/vmware-common] Use blackbox if > 1 screenSimon Rettberg2020-08-171-0/+6
| | | | TODO: Add blackbox module
* Debian!Simon Rettberg2020-05-191-0/+3
|
* [vmware-common] Support enabling the internal VNC serverSimon Rettberg2020-04-271-0/+12
|