[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2014-01-07 Thread totya
Now I use Ubuntu 13.10 on a VMware Workstation 9,  and it works
perfectly. It hasn't an issue anymore. You can close the bug report.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2014-01-07 Thread Christopher M. Penalver
totya, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/969154/comments/33 regarding this being fixed with an
update. For future reference you can manage the status of your own bugs
by clicking on the current status in the yellow line and then choosing a
new status in the revealed drop down box. You can learn more about bug
statuses at https://wiki.ubuntu.com/Bugs/Status. Thank you again for
taking the time to report this bug and helping to make Ubuntu better.
Please submit any future bugs you may find.

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2014-01-06 Thread Christopher M. Penalver
totya, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p xorg-server REPLACE-WITH-BUG-NUMBER

Please note, given that the information from the prior release is
already available, doing this on a release prior to the development one
would not be helpful.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-08-26 Thread Alexey Borzenkov
I've been looking into this for a couple of evenings now, patching
xserver-xorg-video-vmware to find out where and why 1920x1080 mode is
disappearning. Turns out I've been looking in the wrong place, since
1920x1080 is simply never there. Digging where these modes are really
coming from I found a builtin mode list is in the kernel, see:

http://lxr.free-electrons.com/source/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c

It's interesting that even latest Linux 3.10 doesn't have 1920x1080 in
there! Could someone push for this extremely common mode to be included
in the kernel?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-08-26 Thread Alexey Borzenkov
Hmm, or maybe it's not entirely it. I tried downloading current kernel
source (apt-get source linux-image-`uname -r`), patching the desired
mode in:

diff -druN vmwgfx-orig/vmwgfx_kms.c vmwgfx-patched/vmwgfx_kms.c
--- vmwgfx-orig/vmwgfx_kms.c2013-08-27 00:54:42.0 +0400
+++ vmwgfx-patched/vmwgfx_kms.c 2013-08-27 00:29:38.0 +0400
@@ -1774,6 +1774,10 @@
{ DRM_MODE(1856x1392, DRM_MODE_TYPE_DRIVER, 218250, 1856, 1952,
   2176, 2528, 0, 1392, 1393, 1396, 1439, 0,
   DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_PVSYNC) },
+   /* 1920x1080@60Hz */
+   { DRM_MODE(1920x1080, DRM_MODE_TYPE_DRIVER, 173000, 1920, 2048,
+  2248, 2576, 0, 1080, 1083, 1088, 1120, 0,
+  DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_PVSYNC) },
/* 1920x1200@60Hz */
{ DRM_MODE(1920x1200, DRM_MODE_TYPE_DRIVER, 193250, 1920, 2056,
   2256, 2592, 0, 1200, 1203, 1209, 1245, 0,

Then building and installing it:

$ make -C /lib/modules/`uname -r`/build INSTALL_MOD_DIR=updates
$ sudo make -C /lib/modules/`uname -r`/build INSTALL_MOD_DIR=updates 
modules_install

After reboot I can verify that my patched module is loaded:

$ modinfo vmwgfx | grep filename
filename:   /lib/modules/3.2.0-52-generic/updates/vmwgfx.ko

However xrandr still doesn't show 1920x1080 in the list of modes, and I
don't see it probed in Xorg.0.log. Weird... :-/

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-08-26 Thread Alexey Borzenkov
Ah, no, it actually works!! :) I just needed to do update-initramfs,
since it's probably loaded earlier than I thought at first. :)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-03-29 Thread Shiki
Reported the bug on the official Xorg bugtracker:
https://bugs.freedesktop.org/show_bug.cgi?id=62907

** Bug watch added: freedesktop.org Bugzilla #62907
   https://bugs.freedesktop.org/show_bug.cgi?id=62907

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-02-12 Thread Required input is missing.
@Totya and @dts-dreamer:
Note that the xorg.conf only works in Kubuntu and Ubuntu. In Xubuntu it crashes 
XFCE.
So the bug is still there, but the workaround works in some Ubuntu-flavors.

Still, Canonical should patch the issue.
We are almost at 13.04 and the issue is STILL in Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-01-28 Thread totya
Initially I was the person who reported this bug. So I would like to
confirm xorg.conf which attached by intel (dts-dreamer) works for me as
a workaround. Now I can use 1920x1080 resolution in my VMware
Workstation 9 with Ubuntu 12.10.

Thanks for the workaround!

totya

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-01-28 Thread Tobias Beer
Never change a running system.

Well, I dared to upgrade Kubuntu from 12.04 to 12.1 and here's what
happened:

a) The resolution 1920x1080 is still there thanks to the xorg.conf by
intel (dts-dreamer) and can still be selected and set in the display
settings.

b) However, whenever I restart, the resolution is put back to 800x600
and I have to manually set it each time.

This might not be directly related to this bug. But if someone had an
idea / fix for this or something pointing me in the right direction,
please share.

Thanks, Tobias.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-01-27 Thread Tobias Beer
@dts-dreamer  @crichton

Just to confirm, creating an xorg.conf as attached by the #patch from
intel (dts-dreamer) worked for me.

I don't know if any (other virtualized) hardware is (negatively)
affected by simply using this xorg.conf ...but setting 1920x1080 is now
available under display settings and works.

Thanks, Tobias.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-01-25 Thread Tobias Beer
@karanganesha04  @chris-m-solomon:

Are you sure that this does actually set the resolution and not only
stretches whatever resolution is actually set to cover the entire
screen? ...at least this is what happens for me when I try your method.

As for the xorg.conf fix: I had no luck with that as neither it does
exist on my machine nor was I able to create one properly.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-01-25 Thread Ubuntu Foundations Team Bug Bot
The attachment Temp fix for 1080p res vmware ubuntu guest that missing
of this bug report has been identified as being a patch.  The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch.  In the event that this is in fact not a patch you can
resolve this situation by removing the tag 'patch' from the bug report
and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2013-01-25 Thread Required input is missing.
Jesus Canonical. Just give us a Xorg dev for 15 minutes so he can fix the 
problem.
(We can't possibly dig through every line since this regression popped up. Even 
diffing xorg versions would be a tremendous work.)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-10-23 Thread Chris Solomon
Also effects Ubuntu 12.04 LTS (32 bit) on VMPlayer version 5.0.0.
I can confirm karanganesha04's workaround worked for me.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-10-13 Thread TechLiveMANA
** This bug has been flagged as a security vulnerability

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-10-13 Thread TechLiveMANA
** This bug is no longer flagged as a security vulnerability

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-08-28 Thread Jesse Jarrell
I was having the same problem with resolution being limited to
1600x1200. Turns out that in the VM settings I had Specify monitor
settings with one monitor specified and Maximum Resolution of any one
monitor set to 1600x1200, which is the largest resolution listed. Once
I set it to Use host setting for monitors (can only be changed with VM
powered off) and restarted with the VM maximized it set itself to
1920x1080. I don't think this is an issue with xorg but with VMWare
Workstation 8.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-08-02 Thread intel
Hi to all :)
I have temp fix for that.
The long story short is:
I just make configured xorg.conf file and copy it to /etc/X11. And of course 
RESTART! :)
Now i have native 1080p without more issues/errors, but resolution is 
permanently locked to 1080p/60Hz
If this is ok for you, here is the configured xorg.conf in the attachment.
I know that is a temp fix, not proper fix, but ...
This is the world of Linux :)

Pls someone to test the fix and confirm :)

** Attachment added: Temp fix for 1080p res vmware ubuntu guest that missing
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+attachment/3245774/+files/xorg.conf

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-08-01 Thread Yurif
I also was able to also achieve to add 1920x1080 permanently in Mint by
editing the x.org configuration. Apparently there is no such thing like
a Xconf settings editor (or at least I haven't found anything) in Mint
so Simon's way isn't working. But what did was following this tutorial
http://community.linuxmint.com/tutorial/view/877 only with the command
cvt 1920 1080 and than the modeline generated by it. I also had the
problem that after sudo service mdm stop everything (also the command
line) blacked out completely, another Ctrl+Alt+F1 brought the command
line back for me.

Still a nasty bug which really should get addressed...

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-07-29 Thread Simon Rodan
Karan Batra's workaround didn't work for me (VMWare Player 4.0.4 and
new install of Ubuntu 12.04 64Bit). What did was using the Xconf
settings editor (Aplication Menu-Settings-Settings editor), setting
the resolution by hand and then using Settings Display (the newly
created resolution appears at the top of the list) to set the
resolution.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-07-29 Thread Simon Rodan
Addendum to #15: I forgot to mention that I also had to reinstall VMware
tools.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-07-25 Thread Yurif
I can confirm this bug. I have it on Ubuntu 12.04 and Mint Maya. I can
also confirm the workaround from above. For me it was enough to simply
switch in my VMware display settings to autofit guest. As soon as I
maximize I am in a real 1920x1080 resolution (in the display settings in
Linux it also says 1920x1080 but it is not possible to safe this as
default - or at least it doesn't work - or apply it).

As I really don't like the autofit guest feature I hope this will be
patched. Any information on a better workaround would also be
appreciated.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-07-22 Thread RedjV
I encounter the bug, with VMWare Player 4.0.4  and new install of Ubuntu
12.04 64Bit (up to date - 23/07/2012)

Note:  an install of ubuntu 11.10,  does not encounter the bug after
being updated to 12.04

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-07-22 Thread RedjV
I also encounter the bug, with VMWare Player 4.0.4 and new install of
Ubuntu 12.04 64Bit (up to date - 23/07/2012)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-06-09 Thread Karan Batra
A workaround: don't focus on getting the 1920x1080 entry show up in the
menu. Unmaximize the vmware window, with display properties opened. Then
on resizing your window, first note that the resolution is auto-adjusted
to a smaller resolution. Next, maximize the window and it should autoset
it to 1920x1080. This worked for me, so try it out.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-05-23 Thread Zsolt Peter Basak
Eric, press the this bug affects me button at the top. I think it's a
similar cause, so that would make someone look into the code.
(Seriously, this is a really easy bug to fix, but you need to know the
code base. Which I don't know, and I have no idea where to start. So..
please, dear Ubuntu developers. Fix this.)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-05-02 Thread Eric R
I am using the final release of Ubuntu 12.04, 32-bit version. I used
Display to connect my second monitor. It correctly identified my second
display as a Visio 22 M220VA. It displays true 1080p (1920x1080)
resolution. But when I try to select this resolution for my montior, it
is not an available option, although I can scroll up into a blank area
when I suppose other resolutions should be listed. I try to select one
of the available lower resolutions and I instead get some out of range
error, or something like that. I know nothing about VMWare or Xorg. This
is just a standard installation of 12.04 LTS. I was able to use this
second monitor under 11.10. I have connected to this second monitor
through a VGA analog cable.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-04-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-04-24 Thread Zsolt Peter Basak
You can, set the resolution. Using cvt, and then defining a new mode,
and then setting it. But. If you set the resolution (i.e.: force) with
xrandr, the text gets unusable, huge.  More info on this:
http://superuser.com/questions/416133/linux-guest-under-vmware-
literally-huge-fonts-in-some-applications-and-situati

I don't know if this is a bug in Xorg, or in VMWare.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-04-24 Thread Zsolt Peter Basak
Same problem in Arch Linux. No 1920x1080 output at all.
Xorg-server 1.12.1-1

So... VMWare or Xorg? Which one is the bad guy?

** Attachment added: The error, in Arch Linux
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+attachment/3101930/+files/ArchLinux-2012-04-24-16-43-17.png

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 969154] Re: Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare Workstation 8 guest

2012-03-30 Thread Sebastien Bacher
thanks, that makes it an xorg issue if xrandr has the same bug,
reassigning there

** Package changed: gnome-control-center (Ubuntu) = xorg-server
(Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/969154

Title:
  Unable to set 1920x1080 resolution in Ubuntu 12.04 Beta2 as a VMWare
  Workstation 8 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/969154/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp