i3wm running in Arch Linux guest (VirtualBox) stops auto-resizing
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
I'm trying to get Arch Linux to work on VirtualBox. I've followed the instructions on the ArchWiki and the OS boots fine (running linux-lts kernel
, with virtualbox-guest-dkms
Guest Additions installed). After installing i3, I've added the following to ~/.xinitrc
:
VBoxClient-all
exec i3
This appears to work, but does the auto-resizing only once. After that, the Auto-Resize Guest Display
menu and Seamless Mode
in host VirtualBox menu become disabled.
What I found out, is that if I kill the VBoxClient process and re-initiate it, the auto-resize functionality starts to work again, but disables as soon the first resize event occurs.
killall VBoxClient
/usr/bin/VBoxClient-all
Can anyone suggest a solution? Much appreciated. Thanks!
linux arch-linux virtualbox i3
add a comment |Â
up vote
3
down vote
favorite
I'm trying to get Arch Linux to work on VirtualBox. I've followed the instructions on the ArchWiki and the OS boots fine (running linux-lts kernel
, with virtualbox-guest-dkms
Guest Additions installed). After installing i3, I've added the following to ~/.xinitrc
:
VBoxClient-all
exec i3
This appears to work, but does the auto-resizing only once. After that, the Auto-Resize Guest Display
menu and Seamless Mode
in host VirtualBox menu become disabled.
What I found out, is that if I kill the VBoxClient process and re-initiate it, the auto-resize functionality starts to work again, but disables as soon the first resize event occurs.
killall VBoxClient
/usr/bin/VBoxClient-all
Can anyone suggest a solution? Much appreciated. Thanks!
linux arch-linux virtualbox i3
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I'm trying to get Arch Linux to work on VirtualBox. I've followed the instructions on the ArchWiki and the OS boots fine (running linux-lts kernel
, with virtualbox-guest-dkms
Guest Additions installed). After installing i3, I've added the following to ~/.xinitrc
:
VBoxClient-all
exec i3
This appears to work, but does the auto-resizing only once. After that, the Auto-Resize Guest Display
menu and Seamless Mode
in host VirtualBox menu become disabled.
What I found out, is that if I kill the VBoxClient process and re-initiate it, the auto-resize functionality starts to work again, but disables as soon the first resize event occurs.
killall VBoxClient
/usr/bin/VBoxClient-all
Can anyone suggest a solution? Much appreciated. Thanks!
linux arch-linux virtualbox i3
I'm trying to get Arch Linux to work on VirtualBox. I've followed the instructions on the ArchWiki and the OS boots fine (running linux-lts kernel
, with virtualbox-guest-dkms
Guest Additions installed). After installing i3, I've added the following to ~/.xinitrc
:
VBoxClient-all
exec i3
This appears to work, but does the auto-resizing only once. After that, the Auto-Resize Guest Display
menu and Seamless Mode
in host VirtualBox menu become disabled.
What I found out, is that if I kill the VBoxClient process and re-initiate it, the auto-resize functionality starts to work again, but disables as soon the first resize event occurs.
killall VBoxClient
/usr/bin/VBoxClient-all
Can anyone suggest a solution? Much appreciated. Thanks!
linux arch-linux virtualbox i3
linux arch-linux virtualbox i3
asked Sep 2 '16 at 19:26
beargrittly
162
162
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:
alias resize='killall VBoxClient && VBoxClient-all'
So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:
alias resize='killall VBoxClient && VBoxClient-all'
So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.
add a comment |Â
up vote
0
down vote
I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:
alias resize='killall VBoxClient && VBoxClient-all'
So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:
alias resize='killall VBoxClient && VBoxClient-all'
So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.
I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:
alias resize='killall VBoxClient && VBoxClient-all'
So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.
answered Sep 28 '16 at 21:16
beargrittly
162
162
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f307525%2fi3wm-running-in-arch-linux-guest-virtualbox-stops-auto-resizing%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password