xorg: Changes to 'ubuntu'

2009-11-09 Thread Bryce Harrington
 debian/changelog  |   10 ++
 debian/local/Failsafe/failsafeXServer |   28 ++--
 2 files changed, 28 insertions(+), 10 deletions(-)

New commits:
commit 5c2cefb0687533b6c3e9df455b00c7d009cf28bd
Author: Bryce Harrington br...@bryceharrington.org
Date:   Mon Nov 9 00:02:21 2009 -0800

cl

diff --git a/debian/changelog b/debian/changelog
index cebe256..cc4b4d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xorg (1:7.4+3ubuntu10) karmic; urgency=low
+
+  * local/Failsafe/failsafeXServer:  Since dexconf no longer produces
+an xorg.conf, it will neither generate a failsafe xorg.conf, so now
+we just generate one directly.  Otherwise X won't start a failsafe
+session properly.
+(LP: #477149)
+
+ -- Bryce Harrington br...@ubuntu.com  Sun, 08 Nov 2009 23:59:36 -0800
+
 xorg (1:7.4+3ubuntu9) karmic-proposed; urgency=low
 
   * Restore 60x11-common_localhost.  I dropped this before because the

commit 5070c679e3ec7cb51c2f3b714c55b2ae796a0a04
Author: Bryce Harrington br...@bryceharrington.org
Date:   Sun Nov 8 23:59:08 2009 -0800

Instead of generating a failsafe xorg.conf using dexconf, just print a
stock one directly.

diff --git a/debian/local/Failsafe/failsafeXServer 
b/debian/local/Failsafe/failsafeXServer
index 9d00e76..b4fe2a1 100755
--- a/debian/local/Failsafe/failsafeXServer
+++ b/debian/local/Failsafe/failsafeXServer
@@ -108,16 +108,24 @@ fi
 #  If a matching entry is found, then use VGA 640x480/16 mode
 driver=$(get_driver)
 
-if [ x${run_dexconf} = xyes ]; then
-# Generate an appropriate xorg.conf
-/etc/gdm/failsafeDexconf $driver $xorg_conf_failsafe
-if [ ! -s $xorg_conf_failsafe ]; then
-warn Could not generate $xorg_conf_failsafe for $driver driver
-exit 1
-fi
-elif [ ! -s $xorg_conf_failsafe ]; then
-warn Requested to use $xorg_conf_failsafe for $driver driver, but it does 
not exist
-exit 1
+# If no failsafe xorg.conf exists, generate a stock one
+if [ ! -e $xorg_conf_failsafe ]; then
+cat  $xorg_conf_failsafe EOF
+Section Device
+   Identifier  Configured Video Device
+   Driver  vesa
+EndSection
+
+Section Monitor
+   Identifier  Configured Monitor
+EndSection
+
+Section Screen
+   Identifier  Default Screen
+   Monitor Configured Monitor
+   Device  Configured Video Device
+EndSection
+EOF
 fi
 
 md5xorg=$(md5sum $xorg_conf)


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



Bug#555308: xserver-xorg: X inherits user's umask

2009-11-09 Thread Piotr Engelking
Package: xserver-xorg
Version: 1:7.4+4
Severity: normal
Tags: security
X-Debbugs-Cc: t...@security.debian.org

/usr/bin/X, which is a suid root program, keeps the umask of the user
that started X. This results in at least one security problem: if the
user sets umask to 0, /var/log/Xorg.*.log will be world-writable, as
can be seen below.

Please set umask in /usr/bin/X to a sane value (022).


-- 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 06/04/06  /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1689944 10/13/09 13:31 /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 Radeon HD 3200 Graphics

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1310 06/23/09 02:47 /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  samsung4500
Option  XkbLayout pl
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
Driver  radeonhd
Option  AccelMethod   EXA
Option  DRI   true
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-rw-rw- 1 root root 179460 11/08/09 19:22 /var/log/Xorg.1.log
-rw--- 1 root root 298428 11/08/09 19:22 /var/log/Xorg.0.log

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

HAL Information (lshal):
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keys', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Power Button'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input'  (string)
  input.device = '/dev/input/event2'  (string)
  input.product = 'Power Button'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'pl'  (string)
  input.xkb.model = 'pc105'  (string)
  input.xkb.options = 'lv3:ralt_switch'  (string)
  input.xkb.rules = 'base'  (string)
  linux.device_file = '/dev/input/event2'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path =
'/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2'  (string)

udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keys', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Power Button'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0'
 (string)
  input.device = '/dev/input/event3'  (string)
  input.product = 'Power Button'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'pl'  (string)
  input.xkb.model = 'pc105'  (string)
  input.xkb.options = 'lv3:ralt_switch'  (string)
  input.xkb.rules = 'base'  (string)
  linux.device_file = '/dev/input/event3'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path =
'/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3'
(string)

udi = 
'/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input'
  access_control.file = '/dev/input/event4'  (string)
  access_control.type = 'mouse'  (string)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'hal-acl-tool --add-device',
'debian-setup-keyboard'} (string 

Processed: [bts-link] source package xserver-xorg-video-intel

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

 #
 # bts-link upstream status pull for source package xserver-xorg-video-intel
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #548045 (http://bugs.debian.org/548045)
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=24255
 #  * remote status changed: ASSIGNED - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 548045 + fixed-upstream
Bug #548045 [xserver-xorg-video-intel] video-intel: [945GM] DVI monitor not 
detected
Added tag(s) fixed-upstream.
 usertags 548045 - status-ASSIGNED
Bug#548045: video-intel: [945GM] DVI monitor not detected
Usertags were: status-ASSIGNED.
Usertags are now: .
 usertags 548045 + status-RESOLVED resolution-FIXED
Bug#548045: video-intel: [945GM] DVI monitor not detected
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: [bts-link] source package xserver-xorg-input-synaptics

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

 #
 # bts-link upstream status pull for source package 
 xserver-xorg-input-synaptics
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #541259 (http://bugs.debian.org/541259)
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=19918
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 541259 + fixed-upstream
Bug #541259 [xserver-xorg-input-synaptics] xserver-xorg: crash in XisbRead on 
wakeup
Bug #532375 [xserver-xorg-input-synaptics] 
/usr/lib/xorg/modules/input/synaptics_drv.so: Segfault resuming from suspend
Added tag(s) fixed-upstream.
Added tag(s) fixed-upstream.
 usertags 541259 - status-NEW
Bug#541259: xserver-xorg: crash in XisbRead on wakeup
Usertags were: status-NEW.
Usertags are now: .
 usertags 541259 + status-RESOLVED resolution-FIXED
Bug#541259: xserver-xorg: crash in XisbRead on wakeup
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #541259 (http://bugs.debian.org/541259)
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=19918
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 541259 + fixed-upstream
Bug #541259 [xserver-xorg-input-synaptics] xserver-xorg: crash in XisbRead on 
wakeup
Bug #532375 [xserver-xorg-input-synaptics] 
/usr/lib/xorg/modules/input/synaptics_drv.so: Segfault resuming from suspend
Ignoring request to alter tags of bug #541259 to the same tags previously set
Ignoring request to alter tags of bug #532375 to the same tags previously set
 usertags 541259 - status-NEW
Bug#541259: xserver-xorg: crash in XisbRead on wakeup
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 usertags 541259 + status-RESOLVED resolution-FIXED
Bug#541259: xserver-xorg: crash in XisbRead on wakeup
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



[bts-link] source package xserver-xorg-video-intel

2009-11-09 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #548045 (http://bugs.debian.org/548045)
#  * https://bugs.freedesktop.org/show_bug.cgi?id=24255
#  * remote status changed: ASSIGNED - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 548045 + fixed-upstream
usertags 548045 - status-ASSIGNED
usertags 548045 + status-RESOLVED resolution-FIXED

thanks


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



[bts-link] source package xserver-xorg-input-synaptics

2009-11-09 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-input-synaptics
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #541259 (http://bugs.debian.org/541259)
#  * https://bugs.freedesktop.org/show_bug.cgi?id=19918
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 541259 + fixed-upstream
usertags 541259 - status-NEW
usertags 541259 + status-RESOLVED resolution-FIXED

# remote status report for #541259 (http://bugs.debian.org/541259)
#  * https://bugs.freedesktop.org/show_bug.cgi?id=19918
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 541259 + fixed-upstream
usertags 541259 - status-NEW
usertags 541259 + status-RESOLVED resolution-FIXED

thanks


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



Bug#555388: xserver-xorg-input-joystick: X segfaults when no joystick connected

2009-11-09 Thread ael
Package: xserver-xorg-input-joystick
Version: 1:1.4.1-1
Severity: grave
Justification: renders package unusable


Log file covers everything, I think:-


X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-2-amd64 x86_64 Debian
Current Operating System: Linux conquest2 2.6.32-rc6_c2 #39 Fri Nov 6 21:10:55 
GMT 2009 x86_64
Build Date: 13 October 2009  09:39:10AM
xorg-server 2:1.6.5-1 (jcris...@debian.org) 
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 Nov  9 13:15:03 2009
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Conquest2 Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor CTX EX710F
(**) |   |--Device asus en6600
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(**) |--Input Device Joystick
(**) Option BlankTime 7
(**) Option StandbyTime 15
(**) Option SuspendTime 20
(**) Option OffTime 25
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID.
Entry deleted from font path.
(Run 'mkfontdir' on /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID).
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(**) FontPath set to:
unix/:7100,
/usr/share/fonts/X11/misc,
/usr/X11R6/lib/X11/fonts/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,
/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
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Configured Mouse
(II) Loader magic: 0x3b40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:1:0:0) 10de:0141:1043:819a nVidia Corporation NV43 [GeForce 6600] 
rev 162, Mem @ 0xd000/67108864, 0xc000/268435456, 0xd400/16777216, 
BIOS @ 0x/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x000f - 0x000f (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] -1  0   0x - 0x0009 (0xa) MX[B]
[4] -1  0   0x - 0x (0x1) MX[B]
[5] -1  0   0x000f - 0x000f (0x1) MX[B]
[6] -1  0   0x000c - 0x000e (0x3) MX[B]
[7] -1  0   0x - 0x0009 (0xa) MX[B]
[8] -1  0   0x - 0x (0x1) MX[B]
[9] -1  0   0x000f - 0x000f (0x1) MX[B]
[10] -1 0   0x000c - 0x000e (0x3) MX[B]
[11] -1 0   0x - 0x0009 (0xa) MX[B]
[12] -1 0   0x - 0x (0x1) MX[B]
[13] -1 0   0x000f - 0x000f (0x1) MX[B]
[14] -1 0   0x000c - 0x000e (0x3) MX[B]
[15] -1 0   0x - 0x0009 (0xa) MX[B]
[16] -1 0   0x - 0x (0x1) IX[B]
[17] -1 0   0x - 0x (0x1) IX[B]
[18] -1 0   0x - 0x (0x1) IX[B]
[19] -1 0   0x - 0x (0x1) IX[B]
[20] -1 0   0x - 0x (0x1) IX[B]
[21] -1 0   0x - 0x (0x1) IX[B]
[22] -1 0   0x - 0x (0x1) IX[B]
[23] -1 0   0x - 0x (0x1) IX[B]
(II) extmod will be loaded. This was enabled by default and also specified in 
the config file.
(II) dbe will be loaded. This was enabled by default and also specified in 
the config file.
(II) glx will be loaded. This was enabled by default and also 

Bug#452121: Same problem other workaround..

2009-11-09 Thread Ronald Portier
Hello to all,

I seemed to have the same problem as reported by other people here. The 
keyboard all of a sudden stopped working altogether, while the mouse 
functioned normally.

A few observations:
- Ctrl-Alt-F1 did NOT work
- Using the mouse I could go to another gnome session (under a different 
user). This session dit NOT have ANY problem.
- Logging out and in of the affected session did NOT help
- restarting the laptop did NOT help
- plugging in an USB keyboard did NOT help

Unfortunately preventing the gnome-screensaver from starting did also not 
make any difference.

- Kernel version: 2.6.26-2-686

x version:
xserver-xorg/lenny uptodate 1:7.3+20
xserver-xorg-core/lenny uptodate 2:1.4.2-10.lenny2
xserver-xorg-input-all/lenny uptodate 1:7.3+20

gnome version:
gnome-core/lenny uptodate 1:2.22.2~5

As the problem seemed related to the configuration of a specific user 
(although I was just using Firefox when my keyboard stopped, not 
installing or configuring or changing anything) I tried to look at all the 
processes started on the one hand for the user with the problem, on the 
other hand for the user that could just use the keyboard. There did not 
seem to be a big difference. I did disable the gnome weather applet, and 
after that nearly everything that was automatically started in gnome, but 
to no avail. For reference I include the list of processes started for 
both users at the end of this mail.

Then I deleted the following user files / directories - to no avail:
.gnome
.gnome2
.gnome2_private
.gnome_private
*.log
.metacity

When the problem remained I deleted the following files / directories. 
That SOLVED the problem, albeit at the cost of some customization:
.dbus
.dmrc
.eaf_monitor_temp
.fontconfig
.gconf
.gconfd
.gim-2.4
.gksu.lock
.gq
.gq-state
.gtkrc-1.2
.local
.luma
.sok
seaside.im (was owned by root)

Well, a little bit rough not to try these deletions one by one, especially 
considering that I do not know what all these are for, but then I had to 
go on working.


User having problem:

portier-laptop-01:~# ps --user openeyedev
  PID TTY  TIME CMD
 3862 ?00:00:00 gconfd-2
 3864 ?00:00:00 gnome-keyring-d
 3868 ?00:00:00 gnome-session
 3917 ?00:00:00 dbus-launch
 3918 ?00:00:00 dbus-daemon
 3924 ?00:00:00 seahorse-agent
 3927 ?00:00:00 gnome-settings-
 3948 ?00:00:00 metacity
 3949 ?00:00:00 gnome-panel
 3951 ?00:00:00 nautilus
 3958 ?00:00:00 bonobo-activati
 3963 ?00:00:00 python
 3969 ?00:00:00 gnome-vfs-daemo
 3975 ?00:00:00 kerneloops-appl
 3976 ?00:00:00 nm-applet
 3977 ?00:00:00 gnome-volume-ma
 3978 ?00:00:00 gnome-power-man
 3986 ?00:00:00 python
 4004 ?00:00:00 fast-user-switc
 4006 ?00:00:00 trashapplet
 4008 ?00:00:00 gnome-keyboard-
 4010 ?00:00:00 gweather-applet
 4012 ?00:00:00 mapping-daemon
 4032 ?00:00:00 gnome-terminal
 4034 ?00:00:00 gnome-pty-helpe
 4035 pts/000:00:00 bash

User NOT having problem:

portier-laptop-01:~# ps --user rportier
  PID TTY  TIME CMD
 4086 ?00:00:00 gconfd-2
 4088 ?00:00:00 gnome-keyring-d
 4089 ?00:00:00 gnome-session
 4138 ?00:00:00 dbus-launch
 4139 ?00:00:00 dbus-daemon
 4145 ?00:00:00 seahorse-agent
 4148 ?00:00:00 gnome-settings-
 4169 ?00:00:00 metacity
 4170 ?00:00:01 gnome-panel
 4173 ?00:00:00 nautilus
 4179 ?00:00:00 bonobo-activati
 4181 ?00:00:00 gnome-vfs-daemo
 4199 ?00:00:00 python
 4203 ?00:00:00 kerneloops-appl
 4205 ?00:00:00 nm-applet
 4206 ?00:00:00 gnome-power-man
 4207 ?00:00:00 gnome-volume-ma
 4211 ?00:00:00 python
 4221 ?00:00:00 mapping-daemon
 4229 ?00:00:00 trashapplet
 4233 ?00:00:00 gnome-keyboard-
 4234 ?00:00:00 fast-user-switc
 4246 ?00:00:00 gnome-terminal
 4249 ?00:00:00 gnome-pty-helpe
 4250 pts/100:00:00 bash
 4317 ?00:00:30 lnotes
 4318 ?00:00:00 nsdexec
 4323 ?00:00:00 sametime_idlemo
 4331 ?00:00:16 notes2
 4422 ?00:00:02 taskldr
 4478 ?00:00:00 firefox
 4490 ?00:00:00 run-mozilla.sh
 4496 ?00:00:23 firefox-bin
 4630 ?00:00:00 evolution-data-
 4660 ?00:00:00 evolution-alarm


Kind regards,
Ronald





Bug#551330: same here

2009-11-09 Thread Helmut Rathgen
Sometimes mouse pointer shows up after a while, sometimes not.

Couldn't figure out yet what makes it appear.

Let me know if you want me to do systematic tests.

Cheers, Helmut


-- 
Helmut Rathgen
3. Physikalisches Institut | University of Stuttgart
Pfaffenwaldring 57 | 70550 Stuttgart | Germany
http://www.pi3.uni-stuttgart.de/http://mrcwa.sourceforge.net
office +49 (0)711 685 60392home +49 (0)711 655 72971
fax+49 (0)711 685 65281cell +49 (0)179 258 75 71




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



Bug#555294: TV output on Hauppauge PVR 350 stops working after upgrade

2009-11-09 Thread Tom Epperly

Somehow I got the wrong lsmod. Here is the current output with X running.

r...@mythtv:~# lsmod 
Module  Size  Used by
autofs416452  0  
rfcomm 28272  0  
l2cap  17248  5 rfcomm   
bluetooth  44996  4 rfcomm,l2cap 
ppdev   6468  0  
parport_pc 22500  0  
lp  8164  0  
parport30988  3 ppdev,parport_pc,lp  
battery10180  0  
nfsd  186864  17 
auth_rpcgss33952  1 nfsd 
exportfs3936  1 nfsd 
nfs   214216  0  
lockd  54568  2 nfsd,nfs 
nfs_acl 2912  2 nfsd,nfs 
sunrpc162528  13 nfsd,auth_rpcgss,nfs,lockd,nfs_acl  
wlan_tkip  10272  2  
jfs   148940  1  
nls_base6820  1 jfs  
ipv6  235396  31 
fuse   42908  1  
tea5767 6020  0  
mt20xx 10824  0  
arc41824  0  
serio_raw   4740  0  
crc_itu_t   2080  0  
pcmcia 29548  0  
yenta_socket   20620  0  
rsrc_nonstatic  9504  1 yenta_socket 
pcmcia_core31892  3 pcmcia,yenta_socket,rsrc_nonstatic   
sbp2   18572  0  
ohci1394   24976  0  
ieee1394   75832  2 sbp2,ohci1394
usb_storage77120  0  
ohci_hcd   18532  0  
cx88_vp3054_i2c 2528  0  
cx8802 13604  0  
cx88xx 61704  1 cx8802   
saa7134_dvb17420  0  
saa7134   125044  1 saa7134_dvb  
ir_kbd_i2c  7120  1 saa7134  
videobuf_dvb4580  1 saa7134_dvb  
nvram   7116  0  
dvb_bt8xx  13316  0  
dvb_core   66528  3 saa7134_dvb,videobuf_dvb,dvb_bt8xx   
bt878   8792  1 dvb_bt8xx
bttv  148116  2 dvb_bt8xx,bt878  
ir_common  39620  4 cx88xx,saa7134,ir_kbd_i2c,bttv   
videobuf_dma_sg11140  5 cx8802,cx88xx,saa7134_dvb,saa7134,bttv   
videobuf_core  16100  6 cx8802,cx88xx,saa7134,videobuf_dvb,bttv,videobuf_dma_sg   
btcx_risc   4264  3 cx8802,cx88xx,bttv   
ivtvfb 11260  2  
tuner_simple   12080  1  
tuner_types13888  1 tuner_simple 
tda9887 9348  1  
tda829012164  0  
saa7127 8004  0