Upgrading the Virtual Machine Version from 7 to 10 fixes this for me on
all my VMs.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328898
Title:
VMware guest video broken by the 3.2.0.64 kernel upda
(sorry for my English)
I experience this issue on Ubuntu 12.04 and 14.04 with updated kernels
(3.2.0-67-generic and 3.13.0-30-generic) and different DE's.
I'm on a vCenter environment so I don't use vmPlayer. I use vSphere Client
5.5.0 build 1474107 on vCenter Server 5.5.0 build 1476327. My VM's
Chris,
Below, the download link of an Ubuntu 12.04 VM image with the "split screen"
issue.
Username : user
Password : user
http://dl.free.fr/hapWaVIAI
I don't think this is an OS host issue because I reproduced this issue
on Windows and Ubuntu 14.04 hosts, and Rojer on a modified Ubuntu 12.04
h
Chris, as mentioned above, my host is a modified Ubuntu 12.04 (with a newer
3.13 kernel), amd64.
i'm afraid i cannot post exact build details because it's an internal corporate
build.
my player version is 6.0.2 build-1744117, guest os is a vanilla 12.04 amd64
the image i'm using was created a co
Oh dear...
It seems like we're narrowing it down at least, but it definitely seems
to be limited to older VMWare versions and possibly only Windows hosts.
@cedricg91 would you be able to follow up with Thomas Hellstrom's
request for a VM image? In fact, would you be able to just put it up
publica
I disabled the kernel option "quiet".
After switching to tty console, "dmesg | grep fb_fix" returns :
[ 462.793956] fb_fix_screeninfo.line_length CODE PATH TRAVERSED
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launc
i was running with quiet mode disabled but just to be sure i added a
printk statement to vmw_fb_init and it does appear in the output.
current patch: http://pastebin.com/4g0Pw5Bg
dmesg output:
$ dmesg | grep vmw
[2.014495] vmwgfx :00:0f.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[2
Not sure atm, but you might need to remove "quiet" from the boot args to
see KERN_INFO messages.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328898
Title:
VMware guest video broken by the 3.2.0.6
I added a logging statement in the kernel to function
vmwgfx_fb.c::vmw_fb_check_var() using the following patch :
http://pastebin.com/7RcV49Tb
"dmesg | grep fb_fix" comes back empty.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
htt
booting kernel with the following patch http://pastebin.com/NBeRfwYJ and
running "dmesg | grep fb_fix" comes back empty, so vmw_fb_check_var is
not invoked.
however, in my setup there is a reliably reproducible link between
changes to info->fix.line_length and the split screen issue: comment out
i
Hmm... I'm still skeptical that this code path is even touched.
Thomas Hellstrom is removing the write to BYTES_PER_LINE in any case,
because it is a read-only register.
The most decisive test would be to log entry into this function call,
like I said in my last message, but that would really onl
Chris, Rojer,
On my Ubuntu 12.04 VM (3.2.0-64-generic kernel) I deleted
/lib/modules/3.2.0-64-generic/kernel/drivers/gpu/drm/vmwgfx/vmgfx.ko and
display seems to work fine now. There is no split issue and the screen
resolution is dynamically configured (I have VMwareTools-9.2.2-893683
installed).
removing (commenting out) vmw_write is not enough, the following patch
still produces "split screen" output. http://pastebin.com/FYJEULF3
and to confirm what cedrig91 is saying - yes, my VM is also quite old.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
Hi chrisfriedt,
I have the same issue on Ubuntu 14.04 host.
I found this issue on VM created with an older version of vmware player
(version 5.0.x) that generate VMs in version "Workstation 6.5-7.x
virtual machines". This issue is still present even if I use these VMs
with the lastest version of
Hi Chris.
my host is a custom distro derived from Ubuntu with custom 3.13 kernel, guest
is a plain 12.04 x64.
i have performed steps 1-6, this is how i isolated your patch:
1) sudo apt-get install linux-source-3.2.0=3.2.0-63.95
2) make -j3 deb-pkg, this produces linux-image-3.2.59_3.2.59-0_amd64
Hi cedricg91,
While I don't have a Windows 7 PC handy, I have tested using the
following two host environments.
* ElementaryOS (VMWare Player 6.0.2 build-1744117 / 3D acceleration OFF)
* Mac OS X Mountain Lion (VMWare Fusion 5.0.4 1435862 / 3D acceleration ON)
With each of these host environment
In addition to my previous comment about Ubuntu 14.04 VM on vmware player 6.0.2
:
- If I use my usual script that create VM in version "Workstation 6.5-7.x
virtual machine" : I have the "split screen" issue.
- If I configure manually, the VM is created in version "Workstation 10.0
virtual machin
I have the same "split screen" issue on Ubuntu 14.04 (trusty tahr) with kernels
:
- linux-image-3.13.0-29-generic
- linux-image-3.13.0-30-generic
It works fine with kernels :
- linux-image-3.13.0-24-generic
- linux-image-3.13.0-27-generic
--
You received this bug notification because you are a
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: xserver-xorg-video-vmware (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/13
correction. might be an issue with vmwgfx kms / fbdev. further
discussion is happening on LKML.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328898
Title:
VMware guest video broken by the 3.2.0.64
The issue is with xorg-video-vmware, not vmwgfx.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328898
Title:
VMware guest video broken by the 3.2.0.64 kernel update
To manage notifications about t
regression is caused by a this patch applied with the 3.2.0.58 ->
3.2.0.59 update which happened between -64 and -65 (LP#1319885):
drm/vmwgfx: correct fb_fix_screeninfo.line_length
rolling back just that one patch fixes the issue.
--
You received this bug notification because you are a member o
LKML post: https://lkml.org/lkml/2014/2/1/41
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328898
Title:
VMware guest video broken by the 3.2.0.64 kernel update
To manage notifications about this
23 matches
Mail list logo