Running Q4.2RC3
Ive installed archlinux template.
Ive made a standalone copied from that template.
Ive added the blackarch repo and installed the tools.
So far so good.
But what I need is to actually run the desktop that comes with blackarch. I cant install blackarch from scratch. What Im lacking here is how to let a standalone based on a template run in its own desktop like the kali template.
Anyone happen to know how to let it run as if it was a VM like youd do in vmware ? ( having its own desktop )
@Kriss3d If you intend to follow @solene’s suggestion and install Arch Linux from an ISO, I linked some documentation in this post that you may find useful:
Then enable debug mode for this testqube using GUI Settings → Advanced tab → “Run in debug mode” or using dom0 terminal qvm-prefs testqube debug True.
And also change Virtualization mode using GUI Settings → Advanced tab → Virtualization to HVM mode or using dom0 terminal qvm-prefs testqube virt_mode hvm.
But clipboard sharing won’t work since it’s handled by qubes-gui-agent.
Then enable debug mode for this testqube using GUI Settings → Advanced tab → “Run in debug mode” or using dom0 terminal qvm-prefs testqube debug True.
And also change Virtualization mode using GUI Settings → Advanced tab → Virtualization to HVM mode or using dom0 terminal qvm-prefs testqube virt_mode hvm.
But clipboard sharing won’t work since it’s handled by qubes-gui-agent.
Thanks, will have a look into this and see what can be handled. I will install the agent once I have everything configured and set up properly to see if it will work or not.
Hello, is there a way to use this HVM in full screen mode?
Your instructions worked for me, but I was unable to achieve full screen mode. My maximum screen resolution is 1920x1080.
You must change the display resolution inside HVM to match the size of resolution of your display in dom0 and then you can enter the fullscreen mode for your HVM window using Alt+F11.
I use Qube OS 4.2.1
I can’t change the screen resolution inside Linux HVM to more than 1920x1080.
I do not have a screen resolution greater than 1920x1080 inside Linux HVM, but I can add it using xrandr, after adding a new screen resolution I cannot activate it.
This problem only occurs in Qube OS 4.2. Previously I used Qube OS 4.1 and there was no such problem.
I installed Windows HVM and I can achieve the maximum screen resolution the same as in dom0 (2560x1600).
But I can’t get the same screen resolution in Linux HVM as in dom0 (2560x1600).
Please tell me, did you manage to achieve the same screen resolution in Linux HVM as in dom0 in Qube OS 4.2.1 ?
I don’t have an additional display, I use a laptop. I tried increasing the video memory buffer size, it didn’t help.
Please tell me, do you know how to command in dom0 how can I see the current amount of video memory allocated to a specific cube?
It’s not set for a specific qube, it’s the minimum RAM that dom0 will allocate for any qubes.
The amount of memory allocated per qube is the maximum of:
gui-videoram-min
current display + gui-videoram-overhead
Default overhead is about 8 MiB, which is enough for a 1080p display (see above). So, the gui-videoram-overhead zeroing is not strictly necessary; it only avoids allocating memory that will not be used.
An interesting assumption was made by one of the users, he said that the maximum resolution in a cube cannot exceed a certain number of pixels, if I understood him correctly. Here is his post on the forum:
I tried setting the screen resolution inside the Linux HVM cube to 2560x800 and it worked.
I tried adding a screen resolution inside a Linux HVM cube of 2560x900 and it didn’t work, so the person was right, the maximum screen resolution inside a cube cannot exceed a certain number of pixels.
But if this is so, it is not clear why Windows HVM has the maximum screen resolution as in dom0 ?
Perhaps it’s a driver issue ?
I don’t understand…
As I was explaining, yes, that is true.
In Debian 12 I could only go to 2560x800, but in Devuan I could go a little higher.
So 2096688 is the limit I got for Debian 12. Not the EXACT number, but a rough number. I didn’t play around to get it down to the pixel, but that number of pixels worked, and adding it to go to 2560x804 caused it to fail.
If I have the Qubes Tools installed I can do whatever I want to. But without them, that is the issue.
So is it a configration issue when the same configuration runs on my PC at (2560+1600+1920)x1080 desktop resolution?
Would this not mean that it’s something else in the system, such as XEN and the displays that it attaches to be the limitation?