[Bug 1903236] Re: Ubuntu upgrade to 20.04 LTS from 18.04 LTS partially broken and system freezes randomly

2020-11-06 Thread kisak
Hello, as you've already figured out, mesa didn't get upgraded along
with the rest of the dist-upgrade because it's newer than what is
provided in the main repositories. As noted in my PPA, it's strongly
recommends you ppa-purge kisak-mesa before doing distro upgrades. You
might get lucky by re-adding the PPA:

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt upgrade

If that doesn't help, then ppa-purge it:

sudo apt install ppa-purge
sudo ppa-purge ppa:kisak/kisak-mesa

and reassess the situation.

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

Title:
  Ubuntu upgrade to 20.04 LTS from 18.04 LTS partially broken and system
  freezes randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1903236/+subscriptions

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

[Bug 1898042] Re: Upgrade to 20.4 from 18.04 fails

2020-10-06 Thread kisak
*** This bug is a duplicate of bug 1069133 ***
https://bugs.launchpad.net/bugs/1069133

Hello, my mesa PPA info explicitly tells users to remove it before doing
dist upgrades, just like other popular mesa PPAs. It does not provide
any xorg packages. Dropping the label as it's misleading.

** Tags removed: xorg-kisak-ppa

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

Title:
  Upgrade to 20.4 from 18.04 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898042/+subscriptions

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

[Bug 1876882] Re: Backport packages for 18.04.5 HWE stack

2020-05-15 Thread kisak
Hello Mr. Aaltonen, Mr. Zemczak,

Per the distro packaging guidelines for Intel/Iris [1], please add
libepoxy 1.5.4-1 to the set of packages to backport to bionic in this
set and build the xorg packages against it instead of the older
libepoxy. This is to avoid a mixed i965+iris driver situation that is
not recommended.

Alternatively, mesa's debian/rules can be adjusted by adding
`confflags_GALLIUM += -Dprefer-iris=false` immediately after
`GALLIUM_DRIVERS += iris,` to avoid the dependency bump and retain i965
as the default OpenGL driver for all Intel hardware like previous mesa
builds for 18.04.

[1] https://lists.freedesktop.org/archives/mesa-
dev/2020-January/224027.html

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

Title:
  Backport packages for 18.04.5 HWE stack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libclc/+bug/1876882/+subscriptions

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

[Bug 1866834] Re: mesa no longer build with llvm-toolchain-10 1:10.0.0~+rc3-1

2020-04-22 Thread kisak
A follow up on this issue, llvm-toolchain-10 1:10.0.0-4 plus
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4511 has
untangled this issue.

The point release variant of the merge request was expedited into mesa
20.0.4-2 Debian Sid: https://salsa.debian.org/xorg-
team/lib/mesa/-/commit/e17a7a622bd2b850317353a50399e1d789d6906e ) and
20.0.4-2ubuntu1 (Ubuntu Focal), although llvm was switched back to
llvm-9 for an unrelated reason.

Successful buildlog: https://launchpadlibrarian.net/475779175
/buildlog_ubuntu-focal-amd64.mesa_20.0.5~kisak1~f_BUILDING.txt.gz

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

Title:
  mesa no longer build with llvm-toolchain-10 1:10.0.0~+rc3-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-10/+bug/1866834/+subscriptions

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

[Bug 1864314] Re: Please include 32 bit i965-va-driver-shaders in Focal

2020-03-31 Thread kisak
** Description changed:

  Hello, the current Steam client's remote play client is 32 bit and wants
  to use libva for hardware accelerated decode. My understanding is that
  i965-va-driver-shaders is a support package to do this on Intel
  hardware, but does not have a 32 bit build for Focal.
+ 
+ It looks like there is an intent to support this because
+ https://packages.ubuntu.com/focal/i965-va-driver is built for i386, but
+ not https://packages.ubuntu.com/focal/i965-va-driver-shaders .
  
  Please evaluate this package for the short list of supported 32 bit
  packages in Focal.
  
  Reference:
  
https://github.com/ValveSoftware/steam-for-linux/issues/5339#issuecomment-566046176

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

Title:
  Please include 32 bit i965-va-driver-shaders in Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver-shaders/+bug/1864314/+subscriptions

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

[Bug 1866834] Re: mesa no longer build with llvm-toolchain-10 1:10.0.0~+rc3-1

2020-03-27 Thread kisak
Hello, Oibaf mentioned this to me on a side channel and I got lucky
reading the llvm commit log between 10.0.0-rc2 and 10.0.0-rc3. Reverting
d7afdb596e865c11b853d8c5df7d96d594170e1c in the llvm 10 build unblocks
mesa's build.

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

Title:
  mesa no longer build with llvm-toolchain-10 1:10.0.0~+rc3-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-10/+bug/1866834/+subscriptions

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

[Bug 1864314] [NEW] Please include 32 bit i965-va-driver-shaders in Focal

2020-02-22 Thread kisak
Public bug reported:

Hello, the current Steam client's remote play client is 32 bit and wants
to use libva for hardware accelerated decode. My understanding is that
i965-va-driver-shaders is a support package to do this on Intel
hardware, but does not have a 32 bit build for Focal.

Please evaluate this package for the short list of supported 32 bit
packages in Focal.

Reference:
https://github.com/ValveSoftware/steam-for-linux/issues/5339#issuecomment-566046176

** Affects: intel-vaapi-driver-shaders (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Please include 32 bit i965-va-driver-shaders in Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver-shaders/+bug/1864314/+subscriptions

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

[Bug 1848852] Re: Counter-Strike Global Offensive freezes in gnome-shell

2019-10-22 Thread kisak
Hello, one of the potentially related upstream bug reports was closed
(gnome#1607). I've grabbed the fix and built mutter with it at
https://launchpad.net/~kisak/+archive/ubuntu/lp-1848852/ , but I don't
have an Ubuntu 19.10 test box deployed yet.

Can someone try it out and report back if it has an effect for this bug
report?

Note: Launchpad thinks it's older than the distro package so there might
need some extra manipulation to try.

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

Title:
  Counter-Strike Global Offensive freezes in gnome-shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1848852/+subscriptions

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

[Bug 1798597] Re: Backport packages for 18.04.2 HWE stack

2019-02-01 Thread kisak
Good day, just wondering if mesa 18.2.8 was still in the plan?

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

Title:
  Backport packages for 18.04.2 HWE stack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libclc/+bug/1798597/+subscriptions

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

[Bug 1798583] Re: the new Steam Controller driver breaks it on Steam

2018-12-08 Thread kisak
I'm not going to make a recommendation one way or another.

While Steam is active, Steam's input subsystem takes care of the
controller. This sounds like something to ask Mr. Costa from the
upstream kernel bug report.

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

Title:
  the new Steam Controller driver breaks it on Steam

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1798583/+subscriptions

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

[Bug 1798583] Re: the new Steam Controller driver breaks it on Steam

2018-12-07 Thread kisak
Hello Kai-Heng Feng, on Ubuntu 18.04.1, I grabbed
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.18.20/ and your build.
With 4.18.20 mainline I can confirm Rocket League's main menu can not be
navigated via the Steam Controller, and can be with your test build. No
game play was tested and only one game was tested. Game was launched
from Steam's Big Picture Mode.

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

Title:
  the new Steam Controller driver breaks it on Steam

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1798583/+subscriptions

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

[Bug 1806247] Re: hid-steam in linux 4.18 causes trouble with steam games

2018-12-04 Thread kisak
Thanks for pointing out #1798583. I concur that this tracking is the
same issue and reviewing my search results, I didn't discover the
existing issue report due to the '_' in 'hid_steam' vs 'hid-steam',
sorry for the duplicate.

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

Title:
  hid-steam in linux 4.18 causes trouble with steam games

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806247/+subscriptions

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

[Bug 1806247] Re: hid-steam in linux 4.18 causes trouble with steam games

2018-12-03 Thread kisak
Given that this issue has been fully investigated and the fix is already
available, I do not believe any additional logs in necessary. Having
read the flavor text on the Confirmed status and not meeting either
criteria given by ubuntu-kernel-bot, it would be nice if someone else
nudged this forward, otherwise, I'll do so in about 30 days to match the
intent of the automated weeding of non-actionable bug reports.

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

Title:
  hid-steam in linux 4.18 causes trouble with steam games

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806247/+subscriptions

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

[Bug 1806247] [NEW] hid-steam in linux 4.18 causes trouble with steam games

2018-12-02 Thread kisak
Public bug reported:

Good day,

Reported on Valve's issue tracker [1] and upstream [2]. There is a
functional regression with the introduction of the hid-steam kernel
module and using the Steam Controller with some Steam games. In the bug
reports there is a proposed fix which has been accepted upstream [3] and
backported to 4.19 [4]. Unfortunately, 4.18 was EOL'd before this patch
could land, and is expected to affect both Ubuntu 18.10's kernel and the
upcoming 18.04.2 hwe kernel. Please consider applying this patch [3] to
your 4.18 builds.

Best regards,
kisak

[1] https://github.com/ValveSoftware/steam-for-linux/issues/5645
[2] https://bugzilla.kernel.org/show_bug.cgi?id=201571
[3] 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=385a4886778f6d6e61eff1d4d295af332d7130e1
[4] 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.19.y=fb87a92b43961c89bf4a115d8a700885d8959cb1

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  hid-steam in linux 4.18 causes trouble with steam games

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806247/+subscriptions

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