Bug#514791: libgl1-mesa-glx: segfault calling glGenLists();

2009-02-11 Thread Michel Dänzer
On Tue, 2009-02-10 at 22:18 +0100, Kurt Roeckx wrote: Package: libgl1-mesa-glx Version: 7.0.3-7 Severity: important Hi, This little test program causes a segfault on amd64: #include GL/gl.h int main() { glGenLists(1); return 0; } But the same thing works with

Bug#514395: LUT settings are not restored after switching to console.

2009-02-11 Thread Michel Dänzer
On Sat, 2009-02-07 at 01:37 +0100, Kurt Roeckx wrote: I'm using a tool called dispwin from the argyll packages (not yet in Debian), to change the VideoLUT settings. This all works like it should. My problem now is that when I switch from X to console and then back to X those settings are

libdrm: Changes to 'ubuntu'

2009-02-11 Thread Christopher Halse Rogers
debian/changelog| 23 debian/control | 30 debian/libdrm-nouveau1.install |1 debian/libdrm-nouveau1.symbols | 50 debian/patches/02_add_libdrm-nouveau.patch |11470

Bug#514844: xserver-xorg-input-synaptics: SHMConfig should default to true not false in order to support configurator programs

2009-02-11 Thread David Goodenough
Package: xserver-xorg-input-synaptics Version: 0.14.7~git20070706-3 Severity: normal These days it is assumed that xorg should be useable with no configuration file, as the code will figure out the configuration for itself. If you do this on a system with a Synaptics touchpanel it will (for

Bug#514846: UK AT keyboard does not work on IBM compatible computers

2009-02-11 Thread Mark Hobley
Package: xkb-data Severity: important The xkb-data package renders the keyboard inoperable from with an X windows session. The keyboard behaves fine from the console outside of X. When X is running, if a letter is typed into the x terminal window, the letter appears in the terminal, but the

Bug#514840: (Xorg on HP dc7900)

2009-02-11 Thread Sergio Gelato
Following up on myself, here is another working xorg.conf, minimally changed from the autogenerated one. I only changed the Device section. # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the

Bug#514875: xterm: please make eightBitInput: true by default

2009-02-11 Thread Louis-David Mitterrand
Package: xterm Version: 241-1 Severity: normal Hi, The Euro character doesn't display unless eightBitInput is true. Please consider making it the default. It could be very confusing for newbies having set up euro support properly for all apps, that xterm requires a special switch (unlike other

Bug#514395: LUT settings are not restored after switching to console.

2009-02-11 Thread Kurt Roeckx
On Wed, Feb 11, 2009 at 10:30:30AM +0100, Michel Dänzer wrote: On Sat, 2009-02-07 at 01:37 +0100, Kurt Roeckx wrote: I'm using a tool called dispwin from the argyll packages (not yet in Debian), to change the VideoLUT settings. This all works like it should. My problem now is that

Bug#514395: LUT settings are not restored after switching to console.

2009-02-11 Thread Michel Dänzer
On Wed, 2009-02-11 at 18:35 +0100, Kurt Roeckx wrote: or atleast get them restored when switching back to X. What method does dispwin use for changing the LUT settings? It uses this for randr 1.2: XRRCrtcGamma *crtcgam; debugr(Setting gamma using

Bug#514791: libgl1-mesa-glx: segfault calling glGenLists();

2009-02-11 Thread Kurt Roeckx
On Wed, Feb 11, 2009 at 08:55:44AM +0100, Michel Dänzer wrote: On Tue, 2009-02-10 at 22:18 +0100, Kurt Roeckx wrote: Package: libgl1-mesa-glx Version: 7.0.3-7 Severity: important Hi, This little test program causes a segfault on amd64: #include GL/gl.h int main() {

Bug#514395: LUT settings are not restored after switching to console.

2009-02-11 Thread Kurt Roeckx
On Wed, Feb 11, 2009 at 06:55:15PM +0100, Michel D?nzer wrote: On Wed, 2009-02-11 at 18:35 +0100, Kurt Roeckx wrote: or atleast get them restored when switching back to X. What method does dispwin use for changing the LUT settings? It uses this for randr 1.2:

libdrm: Changes to 'ubuntu'

2009-02-11 Thread Christopher Halse Rogers
debian/patches/04_update_nouveau_header.patch | 174 ++ 1 file changed, 174 insertions(+) New commits: commit 9f4e58ac7f1130c20d4927a873d6a2fdc8fe7126 Author: Christopher James Halse Rogers ch...@cowboylaputopu.(none) Date: Thu Feb 12 08:21:48 2009 +1100 BAH!

Bug#514922: xinit: startx should pass error code from xinit

2009-02-11 Thread Andres Salomon
Package: xinit Version: 1.0.9-2 The following command ends up showing 0 for $? regardless of whether or not startx actually succeeded: startx; echo $? Within the startx script, xinit's return code may be 1, but the commands after the xinit run clobber $?. It should really be passed up to the

Bug#514922: xinit: startx should pass error code from xinit

2009-02-11 Thread Andres Salomon
Hrm, after looking at the source package.. This patch would probably be more useful. From a51fc675ebffae0e55dd65f2453b4b7615882f43 Mon Sep 17 00:00:00 2001 From: Andres Salomon dilin...@debian.org Date: Wed, 11 Feb 2009 17:02:05 -0500 Subject: [PATCH] startx: use the same exit code that xinit

libdrm: Changes to 'ubuntu'

2009-02-11 Thread Christopher Halse Rogers
debian/changelog |3 +++ debian/libdrm-dev.install |2 ++ 2 files changed, 5 insertions(+) New commits: commit eed39a160b13198866b6e73e7610d4e4b3f4bdef Author: Christopher James Halse Rogers ch...@cowboylaputopu.(none) Date: Thu Feb 12 09:56:59 2009 +1100 nouveau_drmif.h

libdrm: Changes to 'ubuntu'

2009-02-11 Thread Christopher Halse Rogers
debian/changelog |4 +++- debian/copyright | 23 +++ 2 files changed, 26 insertions(+), 1 deletion(-) New commits: commit 2efeaa933a66bf82941889d65826ac3dbd4d9346 Author: Christopher James Halse Rogers ch...@cowboylaputopu.(none) Date: Thu Feb 12 10:41:23 2009 +1100