Bug#736224: upstream bug

2014-02-17 Thread Kevin Mitchell

https://bugs.freedesktop.org/show_bug.cgi?id=75086


--
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/20140218010920.ga2...@math.sfu.ca



Bug#736224: xrandr:an additional decimal place is required to distinguish different refresh rates in query

2014-01-20 Thread Kevin Mitchell
Package: x11-xserver-utils
Version: 7.7+2
Severity: normal
Tags: upstream patch

I have an Samsung eh5000 HDTV that I connect to my Intel Mobile Ivy
Bridge chipset via HDMI1 as reported by xrandr. Without modification
xrandr reports the display's native resolution as

1920x1080  60.0 +   59.9 30.0 24.0 30.0 24.0*

This is confusing because it lists 30.0 and 24.0 twice each. I
discovered that I could switch to either one by specifying --rate
30/--rate 29.97 or --rate 24/--rate 23.98.

With the attached patch, I have added one more decimal everywhere a
frequency is reported so that now it's clearer what the supported
refresh rates are and how to switch to them:

1920x1080 60.00 +  59.9430.0024.0029.9723.98* 

Kevin


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (400, 'stable'), (300, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0.00 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages x11-xserver-utils depends on:
ii  cpp  4:4.8.2-2
ii  libc62.17-97
ii  libice6  2:1.0.8-2
ii  libx11-6 2:1.6.2-1
ii  libxaw7  2:1.0.11-1
ii  libxcursor1  1:1.1.14-1
ii  libxext6 2:1.3.2-1
ii  libxi6   2:1.7.2-1
ii  libxmu6  2:1.1.1-1
ii  libxmuu1 2:1.1.1-1
ii  libxrandr2   2:1.4.1-1
ii  libxrender1  1:0.9.8-1
ii  libxt6   1:1.1.4-1
ii  libxxf86vm1  1:1.1.3-1

x11-xserver-utils recommends no packages.

Versions of packages x11-xserver-utils suggests:
pn  cairo-5cnone
pn  nickle  none
pn  xorg-docs-core  none

-- no debconf information
--- a/xrandr/xrandr.c
+++ b/xrandr/xrandr.c
@@ -1566,7 +1566,7 @@
 	rr_outputs[o] = crtc-outputs[o]-output.xid;
 mode = crtc-mode_info-id;
 if (verbose) {
-	printf (crtc %d: %12s %6.1f +%d+%d, crtc-crtc.index,
+	printf (crtc %d: %12s %6.2f +%d+%d, crtc-crtc.index,
 		crtc-mode_info-name, mode_refresh (crtc-mode_info),
 		crtc-x, crtc-y);
 	for (o = 0; o  crtc-noutput; o++)
@@ -3592,7 +3592,7 @@
 		XRRModeInfo	*mode = find_mode_by_xid (output_info-modes[j]);
 		int		f;
 		
-		printf (  %s (0x%x) %6.1fMHz,
+		printf (  %s (0x%x) %6.2fMHz,
 			mode-name, (int)mode-id,
 			(double)mode-dotClock / 100.0);
 		for (f = 0; mode_flags[f].flag; f++)
@@ -3603,10 +3603,10 @@
 		if (j  output_info-npreferred)
 			printf ( +preferred);
 		printf (\n);
-		printf (h: width  %4d start %4d end %4d total %4d skew %4d clock %6.1fKHz\n,
+		printf (h: width  %4d start %4d end %4d total %4d skew %4d clock %6.2fKHz\n,
 			mode-width, mode-hSyncStart, mode-hSyncEnd,
 			mode-hTotal, mode-hSkew, mode_hsync (mode) / 1000);
-		printf (v: height %4d start %4d end %4d total %4d   clock %6.1fHz\n,
+		printf (v: height %4d start %4d end %4d total %4d   clock %6.2fHz\n,
 			mode-height, mode-vSyncStart, mode-vSyncEnd, mode-vTotal,
 			mode_refresh (mode));
 		mode-modeFlags |= ModeShown;
@@ -3633,7 +3633,7 @@
 			if (strcmp (jmode-name, kmode-name) != 0) continue;
 			mode_shown[k] = True;
 			kmode-modeFlags |= ModeShown;
-			printf ( %6.1f, mode_refresh (kmode));
+			printf ( %6.2f, mode_refresh (kmode));
 			if (kmode == output-mode_info)
 			printf (*);
 			else
@@ -3654,13 +3654,13 @@
 
 	if (!(mode-modeFlags  ModeShown))
 	{
-		printf (  %s (0x%x) %6.1fMHz\n,
+		printf (  %s (0x%x) %6.2fMHz\n,
 			mode-name, (int)mode-id,
 			(double)mode-dotClock / 100.0);
-		printf (h: width  %4d start %4d end %4d total %4d skew %4d clock %6.1fKHz\n,
+		printf (h: width  %4d start %4d end %4d total %4d skew %4d clock %6.2fKHz\n,
 			mode-width, mode-hSyncStart, mode-hSyncEnd,
 			mode-hTotal, mode-hSkew, mode_hsync (mode) / 1000);
-		printf (v: height %4d start %4d end %4d total %4d   clock %6.1fHz\n,
+		printf (v: height %4d start %4d end %4d total %4d   clock %6.2fHz\n,
 			mode-height, mode-vSyncStart, mode-vSyncEnd, mode-vTotal,
 			mode_refresh (mode));
 	}


Bug#596781: window corruption when passing over xfig, xmgrace, and xpaint (and probably more) windows (fwd)

2010-09-24 Thread Kevin Mitchell
Package: xserver-xorg-video-intel
Severity: normal

I have confirmed that this problem also persists even when upgrading to the 
latest mainline kernel rc 2.6.36-rc5. 

-- 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 Dec  3  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1923104 Sep 20 11:21 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3537 Apr 14 12:36 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section ServerLayout
Identifier X.org Configured
Screen  0  Default Screen 0 0
InputDeviceSynaptics Touchpad CorePointer
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

#Section ServerFlags
#   Option AllowEmptyInput false
#   Option AutoAddDevices  true
##  Option AutoEnableDevices false
#EndSection

Section Files
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/X11/misc
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
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/input/event6
Option  VertEdgeScroll 1
Option  HorizEdgeScroll 1
Option  RightEdge  5500
Option  BottomEdge 4500
Option  RTCornerButton 0
Option  RBCornerButton 0
Option  SHMConfig on
#   Option  ZAxisMapping 4 5
#   Option   EmulateWheel on
#   Option   EmulateWheelButton 2
EndSection

Section Module
Load  dbe
Load  dri
Load  dri2
Load  extmod
Load  glx
#   Load  record
#   Load  freetype
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
ModelNameMonitor Model
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option NoAccel   # [bool]
#Option SWcursor  # [bool]
#Option ColorKey  # i
#Option CacheLines# i
#Option Dac6Bit   # [bool]
#Option DRI   # [bool]
#Option NoDDC # [bool]
#Option ShowCache # [bool]
#Option XvMCSurfaces  # i
#Option PageFlip  # [bool
#Option AccelMethod UXA 
Identifier  Intel 945GM
Driver  intel
VendorName  Intel Corporation
BoardName   Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller
BusID   PCI:0:2:0
Option monitor-VGA1  External VGA
Option monitor-LVDS1 LEN:5040
EndSection

Section Monitor
 Identifier External VGA
 Option PreferredMode  1280x1024
#  Option Position -1280 0
#  Option Position 0 -1024
EndSection

Section Monitor
Identifier LEN:5040
VendorName LEN
ModelName LEN:5040
Option PreferredMode  1280x800
EndSection

Section Screen
Identifier Default Screen
Device Intel 945GM
Monitor LEN:5040
SubSection Display
Depth 24
Modes 1280x800 1280x1024 1360x768 640x480 
1024x768
ViewPort 0 0 
#Virtual 2560 1024
Virtual 1280 1824
EndSubSection
EndSection


Kernel version (/proc/version):
Linux version 2.6.36-rc5.001 (r...@homunculus) (gcc version 4.4.5 20100913 
(prerelease) (Debian 4.4.4-15) ) #1 SMP PREEMPT Thu Sep 23 16:21:42 PDT 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 26451 Aug  8  2009 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 28393 Aug  8  2009 

Bug#513286: xserver-xorg-input-synaptics: proof of principle/dirty hack

2009-04-10 Thread Kevin Mitchell
Package: xserver-xorg-input-synaptics
Version: 1.1.0-1
Severity: normal

I agree this needs to handled more automatically. I'm a bit embarassed to 
include this as it's really ugly and very likely will not work in all cases, 
but this got my configuration converted nicely. I just stuck the output of

sed -n '/Synaptics Touchpad/,/EndSection/ s/\//gp' /etc/X11/xorg.conf \
   | grep -v ^# \
   | awk '/Option/ {printf merge key=\input.x11_options.%s\ 
type=\string\%s/merge\n,$2,$3}'

into /etc/hal/fdi/policy/11-x11-synaptics.fdi

This caught my attention because my edge scrolling wasn't working. It was 
almost as bad as using a Sun keyboard :). I realised that this was actually a 
feature. The reason my egde scrolling wasn't enabled by default was that my 
touchpad was detected as supporting two fingered scrolling which did in fact 
work, but of course wasn't what I wanted. I needed 

merge key=input.x11_options.VertTwoFingerScroll 
type=stringfalse/merge
merge key=input.x11_options.HorizTwoFingerScroll 
type=stringfalse/merge
merge key=input.x11_options.VertEdgeScroll type=stringtrue/merge
merge key=input.x11_options.HorizEdgeScroll 
type=stringtrue/merge

to get things working as before.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (400, 'stable'), (300, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29.018-wl (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6 2.9-7  GNU C Library: Shared libraries
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxi62:1.2.1-2  X11 Input extension library
ii  xserver-xorg-core 2:1.6.0-1  Xorg X server - core server

xserver-xorg-input-synaptics recommends no packages.

Versions of packages xserver-xorg-input-synaptics suggests:
pn  gsynaptics | ksynaptics | qsy none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#498016: xserver-xorg-video-intel: non-xserver virtual consoles do not display with large virtual display

2008-09-06 Thread Kevin Mitchell
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny4
Severity: normal


Ok, I know I've got a 945, and DRI only works if my virtual screen is
inside a 2048x2048 box, but I like putting an external 1280x1024 VGA
montor to the left of my 1280x800 LVDS flatpanel. The good news is that
this seems to work pretty much the way I want with

xrandr --output LVDS --pos 0x224 --output VGA --pos -1280x0

Of course, for this to work, I have to have

 Virtual 2560 1024   

in the Display subsection of my Screen section in my xorg.conf.

The bad news is that even if I never connect the external monitor or run
the xrandr command, my command line virtual consoles completely
disappear. That is, I cannot hit Ctrl-Alt-F1 to get a command line. In
fact, even after I have stopped the offending xserver, the command line
virtual consoles still don't work. Only after I have started an xserver
with a virtual screen smaller than 2048x2048 does the command line
console return. Maybe this is just a limitation of my hardware, but 
I just thought I'd document it in case there is some way to make
command line virtual consoles work with large frame buffers.

Kevin




-- Package-specific info: Contents of /var/lib/x11/X.roster:
xserver-xorg

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-08-27 14:24 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1959560 2008-08-26 11:25 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 15 2008-09-06 00:55 /etc/X11/xorg.conf - xorg.conf.intel

Contents of /etc/X11/xorg.conf:
# /etc/X11/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 /etc/X11/xorg.conf manual page.  (Type man
#/etc/X11/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
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# This crashies X when started with an interface routed at an IP not starting 
# with 142.103.140. !!
#FontPathtcp/142.103.140.62:7100
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection


Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc102
Option  XkbLayout us
Option  Xleds 2 3
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   false
#   Option  ZAxisMapping 4 5
#   Option  EmulateWheel on
#   Option  EmulateWheelButton 2
EndSection

# Section InputDevice
#   Identifier HDAPS Joystick
#   Driver joystick
#   Option Device  /dev/input/js0
#   Option  MapAxis1  mode=relativekeylow=Left keyhigh=Right 
deadzone=0
# Option  MapAxis2  mode=relativekeylow=Up   keyhigh=Down  
deadzone=0
#   Option SendCoreEvents true
# EndSection

# Section InputDevice
#   Identifier HDAPS Event
#   Driver evdev
#   Option Device  /dev/input/hdaps/accelerometer-event
#   Option  MapAxis1  mode=relativekeylow=Left keyhigh=Right 
deadzone=0
# Option  MapAxis2  mode=relativekeylow=Up   keyhigh=Down  
deadzone=0
#   Option 

Bug#496838: xserver-xorg-video-intel: black screen with mouse cursor returning from gdmflexiserver

2008-08-27 Thread Kevin Mitchell
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny3
Severity: normal


Feel free to refile this under the appropriate package, I'm not exactly
sure if this driver is the problem, but it is a candidate. 

Everything seems to work normally as long as I do not use
gdmflexiserver. If I do, the new server is created and everything works
as expected however returning to the original server that spawned
gdmflexiserver is not possible regardless of whether the new server is
still running or if it is terminanted normally.

If I try to return to the original server either by terminating the new
one or hitting the Alt-Ctrl-F7 combination, I am greeted only by a blank
screen with a working mouse cursor. No screensaver process is running
and nothing short of killing the restarting the server will restore it
to a working state. I also cannot see anything in the frame buffer
consoles (Alt-Ctrl-F1) until the errant server is reastarted.  Before
the server goes off the rails and after it has been restarted, I am able
to see a login prompt on the the first virtual terminal.

The reason for filing this under xserver-xorg-video-intel is that this
is only reproducable while using the intel driver. Everything works as
expected when I use vesa.

Kevin


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-08-27 14:24 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901104 2008-08-26 11:25 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1077 2008-08-27 14:24 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# 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 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 InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 39985 2008-04-03 18:36 /var/log/Xorg.24.log
-rw-r--r-- 1 root root 47564 2008-04-03 18:36 /var/log/Xorg.23.log
-rw-r--r-- 1 root root 42267 2008-04-03 18:46 /var/log/Xorg.22.log
-rw-r--r-- 1 root root 40095 2008-04-03 19:34 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 36557 2008-07-16 02:24 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 33097 2008-08-27 14:35 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 37864 2008-08-27 14:37 /var/log/Xorg.0.log

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

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-5)
Current Operating System: Linux homunculus 2.6.26-amd64.022 #1 SMP Tue Aug 26 
00:05:55 PDT 2008 x86_64
Build Date: 26 August 2008  06:07:42PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Wed Aug 27 14:36:57 2008
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly 

Bug#474658: compiz-gnome: replacing metacity with compiz is non-trivial

2008-04-06 Thread Kevin Mitchell
Package: compiz-gnome
Version: 0.6.3~git20080115.0ea58487-1
Severity: important


No complaints about the actual functionality of the package. It seems to
work great. Running compiz --replace from within a regular gnome session
does exactly as it is advertised to do.

However, there really needs to be a straightforward way to make compiz
your default window manager instead of metacity. Or better yet, make it
the system-wide default window manager. I've read all sorts of terrible
suggestions like adding an additional startup program via
System-Preferences-Sessions which just executes the command compiz
--replace. The problem with this of course is that you have just wasted
several CPU cycles starting metacity only to go and replace it with
compiz. After several hours of searching I finally found that you can
add the file ~/.gnomerc with the line

export WINDOW_MANAGER=/usr/bin/compiz

to create the desired effect, but this is not indicated anywhere in the
documentation that I can find. Moreover, even if it was I don't believe
that it should be necessary to consult the documentation merely to get
the package working.

I think usability would improve significantly especially for beginner
users if the compiz-gnome package emulated the openbox package which
gives an additional entry in the the Session menu of GDM for Gnome on
top of openbox. Maybe this way we would loose fewer novices to Ubuntu ;)

Kevin


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (300, 'testing'), (200, 'stable'), (100, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-amd64.016 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)
Shell: /bin/sh linked to /bin/bash

Versions of packages compiz-gnome depends on:
ii  compiz-gtk  0.6.3~git20080115.0ea58487-1 OpenGL window and compositing mana
ii  libart-2.0- 2.3.20-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libbonobo2- 2.22.0-1 Bonobo CORBA interfaces library
ii  libbonoboui 2.22.0-1 The Bonobo UI library
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libcairo2   1.5.8-1  The Cairo 2D vector graphics libra
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglib2.0- 2.16.2-1 The GLib library of C routines
ii  libgnome-de 2.22.0-1 Utility library for loading .deskt
ii  libgnome-wi 1:2.22.0-2   Utility library for getting window
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecan 2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui- 2.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs 1:2.22.0-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.9-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.12-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0 1.20.0-1 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstartup- 0.9-1library for program launch feedbac

compiz-gnome recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471782: xserver-xorg-video-intel: X Error: BadAlloc thrown when trying to render howtoforge.org

2008-03-20 Thread Kevin Mitchell
Yep, that did it. Sorry I missed that.

On Thu, Mar 20, 2008 at 12:52 AM, Brice Goglin
[EMAIL PROTECTED] wrote:
 reassign 471782 xserver-xorg-core
  found 471782 2:1.4.1~git20080131-2
  retitle 471782 BadAlloc error killing firefox when loading
  howtoforge.org with EXA
  thank you



  Kevin Mitchell wrote:
   Package: xserver-xorg-video-intel
   Version: 2:2.2.1-1
   Severity: important
  
  
   When rendering the page http://www.howtoforg.org with a clean
   Firefox profile, it crashes 100% of the time with the following error 
 message
  
   The program 'gecko' received an X Window System error.
   This probably reflects a bug in the program.
   The error was 'BadAlloc (insufficient resources for operation)'.
 (Details: serial 23116 error_code 11 request_code 53 minor_code 0)
  


  Same problem on ATI Mobility X300 with a recent ati driver and firefox
  3b4. But only when using EXA, switching back to XAA seems to fix the
  problem. Try adding
 Option AccelMethod XAA
  to the device section of xorg.conf

  I am retitling accordingly and reassign the server.

  Brice





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]