[Ubuntu-x-swat] [Bug 2012832] Re: Xorg crashes on second and next unbind operations of Arc GPU

2023-03-26 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.


** Changed in: xorg-server (Ubuntu)
   Status: New => 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/2012832

Title:
  Xorg crashes on second and next unbind operations of Arc GPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2012832/+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 2012832] Re: Xorg crashes on second and next unbind operations of Arc GPU

2023-03-26 Thread Daniel van Vugt
Definitely a crash, but not yet actionable:

[   220.992] (II) config/udev: removing GPU device 
/sys/devices/pci:00/:00:06.2/:02:00.0/:03:01.0/:04:00.0/drm/card1
 /dev/dri/card1
[   220.992] xf86: remove device 1 
/sys/devices/pci:00/:00:06.2/:02:00.0/:03:01.0/:04:00.0/drm/card1
[   220.992] (EE) 
[   220.992] (EE) Backtrace:
[   220.995] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x139) [0x561dfa9a3809]
[   220.996] (EE) 1: /lib/x86_64-linux-gnu/libc.so.6 (__sigaction+0x50) 
[0x7f0ed6842520]
[   220.997] (EE) 2: ? (?+0x0) [0x0]
[   220.997] (EE) 
[   220.997] (EE) Segmentation fault at address 0x0
[   220.997] (EE) 
Fatal server error:
[   220.997] (EE) Caught signal 11 (Segmentation fault). Server aborting

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

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

Title:
  Xorg crashes on second and next unbind operations of Arc GPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2012832/+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 2012809] Re: IBM/Lenovo Scrollpoint mouse insane fast scrolling speed

2023-03-26 Thread Daniel van Vugt
** Changed in: libinput (Ubuntu)
   Status: New => Fix Released

** Tags added: jammy rls-jj-incoming

** Tags added: fixed-in-libinput-1.21 fixed-upstream

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

Title:
  IBM/Lenovo Scrollpoint mouse insane fast scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/2012809/+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 2012832] Re: Xorg crashes on second and next unbind operations of Arc GPU

2023-03-26 Thread Sergei
** Description changed:

- Hello folks,  
  
-   
 
- Experimenting with new Lenovo Yoga i7 with Intel Arc on board and found that 
even if it's possible to disable the GPU to save power, Xorg session crashes 
the session after the second attempt (the first after reb
- oot works just fine). 
 
-   
 
- This works like that - after poweroff/poweron of the system I execute the 
next commands:
- 1. First attempt: 
  
-* DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
-* echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/unbind  # 
Works great  
-* DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Graphics (ADL GT2)", it's embedded graphics
-* echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/bind 
  
-* DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
- 2. Second attempt:
  
-* echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/unbind  # 
Here the Xorg crashes, but I can login again
-* DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Graphics (ADL GT2)", it's embedded graphics
-* echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/bind 
  
-* DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
- 3. This and the next attempts are just the same as second one 
  
-   
  
- I collected the info and can reproduce this state after each reboot, so 
hopefully it will help you to find what's going wrong during second and next 
unbind operations. I can always help with additional information if you will 
need some.  

-   
  
+ Hello folks,
+ 
+ Experimenting with new Lenovo Yoga i7 with Intel Arc on board and found
+ that even if it's possible to disable the GPU to save power, Xorg
+ session crashes the session after the second attempt (the first after
+ reboot works just fine).
+ 
+ This works like that - after poweroff/poweron of the system I execute the 
next commands:
+ 1. First attempt:
+    * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
+    * echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/unbind  # 
Works great
+    * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Graphics (ADL GT2)", it's embedded graphics
+    * echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/bind
+    * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
+ 2. Second attempt:
+    * echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/unbind  # 
Here the Xorg crashes, but I can login again
+    * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Graphics (ADL GT2)", it's embedded graphics
+    * echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/bind
+    * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
+ 3. This and the next attempts are just the same as second one
+ 
+ I collected the info and can reproduce this state after each reboot, so
+ hopefully it will help you to find what's going wrong during second and
+ next unbind operations. I can always help with additional information if
+ you will need some.
+ 
  Thank you
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  Uname: Linux 6.2.8-060208-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sun Mar 26 12:25:03 2023
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection 

[Ubuntu-x-swat] [Bug 2012832] [NEW] Xorg crashes on second and next unbind operations of Arc GPU

2023-03-26 Thread Sergey Parshev
Public bug reported:

Hello folks,


   
Experimenting with new Lenovo Yoga i7 with Intel Arc on board and found that 
even if it's possible to disable the GPU to save power, Xorg session crashes 
the session after the second attempt (the first after reb
oot works just fine).   
   

   
This works like that - after poweroff/poweron of the system I execute the next 
commands:
1. First attempt:   

   * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
   * echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/unbind  # 
Works great  
   * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Graphics (ADL GT2)", it's embedded graphics
   * echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/bind   

   * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
2. Second attempt:  

   * echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/unbind  # Here 
the Xorg crashes, but I can login again
   * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Graphics (ADL GT2)", it's embedded graphics
   * echo -n ":04:00.0" | sudo tee /sys/bus/pci/drivers/i915/bind   

   * DRI_PRIME=1 glxinfo | grep 'OpenGL renderer'  # Shows: "OpenGL renderer 
string: Mesa Intel(R) Arc(tm) A370M Graphics (DG2)"
3. This and the next attempts are just the same as second one   



I collected the info and can reproduce this state after each reboot, so 
hopefully it will help you to find what's going wrong during second and next 
unbind operations. I can always help with additional information if you will 
need some.  



Thank you

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
Uname: Linux 6.2.8-060208-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.3
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: XFCE
Date: Sun Mar 26 12:25:03 2023
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation Alder Lake-P Integrated Graphics Controller [8086:46a6] (rev 
0c) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3ae3]
   Subsystem: Lenovo Device [17aa:3ae3]
InstallationDate: Installed on 2023-02-21 (33 days ago)
InstallationMedia: Xubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
MachineType: LENOVO 82UF
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.8-060208-generic 
root=UUID=52e0f674-3384-4128-973b-d049407f961a ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/16/2022
dmi.bios.release: 1.35
dmi.bios.vendor: LENOVO
dmi.bios.version: J1CN35WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0T76461 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Yoga 7 16IAH7
dmi.ec.firmware.release: 1.35
dmi.modalias: 
dmi:bvnLENOVO:bvrJ1CN35WW:bd11/16/2022:br1.35:efr1.35:svnLENOVO:pn82UF:pvrYoga716IAH7:rvnLENOVO:rnLNVNB161216:rvrSDK0T76461WIN:cvnLENOVO:ct31:cvrYoga716IAH7:skuLENOVO_MT_82UF_BU_idea_FM_Yoga716IAH7:
dmi.product.family: Yoga 7 16IAH7
dmi.product.name: 82UF
dmi.product.sku: LENOVO_MT_82UF_BU_idea_FM_Yoga 7 16IAH7
dmi.product.version: Yoga 7 16IAH7
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.0.0.20221126.1+2050~u22.04
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2.8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+g

[Ubuntu-x-swat] [Bug 2012809] Re: IBM/Lenovo Scrollpoint mouse insane fast scrolling speed

2023-03-26 Thread Ubuntu Foundations Team Bug Bot
The attachment "Minimal necessary fix for issue" seems to be a patch.
If it isn't, please remove the "patch" flag from the attachment, remove
the "patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  IBM/Lenovo Scrollpoint mouse insane fast scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/2012809/+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 2012809] Re: IBM/Lenovo Scrollpoint mouse insane fast scrolling speed

2023-03-26 Thread Frantisek K.
** Description changed:

  Base: Ubuntu 22.04 jammy
  
  Package: libinput
  Version: 1.20.0
  
  This bug is already fixed in upstream version 1.21 included in later
- Ubuntu versions and Debian "bookworm" base was upgraded to 1.22, thus
- fixed. Previous Ubuntu LTS version "focal" are not affected.
+ Ubuntu versions and Debian "bookworm" base has been upgraded to 1.22,
+ thus fixed. Previous Ubuntu LTS version "focal" is not affected.
  
  Please backport this simple fix into 22.04 "jammy" updates or upgrade to
  newer version like Debian "bookworm" base.
  
  Minimal effective fix patch attached.
  
  Complete upstream fix and issue:
  
  https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/778
  
- Complete patch:
+ Complete patch, but one unnecessary test file has rejection, due to
+ other changes:
  
  https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/778.diff

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

Title:
  IBM/Lenovo Scrollpoint mouse insane fast scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/2012809/+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 2009481] Re: FFE: mesa 23.0.1

2023-03-26 Thread Timo Aaltonen
23.0.1 was released on Friday, I've uploaded it to experimental and have
the merge ready to be uploadd for lunar

** Changed in: mesa (Ubuntu)
   Status: Incomplete => New

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

Title:
  FFE: mesa 23.0.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2009481/+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 2012809] [NEW] IBM/Lenovo Scrollpoint mouse insane fast scrolling speed

2023-03-26 Thread Frantisek K.
Public bug reported:

Base: Ubuntu 22.04 jammy

Package: libinput
Version: 1.20.0

This bug is already fixed in upstream version 1.21 included in later
Ubuntu versions and Debian "bookworm" base was upgraded to 1.22, thus
fixed. Previous Ubuntu LTS version "focal" are not affected.

Please backport this simple fix into 22.04 "jammy" updates or upgrade to
newer version like Debian "bookworm" base.

Minimal effective fix patch attached.

Complete upstream fix and issue:

https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/778

Complete patch:

https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/778.diff

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

** Patch added: "Minimal necessary fix for issue"
   
https://bugs.launchpad.net/bugs/2012809/+attachment/5657445/+files/778-minimal.diff

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

Title:
  IBM/Lenovo Scrollpoint mouse insane fast scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/2012809/+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