[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2021-07-31 Thread Norbert
** Tags removed: saucy trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Upstream report:
  https://gitlab.freedesktop.org/mesa/mesa/issues/477

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  This issue affects sdl2 applications either.

  The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
  PowerPC.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  In my point of view, the problem is in the source file p_format.h in
  the directory src/gallium/include/pipe/. There is some code for
  translating colors for big-endian machines. The problem is, this code
  is only for the CPU. I mean for LLVMpipe for the CPU. The Radeon
  graphics cards don't need this translating code but IBM pSeries
  machines without graphics cards need this code. This code translates
  the colors in a wrong way for Radeon graphics cards. I removed this
  code and after compiling Mesa again, the colors are displayed
  correctly. I released some unofficial Mesa versions with this patch.

  Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
  unofficial.html

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2019-09-23 Thread Christopher M. Penalver
** No longer affects: mesa (Ubuntu)

** Project changed: mesa => mesa (Ubuntu)

** Changed in: mesa (Ubuntu)
   Status: Unknown => New

** Changed in: mesa (Ubuntu)
 Remote watch: freedesktop.org Bugzilla #72877 => None

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

** Description changed:

- Hi all,
+ Upstream report:
+ https://gitlab.freedesktop.org/mesa/mesa/issues/477
  
  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and on
  Lubuntu 14.04. Unfortunately all have issued false colors in games. They
  appear to be ABGR instead of RGBA, thus blue becomes green, red becomes
  alpha etc.
  
  This issue affects sdl2 applications either.
  
  The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
  PowerPC.
  
  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.
  
  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.
  
  In my point of view, the problem is in the source file p_format.h in the
  directory src/gallium/include/pipe/. There is some code for translating
  colors for big-endian machines. The problem is, this code is only for
  the CPU. I mean for LLVMpipe for the CPU. The Radeon graphics cards
  don't need this translating code but IBM pSeries machines without
  graphics cards need this code. This code translates the colors in a
  wrong way for Radeon graphics cards. I removed this code and after
  compiling Mesa again, the colors are displayed correctly. I released
  some unofficial Mesa versions with this patch.
  
  Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
  unofficial.html
  
  Hardware:
  
  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD
  
  More information:
  
  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html
  
  Rgds,
  Christian
  ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Upstream report:
  https://gitlab.freedesktop.org/mesa/mesa/issues/477

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  This issue affects sdl2 applications either.

  The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
  PowerPC.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  In my point of view, the problem is in the source file p_format.h in
  the directory src/gallium/include/pipe/. There is some code for
  translating colors for big-endian machines. The problem is, this code
  is only for the CPU. I mean for LLVMpipe for the CPU. The Radeon
  graphics cards don't need this 

[Touch-packages] [Bug 1275042] [NEW] Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2019-09-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi all,

I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and on
Lubuntu 14.04. Unfortunately all have issued false colors in games. They
appear to be ABGR instead of RGBA, thus blue becomes green, red becomes
alpha etc.

This issue affects sdl2 applications either.

The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
PowerPC.

Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

The transitional solution is to install the old Mesa 8.0.X with "Force
Version" with the Synaptic package manager on new distributions.

In my point of view, the problem is in the source file p_format.h in the
directory src/gallium/include/pipe/. There is some code for translating
colors for big-endian machines. The problem is, this code is only for
the CPU. I mean for LLVMpipe for the CPU. The Radeon graphics cards
don't need this translating code but IBM pSeries machines without
graphics cards need this code. This code translates the colors in a
wrong way for Radeon graphics cards. I removed this code and after
compiling Mesa again, the colors are displayed correctly. I released
some unofficial Mesa versions with this patch.

Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
unofficial.html

Hardware:

AmigaOne X1000 (Nemo)
PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
"Xena" 500MHz XMOS XS1-L2 124
8GB DDR2 SDRAM
XFX Radeon HD 6870, 1 GB RAM
OCZ600MXSP 600 Switching power supply
RTL 8139/8139C/8139C+ network card
TSSTcorp CDDVDW SH-224BB dvd drive
ATA ST2000DM001-9YN1 SEAGATE HD
ATA ESA 3SF1240GB HD

More information:

http://en.wikipedia.org/wiki/AmigaOne_X1000
http://www.supertuxkart-amiga.de/amiga/x1000.html

Rgds,
Christian
---
ApportVersion: 2.20-0ubuntu3
Architecture: powerpc
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: MATE
DistUpgraded: Fresh install
DistroCodename: xenial
DistroRelease: Ubuntu 16.04
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
   Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
Package: libgl1-mesa-dri 11.1.2-1ubuntu1
PackageArchitecture: powerpc
ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
ProcModules: kvm_pr 91899 0 - Live 0x
Tags:  xenial ubuntu
Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
_MarkForUpload: True
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

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


** Tags: apport-collected regression-release saucy trusty ubuntu xenial
-- 
Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC
https://bugs.launchpad.net/bugs/1275042
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to mesa in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2019-09-23 Thread Bug Watch Updater
** Changed in: mesa
   Status: Confirmed => Unknown

** Bug watch added: gitlab.freedesktop.org/mesa/mesa/issues #477
   https://gitlab.freedesktop.org/mesa/mesa/issues/477

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  This issue affects sdl2 applications either.

  The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
  PowerPC.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  In my point of view, the problem is in the source file p_format.h in
  the directory src/gallium/include/pipe/. There is some code for
  translating colors for big-endian machines. The problem is, this code
  is only for the CPU. I mean for LLVMpipe for the CPU. The Radeon
  graphics cards don't need this translating code but IBM pSeries
  machines without graphics cards need this code. This code translates
  the colors in a wrong way for Radeon graphics cards. I removed this
  code and after compiling Mesa again, the colors are displayed
  correctly. I released some unofficial Mesa versions with this patch.

  Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
  unofficial.html

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042]

2019-09-23 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/mesa/mesa/issues/477.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  This issue affects sdl2 applications either.

  The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
  PowerPC.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  In my point of view, the problem is in the source file p_format.h in
  the directory src/gallium/include/pipe/. There is some code for
  translating colors for big-endian machines. The problem is, this code
  is only for the CPU. I mean for LLVMpipe for the CPU. The Radeon
  graphics cards don't need this translating code but IBM pSeries
  machines without graphics cards need this code. This code translates
  the colors in a wrong way for Radeon graphics cards. I removed this
  code and after compiling Mesa again, the colors are displayed
  correctly. I released some unofficial Mesa versions with this patch.

  Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
  unofficial.html

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2016-03-03 Thread Christopher M. Penalver
** Tags added: trusty

** Changed in: mesa (Ubuntu)
   Importance: Low => Medium

** Changed in: mesa (Ubuntu)
   Status: Incomplete => Triaged

** Tags added: saucy

** Tags added: regression-release

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  This issue affects sdl2 applications either.

  The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
  PowerPC.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  In my point of view, the problem is in the source file p_format.h in
  the directory src/gallium/include/pipe/. There is some code for
  translating colors for big-endian machines. The problem is, this code
  is only for the CPU. I mean for LLVMpipe for the CPU. The Radeon
  graphics cards don't need this translating code but IBM pSeries
  machines without graphics cards need this code. This code translates
  the colors in a wrong way for Radeon graphics cards. I removed this
  code and after compiling Mesa again, the colors are displayed
  correctly. I released some unofficial Mesa versions with this patch.

  Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
  unofficial.html

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2016-03-03 Thread Christian Zigotzky
** Description changed:

  Hi all,
  
  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and on
  Lubuntu 14.04. Unfortunately all have issued false colors in games. They
  appear to be ABGR instead of RGBA, thus blue becomes green, red becomes
  alpha etc.
  
- The Mesa version 11.1.2-1 doesn't work too on ubuntu MATE 16.04 PowerPC.
+ This issue affects sdl2 applications either.
+ 
+ The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
+ PowerPC.
  
  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.
  
  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.
  
  In my point of view, the problem is in the source file p_format.h in the
  directory src/gallium/include/pipe/. There is some code for translating
  colors for big-endian machines. The problem is, this code is only for
  the CPU. I mean for LLVMpipe for the CPU. The Radeon graphics cards
  don't need this translating code but IBM pSeries machines without
  graphics cards need this code. This code translates the colors in a
  wrong way for Radeon graphics cards. I removed this code and after
  compiling Mesa again, the colors are displayed correctly. I released
  some unofficial Mesa versions with this patch.
  
  Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
  unofficial.html
  
  Hardware:
  
  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD
  
  More information:
  
  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html
  
  Rgds,
  Christian
  ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  This issue affects sdl2 applications either.

  The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
  PowerPC.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  In my point of view, the problem is in the source file p_format.h in
  the directory src/gallium/include/pipe/. There is some code for
  translating colors for big-endian machines. The problem is, this code
  is only for the CPU. I mean for LLVMpipe for the CPU. The Radeon
  graphics cards don't need this translating code but IBM pSeries
  machines without graphics cards need this code. This code translates
  the colors in a wrong way for Radeon graphics cards. I removed this
  code and after compiling Mesa again, the colors are displayed
  correctly. I released some unofficial Mesa versions with this patch.

  

[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2016-03-03 Thread Christian Zigotzky
** Description changed:

  Hi all,
  
  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and on
  Lubuntu 14.04. Unfortunately all have issued false colors in games. They
  appear to be ABGR instead of RGBA, thus blue becomes green, red becomes
  alpha etc.
  
  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.
  
+ The Mesa version 11.1.2 doesn't work too on ubuntu MATE 16.04.
+ 
  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.
  
- We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
- Irrlicht guys have released a little hack for Irrlicht on Linux PPC
- (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577). They
- told me that is a driver bug, and that workaround costs performance and
- RAM. Unfortunately this workaround isn't suitable for Mesa 9.2 and
- higher. At this time we have to install Mesa 9.1.X and lower on new
- Linux distributions like Lubuntu 13.10, Lubuntu 14.04, Debian Sid etc.
- It would be nice to solve this issue because we don't need the
- workaround in the future.
+ In my point of view, the problem is in the source file p_format.h in the
+ directory src/gallium/include/pipe/. There is some code for translating
+ colors for big-endian machines. The problem is, this code is only for
+ the CPU. I mean for LLVMpipe for the CPU. The Radeon graphics cards
+ don't need this translating code but IBM pSeries machines without
+ graphics cards need this code. This code translates the colors in a
+ wrong way for Radeon graphics cards. I removed this code and after
+ compiling Mesa again, the colors are displayed correcty. I released some
+ unofficial Mesa versions with this patch.
+ 
+ Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
+ unofficial.html
  
  Hardware:
  
  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
- HIS Radeon HD 6870, 1 GB RAM
+ XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD
  
  More information:
  
  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html
  
  Rgds,
  Christian
- --- 
+ ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
-Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
+  Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
+    Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

** Description changed:

  Hi all,
  
  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and on
  Lubuntu 14.04. Unfortunately all have issued false colors in games. They
  appear to be ABGR instead of RGBA, thus blue becomes green, red becomes
  alpha etc.
  
  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.
  
- The Mesa version 11.1.2 doesn't work too on ubuntu MATE 16.04.
- 
  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.
  
- In my point of view, the problem is in the source file p_format.h in the
- directory src/gallium/include/pipe/. There is some code for translating
- colors for big-endian machines. The problem is, this code is only for
- the CPU. I mean for LLVMpipe for the CPU. The Radeon graphics cards
- don't need this translating 

[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2016-03-03 Thread Christian Zigotzky
** Summary changed:

- Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC
+ Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Xrandr.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1275042/+attachment/4587359/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] XorgLogOld.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587358/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] XorgConf.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "XorgConf.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587356/+files/XorgConf.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] LightdmLog.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587349/+files/LightdmLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] ProcEnviron.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587353/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] ProcInterrupts.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587354/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] XorgLog.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587357/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] JournalErrors.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587345/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] LightdmGreeterLog.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "LightdmGreeterLog.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587347/+files/LightdmGreeterLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] xdpyinfo.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587360/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] LightdmDisplayLog.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587346/+files/LightdmDisplayLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] UdevDb.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1275042/+attachment/4587355/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] DpkgLog.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587343/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Lsusb.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1275042/+attachment/4587351/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] ProcCpuinfo.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587352/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] LightdmGreeterLogOld.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587348/+files/LightdmGreeterLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

2016-03-03 Thread Christian Zigotzky
apport information

** Tags added: apport-collected ubuntu xenial

** Description changed:

  Hi all,
  
  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and on
  Lubuntu 14.04. Unfortunately all have issued false colors in games. They
  appear to be ABGR instead of RGBA, thus blue becomes green, red becomes
  alpha etc.
  
  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.
  
  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.
  
  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577). They
  told me that is a driver bug, and that workaround costs performance and
  RAM. Unfortunately this workaround isn't suitable for Mesa 9.2 and
  higher. At this time we have to install Mesa 9.1.X and lower on new
  Linux distributions like Lubuntu 13.10, Lubuntu 14.04, Debian Sid etc.
  It would be nice to solve this issue because we don't need the
  workaround in the future.
  
  Hardware:
  
  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD
  
  More information:
  
  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html
  
  Rgds,
  Christian
+ --- 
+ ApportVersion: 2.20-0ubuntu3
+ Architecture: powerpc
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ CurrentDesktop: MATE
+ DistUpgraded: Fresh install
+ DistroCodename: xenial
+ DistroRelease: Ubuntu 16.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
+Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
+ Package: libgl1-mesa-dri 11.1.2-1ubuntu1
+ PackageArchitecture: powerpc
+ ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
+ ProcModules: kvm_pr 91899 0 - Live 0x
+ Tags:  xenial ubuntu
+ Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
+ _MarkForUpload: True
+ version.compiz: compiz N/A
+ version.libdrm2: libdrm2 2.4.67-1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
+ version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587340/+files/BootLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd 

[Touch-packages] [Bug 1275042] CurrentDmesg.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587341/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Lspci.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1275042/+attachment/4587350/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Dependencies.txt

2016-03-03 Thread Christian Zigotzky
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] GconfCompiz.txt

2016-03-03 Thread Christian Zigotzky
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1275042/+attachment/4587344/+files/GconfCompiz.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

2016-03-02 Thread Christopher M. Penalver
Christian Zigotzky, thank you for reporting this and helping make Ubuntu
better.

Could you please run the following command once from a terminal by ensuring you 
have the package xdiagnose installed, and that you click the Yes button for 
attaching additional debugging information:
apport-collect -p mesa 1275042

When reporting xorg related bugs in the future, please do so via the
above method. You can learn more about this functionality at
https://wiki.ubuntu.com/ReportingBugs.

** Changed in: mesa (Ubuntu)
   Importance: Undecided => Low

** Changed in: mesa (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042]

2016-02-28 Thread Oded Gabbay
Hi,
I posted two fixes for this to r600g driver (4b7e219 and 439b5b0).
I believe that with mesa master branch, the colors should now be mostly correct 
with 24-bit color.
Oded

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042]

2016-02-28 Thread Alex Perez
Last night, I confirmed that the colors are *correct* with r300g on Big
Endian (tested with an RV515), but still incorrect with r600g, as of
Mesa 11.0.2. Therefore, I have changed the component for this bug from
mesa core to r600.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042]

2016-01-09 Thread Emil-l-velikov
(In reply to joro-2013 from comment #16)
> Allow me to add my experiences.
> 
> Whether the colors are garbled on PPC depends on the GL color format used
> (among probably a gazillion other parameters :-). Packed (16-bit) formats
> have been broken on big-endian for some time, they worked fine in mesa 10.1,
> in mesa 10.3 R5G5B5A1 works, R4G4B4A4 works with alpha glitches, somewhere
> in the 10.3 release cycle the format stuff got completely rewritten breaking
> pretty much all packed formats on big-endian (PPC).
> 
> Unpacked (32 bits) formats seem to be working fine.
> 
> That's on a RV280 32 bit system. No idea whether that is also valid for NV34
> on 64-bit PPC, i.e. whether the problem is in core mesa or the radeon stuff.

The report in question is (was?) about the gallium radeon driver -
r600g.

On the classic radeon/r200 front there was a regression caused by commit
779cabfc7d022de8b7b9bc7fdac0caffa8646c51 (which itself fixing some BE
issues, circa 11.0), which was resolved in 11.0.6 and 11.1.0. If things
are still off, then I'd suggest opening separate bug report and if
possible bisecting it down.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042]

2016-01-09 Thread Jockel
Actually i had already e-mailed Roland Scheideregger privately (thanking
him for still giving some care to this ancient driver with BE systems
although the commit didn't fix the problems :-).

I already tracked down the breakage that affects me to the (otherwise
very sensible) pythonization of the format stuff around commit
d4c780e052c9cc361bed5958b72b42d8151800c2 :


mesa: Add python to parse the formats CSV file
The basic concept for the format parser was taken from the format CSV
parser in gallium/auxilliary/util.  However, this one has been altered in a
number of ways:

 * Removed big endian vs. little endian stuff (mesa doesn't need it)
 * Better documentation: Almost every method has a full docstring
 * An actual Swizzle class with methods for composition and inverses
 * Over-all cleaner (in my opinion) implementation and class interactions 
 * A few bug fixes



A, the joys of optimized code-reuse :-)

Since i'm no pythonista i didn't want to wade into it and still use the
10.3 stuff. But maybe that's a hint for the r600g driver and this bug
report.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042]

2016-01-09 Thread Jockel
Addendum: Tested on the pcsx playstation emulator (which makes the GL
format selectable) and the peopsxgl plugin ported to PPC.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042]

2016-01-09 Thread Jockel
Allow me to add my experiences.

Whether the colors are garbled on PPC depends on the GL color format
used (among probably a gazillion other parameters :-). Packed (16-bit)
formats have been broken on big-endian for some time, they worked fine
in mesa 10.1, in mesa 10.3 R5G5B5A1 works, R4G4B4A4 works with alpha
glitches, somewhere in the 10.3 release cycle the format stuff got
completely rewritten breaking pretty much all packed formats on big-
endian (PPC).

Unpacked (32 bits) formats seem to be working fine.

That's on a RV280 32 bit system. No idea whether that is also valid for
NV34 on 64-bit PPC, i.e. whether the problem is in core mesa or the
radeon stuff.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

2015-01-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mesa (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with Force
  Version with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7t=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  Xena 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

2015-01-13 Thread Nate Olander
I have the same issue in Ubuntu MATE Remix 14.04.1 on an iBook G4
(mid-2005, PPC).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with Force
  Version with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7t=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  Xena 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

2014-09-07 Thread Oibaf
** Bug watch added: freedesktop.org Bugzilla #72877
   https://bugs.freedesktop.org/show_bug.cgi?id=72877

** Also affects: mesa via
   https://bugs.freedesktop.org/show_bug.cgi?id=72877
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

Status in Mesa:
  Unknown
Status in “mesa” package in Ubuntu:
  New

Bug description:
  Hi all,

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with Force
  Version with the Synaptic package manager on new distributions.

  We had a problem with wrong colors in SuperTuxKart 0.8 last year. The
  Irrlicht guys have released a little hack for Irrlicht on Linux PPC
  (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7t=48577).
  They told me that is a driver bug, and that workaround costs
  performance and RAM. Unfortunately this workaround isn't suitable for
  Mesa 9.2 and higher. At this time we have to install Mesa 9.1.X and
  lower on new Linux distributions like Lubuntu 13.10, Lubuntu 14.04,
  Debian Sid etc. It would be nice to solve this issue because we don't
  need the workaround in the future.

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  Xena 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  HIS Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1275042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

2014-09-07 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=72877.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-12-19T11:25:43+00:00 Christian Zigotzky wrote:

Hi all,

I've tried Mesa 9.2.2-1 and 10.0.0-1 on Debian Sid and Lubuntu 13.10.
Unfortunately both have issued false colors in games. They appear to be
ABGR instead of RGBA, thus blue becomes green, red becomes alpha etc.

Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

The transitional solution is to install the old Mesa 8.0.X with Force
Version with the Synaptic package manager on new distributions.

Hardware:

AmigaOne X1000 (Nemo)
PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
Xena 500MHz XMOS XS1-L2 124
8GB DDR2 SDRAM
HIS Radeon HD 6870, 1 GB RAM
OCZ600MXSP 600 Switching power supply
RTL 8139/8139C/8139C+ network card
TSSTcorp CDDVDW SH-224BB dvd drive
ATA ST2000DM001-9YN1 SEAGATE HD
ATA ESA 3SF1240GB HD

More information:

http://en.wikipedia.org/wiki/AmigaOne_X1000
http://www.supertuxkart-amiga.de/amiga/x1000.html

Rgds,
Christian

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1275042/comments/0


On 2013-12-19T19:47:53+00:00 Curaga wrote:

More specifically, this bug is about BGRA vertex colors,
GL_EXT_vertex_array_bgra, seen in SuperTuxKart math level for example.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1275042/comments/1


On 2013-12-20T03:21:07+00:00 Michel-daenzer wrote:

This is probably due to commit 2151d893fbd4a4be092098170e2fbca8c35797a5
('gallium: Fix llvmpipe on big-endian machines'). The r600g driver needs
to be adapted for the changed PIPE_FORMAT_* semantics.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1275042/comments/2


On 2013-12-30T18:02:30+00:00 Christian Zigotzky wrote:

(In reply to comment #2)
 This is probably due to commit 2151d893fbd4a4be092098170e2fbca8c35797a5
 ('gallium: Fix llvmpipe on big-endian machines'). The r600g driver needs to
 be adapted for the changed PIPE_FORMAT_* semantics.

I don't know if I have correct understand your answer. Is the bug fixed?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1275042/comments/3


On 2014-01-06T09:18:43+00:00 Michel-daenzer wrote:

(In reply to comment #3)
 Is the bug fixed?

Not yet. To fix it, the r600g driver needs to be adapted to changes in
the way the Gallium3D infrastructure deals with big endian hosts.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1275042/comments/4


On 2014-01-06T11:30:53+00:00 Christian Zigotzky wrote:

(In reply to comment #4)
 (In reply to comment #3)
  Is the bug fixed?
 
 Not yet. To fix it, the r600g driver needs to be adapted to changes in the
 way the Gallium3D infrastructure deals with big endian hosts.

Hi Michel,

Thanks a lot for your answer. :-) We had a problem with wrong colors in
SuperTuxKart 0.8 last year. The Irrlicht guys have released a little
hack for Irrlicht on Linux PPC
(http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7t=48577). They
told me that is a driver bug, and that workaround costs performance and
RAM. Unfortunately this workaround isn't suitable for Mesa 9.2 and
higher. At this time we have to install Mesa 9.1.X and lower on new
Linux distributions like Lubuntu 13.10, Debian Sid etc. It would be nice
to solve this issue because we don't need the workaround in the future.

All the best,

Christian

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1275042/comments/5


On 2014-01-06T21:06:42+00:00 Christian Zigotzky wrote:

Created attachment 91561
Lubuntu 13.10 PowerPC (Kernel 3.13-rc7) with the old Mesa 8.0.2

Lubuntu 13.10 PowerPC (Kernel 3.13-rc7) with the old Mesa 8.0.2. 3D
acceleration works well in the fullscreen mode.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1275042/comments/6


On 2014-01-06T22:39:08+00:00 Christian Zigotzky wrote:

Created attachment 91566
glxgears has wrong colors with Mesa 10.0.1

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1275042/comments/7


On 2014-02-02T12:07:35+00:00 Christian Zigotzky wrote:

Hi All,

I've installed Mesa 10.0.2 on Debian Sid PowerPC with