[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-17 Thread Timo Aaltonen
** Description changed:

  xserver 1.19 has been out for quite some time now. Debian Stretch will
  release with it, and xmir has been recently ported so we can push 1.19
  to zesty now. It's currently being staged on a ppa:
  
  https://launchpad.net/~canonical-x/+archive/ubuntu/x-staging
+ 
+ The main features of this release are:
+ - PRIME synchronization support, should reduce tearing on hybrid setups
+ - GLAMOR (2D accel over OpenGL) improvements
+ - threaded input
  
  This bugreport is also for gathering testing feedback.
  
  Tested to be working fine on:
  - Intel Kabylake
  - Intel Broadwell
  - Intel+NVIDIA hybrid (Skylake + 930MX, with OSS and blob drivers)
+ - Intel+NVIDIA hybrid (Haswell + NVIDIA GK107M [GeForce GT 755M])
+ - Intel+NVIDIA hybrid (Ivybridge + NVIDIA GK107M [GeForce GT 660M])
  - Radeon SI (radeon & amdgpu drivers)

** Summary changed:

- FFe: xserver 1.19.x
+ FFe: xserver 1.19.3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-17 Thread Timo Aaltonen
sounds like an inxi bug then.. note that modesetting uses DRI3 by
default

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread Doug McMahon
Seems ok on both 
Intel+NVIDIA hybrid Haswell + NVIDIA GK107M [GeForce GT 755M]
Intel+NVIDIA hybrid Ivybridge + NVIDIA GK107M [GeForce GT 660M]

Though both show an oddity in inxi reporting when on Intel with nvidia drivers 
not installed - 
Ex., 
intel xserver not installed, no nvidia drivers installed, with the apparent 
Ubuntu default of DRI2 only

$ inxi -G
Graphics:  Card-1: Intel 4th Gen Core Processor Integrated Graphics Controller
   Card-2: NVIDIA GK107M [GeForce GT 755M]
   Display Server: X.Org 1.19.3 drivers: (unloaded: fbdev,vesa) FAILED: 
modesetting,nouveau
   Resolution: 1920x1080@59.91hz
   GLX Renderer: Mesa DRI Intel Haswell Mobile
   GLX Version: 3.0 Mesa 17.0.1

The same is reported if intel xserver package is installed.

If nvidia drivers are installed -

intel xserver not installed, nvidia installed, DRI2
$ inxi -G
Graphics:  Card-1: Intel 4th Gen Core Processor Integrated Graphics Controller
   Card-2: NVIDIA GK107M [GeForce GT 755M]
   Display Server: X.Org 1.19.3 drivers: modesetting (unloaded: 
fbdev,vesa)
   Resolution: 1920x1080@59.91hz
   GLX Renderer: Mesa DRI Intel Haswell Mobile
   GLX Version: 3.0 Mesa 17.0.1
inxi -G
Graphics:  Card-1: Intel 4th Gen Core Processor Integrated Graphics Controller
   Card-2: NVIDIA GK107M [GeForce GT 755M]
   Display Server: X.Org 1.19.3 drivers: modesetting (unloaded: 
fbdev,vesa)
   Resolution: 1920x1080@59.91hz
   GLX Renderer: Mesa DRI Intel Haswell Mobile
   GLX Version: 3.0 Mesa 17.0.1 

The same is reported if intel xserver package is installed.

If I was to enable DRI3 then more expected? reporting, doesn't matter if
nvidia drivers are installed or not.

intel xserver installed, DRI3
$ inxi -G
Graphics:  Card-1: Intel 4th Gen Core Processor Integrated Graphics Controller
   Card-2: NVIDIA GK107M [GeForce GT 755M]
   Display Server: X.Org 1.19.3 driver: intel
   Resolution: 1920x1080@59.91hz
   GLX Renderer: Mesa DRI Intel Haswell Mobile
   GLX Version: 3.0 Mesa 17.0.1


no intel xserver, DRI3
$ inxi -G
Graphics:  Card-1: Intel 4th Gen Core Processor Integrated Graphics Controller
   Card-2: NVIDIA GK107M [GeForce GT 755M]
   Display Server: X.Org 1.19.3 drivers: modesetting,nouveau (unloaded: 
fbdev,vesa)
   Resolution: 1920x1080@59.91hz
   GLX Renderer: Mesa DRI Intel Haswell Mobile
   GLX Version: 3.0 Mesa 17.0.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread Timo Aaltonen
** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread Timo Aaltonen
** Description changed:

  xserver 1.19 has been out for quite some time now. Debian Stretch will
  release with it, and xmir has been recently ported so we can push 1.19
  to zesty now. It's currently being staged on a ppa:
  
  https://launchpad.net/~canonical-x/+archive/ubuntu/x-staging
  
  This bugreport is also for gathering testing feedback.
+ 
+ Tested to be working fine on:
+ - Intel Kabylake
+ - Intel Broadwell
+ - Intel+NVIDIA hybrid (Skylake + 930MX, with OSS and blob drivers)
+ - Radeon SI (radeon & amdgpu drivers)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Ubuntu-x-swat] [Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread Timo Aaltonen
On 16.03.2017 14:04, Doug McMahon wrote:
> On 03/16/2017 07:20 AM, Timo Aaltonen wrote:
>> 1.19.3-1u0.1 uploaded, please test
>>
> Does indeed resolve issue when nvidia drivers are not installed.

Yes, I've verified it myself.

> (out of the scope of this FFe, many optimus users will be expecting 
> prime synchronization to work. At least here it doesn't when using 
> nvidia drivers via nvidia-prime.
> 
> Is this worth a new bug once 1.19.x releases to 17.04?

I heard that it was discussed on the nvidia forums to be due to 4.10
kernel, so yes a new bug would be in order.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread dino99
Have upgraded and made a reboot: works fine  and log clean too on the
system described previously.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread Timo Aaltonen
** Description changed:

- xserver 1.19 has been out for quite some time now, and xmir has been
- recently ported to it so we can push 1.19 to zesty now. It's currently
- being staged on a ppa:
+ xserver 1.19 has been out for quite some time now. Debian Stretch will
+ release with it, and xmir has been recently ported so we can push 1.19
+ to zesty now. It's currently being staged on a ppa:
  
  https://launchpad.net/~canonical-x/+archive/ubuntu/x-staging
  
- This bugreport is for testing feedback.
+ This bugreport is also for gathering testing feedback.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread Doug McMahon
On 03/16/2017 07:20 AM, Timo Aaltonen wrote:
> 1.19.3-1u0.1 uploaded, please test
>
Does indeed resolve issue when nvidia drivers are not installed.

(out of the scope of this FFe, many optimus users will be expecting 
prime synchronization to work. At least here it doesn't when using 
nvidia drivers via nvidia-prime.

Is this worth a new bug once 1.19.x releases to 17.04?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread Timo Aaltonen
1.19.3-1u0.1 uploaded, please test

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-16 Thread Timo Aaltonen
I can repro that bug! Related to offload gpu autobinding..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-15 Thread dino99
Might need testing the newer version:
https://lists.freedesktop.org/archives/xorg/2017-March/058662.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-15 Thread Doug McMahon
Pretty simple here - 
Will only successfully boot to greeter, ect.  when nvidia drivers are installed.
If the drivers aren't installed then it either 'hangs' right after the fs check 
on sandybridge or goes to low graphics pop up on haswell.

Once the nvidia drivers are installed then boot ups work fine whether
using either nvidia or intel. (as picked thru prime profiles or prime-
select.

If the nvidia drivers are removed then again boot up fails so something
is certainly amiss on your or Ubuntu's end.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-15 Thread Timo Aaltonen
Hangs how? This stack has been in debian for some time now, so I believe
it's your hybrid configuration that is somehow busted.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-15 Thread bryceadamprescott
Tested on Lenovo Yoga 20FY that has an Optimus setup (Intel HD 520 and Nvidia 
540M Card).
Used Ubuntu 17.04 daily and added PPA:  
https://launchpad.net/~canonical-x/+archive/ubuntu/x-staging.

Test 1 - No restricted/closed drivers
Upgrade worked with no packages broken, etc.. Unfortunately, Ubuntu will not 
boot after doing this and just hangs forever.

Test 2 - Enable restricted/closed NVidia driver (and Intel microcode if it 
matters) BEFORE PPA
Upgrade worked with no packages broken, etc.. Ubuntu was able to boot and I was 
able to login. There didn't seem to be any obvious problems with the graphics 
stack at this point.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-11 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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-11 Thread Doug McMahon
Same thing with a lenovo IdeaPad Y580 (sandybridge) except there it
doesn't even make it the low graphic pop up.

In both cases (sandybridge & previous laptop which is haswell) if I install the 
nvidia drivers & reboot, it does boot up to an ubuntu session. From there 
switching via prime profiles to intel gpu works & survives a reboot.
So the issue is on an upgrade of xserver while on the Intel iGPU, maybe how 
alternatives are set?

Also to report that when the nvidia drivers are used via nvidia-prime
the current lack of any vsync is Not solved at all.. ( logs look good
for prime synchronization, just doesn't work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-11 Thread Doug McMahon
Here with fresh 17.04 Ubuntu install using today's image - 
After adding ppa & upgrading a reboot goes to low graphics screen.
This is on a Lenovo IdeaPad Y510P, nvidia drivers not installed.
Logs seem unremarkable, only way to boot to ubuntu session is thru recovery 
(nomodeset

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-11 Thread dino99
Now its fine here too with 1.19.2-1ubuntu2 version:
- no more keyboard issue
- no more scrolling issue
- no more compiz issue

Thanks for the quick upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-11 Thread Timo Aaltonen
Thanks for testing! Indeed, I had not tested it properly, since I could
reproduce the bug.. Dropped the patch and pushed to the ppa, now caps-
lock etc works fine

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-10 Thread iLogin
Without this patch my keyboard works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-10 Thread iLogin
you may need to update this patch?
208_switch_on_release.diff
https://bugs.freedesktop.org/show_bug.cgi?id=865#c142

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-10 Thread dino99
If xserver is downgraded to the previous 1.18.4 version, and rebooted,
then there is no warning/error logged about compiz.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-10 Thread dino99
Also problem scrolling with chromium-browser and calc: does not work.
If caps-lock status is not modified by the user, then the keyboard can be used 
as expected; otherwise, keyboard's language is lost and typing is a nightmare: 
no arrows, no erase back, ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-10 Thread iLogin
also stopped working Caps Lock... when press the Caps Lock, most
combinations not working at all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1671799] Re: FFe: xserver 1.19.x

2017-03-10 Thread dino99
Feedback on ZZ 64 bits, unity 7 session, nv117 (gtx750) card , after
mesa/xserver upgrades

- upgrade goes well (wine-devel removed due to libglu dependency)
- after reboot: numpad is deactivated and cant be activated at login level; 
after the session is opened, numlock is on and cant be set off.
- journalctl is fine, except that compiz has many warnings/errors (log joined 
to let you know, but it seems a compiz needed upgrade to be happy with 
mesa/xserver)

** Attachment added: "bugCompiz.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1671799/+attachment/4835310/+files/bugCompiz.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671799

Title:
  FFe: xserver 1.19.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs