mesa: Changes to 'debian-experimental'

2010-11-28 Thread Christopher Halse Rogers
 debian/changelog |8 +++-
 debian/control   |2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 3b23c137ac8f3535c3c772d64a2d82225905ff39
Author: Christopher James Halse Rogers 
Date:   Wed Nov 24 14:10:19 2010 +1100

Add libudev-dev to build-depends; makes DRI2 EGL driver useful

diff --git a/debian/changelog b/debian/changelog
index 162397d..4cef600 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 mesa (7.9+repack-2) UNRELEASED; urgency=low
 
+  [ Cyril Brulebois ]
   * Specify PASV in watch file, and mangle +repack.
 
- -- Cyril Brulebois   Fri, 19 Nov 2010 08:55:53 +0100
+  [ Christopher James Halse Rogers ]
+  * debian/control:
+- Add libudev-dev to build-depends.  This is requried for the DRI2 EGL
+  driver to work with a drm display.
+
+ -- Christopher James Halse Rogers   Mon, 29 Nov 2010 
08:58:35 +1100
 
 mesa (7.9+repack-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 7319af7..e2ad0c1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7.2.7), quilt (>= 0.40), 
pkg-config,
  libxdamage-dev, libxext-dev, autoconf, automake, x11proto-dri2-dev (>= 2.1),
  linux-libc-dev (>= 2.6.31) [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386],
  libx11-xcb-dev, libxcb-dri2-0-dev, libxcb-xfixes0-dev, python-libxml2,
- libtalloc-dev,
+ libtalloc-dev, libudev-dev,
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/mesa.git
 Homepage: http://mesa3d.sourceforge.net/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmsvb-0004hd...@alioth.debian.org



mesa: Changes to 'ubuntu'

2010-11-28 Thread Christopher Halse Rogers
 debian/changelog   |   15 ++
 debian/patches/105_use_shared_libdricore.patch |   57 ++---
 2 files changed, 48 insertions(+), 24 deletions(-)

New commits:
commit 72ed465278a0ae1ecdd1724c8fe2e851f7598446
Author: Christopher James Halse Rogers 
Date:   Fri Nov 26 13:28:29 2010 +1100

Add changelog entry for FTBFS fix

diff --git a/debian/changelog b/debian/changelog
index f46696a..ee3fb32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mesa (7.9+repack-1ubuntu2) natty; urgency=low
+
+  * debian/patches/105_use_shared_libdricore.patch:
+- Fix makefile dependencies to ensure libdricore gets built before
+  the DRI drivers.  Fixes FTBFS on buildds, which ues parallel builds.
+
+ -- Christopher James Halse Rogers   Fri, 26 Nov 2010 
13:24:55 +1100
+
 mesa (7.9+repack-1ubuntu1) natty; urgency=low
 
   * Merge from Debian experimental.  Remaining Ubuntu changes:

commit 4d94367b63eae44b28f3c6ac2820ba8c405806cb
Author: Christopher James Halse Rogers 
Date:   Fri Nov 26 13:22:09 2010 +1100

Fix dricore patch to work with parallel builds

diff --git a/debian/patches/105_use_shared_libdricore.patch 
b/debian/patches/105_use_shared_libdricore.patch
index 89c0fac..2995936 100644
--- a/debian/patches/105_use_shared_libdricore.patch
+++ b/debian/patches/105_use_shared_libdricore.patch
@@ -13,8 +13,8 @@ Date:   Wed Nov 17 14:28:34 2010 +1100
 
 Index: mesa/configs/autoconf.in
 ===
 mesa.orig/configs/autoconf.in  2010-11-23 16:47:01.0 +1100
-+++ mesa/configs/autoconf.in   2010-11-24 11:41:35.407021001 +1100
+--- mesa.orig/configs/autoconf.in  2010-11-26 10:17:38.652892000 +1100
 mesa/configs/autoconf.in   2010-11-26 11:08:40.902892001 +1100
 @@ -33,6 +33,8 @@
  LLVM_LIBS = @LLVM_LIBS@
  GLW_CFLAGS = @GLW_CFLAGS@
@@ -46,8 +46,8 @@ Index: mesa/configs/autoconf.in
  LIBDRM_LIB = @LIBDRM_LIBS@
 Index: mesa/configs/default
 ===
 mesa.orig/configs/default  2010-11-23 16:47:02.0 +1100
-+++ mesa/configs/default   2010-11-24 11:41:35.407021001 +1100
+--- mesa.orig/configs/default  2010-11-26 10:17:38.712892000 +1100
 mesa/configs/default   2010-11-26 11:08:40.912892001 +1100
 @@ -85,6 +85,9 @@
  TALLOC_LIBS = `pkg-config --libs talloc`
  TALLOC_CFLAGS = `pkg-config --cflags talloc`
@@ -60,8 +60,8 @@ Index: mesa/configs/default
  
 Index: mesa/configs/freebsd-dri
 ===
 mesa.orig/configs/freebsd-dri  2010-11-23 16:47:02.0 +1100
-+++ mesa/configs/freebsd-dri   2010-11-24 11:41:35.407021001 +1100
+--- mesa.orig/configs/freebsd-dri  2010-11-26 10:17:38.802892000 +1100
 mesa/configs/freebsd-dri   2010-11-26 11:08:40.942892001 +1100
 @@ -30,9 +30,11 @@
  MESA_ASM_SOURCES = 
  
@@ -77,8 +77,8 @@ Index: mesa/configs/freebsd-dri
  
 Index: mesa/configs/linux-dri
 ===
 mesa.orig/configs/linux-dri2010-11-23 16:47:02.0 +1100
-+++ mesa/configs/linux-dri 2010-11-24 11:41:35.407021001 +1100
+--- mesa.orig/configs/linux-dri2010-11-26 10:17:39.292892001 +1100
 mesa/configs/linux-dri 2010-11-26 11:08:40.952892001 +1100
 @@ -43,9 +43,11 @@
  # Library/program dependencies
  EXTRA_LIB_PATH=-L/usr/X11R6/lib
@@ -94,8 +94,8 @@ Index: mesa/configs/linux-dri
  
 Index: mesa/configs/linux-dri-xcb
 ===
 mesa.orig/configs/linux-dri-xcb2010-11-23 16:47:02.0 +1100
-+++ mesa/configs/linux-dri-xcb 2010-11-24 11:41:35.407021001 +1100
+--- mesa.orig/configs/linux-dri-xcb2010-11-26 10:17:39.432892001 +1100
 mesa/configs/linux-dri-xcb 2010-11-26 11:08:40.952892001 +1100
 @@ -41,9 +41,11 @@
  # Library/program dependencies
  EXTRA_LIB_PATH=$(shell pkg-config --libs-only-L x11)
@@ -111,8 +111,8 @@ Index: mesa/configs/linux-dri-xcb
  
 Index: mesa/configs/linux-egl
 ===
 mesa.orig/configs/linux-egl2010-11-23 16:47:02.0 +1100
-+++ mesa/configs/linux-egl 2010-11-24 11:41:35.407021001 +1100
+--- mesa.orig/configs/linux-egl2010-11-26 10:17:39.622892001 +1100
 mesa/configs/linux-egl 2010-11-26 11:08:40.982892001 +1100
 @@ -38,9 +38,11 @@
  # Library/program dependencies
  EXTRA_LIB_PATH=-L/usr/X11R6/lib
@@ -128,8 +128,8 @@ Index: mesa/configs/linux-egl
  $(LIBDRM_LIB)
 Index: mesa/configs/linux-indirect
 ===
 mesa.orig/configs/linux-indirect   2010-11-23 16:47:02.0 +1100
-+++ mesa/configs/linux-indirect2010-11-24 11:41:35.407021001 +1100
+--- mesa.orig/configs/linux-indirect   2010-11-26 10:17:39.742892001 +1100
 mesa/configs/linux-in

Bug#600490: Russian phonetic layout on a jp keyboard?

2010-11-28 Thread Samuel Thibault
Dima Pasechnik, le Fri 26 Nov 2010 18:59:15 +0800, a écrit :
> On 25 November 2010 18:00, Samuel Thibault  wrote:
> > Dima Pasechnik, le Thu 25 Nov 2010 12:35:45 +0800, a écrit :
> >> Installing the upgrades mentioned here did not enable any options for
> >> choosing the phonetic layout for Russian on the Japanese keyboard.
> >
> > You mean typing Russian on a Japanese keyboard?  I didn't know about
> > such thing.  Why option were you using to achieve that?  I guess you are
> > talking about X keyboard layout, right?
> >
> yes. In my /etc/X11/xorg.conf I used to have, in the keyboard section,
> Option "XkbLayout" "jp,ru(phonetic)"
> Option "XkbVariant" "jp106"
> and it worked.
> Now I can select Russia Phonetic keyboard in Gnome Keyboard
> Preferences, but then I am stuck with Cyrillic characters only - the
> switching does not work. The only way out is to remove this keyboard
> choice and restart X.

Did you try to put the same kind of parameter as xorg.conf into
/etc/default/keyboard? It should be working exactly the same as
xorg.conf (except that it'll additionally work on the linux console
too!)

> And it looks like a specific Japanese keyboard problem. On a machine
> with a standard US keyboard I run the same Debian version, and am able
> to select and use "Russia Phonetic" layout.

Well, the thing is that supported layouts (i.e. that you can choose in
the debconf dialog box) only include one keymap, or us + non-latin
keymap.  For others, you have to configure it by hand.

> >> For the record, it's a Panasonic CF-R5 laptop.
> >> (you probably also know that there seems to be no way to *select* an
> >> appropriate keyboard)
> >
> > An appropriate keyboard for what?  The particular keyboard of that
> > laptop or typing russian on a japanese keyboard?  (The latter would
> > just be a consequence of the above).  In general, never assume we know
> > anything about localization cases, as most of us don't are not from that
> > localization, so although we usually have an idea, we usually don't know
> > all the details.
> 
> I meant "an appropriate keyboard model" for the laptop I am using.
> (in fact, there seem to be no jp106 keyboard layouts available in
> Gnome Keyboard Preferences.)

The jp106 model was dropped indeed, because its additional keys were
added to the base model.

> When I try printing the keyboard, from
> Gnome Keyboard Preferences, the output does not show it right (many
> "extra" keys are not shown).

That's the geometry part of the xkb configuration, not the model part
(though they are related, yes).  I think you should talk with upstream
about it (e.g. report the bug on http://bugs.freedesktop.org/)

Samuel



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101128233614.gu10...@const.famille.thibault.fr



Bug#605318: screen interference

2010-11-28 Thread Mike Sumner
Sorry, just read my comment and realised it was missing some info and was  
supposed to read:


Short horizontal lines appear across the screen in quick flashes when  
using radeon and 2.6.32-5-686.
I tried liquorix 2.6.36-1.dmz.1-liquorix-686 and get no interference, so  
assume the
problem is the radeon driver's interaction with the debian 2.6.32-5-686  
kernel.  If I install fglrx, I get no screen interference with kernel  
2.6.32-5-686.

Hope that makes sense



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/op.vmwiuuruv46...@vaio



Bug#605318: radeon: horizontal interference lines on screen

2010-11-28 Thread Mike Sumner
Package: xserver-xorg-video-radeon
Version: 1:6.13.1-2+squeeze1
Severity: important
File: radeon

Short horizontal lines appear across the screen in quick flashes when using 
2.6.32-5-686.
I tried liquorix 2.6.36-1.dmz.1-liquorix-686 and get no interference, so assume 
the 
problem is the radeon driver.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Nov 26 18:49 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Nov 12 00:27 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3400 
Series

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5017 Nov 28 20:20 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load"glx"
Load  "extmod"
Load  "dbe"
Load"dri"
Load  "dri2"
Load  "record"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "SWcursor"  # []
#Option "Dac6Bit"   # []
#Option "Dac8Bit"   # []
#Option "BusType"   # []
#Option "CPPIOMode" # []
#Option "CPusecTimeout" # 
#Option "AGPSize"   # 
#Option "GARTSize"  # 
#Option "RingSize"  # 
#Option "BufferSize"# 
#Option "EnableDepthMoves"  # []
#Option "NoBackBuffer"  # []
#Option "DMAForXv"  # []
#Option "FBTexPercent"  # 
#Option "DepthBits" # 
#Option "PCIAPERSize"   # 
#Option "AccelDFS"  # []
#Option "IgnoreEDID"# []
#Option "CustomEDID"# []
#Option "DisplayPriority"   # []
#Option "PanelSize" # []
#Option "ForceMinDotClock"  # 
#Option "VideoKey"  # 
#Option "RageTheatreCrystal"# 
#Option "RageTheatreTunerPort"  # 
#Option "RageTheatreCompositePort"  # 
#Option "RageTheatreSVideoPort" # 
#Option "TunerType" # 
#Option "RageTheatreMicrocPath" # 
#Option "RageTheatreMicrocType" # 
#Option "ScalerWidth"   # 
#Option "SubPixelOrder" # []
#Option "ClockGating"   # []
#Option "VGAAccess" # []
#Option "ReverseDDC"# []
#Option "LVDSProbePLL"  # []
#Option "DRI"   # []
#Option "ConnectorTable"# 
#Option "DefaultConnectorTable" # []
#Option "DefaultTMDSPLL"# []
#Option "TVDACLoadDetect"   # []
#Option "ForceTVOut"# []
#Option "TVStandard"# 
#Option "IgnoreLidStatus"   # []
#Option "DefaultTVDACAdj"   # []
#Option "Int10" # []
#Option "EXAVSync"  # []
#Option 

Question about X-Resources

2010-11-28 Thread Hilmar Preusse
Dear X maintainers,

Years ago we got a bug report that multiple specifications of the
same resources is not possible for xdvi:


I invoke the actual binary, just in case the wrapper is screwing up
the arguments:

/usr/bin/xdvi.bin -xrm 'XDvi.mainTranslations: #override \
  "x":quit()' -xrm 'XDvi.mainTranslations: #override "]":quit()' \
  -xrm 'XDvi.mainTranslations: #override "m":quit()' test.dvi

That should make the 'x' and ']' and 'm' keys quit.  In fact, only
the 'm' key and the default 'q' key quit.


The maintainer of xdvi argued that this behavior would be correct:
obviously, multiple specifications for the same resource name
will cause a clash. Doing a similar thing with ~/.Xdefaults shows
similar issues
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=247766#10)

Could you clarify which behavior is correct?

H.
-- 
http://www.hilmar-preusse.de.vu/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101128170916.ga30...@preusse-16223.user.cis.dfn.de



Bug#550942: invisible cursor at X launch

2010-11-28 Thread Raphaël
As upstream bug-report sadly ended with Ping -> Timeout :

1) I activated KMS
[  2) #569718 seems fixed (for me)  ]
3) I updated to xserver-xorg-video-intel 2.13.0-2 that I was holding
at 2.9.1-4 until now.

4) Mouse cursor now appears at fluxbox startup as it should.


Thank you



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101128163122.ga5...@deeebian



Processed: Re: #601341, #602418 and #604096 seem to be duplicates

2010-11-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 604096 linux-2.6
Bug #604096 [xserver-xorg] xserver-xorg: freezes when running as dom0 under Xen 
4.0 at startup
Bug reassigned from package 'xserver-xorg' to 'linux-2.6'.
Bug No longer marked as found in versions xorg/1:7.5+8.
> forcemerge 601341 602418 604096
Bug#601341: xserver-xorg-video-nouveau: hangs X & fb console on black screen on 
dom0 xen instance
Bug#602418: linux-image-2.6.32-5-xen-amd64: with xen 4.0, fork()/clone() fails 
with ENOMEM during X startup with nv driver
Bug#604096: xserver-xorg: freezes when running as dom0 under Xen 4.0 at startup
Forcibly Merged 601341 602418 604096.

> # see original bug reports
> affects 601341 xserver-xorg
Bug #601341 [linux-2.6] xserver-xorg-video-nouveau: hangs X & fb console on 
black screen on dom0 xen instance
Bug #602418 [linux-2.6] linux-image-2.6.32-5-xen-amd64: with xen 4.0, 
fork()/clone() fails with ENOMEM during X startup with nv driver
Bug #604096 [linux-2.6] xserver-xorg: freezes when running as dom0 under Xen 
4.0 at startup
Added indication that 601341 affects xserver-xorg
Added indication that 602418 affects xserver-xorg
Added indication that 604096 affects xserver-xorg
> # see http://xenbits.xen.org/people/ianc/
> tag 601341 patch
Bug #601341 [linux-2.6] xserver-xorg-video-nouveau: hangs X & fb console on 
black screen on dom0 xen instance
Bug #602418 [linux-2.6] linux-image-2.6.32-5-xen-amd64: with xen 4.0, 
fork()/clone() fails with ENOMEM during X startup with nv driver
Bug #604096 [linux-2.6] xserver-xorg: freezes when running as dom0 under Xen 
4.0 at startup
Added tag(s) patch.
Added tag(s) patch.
Added tag(s) patch.
> # IMHO that should be fixed for squeeze
> severity 601341 serious
Bug #601341 [linux-2.6] xserver-xorg-video-nouveau: hangs X & fb console on 
black screen on dom0 xen instance
Bug #602418 [linux-2.6] linux-image-2.6.32-5-xen-amd64: with xen 4.0, 
fork()/clone() fails with ENOMEM during X startup with nv driver
Bug #604096 [linux-2.6] xserver-xorg: freezes when running as dom0 under Xen 
4.0 at startup
Severity set to 'serious' from 'normal'

Severity set to 'serious' from 'normal'

Severity set to 'serious' from 'normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
601341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601341
602418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602418
604096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129093875518927.transcr...@bugs.debian.org



Bug#604096: #601341, #602418 and #604096 seem to be duplicates

2010-11-28 Thread Alexander Kurtz
reassign 604096 linux-2.6
forcemerge 601341 602418 604096

# see original bug reports
affects 601341 xserver-xorg

# see http://xenbits.xen.org/people/ianc/
tag 601341 patch

# IMHO that should be fixed for squeeze
severity 601341 serious
thanks

Am Dienstag, den 23.11.2010, 10:41 +0100 schrieb Alexander Kurtz:
> I think it would be a good idea to
>  *) merge them all
>  *) assign to linux-2.6
>  *) mark as affecting xserver-xorg
>  *) mark as patched
>  *) possibly mark them as RC
> 
> Any objections?

Since I received no objections, I'm merging these bugs now. Feel free to
unmerge if necessary.

Best regards

Alexander Kurtz


signature.asc
Description: This is a digitally signed message part