[Desktop-packages] [Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-06-25 Thread Paul van Tilburg
*** This bug is a duplicate of bug 1754296 ***
https://bugs.launchpad.net/bugs/1754296

Similar report in Debian: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891287
and the upstream issue report at Freedesktop Xorg upstream: 
https://bugs.freedesktop.org/show_bug.cgi?id=105570 (where the breaking commits 
are identified!).

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

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

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

Title:
  [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  For certain games I disable the Composite extension in my
  /etc/X11/xorg.conf when using a non-composited window manager like
  openbox, fluxbox or marco.

  This worked flawlessly in all previous Ubuntu versions including 17.10
  (artful).

  This stopped working with Ubuntu 18.04 (bionic). I tested with the
  mainline kernel 4.16 and the current 4.15 kernel in bionic-proposed
  and bionic. Xserver will crash with "Option "Composite"
  "0/False/Disable"

  When I comment out the specific line in the Extensions section (that
  means *enabling* Composite) it works again with this xorg.conf. I can
  also do other stuff like disabling DRI3 or AIGLX. No crashes in these
  cases.

  My xorg.conf:
  Section "Device"
  Identifier "Intel GMA45" ##just a trivial name as Identifier
  Driver "intel"
  EndSection

  Section "Extensions"
  Option "Composite" "0"
  EndSection

  It has a backtrace and caughts signal 6.

  My Xorg.0.log:
  [35.779]
  X.Org X Server 1.19.6
  Release Date: 2017-12-20
  [35.781] X Protocol Version 11, Revision 0
  [35.782] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
  [35.783] Current Operating System: Linux bdcomputerclub 
4.16.0-994-generic #201803022100 SMP Sat Mar 3 02:03:37 UTC 2018 x86_64
  [35.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-994-generic 
root=UUID=cb2eb60a-9760-4805-95eb-0db77947ac82 ro quiet splash
  [35.787] Build Date: 22 February 2018  08:04:42PM
  [35.788] xorg-server 2:1.19.6-1ubuntu2 (For technical support please see 
http://www.ubuntu.com/support)
  [35.789] Current version of pixman: 0.34.0
  [35.792]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [35.792] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [35.799] (==) Log file: "/home/christian/.local/share/xorg/Xorg.0.log", 
Time: Wed Mar  7 22:43:35 2018
  [35.801] (==) Using config file: "/etc/X11/xorg.conf"
  [35.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [35.803] (==) No Layout section.  Using the first Screen section.
  [35.803] (==) No screen section available. Using defaults.
  [35.803] (**) |-->Screen "Default Screen Section" (0)
  [35.803] (**) |   |-->Monitor ""
  [35.804] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
  [35.804] (**) |   |-->Device "Intel GMA45 Express Chipset"
  [35.804] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [35.804] (==) Automatically adding devices
  [35.804] (==) Automatically enabling devices
  [35.804] (==) Automatically adding GPU devices
  [35.804] (==) Automatically binding GPU devices
  [35.804] (==) Max clients allowed: 256, resource mask: 0x1f
  [35.809] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [35.809]  Entry deleted from font path.
  [35.822] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
  [35.822] (==) ModulePath set to "/usr/lib/xorg/modules"
  [35.822] (**) Extension "Composite" is disabled
  [35.822] (II) The server relies on udev to provide the list of input 
devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
  [35.822] (II) Loader magic: 0x55cfd2964020
  [35.822] (II) Module ABI versions:
  [35.822]  X.Org ANSI C Emulation: 0.4
  [35.822]  X.Org Video Driver: 23.0
  [35.822]  X.Org XInput driver : 24.1
  [35.822]  X.Org Server Extension : 10.0
  [35.824] (++) using VT number 1

  [35.827] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_32
  [35.828] (II) xfree86: Adding 

[Desktop-packages] [Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-05-07 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1754296 ***
https://bugs.launchpad.net/bugs/1754296

** This bug has been marked a duplicate of bug 1754296
   [bionic] startx / xinit crashes with GLX backtrace if Composite Disabled in 
xorg.conf (intel mesa driver)

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

Title:
  [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  For certain games I disable the Composite extension in my
  /etc/X11/xorg.conf when using a non-composited window manager like
  openbox, fluxbox or marco.

  This worked flawlessly in all previous Ubuntu versions including 17.10
  (artful).

  This stopped working with Ubuntu 18.04 (bionic). I tested with the
  mainline kernel 4.16 and the current 4.15 kernel in bionic-proposed
  and bionic. Xserver will crash with "Option "Composite"
  "0/False/Disable"

  When I comment out the specific line in the Extensions section (that
  means *enabling* Composite) it works again with this xorg.conf. I can
  also do other stuff like disabling DRI3 or AIGLX. No crashes in these
  cases.

  My xorg.conf:
  Section "Device"
  Identifier "Intel GMA45" ##just a trivial name as Identifier
  Driver "intel"
  EndSection

  Section "Extensions"
  Option "Composite" "0"
  EndSection

  It has a backtrace and caughts signal 6.

  My Xorg.0.log:
  [35.779]
  X.Org X Server 1.19.6
  Release Date: 2017-12-20
  [35.781] X Protocol Version 11, Revision 0
  [35.782] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
  [35.783] Current Operating System: Linux bdcomputerclub 
4.16.0-994-generic #201803022100 SMP Sat Mar 3 02:03:37 UTC 2018 x86_64
  [35.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-994-generic 
root=UUID=cb2eb60a-9760-4805-95eb-0db77947ac82 ro quiet splash
  [35.787] Build Date: 22 February 2018  08:04:42PM
  [35.788] xorg-server 2:1.19.6-1ubuntu2 (For technical support please see 
http://www.ubuntu.com/support)
  [35.789] Current version of pixman: 0.34.0
  [35.792]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [35.792] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [35.799] (==) Log file: "/home/christian/.local/share/xorg/Xorg.0.log", 
Time: Wed Mar  7 22:43:35 2018
  [35.801] (==) Using config file: "/etc/X11/xorg.conf"
  [35.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [35.803] (==) No Layout section.  Using the first Screen section.
  [35.803] (==) No screen section available. Using defaults.
  [35.803] (**) |-->Screen "Default Screen Section" (0)
  [35.803] (**) |   |-->Monitor ""
  [35.804] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
  [35.804] (**) |   |-->Device "Intel GMA45 Express Chipset"
  [35.804] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [35.804] (==) Automatically adding devices
  [35.804] (==) Automatically enabling devices
  [35.804] (==) Automatically adding GPU devices
  [35.804] (==) Automatically binding GPU devices
  [35.804] (==) Max clients allowed: 256, resource mask: 0x1f
  [35.809] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [35.809]  Entry deleted from font path.
  [35.822] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
  [35.822] (==) ModulePath set to "/usr/lib/xorg/modules"
  [35.822] (**) Extension "Composite" is disabled
  [35.822] (II) The server relies on udev to provide the list of input 
devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
  [35.822] (II) Loader magic: 0x55cfd2964020
  [35.822] (II) Module ABI versions:
  [35.822]  X.Org ANSI C Emulation: 0.4
  [35.822]  X.Org Video Driver: 23.0
  [35.822]  X.Org XInput driver : 24.1
  [35.822]  X.Org Server Extension : 10.0
  [35.824] (++) using VT number 1

  [35.827] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_32
  [35.828] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.829] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 
paused 0
  [35.832] (--) PCI:*(0:0:2:0) 8086:2a42:1025:0459 rev 9, Mem @ 
0xd000/4194304, 0xc000/268435456, I/O @ 0x50f0/8, BIOS @ 
0x/131072
  [35.832] (--) PCI: 

[Desktop-packages] [Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-05-07 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  For certain games I disable the Composite extension in my
  /etc/X11/xorg.conf when using a non-composited window manager like
  openbox, fluxbox or marco.

  This worked flawlessly in all previous Ubuntu versions including 17.10
  (artful).

  This stopped working with Ubuntu 18.04 (bionic). I tested with the
  mainline kernel 4.16 and the current 4.15 kernel in bionic-proposed
  and bionic. Xserver will crash with "Option "Composite"
  "0/False/Disable"

  When I comment out the specific line in the Extensions section (that
  means *enabling* Composite) it works again with this xorg.conf. I can
  also do other stuff like disabling DRI3 or AIGLX. No crashes in these
  cases.

  My xorg.conf:
  Section "Device"
  Identifier "Intel GMA45" ##just a trivial name as Identifier
  Driver "intel"
  EndSection

  Section "Extensions"
  Option "Composite" "0"
  EndSection

  It has a backtrace and caughts signal 6.

  My Xorg.0.log:
  [35.779]
  X.Org X Server 1.19.6
  Release Date: 2017-12-20
  [35.781] X Protocol Version 11, Revision 0
  [35.782] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
  [35.783] Current Operating System: Linux bdcomputerclub 
4.16.0-994-generic #201803022100 SMP Sat Mar 3 02:03:37 UTC 2018 x86_64
  [35.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-994-generic 
root=UUID=cb2eb60a-9760-4805-95eb-0db77947ac82 ro quiet splash
  [35.787] Build Date: 22 February 2018  08:04:42PM
  [35.788] xorg-server 2:1.19.6-1ubuntu2 (For technical support please see 
http://www.ubuntu.com/support)
  [35.789] Current version of pixman: 0.34.0
  [35.792]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [35.792] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [35.799] (==) Log file: "/home/christian/.local/share/xorg/Xorg.0.log", 
Time: Wed Mar  7 22:43:35 2018
  [35.801] (==) Using config file: "/etc/X11/xorg.conf"
  [35.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [35.803] (==) No Layout section.  Using the first Screen section.
  [35.803] (==) No screen section available. Using defaults.
  [35.803] (**) |-->Screen "Default Screen Section" (0)
  [35.803] (**) |   |-->Monitor ""
  [35.804] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
  [35.804] (**) |   |-->Device "Intel GMA45 Express Chipset"
  [35.804] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [35.804] (==) Automatically adding devices
  [35.804] (==) Automatically enabling devices
  [35.804] (==) Automatically adding GPU devices
  [35.804] (==) Automatically binding GPU devices
  [35.804] (==) Max clients allowed: 256, resource mask: 0x1f
  [35.809] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [35.809]  Entry deleted from font path.
  [35.822] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
  [35.822] (==) ModulePath set to "/usr/lib/xorg/modules"
  [35.822] (**) Extension "Composite" is disabled
  [35.822] (II) The server relies on udev to provide the list of input 
devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
  [35.822] (II) Loader magic: 0x55cfd2964020
  [35.822] (II) Module ABI versions:
  [35.822]  X.Org ANSI C Emulation: 0.4
  [35.822]  X.Org Video Driver: 23.0
  [35.822]  X.Org XInput driver : 24.1
  [35.822]  X.Org Server Extension : 10.0
  [35.824] (++) using VT number 1

  [35.827] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_32
  [35.828] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.829] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 
paused 0
  [35.832] (--) PCI:*(0:0:2:0) 8086:2a42:1025:0459 rev 9, Mem @ 
0xd000/4194304, 0xc000/268435456, I/O @ 0x50f0/8, BIOS @ 
0x/131072
  [35.832] (--) PCI: (0:0:2:1) 8086:2a43:1025:0459 rev 9, Mem @ 
0xd340/1048576
  [35.833] (II) LoadModule: "glx"
  [ 

[Desktop-packages] [Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-08 Thread Christian Niemeyer
Ok, thanks!

However there was nothing in my /var/crash folder. Nonetheless I tried
to file a new bug with ubuntu-bug xorg. It added lots of system
information and logs.

here it is: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1754296

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

Title:
  [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  For certain games I disable the Composite extension in my
  /etc/X11/xorg.conf when using a non-composited window manager like
  openbox, fluxbox or marco.

  This worked flawlessly in all previous Ubuntu versions including 17.10
  (artful).

  This stopped working with Ubuntu 18.04 (bionic). I tested with the
  mainline kernel 4.16 and the current 4.15 kernel in bionic-proposed
  and bionic. Xserver will crash with "Option "Composite"
  "0/False/Disable"

  When I comment out the specific line in the Extensions section (that
  means *enabling* Composite) it works again with this xorg.conf. I can
  also do other stuff like disabling DRI3 or AIGLX. No crashes in these
  cases.

  My xorg.conf:
  Section "Device"
  Identifier "Intel GMA45" ##just a trivial name as Identifier
  Driver "intel"
  EndSection

  Section "Extensions"
  Option "Composite" "0"
  EndSection

  It has a backtrace and caughts signal 6.

  My Xorg.0.log:
  [35.779]
  X.Org X Server 1.19.6
  Release Date: 2017-12-20
  [35.781] X Protocol Version 11, Revision 0
  [35.782] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
  [35.783] Current Operating System: Linux bdcomputerclub 
4.16.0-994-generic #201803022100 SMP Sat Mar 3 02:03:37 UTC 2018 x86_64
  [35.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-994-generic 
root=UUID=cb2eb60a-9760-4805-95eb-0db77947ac82 ro quiet splash
  [35.787] Build Date: 22 February 2018  08:04:42PM
  [35.788] xorg-server 2:1.19.6-1ubuntu2 (For technical support please see 
http://www.ubuntu.com/support)
  [35.789] Current version of pixman: 0.34.0
  [35.792]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [35.792] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [35.799] (==) Log file: "/home/christian/.local/share/xorg/Xorg.0.log", 
Time: Wed Mar  7 22:43:35 2018
  [35.801] (==) Using config file: "/etc/X11/xorg.conf"
  [35.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [35.803] (==) No Layout section.  Using the first Screen section.
  [35.803] (==) No screen section available. Using defaults.
  [35.803] (**) |-->Screen "Default Screen Section" (0)
  [35.803] (**) |   |-->Monitor ""
  [35.804] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
  [35.804] (**) |   |-->Device "Intel GMA45 Express Chipset"
  [35.804] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [35.804] (==) Automatically adding devices
  [35.804] (==) Automatically enabling devices
  [35.804] (==) Automatically adding GPU devices
  [35.804] (==) Automatically binding GPU devices
  [35.804] (==) Max clients allowed: 256, resource mask: 0x1f
  [35.809] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [35.809]  Entry deleted from font path.
  [35.822] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
  [35.822] (==) ModulePath set to "/usr/lib/xorg/modules"
  [35.822] (**) Extension "Composite" is disabled
  [35.822] (II) The server relies on udev to provide the list of input 
devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
  [35.822] (II) Loader magic: 0x55cfd2964020
  [35.822] (II) Module ABI versions:
  [35.822]  X.Org ANSI C Emulation: 0.4
  [35.822]  X.Org Video Driver: 23.0
  [35.822]  X.Org XInput driver : 24.1
  [35.822]  X.Org Server Extension : 10.0
  [35.824] (++) using VT number 1

  [35.827] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_32
  [35.828] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.829] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 
paused 0
  [35.832] (--) PCI:*(0:0:2:0) 8086:2a42:1025:0459 rev 9, Mem @ 
0xd000/4194304, 0xc000/268435456, I/O @ 0x50f0/8, BIOS @ 
0x/131072
  [35.832] (--) PCI: (0:0:2:1) 

[Desktop-packages] [Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-08 Thread Christian Niemeyer
Tried with rebooting and restarting, nothing in /var/crash

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

Title:
  [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  For certain games I disable the Composite extension in my
  /etc/X11/xorg.conf when using a non-composited window manager like
  openbox, fluxbox or marco.

  This worked flawlessly in all previous Ubuntu versions including 17.10
  (artful).

  This stopped working with Ubuntu 18.04 (bionic). I tested with the
  mainline kernel 4.16 and the current 4.15 kernel in bionic-proposed
  and bionic. Xserver will crash with "Option "Composite"
  "0/False/Disable"

  When I comment out the specific line in the Extensions section (that
  means *enabling* Composite) it works again with this xorg.conf. I can
  also do other stuff like disabling DRI3 or AIGLX. No crashes in these
  cases.

  My xorg.conf:
  Section "Device"
  Identifier "Intel GMA45" ##just a trivial name as Identifier
  Driver "intel"
  EndSection

  Section "Extensions"
  Option "Composite" "0"
  EndSection

  It has a backtrace and caughts signal 6.

  My Xorg.0.log:
  [35.779]
  X.Org X Server 1.19.6
  Release Date: 2017-12-20
  [35.781] X Protocol Version 11, Revision 0
  [35.782] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
  [35.783] Current Operating System: Linux bdcomputerclub 
4.16.0-994-generic #201803022100 SMP Sat Mar 3 02:03:37 UTC 2018 x86_64
  [35.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-994-generic 
root=UUID=cb2eb60a-9760-4805-95eb-0db77947ac82 ro quiet splash
  [35.787] Build Date: 22 February 2018  08:04:42PM
  [35.788] xorg-server 2:1.19.6-1ubuntu2 (For technical support please see 
http://www.ubuntu.com/support)
  [35.789] Current version of pixman: 0.34.0
  [35.792]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [35.792] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [35.799] (==) Log file: "/home/christian/.local/share/xorg/Xorg.0.log", 
Time: Wed Mar  7 22:43:35 2018
  [35.801] (==) Using config file: "/etc/X11/xorg.conf"
  [35.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [35.803] (==) No Layout section.  Using the first Screen section.
  [35.803] (==) No screen section available. Using defaults.
  [35.803] (**) |-->Screen "Default Screen Section" (0)
  [35.803] (**) |   |-->Monitor ""
  [35.804] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
  [35.804] (**) |   |-->Device "Intel GMA45 Express Chipset"
  [35.804] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [35.804] (==) Automatically adding devices
  [35.804] (==) Automatically enabling devices
  [35.804] (==) Automatically adding GPU devices
  [35.804] (==) Automatically binding GPU devices
  [35.804] (==) Max clients allowed: 256, resource mask: 0x1f
  [35.809] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [35.809]  Entry deleted from font path.
  [35.822] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
  [35.822] (==) ModulePath set to "/usr/lib/xorg/modules"
  [35.822] (**) Extension "Composite" is disabled
  [35.822] (II) The server relies on udev to provide the list of input 
devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
  [35.822] (II) Loader magic: 0x55cfd2964020
  [35.822] (II) Module ABI versions:
  [35.822]  X.Org ANSI C Emulation: 0.4
  [35.822]  X.Org Video Driver: 23.0
  [35.822]  X.Org XInput driver : 24.1
  [35.822]  X.Org Server Extension : 10.0
  [35.824] (++) using VT number 1

  [35.827] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_32
  [35.828] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.829] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 
paused 0
  [35.832] (--) PCI:*(0:0:2:0) 8086:2a42:1025:0459 rev 9, Mem @ 
0xd000/4194304, 0xc000/268435456, I/O @ 0x50f0/8, BIOS @ 
0x/131072
  [35.832] (--) PCI: (0:0:2:1) 8086:2a43:1025:0459 rev 9, Mem @ 
0xd340/1048576
  [35.833] (II) LoadModule: "glx"
  [35.836] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  [35.850] (II) Module 

[Desktop-packages] [Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-07 Thread Daniel van Vugt
To debug this we will need an automated crash report. Please look in
/var/crash for crash files and then run:

  ubuntu-bug /var/crash/YOURFILE.crash

And then tell us here what the ID of the new bug is.

** Changed in: xorg-server (Ubuntu)
   Status: New => Incomplete

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

Title:
  [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  For certain games I disable the Composite extension in my
  /etc/X11/xorg.conf when using a non-composited window manager like
  openbox, fluxbox or marco.

  This worked flawlessly in all previous Ubuntu versions including 17.10
  (artful).

  This stopped working with Ubuntu 18.04 (bionic). I tested with the
  mainline kernel 4.16 and the current 4.15 kernel in bionic-proposed
  and bionic. Xserver will crash with "Option "Composite"
  "0/False/Disable"

  When I comment out the specific line in the Extensions section (that
  means *enabling* Composite) it works again with this xorg.conf. I can
  also do other stuff like disabling DRI3 or AIGLX. No crashes in these
  cases.

  My xorg.conf:
  Section "Device"
  Identifier "Intel GMA45" ##just a trivial name as Identifier
  Driver "intel"
  EndSection

  Section "Extensions"
  Option "Composite" "0"
  EndSection

  It has a backtrace and caughts signal 6.

  My Xorg.0.log:
  [35.779]
  X.Org X Server 1.19.6
  Release Date: 2017-12-20
  [35.781] X Protocol Version 11, Revision 0
  [35.782] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
  [35.783] Current Operating System: Linux bdcomputerclub 
4.16.0-994-generic #201803022100 SMP Sat Mar 3 02:03:37 UTC 2018 x86_64
  [35.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-994-generic 
root=UUID=cb2eb60a-9760-4805-95eb-0db77947ac82 ro quiet splash
  [35.787] Build Date: 22 February 2018  08:04:42PM
  [35.788] xorg-server 2:1.19.6-1ubuntu2 (For technical support please see 
http://www.ubuntu.com/support)
  [35.789] Current version of pixman: 0.34.0
  [35.792]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [35.792] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [35.799] (==) Log file: "/home/christian/.local/share/xorg/Xorg.0.log", 
Time: Wed Mar  7 22:43:35 2018
  [35.801] (==) Using config file: "/etc/X11/xorg.conf"
  [35.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [35.803] (==) No Layout section.  Using the first Screen section.
  [35.803] (==) No screen section available. Using defaults.
  [35.803] (**) |-->Screen "Default Screen Section" (0)
  [35.803] (**) |   |-->Monitor ""
  [35.804] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
  [35.804] (**) |   |-->Device "Intel GMA45 Express Chipset"
  [35.804] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [35.804] (==) Automatically adding devices
  [35.804] (==) Automatically enabling devices
  [35.804] (==) Automatically adding GPU devices
  [35.804] (==) Automatically binding GPU devices
  [35.804] (==) Max clients allowed: 256, resource mask: 0x1f
  [35.809] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [35.809]  Entry deleted from font path.
  [35.822] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
  [35.822] (==) ModulePath set to "/usr/lib/xorg/modules"
  [35.822] (**) Extension "Composite" is disabled
  [35.822] (II) The server relies on udev to provide the list of input 
devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
  [35.822] (II) Loader magic: 0x55cfd2964020
  [35.822] (II) Module ABI versions:
  [35.822]  X.Org ANSI C Emulation: 0.4
  [35.822]  X.Org Video Driver: 23.0
  [35.822]  X.Org XInput driver : 24.1
  [35.822]  X.Org Server Extension : 10.0
  [35.824] (++) using VT number 1

  [35.827] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_32
  [35.828] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.829] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 
paused 0
  [35.832] (--) PCI:*(0:0:2:0) 8086:2a42:1025:0459 rev 9, Mem @ 
0xd000/4194304, 0xc000/268435456, I/O @ 0x50f0/8, BIOS @ 
0x/131072
  [

[Desktop-packages] [Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-07 Thread Christian Niemeyer
Another interesting thing with this xserver-xorg-core is that it ignores
Option "AIGLX" "Off" in the ServerFlags section and initializes AIGLX.
This also hasn't happened before bionic.

And the crashing (see the Xorg.0.log in my previous post) seems to
happen right where normally some AIGLX initialization is logged.

Here's a Xorg.0.log with Composite *not* disabled, but trying to disable
AIGLX. Seems like it gets ignored and the crash with trying to startx
with Composite Disable happens right before the following:


[87.708] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[87.708] (II) AIGLX: enabled GLX_ARB_create_context
[87.708] (II) AIGLX: enabled GLX_ARB_create_context_profile
[87.708] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[87.708] (II) AIGLX: enabled GLX_INTEL_swap_event
[87.708] (II) AIGLX: enabled GLX_SGI_swap_control
[87.708] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[87.708] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[87.708] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[87.708] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[87.708] (II) AIGLX: Loaded and initialized i965


My xorg.conf:

Section "ServerFlags"
Option "AIGLX" "off"
EndSection


Section "Device"
Identifier "Intel GMA 450"
Driver "intel"
EndSection

Section "Extensions"
# Option "Composite" "0"
EndSection




** Attachment added: "Full Xorg.0.log when starting normally"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1754177/+attachment/5072490/+files/Xorg.0.log

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

Title:
  [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

Status in xorg-server package in Ubuntu:
  New

Bug description:
  For certain games I disable the Composite extension in my
  /etc/X11/xorg.conf when using a non-composited window manager like
  openbox, fluxbox or marco.

  This worked flawlessly in all previous Ubuntu versions including 17.10
  (artful).

  This stopped working with Ubuntu 18.04 (bionic). I tested with the
  mainline kernel 4.16 and the current 4.15 kernel in bionic-proposed
  and bionic. Xserver will crash with "Option "Composite"
  "0/False/Disable"

  When I comment out the specific line in the Extensions section (that
  means *enabling* Composite) it works again with this xorg.conf. I can
  also do other stuff like disabling DRI3 or AIGLX. No crashes in these
  cases.

  My xorg.conf:
  Section "Device"
  Identifier "Intel GMA45" ##just a trivial name as Identifier
  Driver "intel"
  EndSection

  Section "Extensions"
  Option "Composite" "0"
  EndSection

  It has a backtrace and caughts signal 6.

  My Xorg.0.log:
  [35.779]
  X.Org X Server 1.19.6
  Release Date: 2017-12-20
  [35.781] X Protocol Version 11, Revision 0
  [35.782] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
  [35.783] Current Operating System: Linux bdcomputerclub 
4.16.0-994-generic #201803022100 SMP Sat Mar 3 02:03:37 UTC 2018 x86_64
  [35.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-994-generic 
root=UUID=cb2eb60a-9760-4805-95eb-0db77947ac82 ro quiet splash
  [35.787] Build Date: 22 February 2018  08:04:42PM
  [35.788] xorg-server 2:1.19.6-1ubuntu2 (For technical support please see 
http://www.ubuntu.com/support)
  [35.789] Current version of pixman: 0.34.0
  [35.792]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [35.792] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [35.799] (==) Log file: "/home/christian/.local/share/xorg/Xorg.0.log", 
Time: Wed Mar  7 22:43:35 2018
  [35.801] (==) Using config file: "/etc/X11/xorg.conf"
  [35.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [35.803] (==) No Layout section.  Using the first Screen section.
  [35.803] (==) No screen section available. Using defaults.
  [35.803] (**) |-->Screen "Default Screen Section" (0)
  [35.803] (**) |   |-->Monitor ""
  [35.804] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
  [35.804] (**) |   |-->Device "Intel GMA45 Express Chipset"
  [35.804] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [35.804] (==) Automatically adding devices
  [35.804] (==) Automatically enabling devices
  [35.804] (==) Automatically adding GPU devices
  [35.804] (==) Automatically binding GPU devices
  [35.804] (==) Max clients allowed: 256, resource mask: 0x1f
  [35.809] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [35.809] 

[Desktop-packages] [Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-07 Thread Christian Niemeyer
Here's my glxinfo output when Xserver is not crashing (started with
Composite *enabled*)

** Attachment added: "glxinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1754177/+attachment/5072328/+files/glxinfo.txt

** Description changed:

  For certain games I disable the Composite extension in my
  /etc/X11/xorg.conf when using a non-composited window manager like
  openbox, fluxbox or marco.
  
  This worked flawlessly in all previous Ubuntu versions including 17.10
  (artful).
  
  This stopped working with Ubuntu 18.04 (bionic). I tested with the
  mainline kernel 4.16 and the current 4.15 kernel in bionic-proposed and
  bionic. Xserver will crash with "Option "Composite" "0/False/Disable"
  
- When I comment out the line it works again with this xorg.conf. I can
+ When I comment out the specific line in the Extensions section (that
+ means *enabling* Composite) it works again with this xorg.conf. I can
  also do other stuff like disabling DRI3 or AIGLX. No crashes in these
  cases.
  
  My xorg.conf:
  Section "Device"
  Identifier "Intel GMA45" ##just a trivial name as Identifier
  Driver "intel"
  EndSection
  
  Section "Extensions"
  Option "Composite" "0"
  EndSection
  
  It has a backtrace and caughts signal 6.
  
  My Xorg.0.log:
  [35.779]
  X.Org X Server 1.19.6
  Release Date: 2017-12-20
  [35.781] X Protocol Version 11, Revision 0
  [35.782] Build Operating System: Linux 4.4.0-101-generic x86_64 Ubuntu
  [35.783] Current Operating System: Linux bdcomputerclub 
4.16.0-994-generic #201803022100 SMP Sat Mar 3 02:03:37 UTC 2018 x86_64
  [35.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-994-generic 
root=UUID=cb2eb60a-9760-4805-95eb-0db77947ac82 ro quiet splash
  [35.787] Build Date: 22 February 2018  08:04:42PM
  [35.788] xorg-server 2:1.19.6-1ubuntu2 (For technical support please see 
http://www.ubuntu.com/support)
  [35.789] Current version of pixman: 0.34.0
  [35.792]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [35.792] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [35.799] (==) Log file: "/home/christian/.local/share/xorg/Xorg.0.log", 
Time: Wed Mar  7 22:43:35 2018
  [35.801] (==) Using config file: "/etc/X11/xorg.conf"
  [35.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  [35.803] (==) No Layout section.  Using the first Screen section.
  [35.803] (==) No screen section available. Using defaults.
  [35.803] (**) |-->Screen "Default Screen Section" (0)
  [35.803] (**) |   |-->Monitor ""
  [35.804] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
  [35.804] (**) |   |-->Device "Intel GMA45 Express Chipset"
  [35.804] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
  [35.804] (==) Automatically adding devices
  [35.804] (==) Automatically enabling devices
  [35.804] (==) Automatically adding GPU devices
  [35.804] (==) Automatically binding GPU devices
  [35.804] (==) Max clients allowed: 256, resource mask: 0x1f
  [35.809] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
  [35.809]  Entry deleted from font path.
  [35.822] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
  [35.822] (==) ModulePath set to "/usr/lib/xorg/modules"
  [35.822] (**) Extension "Composite" is disabled
  [35.822] (II) The server relies on udev to provide the list of input 
devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
  [35.822] (II) Loader magic: 0x55cfd2964020
  [35.822] (II) Module ABI versions:
  [35.822]  X.Org ANSI C Emulation: 0.4
  [35.822]  X.Org Video Driver: 23.0
  [35.822]  X.Org XInput driver : 24.1
  [35.822]  X.Org Server Extension : 10.0
  [35.824] (++) using VT number 1
  
  [35.827] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_32
  [35.828] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.829] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 
paused 0
  [35.832] (--) PCI:*(0:0:2:0) 8086:2a42:1025:0459 rev 9, Mem @ 
0xd000/4194304, 0xc000/268435456, I/O @ 0x50f0/8, BIOS @ 
0x/131072
  [35.832] (--) PCI: (0:0:2:1) 8086:2a43:1025:0459 rev 9, Mem @ 
0xd340/1048576
  [35.833] (II) LoadModule: "glx"
  [35.836] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  [35.850] (II) Module glx: vendor="X.Org Foundation"
  [