I dont know, I not understand that one?
Open Q ā Gear icon ā System Settings ā Display
There youāll see the current layout of your monitors.
yes thats where i am, it shows all 3 monitors in my fav layout, laptop bottom middle, xtrat 2 monitors directly above a little left and a little right and it knows the laptop is the primary monitor also if that helps.
In the advanced tab i have the set up named as 3monitor set up and all 3 options in that tab are toggled on.
Run command for your new monitor layput:
qvm-features dom0 gui-videoram-min $((3840 * 2160 * 4 / 1024))
And restart qubes.
i did that, i then opened up Dom0 CLI and checked;
$ xrandr --verbose | grep āScreen 0ā
and the current is = 3840 x 2160 but i thought it should read 5760 x 3240 ?
Yet what makes even less sense to me right now is also that all 3 screens seem to be running normally right now
The layout of your monitors on the screen changed for some reason, I don;t know why.
Here:
It was like this:
But now it changed to this:
i dont quite understand this part of your message, does it mean all 3 monitors should be working correct or only 2 as all 3 seem to be ok now in actuality?
All 3 of them are working but the position of monitors differs.
You can move monitors on the screen however you want so one monitor would be to the left/right/up/down of the other monitor.
Move the mouse cursor between the monitors to see that if you will move the mouse from monitor1 down out of the monitor1 display itāll move to monitor3 etc.
i still not understand, yet all 3 monitors most certainly are working as should and the curser does go from screen to screen as i like, so i am most pleased, i will log this as sorted and sign off of this issue for now and await the issue to return and then i shall re-read all of this again and try and re-sort out as you have been extremely helpful and explicit and i am most grateful for your help and guidance, more so that you may realise, thanks and much love to you
If the available number gets to 0, then swapping will start and things will slow down (often in a extreme way). And if your wondering what if you didnāt have swap, then it got to 0 it would just pick a process to kill in order to free up memory.
multiple screen can be hard on memory, so running the command occasionally can be insightful.
when you say ānumber gets to 0ā what is the number you refer to please?
I dont know what is bad or good when im looking at any number
When any number is bad then how do i make it good again, presumable i need to clear a cache or something? Thanks
The part that says: Available: 1.4Gi
. That is the āavailable numberā I was referring to.
You do not want that one to ever get to zero. (the āAvailableā number getting to zero is seriously bad, as mentioned before)
Also, when the āUsed: 0Bā part of the āSwap Totalā goes above 0B, you should keep a eye on it. If the swap line says āUsed: 20Miā, i wouldnāt be too worried about it, but iād keep a eye on it. If the swap line says āUsed: 1.0Giā, then your system is probably crawling to a point that you end up rebooting it without shutting it down.
how do i increase it to prevent the issue ever happening or how do i resolve the issue when i encounter the issue pls?
Hereās how to set the dom0 memory, but increasing dom0 memory can reduce the amount of memory you have for VMs, so Iād recommend waiting till you have a problem before doing it.