[Ubuntu-x-swat] [Bug 201491]

2018-12-14 Thread Tm-bugs-freedesktop-org
This bug is still present. xdpyinfo reports always 96x96 dpi resulting
in wrong screen dimensions and incorrect scaling.

$ xdpyinfo | grep -B2 resolution
screen #0:
  dimensions:3840x2160 pixels (1016x571 millimeters)
  resolution:96x96 dots per inch

however, xrandr is right;

$ xrandr | grep DP1
DP1 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 
600mm x 340mm

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

Title:
  Screen DPI detected incorrectly by xdpyinfo

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/201491/+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 1053959]

2013-02-21 Thread Chris-freedesktop-org
Thanks, filed bug #60925. Cheers, Chris.

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

Title:
  Corrupt display after a while (after resume?) on intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1053959/+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 1053959]

2013-02-15 Thread Chris-freedesktop-org
Hi Chris,

Am I experiencing a bug in the X server then? Do you want me to open a
new bug? Something is seriously wrong if one app is able to bring down
my entire desktop by accident.

Cheers, Chris.

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

Title:
  Corrupt display after a while (after resume?) on intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1053959/+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 1053959]

2013-02-04 Thread Chris-freedesktop-org
Hi Chris,

I'm afraid I don't understand the protocol/library/guarantees well
enough to interpret what you're saying with 100% confidence.

The behaviour that I'm seeing is not consistent with one app DOSing
itself. Chromium goes black, I restart Chromium (with the same tabs
open), it's still black. I kill and restart the X server, restart
Chromium again (with the same tabs open), and now it works again (for
~8-24 hours until the same thing happens again).

I think you're saying that individual clients are allowed to allocate
pixmaps out of the (very) limited mmaped space that is video RAM for
this card and shared between app apps. And it's possible for a client to
leak this space (it seems that maybe AWN or some of its applets does
this), which eventually results in a DoS for other X apps (gnome-
terminal, chromium) and makes the desktop unusable.

My view is that if clients can do this, it represents a violation of X's
responsibility to maintain stability of the desktop for all clients, in
a way that doesn't seem to be consistent with the behaviour of X's
behaviour with any other graphics driver.

If clients can quite easily exhaust that resource, I don't think they
should be allowed to allocate it at all. Why does the X server allow
clients to allocate direct mapping pixmaps? What if the X server managed
the graphics card's mapped memory, and decided for itself which pixmaps
are actually mapped into the limited space available?

One of the reasons that I prefer X over for example Windows is that it
has always tried to protect itself against badly behaved apps crashing
the desktop. If that is no longer the case, it annoys me quite a bit. Do
you think this is a deeper bug in X that needs to be fixed?

Cheers, Chris.

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

Title:
  Corrupt display after a while (after resume?) on intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1053959/+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 1053959]

2013-02-04 Thread Chris-freedesktop-org
I've verified that killing and restarting /usr/share/avant-window-
navigator/applets/indicator-applet.desktop restores normal behaviour in
other apps, so I don't have to restart the X server any more.

i915_gem_objects before and after:

chris@lap-x201:~$ sudo cat /sys/kernel/debug/dri/0/i915_gem_objects
43847 objects, 10380 bytes
2565 [1740] objects, 351232000 [209481728] bytes in gtt
  97 [32] active objects, 54587392 [13967360] bytes
  2468 [1708] inactive objects, 296644608 [195514368] bytes
7 pinned mappable objects, 12759040 bytes
66 fault mappable objects, 385024 bytes
2147483648 [268435456] gtt total

chris@lap-x201:~$ kill 5103

chris@lap-x201:~$ sudo cat /sys/kernel/debug/dri/0/i915_gem_objects
2548 objects, 292028416 bytes
1694 [1186] objects, 253702144 [143339520] bytes in gtt
  49 [41] active objects, 46473216 [14962688] bytes
  1645 [1145] inactive objects, 207228928 [128376832] bytes
7 pinned mappable objects, 12759040 bytes
140 fault mappable objects, 4497408 bytes
2147483648 [268435456] gtt total

chris@lap-x201:~$ awn-applet -p /usr/share/avant-window-
navigator/applets/indicator-applet.desktop -u 1347961205 -w 23068725 -i
1 

chris@lap-x201:~$ sudo cat /sys/kernel/debug/dri/0/i915_gem_objects
1616 objects, 194662400 bytes
798 [651] objects, 150114304 [93024256] bytes in gtt
  70 [54] active objects, 46964736 [15323136] bytes
  728 [597] inactive objects, 103149568 [77701120] bytes
8 pinned mappable objects, 12775424 bytes
91 fault mappable objects, 815104 bytes
2147483648 [268435456] gtt total

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

Title:
  Corrupt display after a while (after resume?) on intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1053959/+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 416421]

2012-03-27 Thread Mjd+freedesktop-org
I am getting this crash when doing zone fills in KiCad.  Fedora 16,
unaccelerated video.  I have applied Simon Schubert's patch, and the
crashes no longer happen.

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

Title:
  [gm45] X crash on X200s with dual monitors (using DisplayPort)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/416421/+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 416421]

2012-03-27 Thread Mjd+freedesktop-org
Created attachment 59095
A backtrace of a crash caused by this problem

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

Title:
  [gm45] X crash on X200s with dual monitors (using DisplayPort)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/416421/+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 415357]

2012-03-27 Thread Mjd+freedesktop-org
I am getting this crash when doing zone fills in KiCad.  Fedora 16,
unaccelerated video.  I have applied Simon Schubert's patch, and the
crashes no longer happen.

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

Title:
  [gm45] Xorg consistently crashing  when using some applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/415357/+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 415357]

2012-03-27 Thread Mjd+freedesktop-org
Created attachment 59095
A backtrace of a crash caused by this problem

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

Title:
  [gm45] Xorg consistently crashing  when using some applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/415357/+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 935912]

2012-02-25 Thread Bugs-freedesktop-org-674292
Forwarded to nvidia.

It gets stuck somewhere within the nvidia driver.

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

Title:
  nvLock: client timed out, taking the lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/evdev/+bug/935912/+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 313514]

2011-11-29 Thread Freedesktop-org
 Also there is a big problem with hardware hotkeys on laptops. Many laptops 
 have
 hardware buttons for launch audio and video players, but because of this bug 
 at
 this moment not possible to assign this buttons to suitable KEY_AUDIO and
 KEY_VIDEO scancodes.

It's not only laptops now. Many modern mice are affected, in fact I'm
suffering now due to this bug. The only affordable mouse that conforms
to my disability is unusable due to this bug. So for me, this is an
accessibility issue as well.

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

Title:
  MASTER: evdev driver ignores keycodes  255

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/313514/+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 531208]

2011-11-24 Thread Freedesktop-org
Daniel, Jeremy, please don't feed a possible troll. Just take his badly-
worded comment as another ++ vote for the feature and be done with it.
It would be a shame if this feature were ignored due to a single troll's
heckling.

In fact, let's look at it another way. I am willing to learn C and fix
this issue if a current X dev will mentor me. I'm serious. Of course it
would take _more_ time to fix the bug this way, but then X gains another
enthusiastic developer. I've done a simple C course in university and I
know a bit of PHP and Java. Are there any X devs who would mentor me
through this bug?

Thanks.

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

Title:
  Need way to insert arbitrary unicode characters in Kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/531208/+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 531208]

2011-11-24 Thread Freedesktop-org
I think that it is about time that we had this Navid character banned.
I'll see who to contact about that.

I reiterate my pledge. I am willing to learn C and fix this
issue if a current X dev will mentor me. I'm serious. Of course it would take
_more_ time to fix the bug this way, but then X gains another enthusiastic
developer. I've done a simple C course in university and I know a bit of PHP
and Java. Are there any X devs who would mentor me through this bug?

Thanks.

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

Title:
  Need way to insert arbitrary unicode characters in Kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/531208/+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