[Ubuntu-x-swat] [Bug 1772542] Re: after waking from sleep i get text radeon error message then return login screen (18.04 & 18.10)

2020-10-21 Thread Philippe Coval
hi I am also facing GPU lockup while playing videos in loop

while true ; do mpv 'http://youtu.be/9J5CHTFWnTc' ; sleep 10 ;  done

[  170.265582] radeon :01:00.0: ring 5 stalled for more than 10079msec
[  170.265590] radeon :01:00.0: GPU lockup (current fence id 
0x03fb last fence id 0x03ff on ring 5)
[  170.272641] radeon :01:00.0: couldn't schedule ib
[  170.272689] [drm:radeon_uvd_suspend [radeon]] *ERROR* Error destroying UVD 
(-22)!
[  170.288733] radeon :01:00.0: Saved 729 dwords of commands on ring 0.
[  170.288740] radeon :01:00.0: GPU softreset: 0x0008
[  170.288742] radeon :01:00.0:   R_008010_GRBM_STATUS  = 0xA0003028


For more details, check the other bug I submitted to linux package:

https://bugs.launchpad.net/linux/+bug/1900854

-- 
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/1772542

Title:
  after waking from sleep i get text radeon error message then return
  login screen  (18.04 & 18.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1772542/+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 1761971] Re: ps2 keyboard not working after upgrade 16.04 -> 18.04

2018-08-17 Thread Philippe Coval
It was observed on:

Product: "HP Compaq 8200 Elite CMT PC"

-- 
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/1761971

Title:
  ps2 keyboard not working after upgrade 16.04 -> 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1761971/+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 1761971] Re: ps2 keyboard not working after upgrade 16.04 -> 18.04

2018-08-17 Thread Philippe Coval
Workaound :

rmmod hp_wmi


https://bugs.freedesktop.org/show_bug.cgi?id=103561

-- 
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/1761971

Title:
  ps2 keyboard not working after upgrade 16.04 -> 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1761971/+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 1761971] Re: ps2 keyboard not working after upgrade 16.04 -> 18.04

2018-08-17 Thread Philippe Coval
Any clues since 1st report ? I am also affected and will investigate as
I am able to reproduce using xinit.


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

-- 
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/1761971

Title:
  ps2 keyboard not working after upgrade 16.04 -> 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1761971/+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 549447] Re: eGalax touchscreen configured as tablet

2016-02-18 Thread Philippe Coval
For X11 , but what about other graphics system ?

Is there a community place about eGalax screens ?

I will share my research at ;

http://elinux.org/Screen

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

Title:
  eGalax touchscreen configured as tablet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/549447/+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 1318202] Re: System won't boot unless nomodeset option is selected [ubuntu 14.04]

2014-12-28 Thread Philippe Coval
I think I was affected by this issue , which lead me to this error
message after unloading Xorg :


  sudo modprobe radeon
  [  301.718377] [drm:radeon_init] *ERROR* No UMS support in radeon module!


I had to force kms by :

  grep radeon  /etc/default/grub
  GRUB_CMDLINE_LINUX_DEFAULT=radeon.modeset=1


As suggested I updated kernel :

Linux version 3.16.0-29-generic (buildd@toyol) (gcc version 4.8.2
(Ubuntu 4.8.2-19ubuntu1) ) #39-Ubuntu SMP Tue Dec 16 20:53:40 UTC 2014


So  to move foreward 
 Isnt modeset module arg supposed to be enabled by default ? how to check ?

  modinfo radeon | grep modeset
  parm:   modeset:Disable/Enable modesetting (int)

  vermagic:   3.16.0-29-generic SMP mod_unload modversions 686


Various notes at :

http://rzr.online.fr/q/radeon_7000_ve


I'll may update later ...

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

Title:
  System won't boot unless nomodeset option is selected [ubuntu 14.04]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1318202/+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 533224] Re: fan speed issue in 195.36.08 and 195.36.03 (may potentially destroy the GPU)

2010-03-07 Thread Philippe Coval
just wondering is nouveau a reliable alternative to workaround this bug ?
-- 
http://rzr.online.fr/q/nvidia

-- 
fan speed issue in 195.36.08 and 195.36.03 (may potentially destroy the GPU)
https://bugs.launchpad.net/bugs/533224
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.

___
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 413259] Re: [KMS][R300] Screen artifacts on X

2009-12-25 Thread Philippe Coval
Hi,

This also affect : pci=1002:5159
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 
7000/VE]

I'll try lucid's kernel ...
-- 
http://rzr.online.fr/q/karmic

-- 
[KMS][R300] Screen artifacts on X
https://bugs.launchpad.net/bugs/413259
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xserver-xorg-driver-ati.

___
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 413259] Re: [KMS][R300] Screen artifacts on X

2009-12-25 Thread Philippe Coval
ok upgraded the gliches seems to have disapeared...
some issue remains w/ ooffice and compiz ... but that's an other story
--
http://rzr.online.fr/q/office

-- 
[KMS][R300] Screen artifacts on X
https://bugs.launchpad.net/bugs/413259
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xserver-xorg-driver-ati.

___
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