Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce new VM size #32

Merged
merged 18 commits into from
Dec 23, 2024
Merged

Introduce new VM size #32

merged 18 commits into from
Dec 23, 2024

Conversation

JaimieWi
Copy link
Contributor

@JaimieWi JaimieWi commented Nov 27, 2024

What is being addressed

New VM size added to list of options for all users. The Standard_NV6ads_A10_v5 will now be available for Windows and Linux.

File_mode=0777 also added to the vm-shared-storage so that users can save files directly to the file share.

Measures put in place to prevent screen locking, but not at a solution yet.

How is this addressed

  • add file_mode=0777
  • Add to porter bundle template
  • Below added
echo "init_vm.sh: Disabling lock screen"

# Remove xfce4-screensaver (to disable screen saver)
sudo apt-get remove xfce4-screensaver -y

# Disable lock screen using gsettings
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings set org.gnome.desktop.screensaver idle-activation-enabled false

# Disable lock screen via XFCE Power Manager settings
xfconf-query -c xfce4-power-manager -p /general/lockscreen-suspend-hibernate -s false
xfconf-query -c xfce4-power-manager -p /general/lockscreen -s false

Copy link
Contributor

@GamblingFool GamblingFool left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Following merge of jcw/new-vm-size PR success

@GamblingFool GamblingFool merged commit 36e27be into main Dec 23, 2024
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants