diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-09-16 11:30:24 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-09-16 11:30:24 -0700 |
commit | c6f08552642c866945d47791fc3f94b613a02201 (patch) | |
tree | a18d08aa0a5f84c922ccf44fb265a2f922b43975 | |
parent | daae2df70a8bbb9692ff0e76d40909dd4c3b1f63 (diff) | |
download | nix-c6f08552642c866945d47791fc3f94b613a02201.tar nix-c6f08552642c866945d47791fc3f94b613a02201.tar.gz nix-c6f08552642c866945d47791fc3f94b613a02201.tar.bz2 nix-c6f08552642c866945d47791fc3f94b613a02201.tar.lz nix-c6f08552642c866945d47791fc3f94b613a02201.tar.xz nix-c6f08552642c866945d47791fc3f94b613a02201.tar.zst nix-c6f08552642c866945d47791fc3f94b613a02201.zip |
Add note about disabling 3D acceleration in VirtualBox
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ kaitain is using the newer ICH9 chpiset whereas richese is configured using the Both use 8 CPU cores with PAE/NX enabled along with nested paging. -Both use VMSVGA with 3D acceleration enabled and the default 16MB of video memory. +Both use VMSVGA with 3D acceleration enabled (recently disabled due to X segfaulting when trying to initialize GLX) and the default 16MB of video memory. Both use a virtio-scsi storage controller with host I/O cache enabled. |