Windows Vista Tips

Windows Vista Tips > Newsgroups > Virtual PC > Ubuntu Display resolution > 800

Reply
Thread Tools Display Modes

Ubuntu Display resolution > 800

 
 
gue22
Guest
Posts: n/a

 
      08-24-2009
Run latest Ubuntu 9.04 (fully patched) in latest VirtualPC. System /
Preferences / Display control panel does not let me enter resolutions > 800 x
600, though my monitor is 1920 x 1200.
Tried several VPC setting variants including full screen of VM - to no avail.

OpenSUSE is absolutely fine with all resolutions and the point is: It lets
me choose monitor AND resolution in YaST2 / HArdware / Graphics Card and
Monitor / Card and Monitor Properties.

Shouldn´t be that hard in Ubuntu. ;-)

Thanks for any help
G.

 
Reply With Quote
 
 
 
 
Bo Berglund
Guest
Posts: n/a

 
      08-24-2009
On Sun, 23 Aug 2009 21:25:01 -0700, gue22
<> wrote:

>Run latest Ubuntu 9.04 (fully patched) in latest VirtualPC. System /
>Preferences / Display control panel does not let me enter resolutions > 800 x
>600, though my monitor is 1920 x 1200.
>Tried several VPC setting variants including full screen of VM - to no avail.
>
>OpenSUSE is absolutely fine with all resolutions and the point is: It lets
>me choose monitor AND resolution in YaST2 / HArdware / Graphics Card and
>Monitor / Card and Monitor Properties.
>
>Shouldn´t be that hard in Ubuntu. ;-)
>


Try Ubuntu 9.0.4 in VMWare Workstation 6.5.3 instead...

--

Bo Berglund (Sweden)
 
Reply With Quote
 
Bo Berglund
Guest
Posts: n/a

 
      08-24-2009
On Mon, 24 Aug 2009 08:40:27 +0100, "Mark Rae [MVP]"
<> wrote:

>"Bo Berglund" <> wrote in message
>news:.. .
>
>> Try Ubuntu 9.0.4 in VMWare Workstation 6.5.3 instead...

>
>Or VMWare Player...


Well noted! I see that also Player has recently (4 days ago) been
updated to ver 2.5.3 with Ubuntu 9.0.4 support. See notes:
http://www.vmware.com/support/player...player253.html

--

Bo Berglund (Sweden)
 
Reply With Quote
 
Bo Berglund
Guest
Posts: n/a

 
      08-24-2009
On Mon, 24 Aug 2009 18:59:09 +0100, "Mark Rae [MVP]"
<> wrote:

>"Bo Berglund" <> wrote in message
>news:.. .
>
>> Well noted! I see that also Player has recently (4 days ago) been
>> updated to ver 2.5.3 with Ubuntu 9.0.4 support.

>
>Yes indeed, though I've been using 9.0.4 with 2.5.2 since April with no
>problems whatsoever...


I actually installed 9.0.4 a week ago in my WS 6.5.2 and all seemed OK
except for the tools installation. I could not get the mouse
integration to work at all. Do you have mouse integration working?

I asked my daughter (who works at VMWare) and she told me they were
aware of it and would release a new maintenance update in just a few
days to fix the Ubuntu issue. Took 2 days and then it was done....

--

Bo Berglund (Sweden)
 
Reply With Quote
 
Bo Berglund
Guest
Posts: n/a

 
      08-25-2009
On Mon, 24 Aug 2009 21:08:56 +0100, "Mark Rae [MVP]"
<> wrote:

>"Bo Berglund" <> wrote in message
>news.. .
>
>> Do you have mouse integration working?

>
>Yes, apart from the wheel...


How did you do that?
Did you upgrade a Ubuntu 8.x with mouse integration working to 9.0.4
possibly?
--

Bo Berglund (Sweden)
 
Reply With Quote
 
Bo Berglund
Guest
Posts: n/a

 
      08-25-2009
On Tue, 25 Aug 2009 09:46:11 +0100, "Mark Rae [MVP]"
<> wrote:

>"Bo Berglund" <> wrote in message
>news:.. .
>
>>>> Do you have mouse integration working?
>>>
>>>Yes, apart from the wheel...

>>
>> How did you do that?

>
>http://www.vmware.com/appliances/dir...9.04%20Desktop


OK, you cheated by downloading the complete guest... ;-)
I did the complete install myself and then hit the mouse problem.
But since yesterday with WS 6.5.3 and a reinstall of the tools all is
well. :-)

--

Bo Berglund (Sweden)
 
Reply With Quote
 
gue22
Guest
Posts: n/a

 
      08-27-2009
Ok, guys, thanks for the feedback!
Sorry to get back to you so late, but I had checked a box somewhere to get
email notification of answers and I did not get anything.

I would really have appreciated if there was a solution in MS Virtual PC,
but it´s not that hot anymore anyway.

I tried to install VMware twice (second Avast AV off) and my fully patched
Vista Ultimate 64 would not get to the logon screen any more. Had to back out
with a Restore Point.

As I would have liked USB support anyway (which Virtual PC doesn´t have and
why I tried VMware firstplace) I gave VirtualBox a shot. It installed ok, but
it crashed on me already when I tried to set the default directory for the
VMs.

When it crashed again when I tried to set a CD/DVD drive for the VM I gave
up. (I got a physical DVD and the latest Daemon Tools Lite DVD on this Vista
64)

Not that hot anymore, but it´d be nice to know how to tweak Ubuntu resolution.
Thanks
G.
 
Reply With Quote
 
Benjamin Armstrong [MSFT]
Guest
Posts: n/a

 
      08-27-2009
I have this working just fine. What you need to do is to edit
/etc/X11/xorg.conf file to look like this:

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
BusID "PCI:0:8:0"
VideoRam 8192
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Depth 16
Virtual 1280 1024
Modes "1280x1024"
EndSubSection
EndSection

If you want to use a different resolution - change the values in the
"Virtual" and "Modes" lines. Doing this I have successfully gone up to
1600x1200.

Please note - I really encourage you to enable undo disks before messing
with xorg.conf - as it can be really painful to recover from mistakes if
you make them here. Annoyingly, once you make this change - you cannot
use the Display widget under Ubuntu to change resolution (it will mess
the system up completely).

Cheers,
Benjamin Armstrong
===========================
Senior Program Manager Lead
Windows Virtualization

Blog: http://blogs.msdn.com/Virtual_PC_Guy
Book: http://tinyurl.com/ysxcbm

This posting is provided "AS IS" with no warranties, and confers no
rights. You assume all risk for your use.

gue22 wrote:
> Ok, guys, thanks for the feedback!
> Sorry to get back to you so late, but I had checked a box somewhere to get
> email notification of answers and I did not get anything.
>
> I would really have appreciated if there was a solution in MS Virtual PC,
> but it´s not that hot anymore anyway.
>
> I tried to install VMware twice (second Avast AV off) and my fully patched
> Vista Ultimate 64 would not get to the logon screen any more. Had to back out
> with a Restore Point.
>
> As I would have liked USB support anyway (which Virtual PC doesn´t have and
> why I tried VMware firstplace) I gave VirtualBox a shot. It installed ok, but
> it crashed on me already when I tried to set the default directory for the
> VMs.
>
> When it crashed again when I tried to set a CD/DVD drive for the VM I gave
> up. (I got a physical DVD and the latest Daemon Tools Lite DVD on this Vista
> 64)
>
> Not that hot anymore, but it´d be nice to know how to tweak Ubuntu resolution.
> Thanks
> G.

 
Reply With Quote
 
gue22
Guest
Posts: n/a

 
      08-28-2009
Thanx, Ben, you almost did it!

But only almost, namely the login screen works with this res, but after that
it switches back to the prior res totally distorted.

I tried VideoRam 16384 for 1280 and left 8192 for 1024. Same.
What´s the missing link? Horizontal or vertical freq values?
Thx
G.
 
Reply With Quote
 
Bo Berglund
Guest
Posts: n/a

 
      08-28-2009
On Thu, 27 Aug 2009 20:41:01 -0700, gue22
<> wrote:

>Thanx, Ben, you almost did it!
>
>But only almost, namely the login screen works with this res, but after that
>it switches back to the prior res totally distorted.
>
>I tried VideoRam 16384 for 1280 and left 8192 for 1024. Same.
>What´s the missing link? Horizontal or vertical freq values?
>Thx
>G.


Did you check the color depth?
DefaultDepth 16
SubSection "Display"
Depth 16

Default on most Linux distros now is 24 bit, but that will guarantee a
garbled screen in VPC. You can use 16 or 32 but NOT 24....

--

Bo Berglund (Sweden)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Get ubuntu ! Get ubuntu ! Get ubuntu ! Get ubuntu ! Getubuntu Windows Server 2 06-01-2009 09:54 AM
Get ubuntu ! Get ubuntu ! Get ubuntu ! Get ubuntu ! Getubuntu Windows 64 Bit 1 06-01-2009 08:54 AM
Re: Is Ubuntu better than Vista? KevinD Windows 64 Bit 3 02-23-2008 11:25 PM
Re: Windows x64 to Vista Ultimate 64 Upgrade According to Microsoft 1/24/07 McG. Windows 64 Bit 30 01-26-2007 10:36 PM
Remote Desktop and screen resolution issues -- XP Pro x64 Josh Hillman Windows 64 Bit 1 09-16-2006 11:46 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59