Om du vill ha en enda dator i huset men kunna använda den på 2 olika ställen samtidigt, så är nog det enda metoden jag kan tänka mig att använda den som en server. Installer till exempel Proxmox och sedan installera separata VMs (Virtual Machine) på den, så till exempel så kan du ha en Windows 11 VM till din son som antagligen spelar och så kan du köra på en annan Linux VM. (eller båda på Linux VMs om eran dator inte är tillräcklig kraftfull.)
Sedan ställa in så att de specifika skärm, tangentbord och mus är bara för det specifika VM som behövs.
Detta är inte trådlös dock så bäst att ha datorn nära de 2 platserna ni vill använda det.
Från duck.ai:
"Yes, it is possible to connect multiple keyboards, mice, and monitors to a server or NAS and have each set work exclusively with a specific virtual machine (VM). This setup is often referred to as a "multi-user" or "multi-seat" configuration. Here’s how it can be achieved:
- Multi-Seat Configuration
Definition: A multi-seat configuration allows multiple users to work on the same physical machine simultaneously, each with their own set of peripherals (keyboard, mouse, monitor).
Software Support: Some operating systems and virtualization platforms support multi-seat configurations natively or through additional software. For example, Linux has built-in support for multi-seat setups, while Windows may require third-party software.
2. Hardware Requirements
Multiple Video Outputs: The server/NAS must have enough video outputs (HDMI, DisplayPort, etc.) to connect multiple monitors.
USB Ports: Ensure there are enough USB ports to connect multiple keyboards and mice. USB hubs can be used if necessary.
3. Virtual Machine Configuration
Dedicated Resources: Each VM should be configured to recognize and use the specific input devices assigned to it. This may involve configuring the virtualization software to bind specific USB devices (keyboards and mice) to each VM.
Graphics Configuration: If using dedicated graphics cards, ensure that each VM has access to the necessary graphics resources, which may involve GPU passthrough.
4. Operating System Considerations
Linux: Many Linux distributions support multi-seat configurations natively, allowing you to assign input devices and displays to different user sessions easily.
Windows: Windows does not natively support multi-seat configurations, but third-party software like "Userful" or "SoftXpand" can enable this functionality.
5. Use Cases
Collaborative Work: This setup is useful in environments where multiple users need to work on different tasks simultaneously, such as in educational settings or shared office spaces.
Testing and Development: Developers can use this setup to test applications in different environments without needing separate machines.
Conclusion
Connecting multiple keyboards, mice, and monitors to a server/NAS and having each set work exclusively for a specific VM is feasible with the right hardware and software configuration. This allows for a flexible and efficient multi-user environment, enabling simultaneous access to different VMs from a single physical server."