[Bug 1958191] Re: [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added)

2022-05-12 Thread Anaggh S
Hi, following up on this -
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970426/comments/9

GRUB PARAM - `i915.enable_dc=0 intel_idle.max_cstate=2` has fixed the
flicker for me.

$ uname -a
Linux home 5.15.0-30-generic #31-Ubuntu SMP Thu May 5 10:00:34 UTC 2022 x86_64 
x86_64 x86_64 GNU/Linux

$ grep GRUB_CMDLINE_LINUX_DEFAULT /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_dc=0 
intel_idle.max_cstate=2"

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

Title:
  [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added)

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


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

[Bug 1970426] Re: [i915] screen suddenly starts flickering after update

2022-05-02 Thread Anaggh S
Affects Xubuntu 22.04 too on Lenovo Ideapad 330s (Intel(R) Core(TM)
i5-8250U CPU @ 1.60GHz)

After about 11 days of using 22.04 release, it lead to major loss of
productivity due to the flickering. Got headaches. This should have been
a release blocker.

I was curious if it affected Debian Unstable on their latest kernel
(Linux 5.17.0-1-amd64 #1 SMP PREEMPT Debian 5.17.3-1 (2022-04-18) x86_64
GNU/Linux) and installed it. No flickering on Debian. Seems like it is a
Ubuntu only bug.

---

Below is a list of attempts I tried to fix flicker that DID NOT work
during the 11 days of using Xubuntu 22.04:

* GRUB Param `i915.enable_psr=0` workaround 
https://wiki.archlinux.org/title/intel_graphics#Screen_flickering
* `intel_idle.max_cstate=4` option to grub param 
https://gitlab.freedesktop.org/drm/intel/-/issues/5569
* Use latest kernel from ubuntu team (linux-oem-22.04)
* Use different kernel with `mainline` app - https://github.com/bkw777/mainline
```
* 5.17.5 - Did not fix.
* 5.16.20 - Did not fix.
* 5.15.36 - Did not fix.
```
* remove package `xserver-xorg-video-intel` 
https://en.itsmeit.net/how-to-fix-google-chrome-screen-flickering-on-ubuntu.html

** Bug watch added: gitlab.freedesktop.org/drm/intel/-/issues #5569
   https://gitlab.freedesktop.org/drm/intel/-/issues/5569

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

Title:
  [i915] screen suddenly starts flickering after update

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


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

[Bug 1368402]

2020-04-25 Thread Anaggh S
Xubuntu 20.04

Managed to fix it.

```
sudo apt remove xserver-xorg-input-synaptics
reboot
```

The package `xserver-xorg-input-synaptics` is not included in Ubuntu
20.04 . Not sure why it is included in Xubuntu 20.04 release.

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

Title:
  GTK3 apps don't understand natural scrolling in Xubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-settings/+bug/1368402/+subscriptions

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

[Bug 1863414] Re: Have many "/usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used" on simple APT usag

2020-02-18 Thread Anaggh S
Occurs for `drawing` package too.

```
$ sudo apt install drawing
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  drawing
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,129 kB of archives.
After this operation, 1,786 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 drawing amd64 
0.4.2-1 [1,129 kB]
Fetched 1,129 kB in 2s (699 kB/s)  
Selecting previously unselected package drawing.
(Reading database ... 325026 files and directories currently installed.)
Preparing to unpack .../drawing_0.4.2-1_amd64.deb ...
Unpacking drawing (0.4.2-1) ...
Setting up drawing (0.4.2-1) ...
/usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering 
(buffering=1) isn't supported in binary mode, the default buffer size will be 
used
  self.stdin = io.open(p2cwrite, 'wb', bufsize)
/usr/lib/python3/dist-packages/drawing/options_manager.py:48: SyntaxWarning: 
"is" with a literal. Did you mean "=="?
  if action.get_state_type().dup_string() is 's':
/usr/lib/python3/dist-packages/drawing/properties.py:91: SyntaxWarning: "is" 
with a literal. Did you mean "=="?
  if cairo_format is 'ARGB32':
/usr/lib/python3/dist-packages/drawing/properties.py:120: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
  if (self.set_format_label() is not 'ARGB32') or (not visible):
/usr/lib/python3/dist-packages/drawing/selection_manager.py:71: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
  if pts[1] is not ():
/usr/lib/python3/dist-packages/drawing/selection_manager.py:139: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
  if pts[1] is not ():
/usr/lib/python3/dist-packages/drawing/selection_manager.py:203: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
  if pts[1] is not ():
/usr/lib/python3/dist-packages/drawing/selection_manager.py:265: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
  if pts[1] is not ():
/usr/lib/python3/dist-packages/drawing/tool_experiment.py:285: SyntaxWarning: 
"is" with a literal. Did you mean "=="?
  if pts[1] is ():
/usr/lib/python3/dist-packages/drawing/tool_experiment.py:324: SyntaxWarning: 
"is" with a literal. Did you mean "=="?
  if pts[1] is ():
/usr/lib/python3/dist-packages/drawing/tool_experiment.py:372: SyntaxWarning: 
"is" with a literal. Did you mean "=="?
  if pts[1] is ():
/usr/lib/python3/dist-packages/drawing/tool_select.py:276: SyntaxWarning: "is 
not" with a literal. Did you mean "!="?
  if pts[1] is not ():
/usr/lib/python3/dist-packages/drawing/utilities.py:195: SyntaxWarning: "is" 
with a literal. Did you mean "=="?
  if pts[1] is ():
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.63.3-3) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu1) ...
$
```

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

Title:
  Have many "/usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line
  buffering (buffering=1) isn't supported in binary mode, the default
  buffer size will be used" on simple APT usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.8/+bug/1863414/+subscriptions

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