Re: [qubes-users] Re: Size of HVM VM's

2018-11-07 Thread Rich Wang
On Tuesday, November 6, 2018 at 7:36:33 PM UTC-5, unman wrote:
> On Mon, Nov 05, 2018 at 06:07:12PM -0800, ma77be...@gmail.com wrote:
> > > 
> > > I tried it and it worked! Thankyou!
> > 
> > How did you change the resolution? I only see 800*600 option in Ubuntu HVM.
> > I tried https://www.qubes-os.org/doc/linux-hvm-tips/, which only enlarge to 
> > 1024-768.
> > And when I run "X -configure :1", it shows errors, I have to hard code a 
> > xorg.conf file, which is not the right method, I know.
> > How to change it the larger size?
> > Thanks
> > 
> 
> Try this in your HVM, using whatever modes you want to try:
> 
> sudo apt-get install xvfb xfonts-100dpi xfonts-75dpi xfstt
> 
> Edit /etc/default/grub, and set:
> GRUB_GFXMODE=1600x1200,1280x1024,800x600
> GRUB_PAYLOAD_LINUX=keep
> 
> sudo update-grub
> 
> 
> Then in dom0:
> qvm-features  video-model cirrus
> 
> You should be able to get at least 1280x1024
> 
> unman

This works pretty well!
As I use R3.2, "qvm-features" does not exist, so I ignore this, while it still 
works. 
Thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/830215ae-3d8d-4740-93c8-0274f4526d34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Size of HVM VM's

2018-11-06 Thread unman
On Mon, Nov 05, 2018 at 06:07:12PM -0800, ma77be...@gmail.com wrote:
> > 
> > I tried it and it worked! Thankyou!
> 
> How did you change the resolution? I only see 800*600 option in Ubuntu HVM.
> I tried https://www.qubes-os.org/doc/linux-hvm-tips/, which only enlarge to 
> 1024-768.
> And when I run "X -configure :1", it shows errors, I have to hard code a 
> xorg.conf file, which is not the right method, I know.
> How to change it the larger size?
> Thanks
> 

Try this in your HVM, using whatever modes you want to try:

sudo apt-get install xvfb xfonts-100dpi xfonts-75dpi xfstt

Edit /etc/default/grub, and set:
GRUB_GFXMODE=1600x1200,1280x1024,800x600
GRUB_PAYLOAD_LINUX=keep

sudo update-grub


Then in dom0:
qvm-features  video-model cirrus

You should be able to get at least 1280x1024

unman

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20181107003632.5jka3geeuuangv6d%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Size of HVM VM's

2018-11-05 Thread ma77belle
> 
> I tried it and it worked! Thankyou!

How did you change the resolution? I only see 800*600 option in Ubuntu HVM.
I tried https://www.qubes-os.org/doc/linux-hvm-tips/, which only enlarge to 
1024-768.
And when I run "X -configure :1", it shows errors, I have to hard code a 
xorg.conf file, which is not the right method, I know.
How to change it the larger size?
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/65b70336-b484-407f-b8a4-583d9154ca15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Size of HVM VM's

2017-05-31 Thread sanderhoog . sh
On Thursday, 18 May 2017 20:41:28 UTC+2, Unman  wrote:
> On Thu, May 18, 2017 at 03:11:12AM -0700, sanderhoog...@gmail.com wrote:
> > On Thursday, 18 May 2017 11:14:20 UTC+2, blacklight  wrote:
> > > On Thursday, 18 May 2017 10:40:03 UTC+2, sander...@gmail.com  wrote:
> > > > Hi People,
> > > > 
> > > > I just spinned up two HVM's (Win10 and Ubuntu).
> > > > They both work fine but i can't get them fullscreen or at least a 
> > > > little bigger.
> > > > 
> > > > Is there a way to resize the VM's? So i can do my work normally and 
> > > > don't have to scroll all the time to read a single email.
> > > > 
> > > > I'd like to hear of you.
> > > > 
> > > > Greetz,
> > > > 
> > > > Sander
> > > 
> > > you would want to take a look at this 
> > > :https://www.qubes-os.org/doc/full-screen-mode/
> > > 
> > > i have to warn you though, enableing fullscreen does have some security 
> > > risks.
> > > copied from the link above: 
> > > 
> > > Why is full screen mode potentially dangerous?
> > > If one allowed one of the VMs to “own” the full screen, e.g. to show a 
> > > movie on a full screen, it might not be possible for the user to know if 
> > > the applications/VM really “released” the full screen, or if it has 
> > > started emulating the whole desktop and is pretending to be the trusted 
> > > Window Manager, drawing shapes on the screen that look e.g. like other 
> > > windows, belonging to other domains (e.g. to trick the user into entering 
> > > a secret passphrase into a window that looks like belonging to some 
> > > trusted domain).
> > > 
> > > 
> > > 
> > > good luck :)
> > 
> > Thankyou for the fast response. I tried what it stated in the link you sent 
> > me.
> > 
> > But it didn't work for my standalone Ubuntu, Win10 and Kali-Mate Machines.
> > 
> > Do you know how i can fix this?
> > 
> 
> Have you set the screen resolution from within the HVM using normal
> tools?  I don't use Windows but that works for Debian based HVMs.
> Set the display resolution to that of your screen: Right Click on the
> title Bar and select FullScreen.
> 
> If you just want a larger window, then just set the resolution.

Do you know how it works with ubuntu?
Ubuntu only states the 800x600 resolution..

I'd like to hear of you

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ad0f65f3-7124-46ef-aed1-15a6bfaf1ced%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Size of HVM VM's

2017-05-19 Thread sanderhoog . sh
On Thursday, 18 May 2017 20:41:28 UTC+2, Unman  wrote:
> On Thu, May 18, 2017 at 03:11:12AM -0700, sanderhoog...@gmail.com wrote:
> > On Thursday, 18 May 2017 11:14:20 UTC+2, blacklight  wrote:
> > > On Thursday, 18 May 2017 10:40:03 UTC+2, sander...@gmail.com  wrote:
> > > > Hi People,
> > > > 
> > > > I just spinned up two HVM's (Win10 and Ubuntu).
> > > > They both work fine but i can't get them fullscreen or at least a 
> > > > little bigger.
> > > > 
> > > > Is there a way to resize the VM's? So i can do my work normally and 
> > > > don't have to scroll all the time to read a single email.
> > > > 
> > > > I'd like to hear of you.
> > > > 
> > > > Greetz,
> > > > 
> > > > Sander
> > > 
> > > you would want to take a look at this 
> > > :https://www.qubes-os.org/doc/full-screen-mode/
> > > 
> > > i have to warn you though, enableing fullscreen does have some security 
> > > risks.
> > > copied from the link above: 
> > > 
> > > Why is full screen mode potentially dangerous?
> > > If one allowed one of the VMs to “own” the full screen, e.g. to show a 
> > > movie on a full screen, it might not be possible for the user to know if 
> > > the applications/VM really “released” the full screen, or if it has 
> > > started emulating the whole desktop and is pretending to be the trusted 
> > > Window Manager, drawing shapes on the screen that look e.g. like other 
> > > windows, belonging to other domains (e.g. to trick the user into entering 
> > > a secret passphrase into a window that looks like belonging to some 
> > > trusted domain).
> > > 
> > > 
> > > 
> > > good luck :)
> > 
> > Thankyou for the fast response. I tried what it stated in the link you sent 
> > me.
> > 
> > But it didn't work for my standalone Ubuntu, Win10 and Kali-Mate Machines.
> > 
> > Do you know how i can fix this?
> > 
> 
> Have you set the screen resolution from within the HVM using normal
> tools?  I don't use Windows but that works for Debian based HVMs.
> Set the display resolution to that of your screen: Right Click on the
> title Bar and select FullScreen.
> 
> If you just want a larger window, then just set the resolution.

Thankyou for your answer.

I tried it and it worked! Thankyou!

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/f2b25827-a33f-4233-9f9a-dd81ac26f15f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Size of HVM VM's

2017-05-18 Thread Unman
On Thu, May 18, 2017 at 03:11:12AM -0700, sanderhoog...@gmail.com wrote:
> On Thursday, 18 May 2017 11:14:20 UTC+2, blacklight  wrote:
> > On Thursday, 18 May 2017 10:40:03 UTC+2, sander...@gmail.com  wrote:
> > > Hi People,
> > > 
> > > I just spinned up two HVM's (Win10 and Ubuntu).
> > > They both work fine but i can't get them fullscreen or at least a little 
> > > bigger.
> > > 
> > > Is there a way to resize the VM's? So i can do my work normally and don't 
> > > have to scroll all the time to read a single email.
> > > 
> > > I'd like to hear of you.
> > > 
> > > Greetz,
> > > 
> > > Sander
> > 
> > you would want to take a look at this 
> > :https://www.qubes-os.org/doc/full-screen-mode/
> > 
> > i have to warn you though, enableing fullscreen does have some security 
> > risks.
> > copied from the link above: 
> > 
> > Why is full screen mode potentially dangerous?
> > If one allowed one of the VMs to “own” the full screen, e.g. to show a 
> > movie on a full screen, it might not be possible for the user to know if 
> > the applications/VM really “released” the full screen, or if it has started 
> > emulating the whole desktop and is pretending to be the trusted Window 
> > Manager, drawing shapes on the screen that look e.g. like other windows, 
> > belonging to other domains (e.g. to trick the user into entering a secret 
> > passphrase into a window that looks like belonging to some trusted domain).
> > 
> > 
> > 
> > good luck :)
> 
> Thankyou for the fast response. I tried what it stated in the link you sent 
> me.
> 
> But it didn't work for my standalone Ubuntu, Win10 and Kali-Mate Machines.
> 
> Do you know how i can fix this?
> 

Have you set the screen resolution from within the HVM using normal
tools?  I don't use Windows but that works for Debian based HVMs.
Set the display resolution to that of your screen: Right Click on the
title Bar and select FullScreen.

If you just want a larger window, then just set the resolution.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20170518184122.GB22521%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.