Full desktop experience

I just want to know how can i acess the DE of the VMs like debian-12-xfce etc. Want the full desktop experience without having to install a VM from the ISO.

1 Like
4 Likes

It worked, thank you!

1 Like

Were you able to open this virtual machine (HVM Debian) in full screen?
I did the same, but my screen resolution cannot be greater than 1920x1080.

@qn00r3
you can simply use the cvt and xrandr commands to add the resolution you want. Then use alt + F11 like in documentation :slight_smile:
Here a tuto to add new resolution:

I use Qube OS 4.2.1
Unfortunately this method does not work.
I created Linux HVM from an ISO image.
I created Linux HVM from a Debian 12 template.
The maximum screen resolution I get in Linux HVM is 1920x1080.
The maximum screen resolution in Windows HVM is 2560x1600.
Maximum screen resolution in dom0 is 2560x1600.

user@test-qube:~$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
Virtual-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00 +
   1920x1080     60.00* 
   1600x1200     60.00  
   1680x1050     59.95    59.88  
   1400x1050     59.98    59.95  
   1600x900      60.00  
   1280x1024     60.02  
   1440x900      59.89    59.90  
   1280x960      60.00  
   1366x768      59.79    60.00  
   1360x768      60.02  
   1280x800      59.81    59.91  
   1280x768      59.87    59.99  
   1280x720      60.00  
   800x600       60.32    56.25  
   848x480       60.00  
   640x480       59.94  

user@test-qube:~$ cvt 2560 1440
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync

user@test-qube:~$ xrandr --newmode "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync

user@test-qube:~$ xrandr --addmode Virtual-1 "2560x1440_60.00"

user@test-qube:~$ xrandr --output Virtual-1 --mode 2560x1440_60.00
xrandr: Configure crtc 0 failed

user@test-qube:~$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
Virtual-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00 +
   1920x1080     60.00* 
   1600x1200     60.00  
   1680x1050     59.95    59.88  
   1400x1050     59.98    59.95  
   1600x900      60.00  
   1280x1024     60.02  
   1440x900      59.89    59.90  
   1280x960      60.00  
   1366x768      59.79    60.00  
   1360x768      60.02  
   1280x800      59.81    59.91  
   1280x768      59.87    59.99  
   1280x720      60.00  
   800x600       60.32    56.25  
   848x480       60.00  
   640x480       59.94  
   2560x1440_60.00  59.96

Even in Windows HVM I can achieve a maximum screen resolution of 2560x1600! But I can’t get the maximum screen resolution in Linux HVM, I tried all possible ways.
Please tell me, did you manage to achieve the same screen resolution in Linux HVM as in dom0 ?

Sorry, i wasn’t at home…
I don’t have windows HVM, just debian12 and on 4.2.1.
i try your resolution in th debian12 HVM,
cvt 2560 1440
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
then
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
then
xrandr --addmode Virtual-1 "2560x1440_60.00"
then go in “Displays” and i find the resolution. I choose it and all is allright.
BUT, i must repeat the commands at every reboot. Without that, all is working :confused:

Thanks for your reply. Please clarify, are you using a laptop or do you have a monitor?
What is the maximum screen resolution in your dom0?