[Ubuntu-x-swat] [Bug 2062159] Re: xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

2024-04-18 Thread Benjamin Drung
outb is defined in /usr/include/xorg/compiler.h guarded with some
#ifdefs.

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

Title:
  xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-vesa/+bug/2062159/+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 2062159] [NEW] xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

2024-04-18 Thread Benjamin Drung
Public bug reported:

xserver-xorg-video-vesa 1:2.6.0-1build1 fails to build on armhf.
Relevant log:

```
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-fno-stack-clash-protection 
-fdebug-prefix-map=/<>=/usr/src/xserver-xorg-video-vesa-1:2.6.0-1build1
 -c ../../src/vesa.c  -fPIC -DPIC -o .libs/vesa.o
../../src/vesa.c: In function ‘VESALoadPalette’:
../../src/vesa.c:1437:12: error: implicit declaration of function ‘outb’ 
[-Werror=implicit-function-declaration]
 1437 |outb(pVesa->ioBase + VGA_DAC_WRITE_ADDR, idx);
  |^~~~
../../src/vesa.c:1431:18: error: implicit declaration of function ‘inb’ 
[-Werror=implicit-function-declaration]
 1431 |(void)inb(pVesa->ioBase + VGA_IOBASE_COLOR + 
VGA_IN_STAT_1_OFFSET); \
  |  ^~~
../../src/vesa.c:1438:12: note: in expansion of macro ‘VESADACDelay’
 1438 |VESADACDelay();
  |^~~~
```

** Affects: xserver-xorg-video-vesa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ftbfs update-excuse

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

Title:
  xserver-xorg-video-vesa 1:2.6.0-1build1 FTBFS on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-vesa/+bug/2062159/+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 2062144] [NEW] xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

2024-04-18 Thread Benjamin Drung
Public bug reported:

xserver-xorg-video-nouveau 1:1.0.17-3 fails to build on armhf:

```
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm 
-I/usr/include/libdrm/nouveau -I/usr/include/libdrm -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-fno-stack-clash-protection 
-fdebug-prefix-map=/<>=/usr/src/xserver-xorg-video-nouveau-1:1.0.17-3
 -Wall -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -c ../../src/nv_shadow.c  -fPIC 
-DPIC -o .libs/nv_shadow.o
../../src/nv_driver.c: In function ‘NVScreenInit’:
../../src/nv_driver.c:1451:23: error: implicit declaration of function 
‘wfbScreenInit’; did you mean ‘fbScreenInit’? 
[-Werror=implicit-function-declaration]
 1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
  |   ^
  |   fbScreenInit
```

This failure is fixed upstream in xorg-server via
https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1114

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: xorg-server (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: update-excuse

** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  xserver-xorg-video-nouveau 1:1.0.17-3 fails to build on armhf:
  
  ```
  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time 
-D_FORTIFY_SOURCE=3 -I/usr/include/xorg -fvisibility=hidden 
-I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm 
-I/usr/include/libdrm -I/usr/include/libdrm/nouveau -I/usr/include/libdrm -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-fno-stack-clash-protection 
-fdebug-prefix-map=/<>=/usr/src/xserver-xorg-video-nouveau-1:1.0.17-3
 -Wall -I/usr/include/xorg -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/X11/dri -I/usr/include/libdrm -c ../../src/nv_shadow.c  -fPIC 
-DPIC -o .libs/nv_shadow.o
  ../../src/nv_driver.c: In function ‘NVScreenInit’:
  ../../src/nv_driver.c:1451:23: error: implicit declaration of function 
‘wfbScreenInit’; did you mean ‘fbScreenInit’? 
[-Werror=implicit-function-declaration]
-  1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
-   |   ^
-   |   fbScreenInit
+  1451 | ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
+   |   ^
+   |   fbScreenInit
  ```
  
- This failure is fixed upstream in xserver-xorg via
+ This failure is fixed upstream in xorg-server via
  https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1114

** Bug watch added: Debian Bug tracker #1066966
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066966

** Also affects: xorg-server (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066966
   Importance: Unknown
   Status: Unknown

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

Title:
  xserver-xorg-video-nouveau 1:1.0.17-3 FTBFS on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2062144/+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 2060358] Re: [FFe] Please add German (Noted) layout

2024-04-06 Thread Benjamin Drung
Here is the debdiff. I tested this change and the layout on noble (via
https://launchpad.net/~bdrung/+archive/ubuntu/staging). This feature
should have a low regression risk since it just add a new keyboard
layout. This layout is added to the "exotic" list.

** Summary changed:

- Please add German (Noted) layout
+ [FFe] Please add German (Noted) layout

** Patch added: "xkeyboard-config_2.41-2ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/2060358/+attachment/5761852/+files/xkeyboard-config_2.41-2ubuntu1.debdiff

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

Title:
  [FFe] Please add German (Noted) layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/2060358/+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 2060358] [NEW] Please add German (Noted) layout

2024-04-06 Thread Benjamin Drung
Public bug reported:

Please add the newest layout of the German Neo keyboard layout family.
Noted is a layout designed to make typing as comfortable and efficient
as possible in both German and English. It was developed with the help
of a layout optimizer, which is based on the metrics and concepts of
ArneBab's optimizer and adapts and extends them.

I switched from Neo 2 via Mine to Noted and I like to see this variant
to be available out of the box in Ubuntu.

Sources:

* https://neo-layout.org/Layouts/noted/
* https://dariogoetz.github.io/noted-layout/

Forwarded upstream: https://gitlab.freedesktop.org/xkeyboard-
config/xkeyboard-config/-/merge_requests/681

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Please add the newest layout of the German Neo keyboard layout family.
  Noted is a layout designed to make typing as comfortable and efficient
  as possible in both German and English. It was developed with the help
  of a layout optimizer, which is based on the metrics and concepts of
  ArneBab's optimizer and adapts and extends them.
  
  I switched from Neo 2 via Mine to Noted and I like to see this variant
  to be available out of the box in Ubuntu.
+ 
+ Sources:
+ 
+ * https://neo-layout.org/Layouts/noted/
+ * https://dariogoetz.github.io/noted-layout/
+ 
+ Forwarded upstream: https://gitlab.freedesktop.org/xkeyboard-
+ config/xkeyboard-config/-/merge_requests/681

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

Title:
  Please add German (Noted) layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/2060358/+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 2041737] Re: apport-collect permission error on retrieving boot.log

2023-10-30 Thread Benjamin Drung
I have not found boot.log in the apport source code, but it is mentioned
two package hooks:

grep boot.log /usr/share/apport/ -r
/usr/share/apport/package-hooks/source_xorg.py:
attach_file_if_exists(report, '/var/log/boot.log', 'BootLog')
/usr/share/apport/package-hooks/source_xorg.py:
report['xserver.logfile'] = xlog.boot_logfile
/usr/share/apport/package-hooks/source_plymouth.py:attach_file(report, 
'/var/log/boot.log', 'BootLog')

They use attach_file or attach_file_if_exists. They need to use
root_command_output instead.

** Package changed: apport (Ubuntu) => plymouth (Ubuntu)

** Also affects: xorg (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: plymouth (Ubuntu)
   Status: New => Triaged

** Changed in: xorg (Ubuntu)
   Status: New => Triaged

** Changed in: plymouth (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  apport-collect permission error on retrieving boot.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/2041737/+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 1571245] Re: Can't boot into X on daily startup disk ubuntu 16.04

2022-12-05 Thread Benjamin Drung
** Package changed: apport (Ubuntu) => xserver-xorg-video-nouveau
(Ubuntu)

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

Title:
  Can't boot into X on daily startup disk ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1571245/+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 1978980] Re: [amdgpu] Wrong external screen resolution after wake up from sleep

2022-11-25 Thread Benjamin Bock
I have the same issue on a Dell Latitude 5490 running Ubuntu 22.04.1 LTS.
The Dell is connected via USB-C to DisplayPort (DisplayPort alt mode) to an 
external monitor (Dell Alienware aw3821dw).
After the screen locks and display went to sleep mode and I return to my desk, 
the screen always has a resolution of 1024x768 and I can see the following in 
my syslog:

Nov 25 13:05:03 latitude-5490 kernel: [17418.633249] i915 :00:02.0: [drm] 
*ERROR* failed to enable link training
Nov 25 13:04:59 latitude-5490 rtkit-daemon[1842]: message repeated 29 times: [ 
Supervising 11 threads of 6 processes of 1 users.]
Nov 25 13:05:03 latitude-5490 /usr/libexec/gdm-x-session[3009]: (EE) 
modeset(0): failed to set mode: Invalid argument
Nov 25 13:05:03 latitude-5490 /usr/libexec/gdm-x-session[3009]: (EE) 
modeset(0): failed to set mode: Invalid argument
Nov 25 13:05:03 latitude-5490 dbus-daemon[1165]: [system] Activating via 
systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested 
by ':1.100' (uid=1000 pid=3348 comm="/usr/bin/gnome-shell " label="unconfined")
Nov 25 13:05:03 latitude-5490 systemd[1]: Starting Fingerprint Authentication 
Daemon...
Nov 25 13:05:03 latitude-5490 dbus-daemon[1165]: [system] Successfully 
activated service 'net.reactivated.Fprint'
Nov 25 13:05:03 latitude-5490 systemd[1]: Started Fingerprint Authentication 
Daemon.
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (EE) 
modeset(0): failed to set mode: Invalid argument
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (WW) 
modeset(0): hotplug event: connector 112's link-state is BAD, tried resetting 
the current mode. You may be leftwith a black screen if this fails...
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): EDID vendor "DEL", prod id 41343
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): Using hsync ranges from config file
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): Using vrefresh ranges from config file
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): Printing DDC gathered Modelines:
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): Modeline "3840x1600"x0.0  397.40  3840 3888 3920 4000  1600 1603 
1608 1656 +hsync -vsync (99.3 kHz eP)
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): Modeline "3840x1600"x0.0  566.25  3840 3888 3920 4000  1600 1603 
1608 1666 +hsync -vsync (141.6 kHz e)
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 
+hsync +vsync (37.9 kHz e)
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 
-hsync -vsync (31.5 kHz e)
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (II) 
modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 
806 -hsync -vsync (48.4 kHz e)
Nov 25 13:05:04 latitude-5490 /usr/libexec/gdm-x-session[3009]: (EE) 
modeset(0): failed to set mode: Invalid argument
Nov 25 13:05:04 latitude-5490 gnome-shell[3348]: Failed to use stored monitor 
configuration: Invalid mode 3840x1600 (59,993961) for monitor 'DEL Dell 
AW3821DW'


Linux latitude-5490 5.15.0-53-generic #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 
2022 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  [amdgpu] Wrong external screen resolution after wake up from sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1978980/+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 1988796] Re: Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with subpixel positioning

2022-10-21 Thread Benjamin Gilbert
Verified fixed with libpixman-1-0 0.38.4-0ubuntu2.

- The test program now reports "OK".
- I also installed the openslide-tools package and visually confirmed that 
"openslide-write-png CMU-1.mrxs 2 10 1 1000 1000 out.png" produces 
corrupt output with the original package and reasonable output with the fixed 
package.  CMU-1.mrxs is available from 
https://openslide.cs.cmu.edu/download/openslide-testdata/Mirax/CMU-1.zip (538 
MB).

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

Title:
  Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with
  subpixel positioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+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 1988796] Re: Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with subpixel positioning

2022-10-21 Thread Benjamin Gilbert
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with
  subpixel positioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+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 1988796] Re: Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with subpixel positioning

2022-10-17 Thread Benjamin Gilbert
Thanks for the help!

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

Title:
  Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with
  subpixel positioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+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 1988796] Re: Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with subpixel positioning

2022-10-14 Thread Benjamin Gilbert
Yup, the test program fails without the packages from the PPA and
succeeds once they're installed.

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

Title:
  Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with
  subpixel positioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+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 1988796] Re: Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with subpixel positioning

2022-10-11 Thread Benjamin Gilbert
** Patch added: "Updated debdiff with dep3 headers added"
   
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+attachment/5623244/+files/2-0.38.4-0ubuntu2.debdiff

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

Title:
  Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with
  subpixel positioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+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 1988796] Re: Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with subpixel positioning

2022-10-11 Thread Benjamin Gilbert
[ Impact ]

OpenSlide (libopenslide0 in Ubuntu) uses Cairo as its rendering backend,
always with CAIRO_OPERATOR_SATURATE and sometimes with subpixel
positioning (when reading certain file formats), and Cairo in turn
invokes this code.  As a result, some slides incorrectly render with
large blank spaces and with some pixels rendered on top of other pixels.
This effectively makes OpenSlide unusable for several of the file
formats it supports.  No workaround is believed possible within the
OpenSlide codebase.

[ Test Plan ]

Compile and run the pixman.c test program uploaded to this bug.  It
should report "OK".

[ Where problems could occur ]

Problems would show up as incorrect pixel output from software that
renders via Cairo or pixman.

[ Other Info ]

While I'm not a pixman expert, it appears that the change should only
affect the broken code path, and it seems unlikely that anything else
depends on the incorrect math fixed by this patch.  This bug hasn't
previously been reported in Ubuntu, which may imply that this code path
is not exercised by other packages in the distro.

The affected source file has had no further commits upstream since this
patch was applied in April 2019, and some basic commit grepping didn't
turn up any followup fixes elsewhere in the tree.

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

Title:
  Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with
  subpixel positioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+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 1988796] Re: Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with subpixel positioning

2022-09-05 Thread Benjamin Gilbert
This is a debdiff for the focal version of pixman, 0.38.4-0ubuntu1.
I've built and installed this and verified that the test case now
reports "OK".

** Patch added: "1-0.38.4-0ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+attachment/5613889/+files/1-0.38.4-0ubuntu2.debdiff

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

Title:
  Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with
  subpixel positioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1988796/+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 1988796] [NEW] Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with subpixel positioning

2022-09-05 Thread Benjamin Gilbert
Public bug reported:

pixman 0.38.4-0ubuntu1 in focal (and actually pixman 0.38.x generally)
has a regression that causes incorrect rendering in some circumstances.
This can be triggered by the use of cairo with CAIRO_OPERATOR_SATURATE
and subpixel positioning, and causes OpenSlide 
to produce incorrect output.

The attached test program will print "Failed" if the bug exists, or "OK"
if it doesn't.

This is fixed upstream in
https://gitlab.freedesktop.org/pixman/pixman/-/commit/8256c235, which is
in pixman 0.40.0.

See https://github.com/openslide/openslide/issues/278 for more context.

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

** Attachment added: "Test program"
   https://bugs.launchpad.net/bugs/1988796/+attachment/5613888/+files/pixman.c

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

Title:
  Incorrect rendering triggered by cairo CAIRO_OPERATOR_SATURATE with
  subpixel positioning

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

2022-05-16 Thread Benjamin Smedberg (Mozilla) [:bs]
Resolving old bugs which are likely not relevant any more, since NPAPI
plugins are deprecated.

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

Title:
  improper mouse hover behavior with links

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/312353/+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 1947200] [NEW] [i965] enable Gallium3D crocus driver

2021-10-14 Thread Benjamin
Public bug reported:

Starting with Mesa 21.2 an alternative driver for Intel hardware for
Gen4 through Gen7 is available that is based on Gallium3D.

It provides new features (like the Gallium Nine state tracker) and
improved performance in some scenarios. Since the driver is still
experimental, it is no enabled by default but can be selected by setting
the

MESA_LOADER_DRIVER_OVERRIDE=crocus

environment variable.

Ubuntu does not enable the driver in it's mesa build, when selected I
will just get this error message instead:

$ MESA_LOADER_DRIVER_OVERRIDE=crocus glxinfo
libGL error: MESA-LOADER: failed to open crocus: /usr/lib/dri/crocus_dri.so: 
cannot open shared object file: No such file or directory (search paths 
/usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: crocus
libGL error: MESA-LOADER: failed to open crocus: /usr/lib/dri/crocus_dri.so: 
cannot open shared object file: No such file or directory (search paths 
/usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: crocus


This is with Mesa 21.2.2 - libgl1-mesa-dri (21.2.2-1ubuntu1)

** Affects: mesa (Ubuntu)
 Importance: Undecided
 Status: 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/1947200

Title:
  [i965] enable Gallium3D crocus driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1947200/+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 1376903] Re: Caps lock delay

2021-03-30 Thread Benjamin Guy-Williams
I just saw this issue posted on Reddit.
I simply had to answer the OP's question - this is Linux, if it doesn't bother 
the maintainers then they don't bother fixing it.

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

Title:
  Caps lock delay

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1376903/+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 1917212] Re: Text in interface gone

2021-02-28 Thread Benjamin Hasselgren-Hallén
Seems to be able to, at least, temporarly fix it with sudo fc-cache -r

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

Title:
  Text in interface gone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1917212/+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 1917212] [NEW] Text in interface gone

2021-02-28 Thread Benjamin Hasselgren-Hallén
Public bug reported:

Text in interface in general is lost. Back after reboot. I have noticed
it after been playing Valheim. Dunno if it's connected tho. I have a few
screenshots here:

https://drive.benis.se/s/co6Z3cWDaDCpJ9N

Thanks in advance!

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-44.50~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-44-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Feb 28 13:20:27 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 openrazer-driver, 2.5.0, 5.8.0-43-generic, x86_64: installed
 openrazer-driver, 2.5.0, 5.8.0-44-generic, x86_64: installed
 virtualbox, 6.1.16, 5.8.0-43-generic, x86_64: installed
 virtualbox, 6.1.16, 5.8.0-44-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Vega 10 XL/XT [Radeon RX Vega 56/64] 
[1002:687f] (rev c3) (prog-if 00 [VGA controller])
   Subsystem: Tul Corporation / PowerColor Vega 10 XL/XT [Radeon RX Vega 56/64] 
[148c:2388]
InstallationDate: Installed on 2020-10-13 (137 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
MachineType: Gigabyte Technology Co., Ltd. Z490M
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-44-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash amdgpu.ppfeaturemask=0x 
vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/17/2020
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F5
dmi.board.asset.tag: Default string
dmi.board.name: Z490M
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF5:bd06/17/2020:br5.17:svnGigabyteTechnologyCo.,Ltd.:pnZ490M:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnZ490M:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: Z490 MB
dmi.product.name: Z490M
dmi.product.sku: Default string
dmi.product.version: -CF
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.103-1ubuntu1~f~mesarc0
version.libgl1-mesa-dri: libgl1-mesa-dri 
21.0.0~rc4+git2102262047.10611abc193~f~mesarc1
version.libgl1-mesa-glx: libgl1-mesa-glx 
21.0.0~rc4+git2102262047.10611abc193~f~mesarc1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal third-party-packages 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/1917212

Title:
  Text in interface gone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1917212/+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 1885363] Re: [amdgpu] Screen flickers after waking up from suspend

2020-10-24 Thread Benjamin Altpeter
Just upgraded to Ubuntu 20.10. It seems like the issue is fixed with
that version, so this can be closed.

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

Title:
  [amdgpu] Screen flickers after waking up from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1885363/+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 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-10-20 Thread Benjamin Rogoll
Hey there guy, can anyone tell me what im doing wrong with the patch
provided in #217. The tutorial in #211 doesnt work for me.

p_$$/tmp.o; mkdir -p 
/home/benjamin/Downloads/i2c-hid_standalone(1)/i2c-hid_standalone/.tmp_$$; trap 
"rm -rf 
/home/benjamin/Downloads/i2c-hid_standalone(1)/i2c-hid_standalone/.tmp_$$" 
EXIT; if ( echo "int main() {}" | gcc -xc -o /dev/null -lelf  -) >/dev/null 
2>&1; then echo "1"; else echo "0"; fi'
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `make -f ./scripts/Makefile.build 
obj=/home/benjamin/Downloads/i2c-hid_standalone(1)/i2c-hid_standalone \'
make: *** [Makefile:1752: 
/home/benjamin/Downloads/i2c-hid_standalone(1)/i2c-hid_standalone] Error 1
make: Leaving directory '/usr/lib/modules/5.8.16-2-MANJARO/build'

help much appreciated

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+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 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-10-06 Thread Benjamin Rogoll
Hey Guys, didnt read everything, just for me the simplest version to fix
stuff on Manjaro is to download the 5.8.13-1 Kernel from the Manjaro
gitlab and install xf86-input-synaptics via pacman. I have not managed
to get it to work on Mint, but here it works flawlessly.

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+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 1885363] Re: [amdgpu] Screen flickers after waking up from suspend

2020-07-16 Thread Benjamin Altpeter
Ok, I installed linux-crashdump and reproduced the problem. Afterwards,
there was a /var/crash/202007160905/dump-incomplete file. Can I just
upload that here or will that contain sensitive data?

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

Title:
  [amdgpu] Screen flickers after waking up from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1885363/+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 1885363] Re: [amdgpu] Screen flickers after waking up from suspend

2020-07-15 Thread Benjamin Altpeter
Of course, kernel log is attached below.

** Attachment added: "kernel.log"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1885363/+attachment/5392750/+files/kernel.log

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

Title:
  [amdgpu] Screen flickers after waking up from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1885363/+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 1885363] Re: [amdgpu] Screen flickers after waking up from suspend

2020-07-11 Thread Benjamin Altpeter
With the mainline kernel you linked, I get different behaviour:

Most of the time after suspending and waking up again, the system
freezes completely (sometimes immediately to a black screen, sometimes I
can see a second roll over on the clock before it freezes). In this
frozen state, the mouse and keyboard don't work, nothing changes on the
screen an I cannot switch to another TTY. Pressing capslock and numlock
doesn't change the indicator LEDs on the keyboard.

Of the couple times I tried, the system woke up correctly two times.
Those two times, everything worked normally and there was no flickering.

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

Title:
  [amdgpu] Screen flickers after waking up from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1885363/+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 1885363] Re: Screen flickers after waking up from suspend

2020-06-27 Thread Benjamin Altpeter
Did some more testing:

* If I logout when the screen flickers, it also flickers in the login
screen after logging out and also after logging back in.

* After a reboot (without logging in), the flickering disappears. After
suspending from there and waking up, the flickering appears on the login
screen.

* After another reboot (this time logging in), there is also no
flickering.

* Booting from a live Fedora 32 USB, the flickering after suspend does
*not* occur, even after multiple suspends.

* Booting from a live Ubuntu 20.04 USB, the flickering *does* occur
after suspend.

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

Title:
  Screen flickers after waking up from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1885363/+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 1885363] [NEW] Screen flickers after waking up from suspend

2020-06-27 Thread Benjamin Altpeter
Public bug reported:

I upgraded my Ubuntu 20.04 system with a new graphics card a few days ago. 
Everything seems fine when running the system normally, however whenever I 
suspend the machine and then wake it back up, severe problems occur.
The first time, the machine froze completely. Switching to a different TTY 
didn't work anymore and the keyboard LEDs didn't respond to caps and num lock 
anymore, so I had to force shutdown. The second time, it came back OK but the 
screen has been flickering heavily since. Restarting Gnome and unplugging and 
plugging monitors back in hasn't helped.

Relevant specs:
CPU: AMD® Ryzen 9 3900x 12-core processor × 24 
GPU: AMD® Radeon rx 5600 xt (MSI RADEON RX 5600 XT MECH OC)
Monitors: 1x Acer running at 3840x2160 60Hz, 2x Medion (showing up as 
"Messeltronik Dresden GmbH") both running at 1920x1080 60Hz.
Gnome: 3.36.2
X11
Apt doesn't report any updates.

The flickering is most pronounced on the Acer. On the Medions, it seems
to only happen when something changes on the screen. I have tried to
capture this on video: https://youtu.be/HWT1J76-x94


This bug seem quite similar to this one 
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874588). I can also stop 
the flickering by switching the Acer to 1080p but when switching back to 4k, 
the problem reappears.

I hope that ubuntu-bug has included all the necessary details. Let me
know if you need anything else.

Thank you very much for your help!

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-39.43-generic 5.4.41
Uname: Linux 5.4.0-39-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: GNOME
Date: Sat Jun 27 10:44:32 2020
DistUpgraded: 2020-04-30 20:17:33,403 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 440.100, 5.4.0-37-generic, x86_64: installed
 nvidia, 440.100, 5.4.0-39-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 
5700/5700 XT] [1002:731f] (rev ca) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Navi 10 [Radeon RX 5600 
OEM/5600 XT / 5700/5700 XT] [1462:381e]
InstallationDate: Installed on 2019-03-26 (458 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-39-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to focal on 2020-04-30 (57 days ago)
dmi.bios.date: 04/08/2020
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.60
dmi.board.name: X570 Extreme4
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.60:bd04/08/2020:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnX570Extreme4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.4-2ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug corruption focal ubuntu

** Attachment added: "Video of the flickering"
   
https://bugs.launchpad.net/bugs/1885363/+attachment/5387645/+files/VID_20200627_104547.mp4

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

Title:
  Screen flickers after waking up from suspend

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

[Ubuntu-x-swat] [Bug 1818338] Re: Add support for Chromebook keyboards

2019-04-06 Thread Benjamin Tegge
Thank you for your feedback and sorry for the delay. I looked at commit
675ff4be and compared it with the patch I referenced, which removes the
xkb_symbols section in symbols/inet.

Note that this patch adds and assigns more keys (AE01-AE12, BKSP, AB09,
I166, I167, I181, I160, I235, I232, I233) and different ways to activate
overlays/levels not just a set of default keys. I tried changing the
volume for example with the volume keys alone, pressing the right alt
key and pressing the search key (left windows key located where the caps
lock key would be) on my Lenovo N22 but it doesn't work on Ubuntu by
default. I tried it in Gnome and XFCE. GalliumOS uses the XFCE session,
configuring one of the keyboard layouts there makes keys like volume
up/down work.

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

Title:
  Add support for Chromebook keyboards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1818338/+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 1818338] Re: Add support for Chromebook keyboards

2019-04-06 Thread Benjamin Tegge
** Description changed:

  Please review this patch for inclusion in Ubuntu or upstream:
  https://github.com/GalliumOS/xkeyboard-
  config/blob/master/debian/patches/chromebook.patch
  
  I have been using Gallium OS on a Chromebook and like to switch to
  Ubuntu. I tested the modifications on my Chromebook and they are working
  on the Xorg Gnome session.
+ 
+ I'm using Ubuntu 18.04.

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

Title:
  Add support for Chromebook keyboards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1818338/+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 1818338] [NEW] Add support for Chromebook keyboards

2019-03-02 Thread Benjamin Tegge
Public bug reported:

Please review this patch for inclusion in Ubuntu or upstream:
https://github.com/GalliumOS/xkeyboard-
config/blob/master/debian/patches/chromebook.patch

I have been using Gallium OS on a Chromebook and like to switch to
Ubuntu. I tested the modifications on my Chromebook and they are working
on the Xorg Gnome session.

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Add support for Chromebook keyboards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1818338/+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 1812469] [NEW] Xorg freeze (fail to get in the desktop during boot with black screen blocking)

2019-01-18 Thread Benjamin Li
Public bug reported:

I have this issue since quite a long time ago. But none of the system
upgrades had my problem solved! And I can only use Ubuntu under the
recovery mode, which is so inconvenient!

So, my problem is just as the title stated. I can't get in the system
unless I use recovery mode!

And I have tried the latest kernel or the normal kernel before I install
Ubuntu 18.04, which I think is my device's hardware incompatibility with
the desktop, the Gnome desktop.

And I guess it's because there's lack of certain drive for my device,
which is so uncommon, a 2-in-1 model.

Please help, I use Ubuntu so much that I don't just switch it! And
Ubuntu is so useful when I am learning Computer science stuff!

Thanks in advance!

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
Uname: Linux 4.20.0-042000-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Jan 19 13:59:30 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
GpuHangFrequency: Continuously
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation HD Graphics 5300 [8086:161e] (rev 08) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. HD Graphics 5300 [1043:15fd]
InstallationDate: Installed on 2018-04-04 (290 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
MachineType: ASUSTeK COMPUTER INC. T300FA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.20.0-042000-generic 
root=UUID=63fcbd04-ec8b-462c-ba66-4f45c229353c ro recovery nomodeset
Renderer: Software
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/01/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: T300FA.214
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: T300FA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrT300FA.214:bd09/01/2015:svnASUSTeKCOMPUTERINC.:pnT300FA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnT300FA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: T
dmi.product.name: T300FA
dmi.product.sku: ASUS-TabletSKU
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Sat Jan 19 21:49:40 2019
xserver.configfile: default
xserver.errors:
 open /dev/dri/card0: No such file or directory
 open /dev/dri/card0: No such file or directory
 Screen 0 deleted because of no matching config section.
 AIGLX: reverting to software rendering
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.19.6-1ubuntu4.2

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


** Tags: amd64 apport-bug bionic freeze 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/1812469

Title:
  Xorg freeze (fail to get in the desktop during boot with black screen
  blocking)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1812469/+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 1783987] Re: German Neo2 Problem with Xubuntu 18.04 (try out mode)

2019-01-04 Thread Benjamin Fischer
In my case, what helped was to remove package `numlockx` with `sudo apt-
get purge numlockx`.

This package `numlockx` was integrated into Xubuntu's startup with
version 18.04 (see https://wiki.xubuntu.org/releases/18.04/release-
notes#numlock). It always turns on Num Lock on startup, which is related
to the Neo keyboard layout behaving weirdly as others mentioned above.

With that I can use 2 keyboard layouts. I hope this helps others.

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

Title:
  German Neo2 Problem with Xubuntu 18.04 (try out mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1783987/+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 1802489] [NEW] Xorg freeze

2018-11-09 Thread Benjamin Drung
Public bug reported:

After upgrading to Ubuntu 18.10, the system won't boot any more
correctly. When booting, it will get stuck at a purple screen and never
show the login screen. Selecting the recovery boot in GRUB and continue
the boot in the recovery boots the system correctly. dmesg shows a
kernel warning:

[   19.856655] Bad or missing usercopy whitelist? Kernel memory exposure 
attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
[   19.856665] WARNING: CPU: 3 PID: 1742 at mm/usercopy.c:81 
usercopy_warn+0x81/0xa0
[   19.856665] Modules linked in: xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc devlink 
ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter bpfilter 
binfmt_misc nvidia_uvm(POE) eeepc_wmi asus_wmi wmi_bmof sparse_keymap joydev 
intel_rapl cp210x usbserial x86_pkg_temp_thermal intel_powerclamp coretemp 
kvm_intel snd_hda_codec_hdmi input_leds snd_hda_codec_realtek kvm 
snd_hda_codec_generic irqbypass crct10dif_pclmul snd_hda_intel crc32_pclmul 
ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep snd_pcm 
nvidia_drm(POE) snd_seq_midi aesni_intel nvidia_modeset(POE) snd_seq_midi_event 
aes_x86_64 crypto_simd cryptd glue_helper intel_cstate snd_rawmidi
[   19.856694]  intel_rapl_perf nvidia(POE) serio_raw i915 snd_seq 
drm_kms_helper drm snd_seq_device ipmi_devintf snd_timer snd ipmi_msghandler 
i2c_algo_bit fb_sys_fops syscopyarea sysfillrect soundcore sysimgblt video 
mac_hid mei_me mei wmi sch_fq_codel parport_pc ppdev lp parport ip_tables 
x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 
multipath linear hid_generic usbhid hid pata_acpi gpio_ich psmouse ahci libahci 
i2c_i801 lpc_ich r8169 mii pata_via
[   19.856722] CPU: 3 PID: 1742 Comm: Xorg Tainted: P   OE 
4.18.0-11-generic #12-Ubuntu
[   19.856722] Hardware name: System manufacturer System Product Name/P8H67-M 
PRO, BIOS 3904 04/27/2013
[   19.856724] RIP: 0010:usercopy_warn+0x81/0xa0
[   19.856725] Code: 90 a2 41 51 4d 89 d8 48 c7 c0 89 8d 8f a2 49 89 f1 48 89 
f9 48 0f 45 c2 48 c7 c7 f0 a1 90 a2 4c 89 d2 48 89 c6 e8 f1 cf df ff <0f> 0b 48 
83 c4 18 c9 c3 48 c7 c6 b2 8a 92 a2 49 89 f1 49 89 f3 eb 
[   19.856746] RSP: 0018:bb3002583b08 EFLAGS: 00010286
[   19.856747] RAX:  RBX: 935d57f65cb0 RCX: 0006
[   19.856748] RDX: 0007 RSI: 0096 RDI: 935d6f3964b0
[   19.856749] RBP: bb3002583b20 R08: 0001 R09: 0478
[   19.856750] R10: 0001 R11:  R12: 0003
[   19.856750] R13: 0001 R14: 935d57f65cb3 R15: 935d57f65cf8
[   19.856752] FS:  7fe7a307da80() GS:935d6f38() 
knlGS:
[   19.856752] CS:  0010 DS:  ES:  CR0: 80050033
[   19.856753] CR2: 7fe79f700110 CR3: 000414d06006 CR4: 000606e0
[   19.856754] Call Trace:
[   19.856759]  __check_heap_object+0xc2/0x110
[   19.856761]  __check_object_size+0x14c/0x178
[   19.856895]  os_memcpy_to_user+0x26/0x50 [nvidia]
[   19.857044]  _nv009384rm+0xbf/0xe0 [nvidia]
[   19.857045] WARNING: kernel stack frame pointer at 05649f90 in 
Xorg:1742 has bad value 892d8e62
[   19.857047] unwind stack type:0 next_sp:  (null) mask:0x2 graph_idx:0
[   19.857048] ec2c30aa: bb3002583b30 (0xbb3002583b30)
[   19.857049] cadd4750: a1a69a82 
(__check_heap_object+0xc2/0x110)
[   19.857050] e8e36824: bb3002583b60 (0xbb3002583b60)
[   19.857051] 3592af1f: a1a91abc 
(__check_object_size+0x14c/0x178)
[   19.857052] 86c7dd25: 0003 (0x3)
[   19.857053] 8c88b4e5: 935d57f65cb0 (0x935d57f65cb0)
[   19.857053] 92bc319f: 55de94b2491e (0x55de94b2491e)
[   19.857054] 59b96776:  ...
[   19.857055] 2c0f28f3: bb3002583b88 (0xbb3002583b88)
[   19.857141] c046880e: c078b5b6 (os_memcpy_to_user+0x26/0x50 
[nvidia])
[   19.857142] 870f32d1: 0003 (0x3)
[   19.857142] 077eb892: 55de94b2491e (0x55de94b2491e)
[   19.857143] 47ac0c10: 935d57f65cb0 (0x935d57f65cb0)
[   19.857144] 05649f90: 935d57f65ca8 (0x935d57f65ca8)
[   19.857290] d28c291e: c0d5b87f (_nv009384rm+0xbf/0xe0 
[nvidia])
[   19.857291] 0bf99a12: 935d57f65c88 (0x935d57f65c88)
[   19.857291] cc40361c:  ...
[   19.857292] 260150fd: 935d549d3f08 (0x935d549d3f08)
[   19.857293] 3bbf4a77: 935d57f65db8 (0x935d57f65db8)
[   19.857293] 76aa34db: 7ffd341175d0 (0x7ffd341175d0)
[   19.857421] 28327c08: c0955259 

[Ubuntu-x-swat] [Bug 1801716] Re: Xorg freeze (black screen after ubuntu logo during boot)

2018-11-06 Thread Benjamin Li
I am so so so sorry for I made a mistake of selecting the wrong kernel
with the wrong architecture to install, which lead to all those error
messages during boot in v4.19. (My laptop should install the kernel with
architecture amd64 but I installed i386, I am so sorry for making things
more complicated, SORRY!!!)

Anyway, I "apt purge" the wrong kernel (4.19 with architecture i386) and
just installed the proper one(architecture amd64).

However! The issue in the v4.17 remain in the 4.19! I don't see anything
improve in my situation, I still can't get in the system, getting stuck
in the black screen after the Ubuntu logo during the boot, I can only
access the system in recovery mode; the brightness of my display can't
be adjusted; the setting for my display still says "Unknown Display",
and the laptop can't get back if I put the whole system into sleep
mode(by turn off the display)

Any idea? Please help Thanks in advance!

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

Title:
  Xorg freeze (black screen after ubuntu logo during boot)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801716/+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 1801716] Re: Xorg freeze (black screen after ubuntu logo during boot)

2018-11-05 Thread Benjamin Li
Thanks for all you guys reply!!

And since there are two different suggestion, so I will reply
respectively.

To Cristian,

Yes, the issue I am facing happens after I upgraded from Ubuntu 16.04 to
18.04.

But no, or correctly, I don't know. As I followed what you suggested and
do the test with the installation of latest kernel, V4.19, I can't even
get to the phase where I can see the Ubuntu logo! Only a screen filled
with error messages, which I took the photo and attach it as follow.

So, let me rephrase what happened again. I headed to the kernel mainline
page under V4.19. And download these three, as I followed the steps in
the https://wiki.ubuntu.com/Kernel/MainlineBuilds:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.1/linux-headers-4.19.1-041901_4.19.1-041901.201811041431_all.deb
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.1/linux-headers-4.19.1-041901-generic_4.19.1-041901.201811041431_i386.deb
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.1/linux-image-4.19.1-041901-generic_4.19.1-041901.201811041431_i386.deb
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.1/linux-modules-4.19.1-041901-generic_4.19.1-041901.201811041431_i386.deb
 

and after 'wget' done in the terminal (the files have been downloaded in
the folder I chose) I use the command: "sudo dpkg -i *.deb"

Then reboot.

Then what's on the screen was what you see in the attachment.

I think it might be my laptop does not support this kernel? Since my
laptop is so weird, meaning the screen of my laptop is touch-screen and
detachable. So, sorry for your inconvenience of making the Ubuntu be
compatible with my rare device, sorry.

As for Daniel,

So thank you for your advice, however, the issue I am facing is not when
I tried to get in recovery mode or I was stuck at the recovery mode. No.
I am only in the recovery mode is because this is the only way I can
report this bug because I can not get in when it's in the regular mode
and for some reason, I am able to access the Ubuntu when I am in the
recovery mode.

And this is how I get in:

When I stuck at the black screen which show up after the Ubuntu logo. I
did turn off the laptop forcefully buy long press the "turn on laptop"
button, then turn on again.

But this time I switch from "Ubuntu" to "Advance something something
option" and get to the menu where I can chose to boot under the recovery
mode.

When I selected recovery mode, press enter, after all those scripts
loading finish, and press "enter" or enter "Y" for one or two times, I
reach to another menu where I can see, "Resume something" (or some words
else but it's the first option in the menu), then I chose it, press
enter, here I am!

So... was I clear in my above description?

And thank you all so much for the help and suggestion! All your active
reply is why I love Ubuntu so much, even my device is such a pain, which
I am sorry!

** Attachment added: "The error in the boot screen when I tried to boot in 
kernel V4.19"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1801716/+attachment/5209502/+files/error-message-on-the-screen-when-boot-v419.jpg

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

Title:
  Xorg freeze (black screen after ubuntu logo during boot)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801716/+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 1801716] [NEW] Xorg freeze (black screen after ubuntu logo during boot)

2018-11-05 Thread Benjamin Li
Public bug reported:

I experienced this bug ever since I have upgraded my laptop from 16.04.
But it got resolved in my last update after I reported the bug. However,
I forgot to go back to Launchpad to mark it as resolved and now the
problem comes again after I just updated the system.

So, as the title stated, I can't get in the system due to the infinite
black screen I am facing. I am only able to report this bug under the
recovery mode.

Besides, there's something wrong with the lock screen too. I can't get
back to the system if I just put the system into "sleep mode". Black
screen again!

What's worst, the brightness of my display can't be adjusted as well! I
feel like being blind at night! Please help!!! Thank you!

And I think there might be the compatibility problem between my laptop
and the new desktop -- Gnome, which is the default in 18.04.

What should do? I really love using Ubuntu, as I really learned a lot in
these days I used it as my study os for CS.

Any help is appreciated, thanks in advance!

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
Uname: Linux 4.17.0-041700rc3-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Nov  5 19:49:36 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Continuously
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Today
GraphicsCard:
 Intel Corporation HD Graphics 5300 [8086:161e] (rev 08) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. HD Graphics 5300 [1043:15fd]
InstallationDate: Installed on 2018-04-04 (215 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
MachineType: ASUSTeK COMPUTER INC. T300FA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-041700rc3-generic 
root=UUID=63fcbd04-ec8b-462c-ba66-4f45c229353c ro recovery nomodeset
Renderer: Software
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/01/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: T300FA.214
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: T300FA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrT300FA.214:bd09/01/2015:svnASUSTeKCOMPUTERINC.:pnT300FA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnT300FA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: T
dmi.product.name: T300FA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Tue Nov  6 03:47:33 2018
xserver.configfile: default
xserver.errors:
 open /dev/dri/card0: No such file or directory
 open /dev/dri/card0: No such file or directory
 Screen 0 deleted because of no matching config section.
 AIGLX: reverting to software rendering
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.19.6-1ubuntu4.2

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


** Tags: amd64 apport-bug bionic freeze 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/1801716

Title:
  Xorg freeze (black screen after ubuntu logo during boot)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1801716/+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 1796528] Re: Problem with dual monitors

2018-10-09 Thread Benjamin
Many thanks for your help!

Here you are  output:
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub (rev 07)
Subsystem: Hewlett-Packard Company Mobile 4 Series Chipset Memory 
Controller Hub
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
Subsystem: Hewlett-Packard Company Mobile 4 Series Chipset Integrated 
Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
Subsystem: Hewlett-Packard Company Mobile 4 Series Chipset Integrated 
Graphics Controller
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) USB UHCI 
Controller
Kernel driver in use: uhci_hcd
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) USB UHCI 
Controller
Kernel driver in use: uhci_hcd
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) USB UHCI 
Controller
Kernel driver in use: uhci_hcd
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) USB2 EHCI 
Controller
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) HD Audio 
Controller
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 
(rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 
(rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 
(rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 
(rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) USB UHCI 
Controller
Kernel driver in use: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) USB UHCI 
Controller
Kernel driver in use: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) USB UHCI 
Controller
Kernel driver in use: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 03)
Subsystem: Hewlett-Packard Company 82801I (ICH9 Family) USB2 EHCI 
Controller
Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
Subsystem: Hewlett-Packard Company ICH9M LPC Interface Controller
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 IDE interface: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 2 port 
SATA Controller [IDE mode] (rev 03)
Subsystem: Hewlett-Packard Company 82801IBM/IEM (ICH9M/ICH9M-E) 2 port 
SATA Controller [IDE mode]
Kernel driver in use: ata_piix
Kernel modules: pata_acpi
00:1f.5 IDE interface: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 2 port 
SATA Controller [IDE mode] (rev 03)
Subsystem: Hewlett-Packard Company 82801IBM/IEM (ICH9M/ICH9M-E) 2 port 
SATA Controller [IDE mode]
Kernel driver in use: ata_piix
Kernel modules: pata_acpi
02:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] 
Network Connection
Subsystem: Intel Corporation WiFi Link 5100 AGN
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
85:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8042 PCI-E Fast 
Ethernet Controller
Subsystem: Hewlett-Packard Company 88E8042 PCI-E Fast Ethernet 
Controller
Kernel driver in use: sky2
Kernel modules: sky2

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to 

[Ubuntu-x-swat] [Bug 1796528] Re: Problem with dual monitors

2018-10-08 Thread Benjamin
Sorry, I'm still a noob y many things. I've edited /etc/gdm3/custom.conf and I 
minded I was enabling wayland with this... 
I've disabled automatic login and rebooted, then make login by clicking on the 
gear to select wayland -before I tryed to make this by closing session, but 
then the gear didn't appeared, only the login button.
Then, when I run xrandr in terminal Igot this:
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
XWAYLAND0 connected 1280x800+0+0 (normal left inverted right x axis y axis) 
330mm x 210mm
   1280x800  59.81*+

And then I tryed to connect the external monitor and now it works! Then 
obviously the problem is xorg.
Now the question is... how can I set wayland to be used as default instead of 
xorg for using wayland at autologin? Thanks! Your questions and procedures 
guided me to find the problem. "Give a fish to a man and he will eat for a day, 
teach him to be a fisherman and then he will eat everyday"

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796528/+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 1796528] Re: Problem with dual monitors

2018-10-08 Thread Benjamin
Xorg without external monitor:
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98 +  59.97*   59.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 disconnected (normal left inverted right x axis y axis)


xorg with external monitor:
Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98*+  59.9759.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 
340mm x 270mm
   1280x1024 75.02*+  60.02  
   1024x768  75.0370.0760.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   640x480   75.0072.8166.6759.94  
   720x400   70.08  
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 unknown connection (normal left inverted right x axis y axis)
   848x480   59.94 +
   640x480   59.94 +
   1024x768  59.94  
   800x600   59.94  

wayland without external monitor:
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98 +  59.97*   59.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 disconnected (normal left inverted right x axis y axis)

wayland with external monitor:
Screen 0: minimum 320 x 200, current 2560 x 1024, 

[Ubuntu-x-swat] [Bug 1796528] Re: Problem with dual monitors

2018-10-08 Thread Benjamin
Xorg without external monitor:
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98 +  59.97*   59.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 disconnected (normal left inverted right x axis y axis)


xorg with external monitor:
Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98*+  59.9759.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 
340mm x 270mm
   1280x1024 75.02*+  60.02  
   1024x768  75.0370.0760.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   640x480   75.0072.8166.6759.94  
   720x400   70.08  
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 unknown connection (normal left inverted right x axis y axis)
   848x480   59.94 +
   640x480   59.94 +
   1024x768  59.94  
   800x600   59.94  

wayland without external monitor:
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98 +  59.97*   59.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 disconnected (normal left inverted right x axis y axis)

wayland with external monitor:
Screen 0: minimum 320 x 200, current 2560 x 1024, 

[Ubuntu-x-swat] [Bug 1796528] Re: Problem with dual monitors

2018-10-08 Thread Benjamin
xorg, external monitor attached

Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98*+  59.9759.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 
340mm x 270mm
   1280x1024 75.02*+  60.02  
   1024x768  75.0370.0760.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   640x480   75.0072.8166.6759.94  
   720x400   70.08  
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 unknown connection (normal left inverted right x axis y axis)
   848x480   59.94 +
   640x480   59.94 +
   1024x768  59.94  
   800x600   59.94

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796528/+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 1796528] Re: Problem with dual monitors

2018-10-08 Thread Benjamin
xorg, without external monitor

Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98 +  59.97*   59.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 disconnected (normal left inverted right x axis y axis)

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796528/+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 1796528] Re: Problem with dual monitors

2018-10-08 Thread Benjamin
With external connected. Both Wayland

Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98*+  59.9759.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 connected (normal left inverted right x axis y axis)
   1280x1024 75.02 +  60.02  
   1024x768  75.0370.0760.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   640x480   75.0072.8166.6759.94  
   720x400   70.08  
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 disconnected (normal left inverted right x axis y axis)

Now switching to xorg and rebooting

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796528/+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 1796528] Re: Problem with dual monitors

2018-10-08 Thread Benjamin
Without external
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y 
axis) 331mm x 207mm
   1280x800  59.98 +  59.97*   59.8159.91  
   1280x720  60.0059.9959.8659.74  
   1024x768  60.0460.00  
   960x720   60.00  
   928x696   60.05  
   896x672   60.01  
   1024x576  59.9559.9659.9059.82  
   960x600   59.9360.00  
   960x540   59.9659.9959.6359.82  
   800x600   60.0060.3256.25  
   840x525   60.0159.88  
   864x486   59.9259.57  
   800x512   60.17  
   700x525   59.98  
   800x450   59.9559.82  
   640x512   60.02  
   720x450   59.89  
   700x450   59.9659.88  
   640x480   60.0059.94  
   720x405   59.5158.99  
   684x384   59.8859.85  
   680x384   59.8059.96  
   640x400   59.8859.98  
   576x432   60.06  
   640x360   59.8659.8359.8459.32  
   512x384   60.00  
   512x288   60.0059.92  
   480x270   59.6359.82  
   400x300   60.3256.34  
   432x243   59.9259.57  
   320x240   60.05  
   360x202   59.5159.13  
   320x180   59.8459.32  
VGA-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
SVIDEO-1 disconnected (normal left inverted right x axis y axis)

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796528/+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 1796528] ProcCpuinfoMinimal.txt

2018-10-08 Thread Benjamin
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1796528/+attachment/5198520/+files/ProcCpuinfoMinimal.txt

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796528/+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 1796528] Re: Problem with dual monitors

2018-10-08 Thread Benjamin
apport information

** Tags added: apport-collected

** Description changed:

  Machine: HP 6735s with Mobile Intel® GM45 Express Chipset
  O.S. 64bit Ubuntu 18.04.1 LTS
  Gnome 3.28.2
  
- I usually used an external monitor in Ubuntu 16.04 without any problem
- but I've formatted and maked a clean install of Ubuntu 18.04. It works
- ok when integrated monitor or external monitor are alone. If try to
- extend desktop to both monitors, then integrated display go black and
- only a blinking mouse arrow appears on it. External display is in closed
- loop trying to start, powering on/off the backlight, like system were
- trying to send image but crashing. When moving the mouse, arrow didn't
- go out of the integrated monitor. When I disconnect the external
- monitor, then image come back to the integrated monitor after some time.
- I've tried to edit "/etc/gdm3/custom.conf" to disable wayland and use
- xorg, but it's still the same. I don't know where the problem came
- from... gnome, intel drivers, graphic server...
+ I usually used an external monitor in Ubuntu 16.04 without any problem but 
I've formatted and maked a clean install of Ubuntu 18.04. It works ok when 
integrated monitor or external monitor are alone. If try to extend desktop to 
both monitors, then integrated display go black and only a blinking mouse arrow 
appears on it. External display is in closed loop trying to start, powering 
on/off the backlight, like system were trying to send image but crashing. When 
moving the mouse, arrow didn't go out of the integrated monitor. When I 
disconnect the external monitor, then image come back to the integrated monitor 
after some time. I've tried to edit "/etc/gdm3/custom.conf" to disable wayland 
and use xorg, but it's still the same. I don't know where the problem came 
from... gnome, intel drivers, graphic server...
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.4
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2018-08-07 (61 days ago)
+ InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
+ Package: xorg-server
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=es_ES.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
+ Tags:  bionic
+ Uname: Linux 4.15.0-34-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1796528/+attachment/5198518/+files/Dependencies.txt

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796528/+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 1796528] GsettingsChanges.txt

2018-10-08 Thread Benjamin
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1796528/+attachment/5198519/+files/GsettingsChanges.txt

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1796528/+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 1796528] [NEW] Problem with dual monitors

2018-10-06 Thread Benjamin
Public bug reported:

Machine: HP 6735s with Mobile Intel® GM45 Express Chipset
O.S. 64bit Ubuntu 18.04.1 LTS
Gnome 3.28.2

I usually used an external monitor in Ubuntu 16.04 without any problem
but I've formatted and maked a clean install of Ubuntu 18.04. It works
ok when integrated monitor or external monitor are alone. If try to
extend desktop to both monitors, then integrated display go black and
only a blinking mouse arrow appears on it. External display is in closed
loop trying to start, powering on/off the backlight, like system were
trying to send image but crashing. When moving the mouse, arrow didn't
go out of the integrated monitor. When I disconnect the external
monitor, then image come back to the integrated monitor after some time.
I've tried to edit "/etc/gdm3/custom.conf" to disable wayland and use
xorg, but it's still the same. I don't know where the problem came
from... gnome, intel drivers, graphic server...

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

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

Title:
  Problem with dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1796528/+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 1794995] [NEW] Lacking full setting for display(Can't adjust brightness)

2018-09-28 Thread Benjamin Li
Public bug reported:

Title of my display under Settings is "Unknown Display".

I think there's no proper display driver for my laptop in this new
distribution, "18.04", because the setting for my display works fine
before I upgrade from 16.04.

While I said "works fine", I meant, I could use the "fn" button plus
with the brightness adjusting button, which is "f5" and "f6" on my
laptop, to adjust the brightness.

Other than the "fn" combination button not working, I can't even adjust
the brightness in the setting and inside the main menu bar, which I
think there might have since a control center is one of the features of
this version upgrade.

So, thanks for reading my problem, and please help, otherwise, it's so
unhealthy for my eyes for looking at a screen with too bright for so
long and I have to look at the screen for so long.

Thanks in advance.

Ps, in case it's needed, the model of my laptop is, ASUS T300F. A
transform 2-in-one laptop. The fact that my laptop can "transform" might
be the reason why I got this issue, the drive that serves all just fail
to meet its needs. I'm sorry.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
Uname: Linux 4.17.0-041700rc3-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Sep 28 21:44:14 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 5300 [8086:161e] (rev 08) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. HD Graphics 5300 [1043:15fd]
InstallationDate: Installed on 2018-04-04 (177 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
LightdmDisplayLog: (II) Server terminated successfully (0). Closing log file.
MachineType: ASUSTeK COMPUTER INC. T300FA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-041700rc3-generic 
root=UUID=63fcbd04-ec8b-462c-ba66-4f45c229353c ro quiet splash nomodeset 
vt.handoff=1
Renderer: Software
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/01/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: T300FA.214
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: T300FA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrT300FA.214:bd09/01/2015:svnASUSTeKCOMPUTERINC.:pnT300FA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnT300FA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: T
dmi.product.name: T300FA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Fri Sep 28 21:43:24 2018
xserver.configfile: default
xserver.errors:
 open /dev/dri/card0: No such file or directory
 open /dev/dri/card0: No such file or directory
 Screen 0 deleted because of no matching config section.
 AIGLX: reverting to software rendering
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.19.6-1ubuntu4

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


** Tags: amd64 apport-bug bionic ubuntu

** Attachment added: "The setting of my display, which should contain 
brightness adjustment, right?"
   
https://bugs.launchpad.net/bugs/1794995/+attachment/5194079/+files/Screenshot%20from%202018-09-28%2022-05-44.png

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

Title:
  Lacking full setting for display(Can't adjust brightness)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1794995/+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 1794995] Re: Lacking full setting for display(Can't adjust brightness)

2018-09-28 Thread Benjamin Li
And the "Night Light Mode" also not working! (which is quite a pain to
me, since the night light mode is one of the reasons I decided to
upgrade...)

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

Title:
  Lacking full setting for display(Can't adjust brightness)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1794995/+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 1783795] Re: After bionic upgrade: Corrupted, illegible text/scrollareas in apps like update-manager, gnome-calculator, …

2018-07-26 Thread Benjamin Schmid
** Attachment added: "Corrupted update-mamager screen"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+attachment/5168198/+files/corrupted-update-manager.png

** Attachment removed: "DpkgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+attachment/5168181/+files/DpkgLog.txt

** Attachment removed: "UdevDb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+attachment/5168191/+files/UdevDb.txt

** Attachment removed: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+attachment/5168182/+files/LightdmGreeterLogOld.txt

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

Title:
  After bionic upgrade: Corrupted, illegible text/scrollareas in apps
  like update-manager, gnome-calculator,  …

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+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 1783795] [NEW] After bionic upgrade: Corrupted, illegible text/scrollareas in apps like update-manager, gnome-calculator, …

2018-07-26 Thread Benjamin Schmid
Public bug reported:

I upgraded from xenial to bionic and now experience issues with
illegible, distorted textfields / textareas or scrollareas in a set of
specific applications.

For example:
* The change log field on prompting for security updated or the list of 
software sources in the update-manager application
* The textfield for entering the equations in gnome-calculator

I'm not having any problems i.e. with Firefox et. al.

I'm using a NVIDIA 750GTX with the officially bundled nvidia-driver-390.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Ist ein Verzeichnis: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
 GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Jul 26 17:30:41 2018
DistUpgraded: 2018-07-22 13:27:24,064 ERROR Cache can not be locked (E:Konnte 
Sperre /var/lib/dpkg/lock nicht bekommen - open (11: Die Ressource ist zur Zeit 
nicht verfügbar), E:Sperren des Administrationsverzeichnisses (/var/lib/dpkg/) 
nicht möglich, wird es von einem anderen Prozess verwendet?)
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 anbox, 1, 4.15.0-29-generic, x86_64: installed
 nvidia, 390.48, 4.15.0-29-generic, x86_64: installed
 spl, 0.7.5, 4.15.0-29-generic, x86_64: installed (WARNING! Diff between built 
and installed module!) (WARNING! Diff between built and installed module!)
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380]
InstallationDate: Installed on 2014-07-06 (1481 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Micro-Star International Co., Ltd. MS-7B45
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/usr/bin/fish
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-29-generic root=ZFS=rpool/ROOT ro 
boot=zfs
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to bionic on 2018-07-22 (4 days ago)
dmi.bios.date: 03/08/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: A.40
dmi.board.asset.tag: Default string
dmi.board.name: Z370 GAMING PRO CARBON (MS-7B45)
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: 2.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: 2.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA.40:bd03/08/2018:svnMicro-StarInternationalCo.,Ltd.:pnMS-7B45:pvr2.0:rvnMicro-StarInternationalCo.,Ltd.:rnZ370GAMINGPROCARBON(MS-7B45):rvr2.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr2.0:
dmi.product.family: Default string
dmi.product.name: MS-7B45
dmi.product.version: 2.0
dmi.sys.vendor: Micro-Star International Co., Ltd.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic corruption ubuntu

** Attachment added: "Screenshot distorted gnome-calculator"
   
https://bugs.launchpad.net/bugs/1783795/+attachment/5168176/+files/corrupted-calc.png

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

Title:
  After bionic upgrade: Corrupted, illegible text/scrollareas in apps
  like update-manager, gnome-calculator,  …

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1783795/+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 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-06-02 Thread Benjamin Halbrock
Small update to #139

my syslog was getting spammed with:
kernel: nouveau :01:00.0: fifo: SCHED_ERROR 20 []

which led to a full /tmp

Adding "nouveau.modeset=0" to GRUB_CMDLINE_LINUX_DEFAULT got rid of
that.

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

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-05-31 Thread Benjamin Halbrock
I can't wake from standby with linux-image-4.15.0-22-generic

But: linux-image-4.15.0-1006-oem is working for me

GDriver: NVidia proprietry
---
Adding "nouveau.modeset=0" to GRUB_CMDLINE_LINUX didn't work either.
https://www.dell.com/community/Inspiron/Suspend-resume-problems-on-Ubuntu-18-04/td-p/6072410

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

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1726939] Re: Touchpad pointer shake

2017-12-18 Thread Kubi Benjamin
I did  sudo apt install xserver-xorg-input-synaptics 
and the touchpad mouse pointer stopped shaking.
You can give it a try

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

Title:
  Touchpad pointer shake

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1726939/+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 1722084] [NEW] touchpad not detected on Aspire ES 15

2017-10-08 Thread Benjamin
Public bug reported:

Touchpad simply not detected on "Aspire ES 15" also referred as
"ES1-522-61GZ". there seems to be no existence of the touchpad at all.
It was working fine on windows. After reading a bit and trying few
commands found there
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_your_Touchpad_doesn.27t_work_at_all_.28No_response_from_the_Touchpad.29

I tried Ubuntu 16.04 live, 17.10 live and 17.04 installed. Most problem
/ solutions found online concerns buggy drivers & conf. but not much
about undetected hardware. I have a wireless mouse so its not the most
painful issue but this is annoying

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xserver-xorg-input-synaptics 1.9.0-1ubuntu1
ProcVersionSignature: Ubuntu 4.12.0-11.12~lp1708852-generic 4.12.5
Uname: Linux 4.12.0-11-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Sun Oct  8 16:55:39 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
InstallationDate: Installed on 2017-09-16 (21 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: Acer Aspire ES1-522
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-11-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-input-synaptics
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/18/2016
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.07
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: BELLEMERE_BE
dmi.board.vendor: Acer
dmi.board.version: V1.07
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: Acer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.07:bd04/18/2016:svnAcer:pnAspireES1-522:pvrV1.07:rvnAcer:rnBELLEMERE_BE:rvrV1.07:cvnAcer:ct9:cvrChassisVersion:
dmi.product.family: CZL
dmi.product.name: Aspire ES1-522
dmi.product.version: V1.07
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Sun Oct  8 15:43:20 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1.1
xserver.video_driver: radeon

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubuntu zesty

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

Title:
  touchpad not detected on Aspire ES 15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1722084/+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 1646537] [NEW] Backlight sometimes fails to resume from suspend & screen brightness sometimes will not dim below 100%

2016-12-01 Thread Benjamin Morgan
Public bug reported:

Back-light sometimes fails to resume from suspend & screen brightness
sometimes will not dim below 100%

Issue is interment in occurrence. Will be reproducible with the command
"sudo pm-suspend" & or close/reopen laptop lid for a period of time days
or hours, then go a period of time, days or hours without being able to
trigger it again.

This is irrespective of running "apt-get update && apt-get upgrade -y"
and has continued to be intermittent on last 3 versions of 3.19 kernel.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.19.0-74.82~14.04.1-generic 3.19.8-ckt22
Uname: Linux 3.19.0-74-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Dec  1 10:06:43 2016
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-osp1-20150721-1
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Device [8086:191b] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:06e5]
InstallationDate: Installed on 2016-11-22 (8 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150721-23:28
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 04f3:21d4 Elan Microelectronics Corp. 
 Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Precision 5510
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-74-generic.efi.signed 
root=UUID=8eaa6744-6718-456a-bda0-762475144d35 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/31/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.14
dmi.board.name: 0W7V82
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.14:bd08/31/2016:svnDellInc.:pnPrecision5510:pvr:rvnDellInc.:rn0W7V82:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision 5510
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu Dec  1 09:14:43 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5182 
 vendor SHP
xserver.version: 2:1.17.1-0ubuntu3.1~trusty1.1

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


** Tags: amd64 apport-bug compiz-0.9 trusty 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/1646537

Title:
  Backlight sometimes fails to resume from suspend & screen brightness
  sometimes will not dim below 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1646537/+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 1615092] [NEW] Backlight does not resume from suspend/hybernate

2016-08-19 Thread Benjamin Morgan
Public bug reported:

Using an internal 4k display. Upon resume from sleep or hibernate, the
back light does not turn back on.

I can enter terminal commands blind to reboot the machine or get other
confirmation that the system is on and working.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
Uname: Linux 4.7.1-040701-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Fri Aug 19 13:54:02 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06) (prog-if 00 
[VGA controller])
   Subsystem: Dell Skylake Integrated Graphics [1028:06e5]
InstallationDate: Installed on 2016-07-28 (22 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 04f3:21d4 Elan Microelectronics Corp. 
 Bus 001 Device 005: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Precision 5510
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.7.1-040701-generic 
root=UUID=23a0ad8b-c119-462e-9ed0-76a9a6a1261e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/30/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 01.02.10
dmi.board.name: 0W7V82
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.10:bd06/30/2016:svnDellInc.:pnPrecision5510:pvr:rvnDellInc.:rn0W7V82:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision 5510
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Jul 28 12:25:33 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
 Unknown chipset: NV117
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5182 
 vendor SHP
xserver.version: 2:1.18.3-1ubuntu2.2

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


** Tags: amd64 apport-bug ubuntu xenial

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

Title:
  Backlight does not resume from suspend/hybernate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1615092/+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 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-08-17 Thread Benjamin Wiese
Tested 2:2.99.917+git20160325-1ubuntu1.1 on Xubuntu 16.04.1: Fix works -
thanks!

(Machine: Lenovo ThinkPad T450s Core i7)

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1568604/+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 1594934] [NEW] lost my logout and shoutdown icons

2016-06-21 Thread Benjamin
Public bug reported:

I lost the showdown button and the logout is not working.

what can I do to fix it.

Is there a way to reset the system without reinstalling?

Thanks.

Benjamin

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
NonfreeKernelModules: wl
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Tue Jun 21 11:36:46 2016
DistUpgraded: 2016-05-25 07:19:08,650 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 4.4.0-22-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 4.4.0-24-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company RS880M [Mobility Radeon HD 4225/4250] 
[103c:1444]
InstallationDate: Installed on 2016-03-17 (95 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
MachineType: Hewlett-Packard Presario CQ62 Notebook PC
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic 
root=UUID=5c07a458-8b31-4f33-8e50-b7ba8608802b ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to xenial on 2016-05-25 (27 days ago)
dmi.bios.date: 05/20/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.08
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1444
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 69.16
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.08:bd05/20/2010:svnHewlett-Packard:pnPresarioCQ62NotebookPC:pvr0496122428102:rvnHewlett-Packard:rn1444:rvr69.16:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Presario CQ62 Notebook PC
dmi.product.version: 0496122428102
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Tue Jun 21 09:16:56 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.2
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug ubuntu xenial

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

Title:
  lost my logout and shoutdown icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1594934/+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 1586539] Re: Major screen flickering in Chromium and Google Chrome

2016-06-21 Thread Benjamin Gemmill
The xorg folks are aware of this too:
https://bugs.freedesktop.org/show_bug.cgi?id=94987


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

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=94987
   Importance: Unknown
   Status: Unknown

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

Title:
  Major screen flickering in Chromium and Google Chrome

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1586539/+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 1574732] Re: Regression: Kernel Update in 16.04 from last days renders nvidia driver unusable

2016-04-25 Thread Benjamin Geese
** Package changed: livepatch-linux-4.4.0-21.37-generic-2 (Ubuntu) =>
ubuntu

** No longer affects: ubuntu

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Regression: Kernel Update in 16.04 from last days renders nvidia
  driver unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1574732/+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 1574732] Re: Regression: Update in 16.04 from last days renders nvidia driver unusable

2016-04-25 Thread Benjamin Geese
It seems to be related to this update, i suspect the kernel update:
$ less /var/log/apt/history.log | grep 'Start-Date: 2016-04-24' --after 5
Start-Date: 2016-04-24  15:25:07
Commandline: apt full-upgrade
Requested-By: benjamin (1000)
Install: linux-signed-image-4.4.0-21-generic:amd64 (4.4.0-21.37, automatic), 
linux-image-4.4.0-21-generic:amd64 (4.4.0-21.37, automatic), 
linux-image-extra-4.4.0-21-generic:amd64 (4.4.0-21.37, automatic), 
linux-headers-4.4.0-21:amd64 (4.4.0-21.37, automatic), 
linux-headers-4.4.0-21-generic:amd64 (4.4.0-21.37, automatic), 
ubuntu-software:amd64 (3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2, 
automatic), fwupdate-signed:amd64 (1.11+0.5-2ubuntu4, automatic)
Upgrade: libsemanage1:amd64 (2.3-1build2, 2.3-1build3), 
linux-headers-generic:amd64 (4.4.0.18.19, 4.4.0.21.22), linux-libc-dev:amd64 
(4.4.0-18.34, 4.4.0-21.37), libgrilo-0.2-1:amd64 (0.2.14-1, 0.2.15-1), 
appstream:amd64 (0.9.3-1, 0.9.4-1), imagemagick:amd64 (8:6.8.9.9-7ubuntu4, 
8:6.8.9.9-7ubuntu5), onboard:amd64 (1.2.0-0ubuntu4, 1.2.0-0ubuntu5), 
linux-image-generic:amd64 (4.4.0.18.19, 4.4.0.21.22), snapd:amd64 (2.0.1, 
2.0.2), libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu4, 8:6.8.9.9-7ubuntu5), 
linux-signed-image-generic:amd64 (4.4.0.18.19, 4.4.0.21.22), 
gnome-software:amd64 (3.20.1+git20160415.1.9c08d97.ubuntu-xenial-0ubuntu1, 
3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2), ubuntu-standard:amd64 
(1.360, 1.361), console-setup-linux:amd64 (1.108ubuntu14, 1.108ubuntu15), 
ubuntu-desktop:amd64 (1.360, 1.361), virtualbox-dkms:amd64 (5.0.16-dfsg-3, 
5.0.18-dfsg-2build1), console-setup:amd64 (1.108ubuntu14, 1.108ubuntu15), 
example-content:amd64 (48, 49), grilo-plugins-0.2-base:amd64 (0
 .2.17-0ubuntu1, 0.2.17-0ubuntu2), virtualbox:amd64 (5.0.16-dfsg-3, 
5.0.18-dfsg-2build1), linux-signed-generic:amd64 (4.4.0.18.19, 4.4.0.21.22), 
libsemanage-common:amd64 (2.3-1build2, 2.3-1build3), ubuntu-minimal:amd64 
(1.360, 1.361), cups-filters:amd64 (1.8.3-2ubuntu2, 1.8.3-2ubuntu3), 
imagemagick-6.q16:amd64 (8:6.8.9.9-7ubuntu4, 8:6.8.9.9-7ubuntu5), 
libcupsfilters1:amd64 (1.8.3-2ubuntu2, 1.8.3-2ubuntu3), liblz4-1:amd64 
(0.0~r131-2, 0.0~r131-2ubuntu2), libfontembed1:amd64 (1.8.3-2ubuntu2, 
1.8.3-2ubuntu3), libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu4, 
8:6.8.9.9-7ubuntu5), keyboard-configuration:amd64 (1.108ubuntu14, 
1.108ubuntu15), software-center:amd64 (16.01+16.04.20160217, 
16.01+16.04.20160420), cups-filters-core-drivers:amd64 (1.8.3-2ubuntu2, 
1.8.3-2ubuntu3), ubuntu-snappy-cli:amd64 (2.0.1, 2.0.2), virtualbox-qt:amd64 
(5.0.16-dfsg-3, 5.0.18-dfsg-2build1), imagemagick-common:amd64 
(8:6.8.9.9-7ubuntu4, 8:6.8.9.9-7ubuntu5), gnome-user-share:amd64 
(3.14.2-2ubuntu3, 3.14.2-2ubuntu4
 ), libappstream3:amd64 (0.9.3-1, 0.9.4-1), accountsservice:amd64 
(0.6.40-2ubuntu9, 0.6.40-2ubuntu10), onboard-data:amd64 (1.2.0-0ubuntu4, 
1.2.0-0ubuntu5), gnome-software-common:amd64 
(3.20.1+git20160415.1.9c08d97.ubuntu-xenial-0ubuntu1, 
3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2), linux-generic:amd64 
(4.4.0.18.19, 4.4.0.21.22), libaccountsservice0:amd64 (0.6.40-2ubuntu9, 
0.6.40-2ubuntu10), cups-browsed:amd64 (1.8.3-2ubuntu2, 1.8.3-2ubuntu3), 
tzdata:amd64 (2016c-1, 2016d-0ubuntu0.16.04)
End-Date: 2016-04-24  15:27:47

In fact, booting the older kernel version (4.4.0-18-generic), everything runs 
fine:
To test, i reinstalled the nvidia-drivers using

ubuntu-drivers autoinstall

I then build the kernel modules for all kernels using this tip from
askubuntu (http://askubuntu.com/questions/53364/command-to-rebuild-all-
dkms-modules-for-all-installed-kernels)

ls /var/lib/initramfs-tools | sudo xargs -n1
/usr/lib/dkms/dkms_autoinstaller start

The i rebooted and selected the Kernel 4.4.0-18 from the Advanced Boot
Menu in Grub. This fixes my problems.

** Summary changed:

- Regression: Update in 16.04 from last days renders nvidia driver unusable
+ Regression: Kernel Update in 16.04 from last days renders nvidia driver 
unusable

** Also affects: livepatch-linux-4.4.0-21.37-generic-2 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Regression: Kernel Update in 16.04 from last days renders nvidia
  driver unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livepatch-linux-4.4.0-21.37-generic-2/+bug/1574732/+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 1574732] Re: Regression: Update in 16.04 from last days renders nvidia driver unusable

2016-04-25 Thread Benjamin Geese
It seems to be related to this update, i suspect the kernel update:
$ less /var/log/apt/history.log | grep 'Start-Date: 2016-04-24' --after 5
Start-Date: 2016-04-24  15:25:07
Commandline: apt full-upgrade
Requested-By: benjamin (1000)
Install: linux-signed-image-4.4.0-21-generic:amd64 (4.4.0-21.37, automatic), 
linux-image-4.4.0-21-generic:amd64 (4.4.0-21.37, automatic), 
linux-image-extra-4.4.0-21-generic:amd64 (4.4.0-21.37, automatic), 
linux-headers-4.4.0-21:amd64 (4.4.0-21.37, automatic), 
linux-headers-4.4.0-21-generic:amd64 (4.4.0-21.37, automatic), 
ubuntu-software:amd64 (3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2, 
automatic), fwupdate-signed:amd64 (1.11+0.5-2ubuntu4, automatic)
Upgrade: libsemanage1:amd64 (2.3-1build2, 2.3-1build3), 
linux-headers-generic:amd64 (4.4.0.18.19, 4.4.0.21.22), linux-libc-dev:amd64 
(4.4.0-18.34, 4.4.0-21.37), libgrilo-0.2-1:amd64 (0.2.14-1, 0.2.15-1), 
appstream:amd64 (0.9.3-1, 0.9.4-1), imagemagick:amd64 (8:6.8.9.9-7ubuntu4, 
8:6.8.9.9-7ubuntu5), onboard:amd64 (1.2.0-0ubuntu4, 1.2.0-0ubuntu5), 
linux-image-generic:amd64 (4.4.0.18.19, 4.4.0.21.22), snapd:amd64 (2.0.1, 
2.0.2), libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu4, 8:6.8.9.9-7ubuntu5), 
linux-signed-image-generic:amd64 (4.4.0.18.19, 4.4.0.21.22), 
gnome-software:amd64 (3.20.1+git20160415.1.9c08d97.ubuntu-xenial-0ubuntu1, 
3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2), ubuntu-standard:amd64 
(1.360, 1.361), console-setup-linux:amd64 (1.108ubuntu14, 1.108ubuntu15), 
ubuntu-desktop:amd64 (1.360, 1.361), virtualbox-dkms:amd64 (5.0.16-dfsg-3, 
5.0.18-dfsg-2build1), console-setup:amd64 (1.108ubuntu14, 1.108ubuntu15), 
example-content:amd64 (48, 49), grilo-plugins-0.2-base:amd64 (0
 .2.17-0ubuntu1, 0.2.17-0ubuntu2), virtualbox:amd64 (5.0.16-dfsg-3, 
5.0.18-dfsg-2build1), linux-signed-generic:amd64 (4.4.0.18.19, 4.4.0.21.22), 
libsemanage-common:amd64 (2.3-1build2, 2.3-1build3), ubuntu-minimal:amd64 
(1.360, 1.361), cups-filters:amd64 (1.8.3-2ubuntu2, 1.8.3-2ubuntu3), 
imagemagick-6.q16:amd64 (8:6.8.9.9-7ubuntu4, 8:6.8.9.9-7ubuntu5), 
libcupsfilters1:amd64 (1.8.3-2ubuntu2, 1.8.3-2ubuntu3), liblz4-1:amd64 
(0.0~r131-2, 0.0~r131-2ubuntu2), libfontembed1:amd64 (1.8.3-2ubuntu2, 
1.8.3-2ubuntu3), libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu4, 
8:6.8.9.9-7ubuntu5), keyboard-configuration:amd64 (1.108ubuntu14, 
1.108ubuntu15), software-center:amd64 (16.01+16.04.20160217, 
16.01+16.04.20160420), cups-filters-core-drivers:amd64 (1.8.3-2ubuntu2, 
1.8.3-2ubuntu3), ubuntu-snappy-cli:amd64 (2.0.1, 2.0.2), virtualbox-qt:amd64 
(5.0.16-dfsg-3, 5.0.18-dfsg-2build1), imagemagick-common:amd64 
(8:6.8.9.9-7ubuntu4, 8:6.8.9.9-7ubuntu5), gnome-user-share:amd64 
(3.14.2-2ubuntu3, 3.14.2-2ubuntu4
 ), libappstream3:amd64 (0.9.3-1, 0.9.4-1), accountsservice:amd64 
(0.6.40-2ubuntu9, 0.6.40-2ubuntu10), onboard-data:amd64 (1.2.0-0ubuntu4, 
1.2.0-0ubuntu5), gnome-software-common:amd64 
(3.20.1+git20160415.1.9c08d97.ubuntu-xenial-0ubuntu1, 
3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2), linux-generic:amd64 
(4.4.0.18.19, 4.4.0.21.22), libaccountsservice0:amd64 (0.6.40-2ubuntu9, 
0.6.40-2ubuntu10), cups-browsed:amd64 (1.8.3-2ubuntu2, 1.8.3-2ubuntu3), 
tzdata:amd64 (2016c-1, 2016d-0ubuntu0.16.04)
End-Date: 2016-04-24  15:27:47

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

Title:
  Regression: Kernel Update in 16.04 from last days renders nvidia
  driver unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livepatch-linux-4.4.0-21.37-generic-2/+bug/1574732/+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 1104230] Re: DisplayPort 1.2 MST support is missing in the Intel driver

2016-02-22 Thread Benjamin Tegge
I think the status of this this bug should be set to "fix released". The
linked freedesktop bug report was already set to status "resolved fixed"
and I was able to setup DisplayPort MST with a Dell U2515H and an older
U2312HM on my Haswell desktop running 14.04.4.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  DisplayPort 1.2 MST support is missing in the Intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1104230/+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 1535858] Re: Kensington Trackball EmulateMiddleButton disabled; only 2 buttons

2016-01-20 Thread Benjamin McGough
Does that mean I should update my BIOS?

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

Title:
  Kensington Trackball EmulateMiddleButton disabled; only 2 buttons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1535858/+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 1535858] [NEW] Kensington Trackball EmulateMiddleButton disabled; only 2 buttons

2016-01-19 Thread Benjamin McGough
Public bug reported:

The Kensington Orbit Trackball is a USB device with two physical
buttons, a scroll ring, and the ball. By default EmulateMiddleButton is
disabled, but should be enabled as there is no third button.

The only reason I'm reporting this is that I really really like this
device - I've been searching for a good trackball most of my career, and
this is the best I have found.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
Uname: Linux 4.4.0-040400rc8-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Tue Jan 19 09:58:01 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e12] 
(rev 03) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0420]
   Subsystem: Dell Device [1028:0420]
InstallationDate: Installed on 2015-11-24 (56 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
MachineType: Dell Inc. OptiPlex 780
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-040400rc8-generic 
root=UUID=a9a7a783-6676-4913-a526-b6d2f317dfb5 ro quiet crashkernel=384M-:128M
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/13/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0C27VV
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd02/13/2010:svnDellInc.:pnOptiPlex780:pvr:rvnDellInc.:rn0C27VV:rvrA00:cvnDellInc.:ct6:cvr:
dmi.product.name: OptiPlex 780
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1.1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Jan 14 11:19:04 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   41081 
 vendor DEL
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug third-party-packages trusty 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/1535858

Title:
  Kensington Trackball EmulateMiddleButton disabled; only 2 buttons

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


Re: [Ubuntu-x-swat] [Bug 907549] Re: Quirk for 2-button mouse: Kensington Trackball

2016-01-19 Thread Benjamin McGough
Done. Thank you!

On Thu, Jan 14, 2016 at 3:16 PM Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> Benjamin McGough, given this report is closed, in order for this to be
> addressed, it will help immensely if you filed a new report with Ubuntu via
> a terminal:
> ubuntu-bug xorg
>
> Please ensure you have the package xdiagnose installed, and that you
> click the Yes button for attaching additional debugging information.
>
> Also, please feel free to subscribe me to it.
>
> For more on why this is helpful, please see
> https://wiki.ubuntu.com/ReportingBugs.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/907549
>
> Title:
>   Quirk for 2-button mouse: Kensington Trackball
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/907549/+subscriptions
>

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

Title:
  Quirk for 2-button mouse: Kensington Trackball

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/907549/+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 907549] Re: Quirk for 2-button mouse: Kensington Trackball

2016-01-14 Thread Benjamin McGough
I have this hardware and can provide whatever troubleshooting is
necessary.

The trackball is reported as "Primax Kensington Eagle Trackball" and
appears to be recognized as having 3 buttons. The trackball has only two
buttons, a scroll ring (that does not click as a button), and the ball
(also, does not click).

Evdev Middle Button Emulation set to 1 works.

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

Title:
  Quirk for 2-button mouse: Kensington Trackball

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/907549/+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 1485682] Re: Mouse pointer flickers at using DisplayLink

2015-08-26 Thread Benjamin Zeller
I can confirm this Bug, I use a Dell USB 3.0 docking station for my XPS15. 
The Laptop screen flickers, but not the one attached to the docking station (2 
Monitor setup).

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

Title:
  Mouse pointer flickers at using DisplayLink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1485682/+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 1309550] Re: Exec should be amdxdg-su -c /usr/bin/amdcccle in ubuntu-amdccclesu.desktop

2015-05-04 Thread Benjamin
Hi there,

I am also being affected, I am running Ubuntu-MATE 15.04  Vivid V,  this
also happened when I was running Ubuntu-MATE 14.04 LTS  and all the UM
15.04  alpha   beta editions..

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

Title:
  Exec should be amdxdg-su -c /usr/bin/amdcccle in ubuntu-
  amdccclesu.desktop

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


Re: [Ubuntu-x-swat] [Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2015-03-04 Thread Benjamin Lee
Alexander,

Have you tried with xorg-server 1.17.x?

sudo add-apt-repository -y ppa:mlankhorst/ppa
sudo perl -pi.vivid -e 's/utopic/vivid/' 
/etc/apt/sources.list.d/mlankhorst-ubuntu-ppa-utopic.list
sudo apt-get update
sudo apt-get -y install xserver-xorg-core

On Wednesday, 2015-03-04 at 07:29:13 PM, Alexander Baldwin scribbled:
 Confirmed on HP ENVY 17 (J130EA) with 14.10 x64. VT switch workaround
 does not work, nor any patches I've tried.
 
 Also seems to be the case on my desktop (custom build, non-nVidia
 graphics card, USB mouse and PS/2 keyboard).
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1220426
 
 Title:
   [nvidia-prime]Freeze while using touchpad
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/xorg-server/+bug/1220426/+subscriptions
 

-- 
Benjamin Lee   mailto:benjamin@realthought.net
Melbourne, Australiahttp://www.realthought.net
Linux / BSD / GNU tel:+61 4 16 BEN LEE

Open Source   para nuestro mundo
__
If you want to know how old a man is, ask his brother-in-law.

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

Title:
  [nvidia-prime]Freeze while using touchpad

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

2015-02-23 Thread Benjamin-tissoires
(In reply to Heiko Stuebner from comment #18)
 I'm not sure if this should get a separate issue, but on my new X250 the
 pnpid seems to be LEN0046 instead of LEN0048
 
 cat /sys/devices/platform/i8042/serio1/firmware_id
 PNP: LEN0046 PNP0f13

Yep, we know about it. See https://patchwork.kernel.org/patch/5820871/

BTW, with latest kernel submission, there should not be needed to patch
libinput  synaptics. It's just been sitting on the list for a while
now.

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

Title:
  [Lenovo ThinkPad X1 Carbon 20BT] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+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 1360293] [NEW] Mouse not working

2014-08-22 Thread Benjamin
Public bug reported:

USB Mouse not working at all, the mouse is powered but the pointer will
not move on screen, mouse is a EasyAcc- X900-M gaming mouse

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Aug 22 15:11:57 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
 bbswitch, 0.7, 3.13.0-30-generic, x86_64: installed
 nvidia-331, 331.38, 3.13.0-24-generic, x86_64: installed
 nvidia-331, 331.38, 3.13.0-30-generic, x86_64: installed
DpkgLog: 2014-08-22 15:08:02 startup packages configure
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 NVIDIA Corporation GK104 [GeForce GTX 770] [10de:1184] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2825]
InstallationDate: Installed on 2014-07-02 (50 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: MSI MS-7816
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=cf32b8fa-4dfc-442a-a646-911ebfa4f038 ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/17/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.2
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87-G43 (MS-7816)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.2:bd05/17/2013:svnMSI:pnMS-7816:pvr1.0:rvnMSI:rnZ87-G43(MS-7816):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7816
dmi.product.version: 1.0
dmi.sys.vendor: MSI
version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Fri Aug 22 13:01:43 2014
xserver.configfile: default
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2

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


** Tags: amd64 apport-bug compiz-0.9 trusty 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/1360293

Title:
  Mouse not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1360293/+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 1246683] Re: Middle button does not work for scrolling

2014-08-03 Thread Benjamin Braun
T_Send - Thanks for your script, middle button scrolling is finally
working =)

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

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+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 1307877] Re: Laptop Monitor Brightness reduced to minimum and disabled after disconnection from external monitor.

2014-07-30 Thread Benjamin Xiao
I can confirm this bug. However, the brightness control gets disabled
right after I plug in a secondary monitor and remains disabled when I
disconnect.

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

Title:
  Laptop Monitor Brightness reduced to minimum and disabled after
  disconnection from external monitor.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1307877/+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 1268049] Re: [Lenovo ThinkPad T440s] Mouse wheel emulation non-functional with soft buttons

2014-07-14 Thread Benjamin Braun
*** This bug is a duplicate of bug 1246683 ***
https://bugs.launchpad.net/bugs/1246683

** Changed in: xorg (Ubuntu)
   Status: Expired = New

** This bug has been marked a duplicate of bug 1246683
   Middle button does not work for scrolling

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

Title:
  [Lenovo ThinkPad T440s] Mouse wheel emulation non-functional with soft
  buttons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1268049/+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 1333422] [NEW] Incorrect byte order on ppc64el

2014-06-23 Thread Benjamin Herrenschmidt
Public bug reported:

The X server has an old assumption that __powerpc__ is big endian. This was 
just fixed
upstream with this very simple patch which should be applied to ubuntu's 
version as well:

http://cgit.freedesktop.org/xorg/xserver/commit/?id=adb7bc3386559dfee34b359dadcbb6796bc416e7

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Incorrect byte order on ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1333422/+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 1246683] Re: Middle button does not work for scrolling

2014-05-29 Thread Benjamin Xiao
Does this bug also cover other issues with the X1 Carbon touchpad
buttons? None of the top buttons work for me and the bottom button
regions are huge (they take up 50% of the touchpad).

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

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+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 1307236] Re: NVidia Issues - blurry text after upgrading from 13.10 to 14.04

2014-04-18 Thread Benjamin Rood
Okay, the fix for this is to disable FXAA antialiasing in nvidia-
settings.

In the terminal, type:

nvidia-settings

Then a control panel will open.

Uncheck the FXAA Antialiasing box.

Screenshot attached.

This is a possible duplicate of the following bug report:

https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-331-updates/+bug/1309595

** Attachment added: Screenshot from 2014-04-19 11:10:07.png
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1307236/+attachment/4088194/+files/Screenshot%20from%202014-04-19%2011%3A10%3A07.png

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

Title:
  NVidia Issues - blurry text after upgrading from 13.10 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1307236/+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 1048455] Re: Gdk-WARNING: gnome-session: Fatal IO error 11

2014-01-05 Thread Benjamin Kaiser
Hi Christopher,

Thank you for following this up. I do not use my macbook mentioned for
much anymore (it doesn't have Ubuntu on it anymore). But from my gained
knowledge and experience on Linux in the past  year an a bit I would
have to say that this bug I would put down to the nVidia drivers at the
time. Also the graphics card in the laptop would have been 2007-2008 so
it was rather old and low-end. As such I would mark this as closed as it
has most likely been fixed by nVidia's newest drivers (and other
versions of software improving over time also).

Kind regards,
Ben Kaiser

** Changed in: xorg (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Gdk-WARNING: gnome-session: Fatal IO error 11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1048455/+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 1242744] [NEW] Tablet cannot be assigned to a single screen from Wacom settings dialog when running (X)Mir

2013-10-21 Thread Benjamin Tegge
Public bug reported:

I cannot assign my tablet (Wacom Intuos 4 PTK-540WL) to a single screen
from Wacom settings dialog when running (X)Mir in 13.10 with two
monitors. Disabling unity-system-compositor session and running
traditional xserver, everything is fine again.

** Affects: xf86-input-wacom (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Tablet cannot be assigned to a single screen from Wacom settings
  dialog when running (X)Mir

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/1242744/+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 1242744] Re: Tablet cannot be assigned to a single screen from Wacom settings dialog when running (X)Mir

2013-10-21 Thread Benjamin Tegge
** Package changed: xf86-input-wacom (Ubuntu) = xmir

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

Title:
  Tablet cannot be assigned to a single screen from Wacom settings
  dialog when running (X)Mir

To manage notifications about this bug go to:
https://bugs.launchpad.net/xmir/+bug/1242744/+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 1223526] [NEW] [sandybridge-m-gt2] GPU lockup IPEHR: 0x7a000002 IPEHR: 0x0b140001

2013-09-10 Thread Benjamin Kerensa
Public bug reported:

GPU lock up

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: xserver-xorg-video-intel 2:2.21.14-4ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-5.11-generic 3.11.0
Uname: Linux 3.11.0-5-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.1-0ubuntu3
Architecture: amd64
Chipset: sandybridge-m-gt2
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Sep  9 13:41:21 2013
DistUpgraded: 2013-07-26 23:14:48,801 DEBUG enabling apt cron job
DistroCodename: saucy
DistroVariant: ubuntu
DuplicateSignature: [sandybridge-m-gt2] GPU lockup  IPEHR: 0x7a02 IPEHR: 
0x0b140001 Ubuntu 13.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GpuHangFrequency: I don't know
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:051b]
InstallationDate: Installed on 2013-07-27 (45 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
InterpreterPath: /usr/bin/python3.3
MachineType: Dell Inc. Dell System Inspiron N411Z
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-5-generic 
root=UUID=132b8e71-0e4d-42f4-bb3d-8b0a25d42a35 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu5
 libdrm2  2.4.46-1
 xserver-xorg-video-intel 2:2.21.14-4ubuntu3
SourcePackage: xserver-xorg-video-intel
Title: [sandybridge-m-gt2] GPU lockup  IPEHR: 0x7a02 IPEHR: 0x0b140001
UpgradeStatus: Upgraded to saucy on 2013-07-27 (45 days ago)
UserGroups:
 
dmi.bios.date: 06/24/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A00
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 0VK06J
dmi.board.vendor: Dell Inc.
dmi.board.version: FAB1
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd06/24/2011:svnDellInc.:pnDellSystemInspironN411Z:pvr:rvnDellInc.:rn0VK06J:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System Inspiron N411Z
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.10+13.10.20130828.2-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.14.2.901-2ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu6
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.14-4ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Tue Sep 10 10:23:22 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   12348 
 vendor AUO
xserver.version: 2:1.14.2.901-2ubuntu4

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash compiz-0.9 freeze saucy ubuntu

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

Title:
  [sandybridge-m-gt2] GPU lockup  IPEHR: 0x7a02 IPEHR: 0x0b140001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1223526/+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 1180108] Re: Sync pixman 0.30.0-3 (main) from Debian unstable (main)

2013-08-10 Thread Benjamin Drung
This bug was fixed in the package pixman - 0.30.0-3
Sponsored for CSRedRat (csredrat)

---
pixman (0.30.0-3) sid; urgency=low

  * Increase timeout for the alpha-loop test.  That will hopefully let it pass
on the mips buildd.

 -- Julien Cristau jcris...@debian.org  Sat, 03 Aug 2013 10:24:29
+0200

pixman (0.30.0-2) sid; urgency=low

  * Disable silent Makefile rules.
  * Disable arm iwmmxt fast paths.  It breaks the build.
  * Fix matrix-test on big endian (patch from Siarhei Siamashka).

 -- Julien Cristau jcris...@debian.org  Sat, 27 Jul 2013 21:40:48
+0200

pixman (0.30.0-1) sid; urgency=low

  [ Maarten Lankhorst, Cyril Brulebois, Julien Cristau ]
  * New upstream release.

 -- Julien Cristau jcris...@debian.org  Fri, 26 Jul 2013 14:58:25
+0200

** Changed in: pixman (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Sync pixman 0.30.0-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pixman/+bug/1180108/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-07-04 Thread Benjamin Drung
The errors have the same form. I tested xserver-xorg-video-intel
2.21.11+git20130701.7d916398-0ubuntu0sarvatt~raring, which showed the
same glitches, too.

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-30 Thread Benjamin Drung
I grabbed the linux 3.8.0-25.37 source tarball, applied the patch
mentioned in comment #26, built and installed the package. I still do
see the glitch in Evolution with this patch applied.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Fix Committed = Triaged

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-30 Thread Benjamin Drung
Therefore the patch is not sufficient.

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-30 Thread Benjamin Drung
I have tested it with xserver-xorg-video-intel from raring and version
2.21.10+git20130627.60d716b5-0ubuntu0sarvatt~raring from ppa:xorg-
edgers. I experience glitches with both versions.

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I have installed all updates from ppa:xorg-edgers [1]. The mouse and
everything else is working like it should.

I see no visual glitches, yet. I will continue to use the system and
will report back if I experince a glich again. Assume that the gliches
are gone otherwise.

[1] These updates include:
mesa 9.2.0~git20130612.adf324ad-0ubuntu0sarvatt~raring
xorg-server 
2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring
xserver-xorg-video-intel 2:2.21.9+git20130612.1f180b89-0ubuntu0sarvatt~raring

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
BTW, here is a glitch I saw two weeks ago in the Firefox browser.

** Attachment added: visual glitch.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704416/+files/visual%20glitch.png

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Triaged

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I haven't experince the glitch in Evolution with ppa:xorg-edgers, but I
experience glitches in the slide pane in LibreOffice (screenshot
attached).

** Attachment added: libreoffice-glitch.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704573/+files/libreoffice-glitch.png

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I installed linux-image-3.10.0-994-generic_3.10.0-994.201306140422_amd64
(+ headers) from drm-intel-nightly, but the LibreOffice glitches are
still there.

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I open a presentation (that contains multiple slides) with Impress and
scroll in the slide pane with my mouse wheel. In some cases I see
glitches in the slide pane by just opening a presentation.

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
Here is one screenshot of a glitch produced by the example presentation.

** Attachment added: impress-glitch.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704595/+files/impress-glitch.png

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
Here is an example presentation that can trigger glitches by opening it.

** Attachment added: test.odp
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704594/+files/test.odp

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
Here is another screenshot.

** Attachment added: impress-glitch2.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+attachment/3704596/+files/impress-glitch2.png

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

Title:
  visual glitch in Evolution's importance button, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157458/+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 1157458] Re: visual glitch in Evolution's importance button, etc.

2013-06-15 Thread Benjamin Drung
I saw the visual glitch in Evolution (screenshot in comment #1) again
(with the setup described in comment #16 and #19).

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

Title:
  visual glitch in Evolution's importance button, etc.

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


  1   2   3   4   5   >