Bug#590493: xorg-radeon: server does not start, no video output, when no screen connected

2010-08-02 Thread Yann Dirson
On Sun, Aug 01, 2010 at 10:12:27PM -0400, Alex Deucher wrote:
 On Mon, Jul 26, 2010 at 3:21 PM, Yann Dirson ydir...@free.fr wrote:
  Package: xserver-xorg-video-radeon
  Version: 1:6.13.1-2
  Severity: normal
 
  Turning on my box, I see the monitor claiming no video output.
  Checking video cable, I see it was not fully plugged and fixed that,
  but got no change.  Logging remotely I see (log below) that the server
  indeed failed to start because of this.  Restarting gdm fixed the
  problem.
 
  It is a very unfriendly behaviour indeed.  Google shows people with
  other video chips got a similar issue, so indeed the problem may not
  be specific to the radeon driver, please reassign as see fit.
 
 
 Unfortunately, if there is no monitor plugged in, the driver has no
 way of know what's connected, so it has no idea what connectors to
 light up.  That said, in xserver 1.9, the xserver will start with a
 default 1024x768 framebuffer and no connected outputs, and if you are
 using kms and a hotplug enabled driver, you will get an event when a
 monitor finally gets plugged in.

That's more like what I'd have expected.  Can be considered fixed-upstream ?



--
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/20100802060752.gb4...@home.lan



xserver-xorg-video-intel: Changes to 'ubuntu'

2010-08-02 Thread Christopher Halse Rogers
 debian/changelog |9 +
 debian/control   |2 +-
 debian/patches/101_copy-fb.patch |   17 ++---
 3 files changed, 20 insertions(+), 8 deletions(-)

New commits:
commit 764cef45acebe1cd054478670889bd59a1f38464
Author: Christopher James Halse Rogers christopher.halse.rog...@canonical.com
Date:   Mon Aug 2 15:57:05 2010 +1000

Update for Xserver 1.9

diff --git a/debian/changelog b/debian/changelog
index 0f16d5e..0343ca4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xserver-xorg-video-intel (2:2.12.0-1ubuntu3) UNRELEASED; urgency=low
+
+  * debian/patches/101_copy-fb.patch:
++ Update for Xserver 1.9
+  * debian/control:
++ Bump build-depends on xserver-xorg-dev to ensure we pick up the new ABI
+
+ -- Christopher James Halse Rogers r...@ubuntu.com  Mon, 02 Aug 2010 
15:54:36 +1000
+
 xserver-xorg-video-intel (2:2.12.0-1ubuntu2) maverick; urgency=low
 
   * Re-add 102-disable-page-flipping-v2.patch.  Spate of freeze bugs: recieved.
diff --git a/debian/control b/debian/control
index 39b8a77..5b8d934 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.or
 Build-Depends:
  debhelper (= 5),
  pkg-config,
- xserver-xorg-dev (= 2:1.7.6.901),
+ xserver-xorg-dev (= 2:1.8.99.905),
  x11proto-core-dev,
  x11proto-fonts-dev,
  x11proto-xinerama-dev,
diff --git a/debian/patches/101_copy-fb.patch b/debian/patches/101_copy-fb.patch
index 8f41c33..2af70c1 100644
--- a/debian/patches/101_copy-fb.patch
+++ b/debian/patches/101_copy-fb.patch
@@ -1,7 +1,7 @@
 Index: xserver-xorg-video-intel/src/drmmode_display.c
 ===
 xserver-xorg-video-intel.orig/src/drmmode_display.c2010-07-19 
16:53:00.804605145 +0200
-+++ xserver-xorg-video-intel/src/drmmode_display.c 2010-07-21 
11:45:20.603191502 +0200
+--- xserver-xorg-video-intel.orig/src/drmmode_display.c2010-08-02 
15:19:02.007854556 +1000
 xserver-xorg-video-intel/src/drmmode_display.c 2010-08-02 
15:19:03.687916333 +1000
 @@ -36,6 +36,8 @@
  #include errno.h
  #include poll.h
@@ -133,8 +133,8 @@ Index: xserver-xorg-video-intel/src/drmmode_display.c
 +}
 Index: xserver-xorg-video-intel/src/i830.h
 ===
 xserver-xorg-video-intel.orig/src/i830.h   2010-07-19 16:53:00.814605145 
+0200
-+++ xserver-xorg-video-intel/src/i830.h2010-07-21 11:44:42.133191502 
+0200
+--- xserver-xorg-video-intel.orig/src/i830.h   2010-08-02 15:19:02.017854924 
+1000
 xserver-xorg-video-intel/src/i830.h2010-08-02 15:19:03.687916333 
+1000
 @@ -423,6 +423,7 @@
OptionInfoPtr Options;
  
@@ -153,8 +153,8 @@ Index: xserver-xorg-video-intel/src/i830.h
  extern int i830_crtc_to_pipe(xf86CrtcPtr crtc);
 Index: xserver-xorg-video-intel/src/i830_driver.c
 ===
 xserver-xorg-video-intel.orig/src/i830_driver.c2010-07-19 
16:53:00.834605145 +0200
-+++ xserver-xorg-video-intel/src/i830_driver.c 2010-07-21 11:44:42.133191502 
+0200
+--- xserver-xorg-video-intel.orig/src/i830_driver.c2010-08-02 
15:19:02.027855292 +1000
 xserver-xorg-video-intel/src/i830_driver.c 2010-08-02 15:19:23.298637400 
+1000
 @@ -1093,6 +1093,8 @@
if (IS_I965G(intel))
gen4_render_state_init(scrn);
@@ -172,10 +172,13 @@ Index: xserver-xorg-video-intel/src/i830_driver.c
intel-suspended = FALSE;
  
return uxa_resources_init(screen);
-@@ -1289,6 +1292,8 @@
+@@ -1289,6 +1292,11 @@
  
i830_set_gem_max_sizes(scrn);
  
++  if (!CreateScratchPixmapsForScreen(scrn-scrnIndex))
++  return FALSE;
++
 +  drmmode_copy_fb(scrn);
 +
if (!xf86SetDesiredModes(scrn))


-- 
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/e1ofo1c-qa...@alioth.debian.org



Bug#590493: marked as done (xorg-radeon: server does not start, no video output, when no screen connected)

2010-08-02 Thread Debian Bug Tracking System
Your message dated Mon, 02 Aug 2010 08:48:26 +0200
with message-id 4c566a3a.5010...@ens-lyon.org
and subject line Re: Bug#590493: xorg-radeon: server does not start, no video 
output, when no screen connected
has caused the Debian Bug report #590493,
regarding xorg-radeon: server does not start, no video output, when no screen 
connected
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
590493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590493
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-radeon
Version: 1:6.13.1-2
Severity: normal

Turning on my box, I see the monitor claiming no video output.
Checking video cable, I see it was not fully plugged and fixed that,
but got no change.  Logging remotely I see (log below) that the server
indeed failed to start because of this.  Restarting gdm fixed the
problem.

It is a very unfriendly behaviour indeed.  Google shows people with
other video chips got a similar issue, so indeed the problem may not
be specific to the radeon driver, please reassign as see fit.

-- 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 May 23 19:22 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878240 Jun  3 17:09 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4250]

/etc/X11/xorg.conf does not exist.

Kernel version (/proc/version):
Linux version 2.6.34.1-3-ge5b0813-dirty (r...@home) (gcc version 4.4.4 
(Debian 4.4.4-6) ) #2 SMP Tue Jul 20 00:06:04 CEST 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 30669 Jul 22 23:41 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 31448 Jul 26 20:53 /var/log/Xorg.0.log

/var/log/Xorg.0.log.old:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux home 2.6.34.1-3-ge5b0813-dirty #2 SMP Tue 
Jul 20 00:06:04 CEST 2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.34.1-3-ge5b0813-dirty 
root=/dev/mapper/home-root ro quiet
Build Date: 03 June 2010  03:01:44PM
xorg-server 2:1.7.7-2 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Jul 26 20:47:35 2010
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x7c5e80
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9715:1043:843e ATI Technologies Inc RS880 [Radeon HD 
4250] rev 0, Mem @ 0xd000/268435456, 0xfe8f/65536, 0xfe70/1048576, 
I/O @ 0xb000/256
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension 

Bug#591106: Followup on Bug 591106

2010-08-02 Thread Mike Hommey
On Sun, Aug 01, 2010 at 09:52:46PM -0700, John Aston au...@yahoo.com wrote:
 I defer to the expert's judgment on where the bug belongs, but I will note 
 that I've only experienced the bug with Iceweasel, and no other programs.  
 I've taken the same image (locally saved) and opened it using various viewers 
 and image editors, and encountered no difficulties when moving the pointer to 
 the other screen.  I've also done plenty of other tasks where one GUI-based 
 program was actively doing something on one screen and I've moved the 
 pointer to the other.  No problems there either.
 
 Also, I just encountered the bug again without a large image.  I went to the 
 main yahoo page (to check for responses to this bug, ironically enough) and 
 once again moved my mouse pointer onto the other screen while the entire page 
 was rendering -- freeze, same as before.
 
 Without being an expert on the matter, I'd probably place more of the bug on 
 Iceweasel's side, since I can't duplicate it using any other program.

The fact it happens only with iceweasel may simply mean it triggers a bug
with some extension that the other applications you tested don't use.
(Xrender, maybe ?)
Anyways, an application shouldn't be able to freeze X.

Mike



-- 
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/20100802071848.gb21...@glandium.org



Bug#591345: xserver-xorg-video-cirrus: gd5446 w. 4mb: pitch too high

2010-08-02 Thread Stefan Potyra
Package: xserver-xorg-video-cirrus
Version: 1:1.3.2-2
Severity: normal
Tags: patch

Hi,

thanks for maintaining xserver-xorg-video-cirrus. With the resolution 
1360x768, the driver sets the pitch to 1408 * 3. However internally, the gd 
5446 uses only 9 bits to store the pitch, which get left shifted by 3. So the 
maximum allowed value for the pitch is 4088. As a result, the screen is 
garbled since the resulting pitch is then just 128.

Attached is a patch, that limits the maximum pitch for the gd5446. This bug is 
also reported upstream at 
https://bugs.freedesktop.org/show_bug.cgi?id=23775

Would be very nice if you could apply the patch.

Thanks in advance,
Stefan.

-- 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 Jul 17 16:37 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878240 Jun  3 15:09 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:08.0 VGA compatible controller: Cirrus Logic GD 5446 (rev 01)

/etc/X11/xorg.conf does not exist.

Kernel version (/proc/version):
Linux version 2.6.32-5-amd64 (Debian 2.6.32-15) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 04:34:03 UTC 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 34498 Aug  2 10:40 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux debian 2.6.32-5-amd64 #1 SMP Tue Jun 1 
04:34:03 UTC 2010 x86_64
Kernel command line: initrd=/live/initrd.img boot=live live-config   
BOOT_IMAGE=/live/vmlinuz 
Build Date: 03 June 2010  03:01:44PM
xorg-server 2:1.7.7-2 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Aug  2 10:39:56 2010
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x7c5e80
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:8:0) 1013:00b8:: Cirrus Logic GD 5446 rev 1, Mem @ 
0x5000/33554432, 0x5200/4096, BIOS @ 0x/65536
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: glx
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: record
(II) Loading 

Processed: bug 591345 is forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=23775

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

 forwarded 591345 https://bugs.freedesktop.org/show_bug.cgi?id=23775
Bug #591345 [xserver-xorg-video-cirrus] xserver-xorg-video-cirrus: gd5446 w. 
4mb: pitch too high
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=23775'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591345
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.128075378519385.transcr...@bugs.debian.org



Bug#591061: Acknowledgement (libdrm-radeon1: Huge memory leak with Radeon HD 4200 while using KMS.)

2010-08-02 Thread Eduardo I.
Attached is another 'free' output with absolutely nothing running
(algo see 'ps auxww' output sorted by RSS).

Any ideas?

Thanks in advance!

--
Eduardo.



On Sat, Jul 31, 2010 at 12:12 PM, Debian Bug Tracking System
ow...@bugs.debian.org wrote:
 Thank you for filing a new Bug report with Debian.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 As you requested using X-Debbugs-CC, your message was also forwarded to
  persegui...@gmail.com
 (after having been given a Bug report number, if it did not have one).

 Your message has been sent to the package maintainer(s):
  Debian X Strike Force debian-x@lists.debian.org

 If you wish to submit further information on this problem, please
 send it to 591...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

 --
 591061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591061
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems

 total   used   free sharedbuffers cached
Mem:  1883   1047836  0 47213
-/+ buffers/cache:786   1097
Swap: 2047 16   2031
root  4013  0.0  0.1  48828  2724 ?Sl   Jul28   1:24 
/usr/bin/python /usr/bin/fail2ban-server -b -s /var/run/fail2ban/fail2ban.sock
postfix  10906  0.0  0.1  39268  2196 ?S11:29   0:00 pickup -l -t 
fifo -u -c
root 1  0.0  0.0   839616 ?Ss   Jul28   0:03 init [2]  
1000 16869  0.0  0.0  6948848 ?Sl   Jul28   0:00 
/usr/bin/gnome-keyring-daemon --start --foreground --components=secrets
1000  5451  0.0  0.0  69484   576 ?Sl   Jul29   0:04 
/usr/bin/gnome-keyring-daemon --start --foreground --components=secrets
root  8675  0.0  0.0  64220  1892 ?Sl   Jul28   0:36 
/usr/lib/udisks/udisks-daemon
root  3133  0.0  0.0   6408   404 ?Ss   Jul28   0:02 dhclient3 -pf 
/var/run/dhclient.eth3.pid -lf /var/lib/dhcp3/dhclient.eth3.leases eth3
root  3782  0.0  0.0   6020   288 ?Ss   Jul28   0:02 /sbin/syslogd
root 11613  0.0  0.0  59884   772 tty6 S+   12:01   0:00 sort -rk 4
root  4555  0.0  0.0   5972 8 tty3 Ss+  Jul28   0:00 /sbin/getty 
38400 tty3
root  4553  0.0  0.0   5972 8 tty1 Ss+  Jul28   0:00 /sbin/getty 
38400 tty1
root  4557  0.0  0.0   597268 tty5 Ss+  Jul28   0:00 /sbin/getty 
38400 tty5
root  4554  0.0  0.0   597220 tty2 Ss+  Jul28   0:00 /sbin/getty 
38400 tty2
root  4556  0.0  0.0   597212 tty4 Ss+  Jul28   0:00 /sbin/getty 
38400 tty4
root  8697  0.0  0.0  53636  1228 ?SJul28   0:00 
/usr/lib/policykit-1/polkitd
root  4558  0.0  0.0  5189628 tty6 Ss   Jul28   0:00 /bin/login --  
   
root  4271  0.0  0.0  4921248 ?Ss   Jul28   0:00 /usr/sbin/sshd
root  8676  0.0  0.0  46560   132 ?SJul28   1:05 udisks-daemon: 
polling /dev/sr0
105   5729  0.0  0.0  44364  1332 ?Ssl  Jul28   0:03 /usr/sbin/hald
postfix   4362  0.0  0.0  39428   336 ?SJul28   0:00 qmgr -l -t 
fifo -u
root  3867  0.0  0.0   392880 ?Ss   Jul28   0:43 /usr/sbin/acpid
root  3956  0.0  0.0   3916   196 ?Ss   Jul28   0:00 /sbin/klogd -x
uml-net   4134  0.0  0.0   390836 ?SJul28   0:05 
/usr/bin/uml_switch -unix /var/run/uml-utilities/uml_switch.ctl
ntp   4518  0.0  0.0  38512   900 ?Ss   Jul28   0:20 /usr/sbin/ntpd 
-p /var/run/ntpd.pid -g -u 111:113
root  4354  0.0  0.0  37204   180 ?Ss   Jul28   0:01 
/usr/lib/postfix/master
avahi 3954  0.0  0.0  34040   820 ?SJul28   0:10 avahi-daemon: 
running [nox.local]
avahi 3955  0.0  0.0  3379236 ?Ss   Jul28   0:00 avahi-daemon: 
chroot helper
www-data  4129  0.0  0.0  31040   844 ?SJul28   0:01 nginx: worker 
process
root  4128  0.0  0.0  3036876 ?Ss   Jul28   0:00 nginx: master 
process /usr/sbin/nginx
105   5781  0.0  0.0  2614412 ?SJul28   0:00 
hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
root  5780  0.0  0.0  24332 8 ?SJul28   0:00 
/usr/lib/hal/hald-addon-cpufreq
root  5760  0.0  0.0  24324   256 ?SJul28   0:49 
hald-addon-input: Listening on /dev/input/event0 /dev/input/event2 
/dev/input/event1 /dev/input/event3 /dev/input/event4
root  5779  0.0  0.0  24320   656 ?SJul28   1:49 
hald-addon-storage: polling /dev/sr0 (every 2 sec)
103   3926  0.0  0.0  23940   884 ?Ss   Jul28   0:07 
/usr/bin/dbus-daemon --system
dnsmasq   3885  0.0  0.0  22800   296 ?SJul28   0:10 
/usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid 

Bug#591430: xserver-xorg-core: Maximum number of clients reached hardcoded

2010-08-02 Thread Tim Connors
Package: xserver-xorg-core
Version: 2:1.7.7-2
Severity: normal

It's 2010, and we still can't open more than about 194 clients (My
ulimit is for 1024 open fds).  Meanwhile, it is clear that the
tradeoff that was made to only allow 256 connections is heavily
lopsided towards allowing those clients to open far more resources
than any actually use in practice.

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/260138

Large clients have been shown to use 3500 resources each, but we allow
them to use 2^29/256, or 2 million.  Can't we steal quite a few more
bits for increasing the number of X clients?

People have done this before:
https://bugs.freedesktop.org/show_bug.cgi?id=9209
http://readlist.com/lists/lists.freedesktop.org/xorg/3/17055.html
http://old.nabble.com/Maximum-Number-of-Clients-td7307396.html

If it's a bit too much work to add a configuration or cmdline option,
can't we change the default anyway, since it's already so heavily
lopsided?


-- 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 Sep 16  2007 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1877472 Jun  9 20:58 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600M GT] 
(rev a1)

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

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 25 Apr 10 16:18 /etc/X11/xorg.conf - 
/etc/X11/xorg.conf.nvidia

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section Module
Loadsynaptics
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
# Driverevdev
# Option  Dev Phys  isa0060/serio0/input0
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
#altwin:meta_win
#   Option  XkbOptionsctrl:nocaps
#   Option  XkbOptionsterminate:ctrl_alt_bksp
Option  XkbOptionsctrl:nocaps terminate:ctrl_alt_bksp
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  ButtonNumber  5
Option  Device/dev/input/mice
# Option Protocol  ImPS/2
# Option Protocol  ExplorerPS/2
Option  Protocol  auto
# Option Emulate3Buttons   true
# Option Buttons   10
Option  Buttons   11
Option  ButtonMapping 1 2 3 9 8 6 7 13 14
Option  ZAxisMapping  4 5 6 7
EndSection

#ALSO try btnx btnx-config

#Section InputDevice
#Identifier  VXNano
#Driver  evdev
#Option  Name Logitech USB Receiver
#Option  Protocol evdev
#Option  Buttons 9
#Option  SendCoreEvents
#Option  HWHEELRelativeAxisButtons 7 6
#EndSection

#Section InputDevice
#Identifier  Logitech MX1000
#Driver  evdev
#Option  Name  Logitech USB Receiver
## I tried the HWHEELRelativeAxisButtons-line already
#   Option  ZAxisMapping   11 12 10 9
#EndSection

Section InputDevice

# These values can be obtained from synclient -l, and can be
# set on the fly with synclient var=val

Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
##  Option  Device/dev/input/mice
Option  Protocol  auto-dev

Option  LeftEdge  1700
Option  RightEdge 5300
Option  TopEdge   1700
Option  BottomEdge4200
Option  FingerLow 25
Option  FingerHigh30
Option  MaxTapTime180
Option  

Bug#591430: xserver-xorg-core: Maximum number of clients reached hardcoded

2010-08-02 Thread Julien Cristau
On Tue, Aug  3, 2010 at 09:59:40 +1000, Tim Connors wrote:

 If it's a bit too much work to add a configuration or cmdline option,
 can't we change the default anyway, since it's already so heavily
 lopsided?
 
I'd rather this was done upstream, please take this request/discussion
to the xorg-devel mailing list instead.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: tagging 591430

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

 tags 591430 + upstream confirmed
Bug #591430 [xserver-xorg-core] xserver-xorg-core: Maximum number of clients 
reached hardcoded
Added tag(s) upstream and confirmed.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591430
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.128079455530053.transcr...@bugs.debian.org



xserver-xorg-video-intel: Changes to 'ubuntu'

2010-08-02 Thread Christopher Halse Rogers
 debian/changelog |4 
 debian/rules |2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 7262fe3040cd8d626c989511261fce0d1e630248
Author: Martin Pitt martin.p...@ubuntu.com
Date:   Mon Aug 2 08:57:17 2010 +0200

debian/rules: Do not install the big upstream changelog.

diff --git a/debian/changelog b/debian/changelog
index 0343ca4..cf1e125 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 xserver-xorg-video-intel (2:2.12.0-1ubuntu3) UNRELEASED; urgency=low
 
+  [ Christopher James Halse Rogers ]
   * debian/patches/101_copy-fb.patch:
 + Update for Xserver 1.9
   * debian/control:
 + Bump build-depends on xserver-xorg-dev to ensure we pick up the new ABI
 
+  [ Martin Pitt ]
+  * debian/rules: Do not install the big upstream changelog.
+
  -- Christopher James Halse Rogers r...@ubuntu.com  Mon, 02 Aug 2010 
15:54:36 +1000
 
 xserver-xorg-video-intel (2:2.12.0-1ubuntu2) maverick; urgency=low
diff --git a/debian/rules b/debian/rules
index ff63235..47f5fed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,7 +85,7 @@ binary-arch: build install serverabi
dh_testroot
 
dh_installdocs README NEWS
-   dh_installchangelogs ChangeLog
+   dh_installchangelogs
dh_install --sourcedir=debian/tmp --list-missing --exclude=.la 
--exclude=usr/share/man/man4
dh_installman
dh_installudev


-- 
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/e1og5lw-0005xs...@alioth.debian.org