Bug#619459: xserver-xorg-video-radeon: With NVidia NVS3100M, KMS enabled as in radeon-mks.conf prevents resume from suspend to RAM

2011-03-24 Thread Roberto Di Cosmo
Package: xserver-xorg-video-radeon
Version: 1:6.13.1-2+squeeze1
Severity: important
Tags: patch


Suspend to RAM does not resume, and after some testing and googling,
it seems that it comes from the KMS enabled by default via the config file
/etc/modprobe.d/radeon-kms.conf in this package.

Disabling KMS in /etc/modprobe.d/radeon-kms.conf fixes the problem 
on my machine (Dell E6510, with NVidia NVS3100M).

Currently, the content of this file on my machine is

# modeset=1 prevents suspend from working properly!
options radeon modeset=0
# options radeon modeset=1


This bug might be related to #613747 and #585815 also.

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Mar  9 16:28 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1889472 Feb 18 21:42 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/libGL.so to /usr/lib/nvidia/diversions/libGL.so by 
libgl1-nvidia-alternatives
diversion of /usr/lib/libGL.so.1 to /usr/lib/nvidia/diversions/libGL.so.1 by 
libgl1-nvidia-alternatives
diversion of /usr/lib/xorg/modules/extensions/libglx.so to 
/usr/lib/nvidia/diversions/libglx.so by libglx-nvidia-alternatives
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/nvidia/diversions/libGL.so.1.2 
by libgl1-nvidia-alternatives
diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to 
/usr/lib/nvidia/diversions/libglx.so.dbg by libglx-nvidia-alternatives

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [NVS 3100M] 
[10de:0a6c] (rev a2)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1296 Mar  9 17:07 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@barber)  Sun Jun 13 12:08:56 UTC 2010

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "Unknown"
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
SubSection "Display"
Depth   24
EndSubSection
EndSection


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

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  # modeset=1 prevents suspend from working properly!
  options radeon modeset=0
  # options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 2.6.38-1-amd64 (Debian 2.6.38-1) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-14) ) #1 SMP Wed Mar 16 17:38:02 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 16287 Mar 24 07: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 voyager 2.6.38-1-amd64 #1 SMP Wed Mar 16 
17:38:02 UTC 2011 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-1-amd64 
root=/dev/mapper/voyager-root ro quiet
Build Date: 12 January 2011  02:59:50AM
xorg-server 2:1.7.7-11 (Cyril Brulebois ) 
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: Wed Mar 23 21:13:13 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Dev

Bug#619459: xserver-xorg-video-radeon: With NVidia NVS3100M, KMS enabled as in radeon-mks.conf prevents resume from suspend to RAM

2011-03-24 Thread Michel Dänzer
On Don, 2011-03-24 at 07:58 +0100, Roberto Di Cosmo wrote: 
> Package: xserver-xorg-video-radeon
> Version: 1:6.13.1-2+squeeze1
> Severity: important
> Tags: patch
> 
> 
> Suspend to RAM does not resume, and after some testing and googling,
> it seems that it comes from the KMS enabled by default via the config file
> /etc/modprobe.d/radeon-kms.conf in this package.
> 
> Disabling KMS in /etc/modprobe.d/radeon-kms.conf fixes the problem 
> on my machine (Dell E6510, with NVidia NVS3100M).
> 
> Currently, the content of this file on my machine is
> 
> # modeset=1 prevents suspend from working properly!
> options radeon modeset=0
> # options radeon modeset=1

That doesn't make any sense. There's no trace of any radeon drivers
being used on your system.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



--
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/1300950842.12159.26.camel@thor.local



Bug#619459: xserver-xorg-video-radeon: With NVidia NVS3100M, KMS enabled as in radeon-mks.conf prevents resume from suspend to RAM

2011-03-24 Thread Roberto Di Cosmo
Dear Michel,
   you are right, in the struggle to get suspend working, I
got confused with the driver. 

You can dismiss this report, and I do apologize for the noise.

--Roberto

On Thu, Mar 24, 2011 at 08:14:02AM +0100, Michel Dänzer wrote:
> On Don, 2011-03-24 at 07:58 +0100, Roberto Di Cosmo wrote: 
> > Package: xserver-xorg-video-radeon
> > Version: 1:6.13.1-2+squeeze1
> > Severity: important
> > Tags: patch
> > 
> > 
> > Suspend to RAM does not resume, and after some testing and googling,
> > it seems that it comes from the KMS enabled by default via the config file
> > /etc/modprobe.d/radeon-kms.conf in this package.
> > 
> > Disabling KMS in /etc/modprobe.d/radeon-kms.conf fixes the problem 
> > on my machine (Dell E6510, with NVidia NVS3100M).
> > 
> > Currently, the content of this file on my machine is
> > 
> > # modeset=1 prevents suspend from working properly!
> > options radeon modeset=0
> > # options radeon modeset=1
> 
> That doesn't make any sense. There's no trace of any radeon drivers
> being used on your system.
> 
> 
> -- 
> Earthling Michel Dänzer   |http://www.vmware.com
> Libre software enthusiast |  Debian, X and DRI developer

-- 
--Roberto Di Cosmo
 
--
Professeur   En delegation a l'INRIA
PPS  E-mail: robe...@dicosmo.org
Universite Paris Diderot WWW  : http://www.dicosmo.org
Case 7014Tel  : ++33-(0)1-57 27 92 20
5, Rue Thomas Mann   
F-75205 Paris Cedex 13   Identica: http://identi.ca/rdicosmo
FRANCE.  Twitter: http://twitter.com/rdicosmo
--
Attachments:
   MIME accepted
   Word deprecated, http://www.rfc1149.net/documents/whynotword
--
Office location:
 
Bureau 6C08 (6th floor)
175, rue du Chevaleret, XIII
Metro Chevaleret, ligne 6
--  
   



-- 
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/20110324074405.GA3352@voyager



Bug#541212: xserver resets xkb configuration on first keypress

2011-03-24 Thread Michal Suchanek
Package: xserver-xorg-input-evdev
Followup-For: Bug #541212


This should not longer be an issue with X server 1.9.

Thanks

Michal



-- 
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/20110324083011.24963.77945.report...@heretic.burning-in.hell



Bug#524590: reconnect a bluetooth keyboard is not possible..

2011-03-24 Thread Michal Suchanek
Package: xserver-xorg-input-evdev
Followup-For: Bug #524590


I guess this is like #584148 and the other reconnect bugs.

Had one too.

Should be gone with udev.

Thanks

Michal



-- 
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/20110324083510.25143.33241.report...@heretic.burning-in.hell



Bug#619379: xserver-xorg-core: X crashes on launch after update to 1.7.7-13.

2011-03-24 Thread Nicolas Damgaard Larsen

On 2011-03-23 15:37, Julien Cristau wrote:

If you're using the radeon driver, you need to uninstall (and purge)
fglrx-related packages.  If you want to use the closed fglrx driver then
you need to say that in xorg.conf.


Seems that I for some reason had no xorg.conf but a load of XF86Config*. 
Generating a proper xorg.conf solved the issue. Guess you can consider 
it solved.

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/4d8b0c18.7040...@ionline.dk



Bug#558318: Missing trackball support

2011-03-24 Thread Michal Suchanek
Package: xserver-xorg-input-evdev
Followup-For: Bug #558318

You can set the options dynamically with xinput and some desktop
environments have a configuration applet for that.

I never managed to set any evdev options with udev.

Doing so is undocumented as is setting options with xinput.

On the other hand, the evdev man page refers to xorg.conf which
documents xorg.conf.d, a (hopefully) platform independent way of
configuring these devices (eg even on systems without udev).

It realies on the platform to correctly provide the device IDs, though.

Thanks

Michal



-- 
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/20110324093542.25364.45966.report...@heretic.burning-in.hell



Bug#619459: marked as done (xserver-xorg-video-radeon: With NVidia NVS3100M, KMS enabled as in radeon-mks.conf prevents resume from suspend to RAM)

2011-03-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Mar 2011 10:45:49 +0100
with message-id <20110324094549.gz3...@radis.liafa.jussieu.fr>
and subject line Re: Bug#619459: xserver-xorg-video-radeon: With NVidia 
NVS3100M, KMS enabled as in radeon-mks.conf prevents resume from suspend to RAM
has caused the Debian Bug report #619459,
regarding xserver-xorg-video-radeon: With NVidia NVS3100M, KMS enabled as in 
radeon-mks.conf prevents resume from suspend to RAM
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.)


-- 
619459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619459
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-radeon
Version: 1:6.13.1-2+squeeze1
Severity: important
Tags: patch


Suspend to RAM does not resume, and after some testing and googling,
it seems that it comes from the KMS enabled by default via the config file
/etc/modprobe.d/radeon-kms.conf in this package.

Disabling KMS in /etc/modprobe.d/radeon-kms.conf fixes the problem 
on my machine (Dell E6510, with NVidia NVS3100M).

Currently, the content of this file on my machine is

# modeset=1 prevents suspend from working properly!
options radeon modeset=0
# options radeon modeset=1


This bug might be related to #613747 and #585815 also.

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Mar  9 16:28 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1889472 Feb 18 21:42 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/libGL.so to /usr/lib/nvidia/diversions/libGL.so by 
libgl1-nvidia-alternatives
diversion of /usr/lib/libGL.so.1 to /usr/lib/nvidia/diversions/libGL.so.1 by 
libgl1-nvidia-alternatives
diversion of /usr/lib/xorg/modules/extensions/libglx.so to 
/usr/lib/nvidia/diversions/libglx.so by libglx-nvidia-alternatives
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/nvidia/diversions/libGL.so.1.2 
by libgl1-nvidia-alternatives
diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to 
/usr/lib/nvidia/diversions/libglx.so.dbg by libglx-nvidia-alternatives

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [NVS 3100M] 
[10de:0a6c] (rev a2)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1296 Mar  9 17:07 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@barber)  Sun Jun 13 12:08:56 UTC 2010

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "Unknown"
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
SubSection "Display"
Depth   24
EndSubSection
EndSection


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

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  # modeset=1 prevents suspend from working properly!
  options radeon modeset=0
  # options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 2.6.38-1-amd64 (Debian 2.6.38-1) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-14) ) #1 SMP Wed Mar 16 17:38:02 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 16287 Mar 24 07: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
Re

Bug#619466: xserver-xorg-input-evdev: some keys do not produce events

2011-03-24 Thread Cyril Brulebois
Michal Suchanek  (24/03/2011):
> On my keyboard the extra keys other than the audio keys produce no
> events. xev reports nothing when one of the keys is pressed. This is
> quite odd for buttons like zoom-in, zoom-out, 1-5, email, home, MSN,
> star which are present on most multimedia keyboards.

Try with evtest $device on a console, if there's nothing coming up,
talk to kernel people. If there's something:
  http://bugs.freedesktop.org/ product=xorg, component=Input/evdev

Thanks already.

KiBi.


signature.asc
Description: Digital signature


Bug#619466: xserver-xorg-input-evdev: some keys do not produce events

2011-03-24 Thread Michal Suchanek
On 24 March 2011 10:49, Cyril Brulebois  wrote:
> Michal Suchanek  (24/03/2011):
>> On my keyboard the extra keys other than the audio keys produce no
>> events. xev reports nothing when one of the keys is pressed. This is
>> quite odd for buttons like zoom-in, zoom-out, 1-5, email, home, MSN,
>> star which are present on most multimedia keyboards.
>
> Try with evtest $device on a console, if there's nothing coming up,
> talk to kernel people. If there's something:
>  http://bugs.freedesktop.org/ product=xorg, component=Input/evdev
>

Nothing is coming up with evtest even for keys that work (eg VolumeUp).

Thanks

Michal



--
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/AANLkTimjWimg5vV38j+XqCt3dzPtijn8YuL8tm=qy...@mail.gmail.com



Bug#619470: xserver-xorg: Mouse pointer invisible after latest updates

2011-03-24 Thread Andreas Modinos
Package: xserver-xorg
Version: 1:7.5+8
Severity: important

After installing the latest batch of updates my mouse cursor/pointer is now
invisible. I can tell the touchpad is working because buttons hilite and the
keys work (as long as I know where the cursor is supposed to be). Cursor is
restored by suspending and resuming the computer. This happens now on every
boot cycle. Package is a best guess, since there was a kernel update in there
too.

The computer is a Fujitsu Lifebook E4010 with touchpad mouse and Intel built-in
video.



-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Mar  7 15:28 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Feb 19 16:43 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM 
Integrated Graphics Device [8086:3582] (rev 02)

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

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

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 2.6.32-5-686 (Debian 2.6.32-31) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Mar 8 21:36:00 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 2 Mar 24 12:00 /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.29-dsa-ia32 i686 Debian
Current Operating System: Linux shiny 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 
UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=9693edbb-6dab-45b0-a72b-2c111da6b84f ro quiet
Build Date: 19 February 2011  02:37:36PM
xorg-server 2:1.7.7-13 (Cyril Brulebois ) 
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: Thu Mar 24 11:16:06 2011
(==) 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 ""
(==) 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: 0x81ecca0
(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:2:0) 8086:3582:10cf:120e Intel Corporation 82852/855GM 
Integrated Graphics Device rev 2, Mem @ 0xd800/134217728, 
0xd000/524288, I/O @ 0x1cd0/8
(--) PCI: (0:0:2:1) 8086:3582:10cf:120e Intel Corporation 82852/855GM 
Integrated Graphics Device rev 2, Mem @ 0xe000/134217728, 0xd008/524288
(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, v

Bug#619470: marked as done (xserver-xorg: Mouse pointer invisible after latest updates)

2011-03-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Mar 2011 11:33:01 +0100
with message-id <20110324103301.gr21...@debian.org>
and subject line Re: Bug#619470: xserver-xorg: Mouse pointer invisible after 
latest updates
has caused the Debian Bug report #619470,
regarding xserver-xorg: Mouse pointer invisible after latest updates
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.)


-- 
619470: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg
Version: 1:7.5+8
Severity: important

After installing the latest batch of updates my mouse cursor/pointer is now
invisible. I can tell the touchpad is working because buttons hilite and the
keys work (as long as I know where the cursor is supposed to be). Cursor is
restored by suspending and resuming the computer. This happens now on every
boot cycle. Package is a best guess, since there was a kernel update in there
too.

The computer is a Fujitsu Lifebook E4010 with touchpad mouse and Intel built-in
video.



-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Mar  7 15:28 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Feb 19 16:43 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM 
Integrated Graphics Device [8086:3582] (rev 02)

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

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

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 2.6.32-5-686 (Debian 2.6.32-31) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Mar 8 21:36:00 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 2 Mar 24 12:00 /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.29-dsa-ia32 i686 Debian
Current Operating System: Linux shiny 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 
UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=9693edbb-6dab-45b0-a72b-2c111da6b84f ro quiet
Build Date: 19 February 2011  02:37:36PM
xorg-server 2:1.7.7-13 (Cyril Brulebois ) 
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: Thu Mar 24 11:16:06 2011
(==) 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 ""
(==) 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: 0x81ecca0
(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:2:0) 8086:3582:10cf:120e Intel Corporation 82852/855GM 
Integrated Graphics Device rev 2, Mem @ 0xd800/134217728, 
0xd000/524288, I/O @ 0x1cd0/8
(--) PCI: (0:0:2:1) 8086:3582:10cf:120e Intel Corporation 82852/855GM 
Integrated Graphics Device rev 2, Mem @ 0xe000/134217728, 0xd008/

Bug#619473: evdev: wheel emulation uses button numbers before mapping

2011-03-24 Thread Michal Suchanek
Package: xserver-xorg-input-evdev
Version: 1:2.6.0-2
Severity: normal
File: evdev


The button which triggers wheel emulation is not affected by button
remap. This is omewhat inconsistent and is not documented.

eg if I swap left and right button and have the button 1 trigger wheel
emulation it is still triggered by left button, not right button.



-- 
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/20110324103622.27990.88698.report...@heretic.burning-in.hell



Processed: .

2011-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 619466 1:2.6.0-3
Bug #619466 {Done: Julien Cristau } 
[xserver-xorg-input-evdev] xserver-xorg-input-evdev: some keys do not produce 
events
Bug Marked as found in versions xserver-xorg-input-evdev/1:2.6.0-3 and reopened.
> thanks
Stopping processing here.

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



Re: Same crash on two different laptop systems after resume with 2.6.37 from unstable

2011-03-24 Thread Pedro Martínez Juliá

I think this bug is fixed in 2.6.38 but I'm not sure. Have anybody tested it?


--
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/4d8b3bb2.6040...@um.es



Bug#619473: evdev: wheel emulation uses button numbers before mapping

2011-03-24 Thread Julien Cristau
On Thu, Mar 24, 2011 at 11:36:22 +0100, Michal Suchanek wrote:

> Package: xserver-xorg-input-evdev
> Version: 1:2.6.0-2
> Severity: normal
> File: evdev
> 
> 
> The button which triggers wheel emulation is not affected by button
> remap. This is omewhat inconsistent and is not documented.
> 
> eg if I swap left and right button and have the button 1 trigger wheel
> emulation it is still triggered by left button, not right button.
> 
How are you swapping the buttons?

Cheers,
Julien



-- 
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/20110324160908.gb3...@radis.liafa.jussieu.fr



[bts-link] source package mesa

2011-03-24 Thread bts-link-upstream
#
# bts-link upstream status pull for source package mesa
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

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

# remote status report for #619111 (http://bugs.debian.org/619111)
#  * https://bugs.freedesktop.org/show_bug.cgi?id=35483
#  * remote status changed: (?) -> NEW
usertags 619111 + status-NEW

thanks


--
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/20110324163530.20339.54705.btsl...@busoni.debian.org



xorg: Changes to 'ubuntu'

2011-03-24 Thread Bryce Harrington
 debian/apport/source_xorg.py |1 +
 debian/changelog |4 +++-
 debian/scripts/vars.amd64|1 +
 debian/scripts/vars.armel|1 +
 debian/scripts/vars.i386 |1 +
 debian/scripts/vars.powerpc  |1 +
 6 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 1299557bb236c90e6df35717c42f8c51ce0bc16d
Author: Bryce Harrington 
Date:   Thu Mar 24 11:09:31 2011 -0700

scripts/armel, scripts/amd64, scripts/i386, scripts/powerpc: Include the 
-qxl video driver in video-all

diff --git a/debian/changelog b/debian/changelog
index 4a75202..abbd9e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,8 +29,10 @@ xorg (1:7.6+4ubuntu1) UNRELEASED; urgency=low
   [Bryce Harrington]
   * apport/source_xorg.py: Include 'xinput list' output for input device
 issues.
+  * scripts/armel, scripts/amd64, scripts/i386, scripts/powerpc:
+Include the -qxl video driver in video-all
 
- -- Bryce Harrington   Mon, 21 Mar 2011 18:17:28 -0700
+ -- Bryce Harrington   Thu, 24 Mar 2011 11:06:36 -0700
 
 xorg (1:7.6+4) unstable; urgency=low
 
diff --git a/debian/scripts/vars.amd64 b/debian/scripts/vars.amd64
index 52bcb61..ecf4bf7 100755
--- a/debian/scripts/vars.amd64
+++ b/debian/scripts/vars.amd64
@@ -15,6 +15,7 @@ XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-apm, \
xserver-xorg-video-neomagic, \
xserver-xorg-video-nouveau, \
xserver-xorg-video-openchrome, \
+xserver-xorg-video-qxl, \
xserver-xorg-video-rendition, \
xserver-xorg-video-s3, \
xserver-xorg-video-s3virge, \
diff --git a/debian/scripts/vars.armel b/debian/scripts/vars.armel
index 87c6ba7..4d55e29 100644
--- a/debian/scripts/vars.armel
+++ b/debian/scripts/vars.armel
@@ -13,6 +13,7 @@ XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-apm, \
xserver-xorg-video-i740, \
xserver-xorg-video-mga, \
xserver-xorg-video-neomagic, \
+xserver-xorg-video-qxl, \
xserver-xorg-video-rendition, \
xserver-xorg-video-s3, \
xserver-xorg-video-s3virge, \
diff --git a/debian/scripts/vars.i386 b/debian/scripts/vars.i386
index 2e96d3b..29a437c 100755
--- a/debian/scripts/vars.i386
+++ b/debian/scripts/vars.i386
@@ -17,6 +17,7 @@ XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-apm, \
xserver-xorg-video-neomagic, \
xserver-xorg-video-nouveau, \
xserver-xorg-video-openchrome, \
+xserver-xorg-video-qxl, \
xserver-xorg-video-rendition, \
xserver-xorg-video-s3, \
xserver-xorg-video-s3virge, \
diff --git a/debian/scripts/vars.powerpc b/debian/scripts/vars.powerpc
index 65e45d7..5f4ff23 100755
--- a/debian/scripts/vars.powerpc
+++ b/debian/scripts/vars.powerpc
@@ -8,6 +8,7 @@ XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-ati, \
xserver-xorg-video-fbdev, \
xserver-xorg-video-mga, \
xserver-xorg-video-nouveau, \
+xserver-xorg-video-qxl, \
xserver-xorg-video-s3, \
xserver-xorg-video-s3virge, \
xserver-xorg-video-savage, \

commit d4852414e9960acd4fdcada66130bb080ef0
Author: Bryce Harrington 
Date:   Tue Mar 22 14:08:54 2011 -0700

Also list libgl1-mesa-dri versions; this will help indicate if the
experimental dri drivers are installed.

diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py
index 06f8d03..1d5b636 100644
--- a/debian/apport/source_xorg.py
+++ b/debian/apport/source_xorg.py
@@ -284,6 +284,7 @@ def attach_xorg_package_versions(report, ui=None):
 for package in [
 "xserver-xorg",
 "libgl1-mesa-glx",
+"libgl1-mesa-dri*",
 "libdrm2",
 "compiz",
 "xserver-xorg-video-intel",


-- 
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/e1q2oyg-0004rw...@alioth.debian.org



Re: Bug#619053: marked as done (xserver-xorg: invisible mouse cursor)

2011-03-24 Thread Cesare Leonardi

On 20/03/2011 22:51, Cyril Brulebois wrote:

HB  (20/03/2011):

> the latest update in squeeze-updates made my mouse cursor
> invisible. the cursor is still there (i can click etc.) but
> invisible. x was working without problems before.

thanks for the report, but closing, as a duplicate of #619019, filed
against the kernel.


I don't want to do polemics, just wondering.

Why closing bug as #619053 and #619470 as duplicate, instead of 
reassigning and merging with #619019? Isn't it more useful to see that 
there are many bugs open referring to the same problem?
Apart this specific case, every report could add details to help solving 
(from a maintainer point of view) or workaround or simply understand 
(from a user point of view) a problem.


Ciao.

Cesare.


--
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/4d8b93e7.8030...@gmail.com



Bug#619532: xvidtune fails with Intel video

2011-03-24 Thread Steve Kleene
Package: x11-xserver-utils
Version: 7.6+1
Severity: 

I'm running testing (Wheezy, 2.6.32-5-686 #1 SMP i686 GNU/Linux) on an Intel
i5 CPU (DH55HC) with a ViewSonic 17 monitor.  Most video functions seem fine,
but I am unable to re-center the display with xvidtune.  When I call
xvidtune, its window comes up, and I can move the sliders with the Left,
Right, Up, and Down buttons.  If I hit Apply, though, I get this:

  "You have requested a mode-line.  That is not possible, or not supported by
   your configuration"

This fails even if I run xvidtune as root.  The failure doesn't add anything
to Xorg.0.log.  I was ultimately able to center the display by using a
ModeLine in /etc/X11/xorg.conf.  Without xvidtune, I had to determine the
[HV]SyncStart and [HV]SyncEnd numbers in the ModeLine by trial and error.

This line in dmesg:

  agpgart-intel :00:00.0: Intel IGDNG/D Chipset

indicates that I have the IGDNG/D (Clarkdale) video chipset.  lsmod shows the
i915 module for video.

I have a second desktop on which xvidtune fails.  This desktop has an Intel
Pentium processor, the 946GZ onboard video chipset, and a Sony Trinitron
CPD-G400 monitor.  xvidtune has failed in the same way with Etch and then
Lenny since the desktop was built in 2007.

Finally, I have a two desktops on which xvidtune is correctly able to adjust
the screen centering.  One has an Asus P4P800Deluxe motherboard, an Asus
GeForce2 MX400 video card, and a ViewSonic 17 monitor.  Over the years
xvidtune has worked while I ran RedHat WS3, then Etch, and now Lenny.  The
other desktop on which xvidtune works has a PentiumIII motherboard, a Matrox
G-400 AGP video card, and a ViewSonic G70m monitor.

All four desktops are still alive, so I can generate any useful outputs that
might help.




-- 
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/201103241919.p2ojjmb8026...@syrano.acb.uc.edu



xorg: Changes to 'ubuntu'

2011-03-24 Thread Bryce Harrington
 debian/changelog|5 +++--
 debian/scripts/vars.amd64   |2 +-
 debian/scripts/vars.armel   |1 -
 debian/scripts/vars.i386|2 +-
 debian/scripts/vars.powerpc |1 -
 5 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit c1ba381a47ca78dfdcfbf1d45d7514aa11609ed7
Author: Bryce Harrington 
Date:   Thu Mar 24 12:28:10 2011 -0700

scripts/amd64, scripts/i386: Include the -qxl video driver in video-all for 
amd64 and i386, to provide remote graphical desktop functionality for KVM.

diff --git a/debian/changelog b/debian/changelog
index abbd9e8..f7e84fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,8 +29,9 @@ xorg (1:7.6+4ubuntu1) UNRELEASED; urgency=low
   [Bryce Harrington]
   * apport/source_xorg.py: Include 'xinput list' output for input device
 issues.
-  * scripts/armel, scripts/amd64, scripts/i386, scripts/powerpc:
-Include the -qxl video driver in video-all
+  * scripts/amd64, scripts/i386: Include the -qxl video driver in
+video-all for amd64 and i386, to provide remote graphical
+desktop functionality for KVM.
 
  -- Bryce Harrington   Thu, 24 Mar 2011 11:06:36 -0700
 
diff --git a/debian/scripts/vars.amd64 b/debian/scripts/vars.amd64
index ecf4bf7..c4da200 100755
--- a/debian/scripts/vars.amd64
+++ b/debian/scripts/vars.amd64
@@ -15,7 +15,7 @@ XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-apm, \
xserver-xorg-video-neomagic, \
xserver-xorg-video-nouveau, \
xserver-xorg-video-openchrome, \
-xserver-xorg-video-qxl, \
+   xserver-xorg-video-qxl, \
xserver-xorg-video-rendition, \
xserver-xorg-video-s3, \
xserver-xorg-video-s3virge, \
diff --git a/debian/scripts/vars.armel b/debian/scripts/vars.armel
index 4d55e29..87c6ba7 100644
--- a/debian/scripts/vars.armel
+++ b/debian/scripts/vars.armel
@@ -13,7 +13,6 @@ XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-apm, \
xserver-xorg-video-i740, \
xserver-xorg-video-mga, \
xserver-xorg-video-neomagic, \
-xserver-xorg-video-qxl, \
xserver-xorg-video-rendition, \
xserver-xorg-video-s3, \
xserver-xorg-video-s3virge, \
diff --git a/debian/scripts/vars.i386 b/debian/scripts/vars.i386
index 29a437c..a255aa2 100755
--- a/debian/scripts/vars.i386
+++ b/debian/scripts/vars.i386
@@ -17,7 +17,7 @@ XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-apm, \
xserver-xorg-video-neomagic, \
xserver-xorg-video-nouveau, \
xserver-xorg-video-openchrome, \
-xserver-xorg-video-qxl, \
+   xserver-xorg-video-qxl, \
xserver-xorg-video-rendition, \
xserver-xorg-video-s3, \
xserver-xorg-video-s3virge, \
diff --git a/debian/scripts/vars.powerpc b/debian/scripts/vars.powerpc
index 5f4ff23..65e45d7 100755
--- a/debian/scripts/vars.powerpc
+++ b/debian/scripts/vars.powerpc
@@ -8,7 +8,6 @@ XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-ati, \
xserver-xorg-video-fbdev, \
xserver-xorg-video-mga, \
xserver-xorg-video-nouveau, \
-xserver-xorg-video-qxl, \
xserver-xorg-video-s3, \
xserver-xorg-video-s3virge, \
xserver-xorg-video-savage, \


-- 
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/e1q2qck-0004np...@alioth.debian.org



xserver-xorg-input-synaptics: Changes to 'ubuntu'

2011-03-24 Thread Bryce Harrington
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 80c28e065b2406ec66b99965bfa3fbb5b49fd226
Author: Bryce Harrington 
Date:   Thu Mar 24 14:01:46 2011 -0700

Bump for release

diff --git a/debian/changelog b/debian/changelog
index 4945206..a8fd761 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-synaptics (1.3.99+git20110116.0e27ce3a-0ubuntu8) 
UNRELEASED; urgency=low
+xserver-xorg-input-synaptics (1.3.99+git20110116.0e27ce3a-0ubuntu8) natty; 
urgency=low
 
   * Disable SemiMultitouch devices, we don't support them yet (LP: #723905)
 


-- 
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/e1q2rfl-0005pi...@alioth.debian.org



X video drivers appropriate for ARM?

2011-03-24 Thread Bryce Harrington
I am reviewing the default X drivers included in xorg for arm, and
notice there are a number which are pretty obscure and perhaps
irrelevant.  I'm wondering if we can safely drop most of these from
xserver-xorg-video-all?

 xserver-xorg-video-apm
 xserver-xorg-video-ark
 xserver-xorg-video-ati
 xserver-xorg-video-chips
 xserver-xorg-video-cirrus
 xserver-xorg-video-fbdev
 xserver-xorg-video-i128
 xserver-xorg-video-i740
 xserver-xorg-video-mga
 xserver-xorg-video-neomagic
 xserver-xorg-video-rendition
 xserver-xorg-video-s3
 xserver-xorg-video-s3virge
 xserver-xorg-video-savage
 xserver-xorg-video-siliconmotion
 xserver-xorg-video-sis
 xserver-xorg-video-sisusb
 xserver-xorg-video-tdfx
 xserver-xorg-video-trident
 xserver-xorg-video-tseng
 xserver-xorg-video-vesa
 xserver-xorg-video-voodoo

>From talking with lool and jcristau, it sounds like only -fbdev is
really needed from this list.  (Drivers that seem worth including such
as -dovefb, -omapfb, -imx, etc. are not in the list and perhaps should,
but that is a separate issue.)  From reviewing the changelog it appears
this list was established by just copying vars.i386, not built up from
known needs by arm users.

I'd like to propose that we trim the above list down for
xserver-xorg-video-all to this:

 xserver-xorg-video-fbdev
 xserver-xorg-video-cirrus
 xserver-xorg-video-sisusb

-cirrus I include only because kvm uses it for virtual X drivers; if
that is not a valid use case for arm then it could be dropped as well.

-sisusb I include because I know it is used for some usb-based video
devices, and presume this is relevant for arm as well; if that's
incorrect then this could be dropped too.

Would any of the other drivers be worth keeping around for corner cases
or odd hardware?

The dropped drivers would still be in the archive and could be manually
installed and configured where needed, but would not be installed by
default on arm cd images.

Bryce


-- 
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/20110324215744.gf2...@bryceharrington.org



Re: X video drivers appropriate for ARM?

2011-03-24 Thread Bill Gatliff
On Thu, Mar 24, 2011 at 2:57 PM, Bryce Harrington  wrote:
> I am reviewing the default X drivers included in xorg for arm, and
> notice there are a number which are pretty obscure and perhaps
> irrelevant.  I'm wondering if we can safely drop most of these from
> xserver-xorg-video-all?

You have my vote in support.  I generally uninstall all but fbdev; but
the list you suggest is fine by me.

Just my $0.02, since I'm not a DD.  I am a pretty heavy embedded user
of debian, tho.  :)


b.g.
-- 
Bill Gatliff
b...@billgatliff.com


--
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/AANLkTin3Tf1WMUX=cqzfbx7xrnnekndpnbkphv3f8...@mail.gmail.com



Re: X video drivers appropriate for ARM?

2011-03-24 Thread Luke Kenneth Casson Leighton
On Thu, Mar 24, 2011 at 9:57 PM, Bryce Harrington  wrote:
> I am reviewing the default X drivers included in xorg for arm, and
> notice there are a number which are pretty obscure and perhaps
> irrelevant.  I'm wondering if we can safely drop most of these from
> xserver-xorg-video-all?
>
>  xserver-xorg-video-apm
>  xserver-xorg-video-ark
>  xserver-xorg-video-ati
>  xserver-xorg-video-chips
>  xserver-xorg-video-cirrus
>  xserver-xorg-video-fbdev
>  xserver-xorg-video-i128
>  xserver-xorg-video-i740
>  xserver-xorg-video-mga
>  xserver-xorg-video-neomagic
>  xserver-xorg-video-rendition
>  xserver-xorg-video-s3
>  xserver-xorg-video-s3virge
>  xserver-xorg-video-savage
>  xserver-xorg-video-siliconmotion
>  xserver-xorg-video-sis
>  xserver-xorg-video-sisusb
>  xserver-xorg-video-tdfx
>  xserver-xorg-video-trident
>  xserver-xorg-video-tseng
>  xserver-xorg-video-vesa
>  xserver-xorg-video-voodoo
>
> >From talking with lool and jcristau, it sounds like only -fbdev is
> really needed from this list.  (Drivers that seem worth including such
> as -dovefb, -omapfb, -imx, etc. are not in the list and perhaps should,
> but that is a separate issue.)

 there's an s3c6410 one as well, somewhere around.

 the questions that should be asked are:

* are there any PCI / AGP / PCI-e ARM-based motherboards out there? (i
know of one or two PCI-based ones - certainly no AGP ones.  there
*does* however exist the OpenRD Ultimate which has a PCI-e connector,
and the increase in speed of ARM CPUs you *might* regret removing
them, as more modern ARM systems with PCI-e become more prevalent.)

* are there any vesa ones? (vesa is an x86 BIOS thing!)

* are there any sis USB ones?  well, it's USB so ... yes!

and there's one more darn it... displaylink - yep, that's the one.
 i'm not sure if sisusb contains a displaylink chip, i don't think it
does - it's something different.

 so i'd say definitely the vesa one could go, the sisusb one
definitely keep, fbdev definitely keep, but going through the list to
check which ones have PCI-e graphics cards? eurrrgh, good luck :)

 but, yeah, certainly if you say "is it PCI / AGP only, if so it's out
the window" then the really old ones where the companies have gone
bust or just stopped doing graphics could definitely go - there's a
list of obsolete graphics companies at wikipedia.

 good luck! :)

 l.


--
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/aanlktikbcmrxmwq3ccevns3xx9nz2zjg446kik-ja...@mail.gmail.com



Re: X video drivers appropriate for ARM?

2011-03-24 Thread Colin Tuckley
On 24/03/11 22:13, Luke Kenneth Casson Leighton wrote:

>  the questions that should be asked are:
> 
> * are there any PCI / AGP / PCI-e ARM-based motherboards out there? (i
> know of one or two PCI-based ones - certainly no AGP ones.  there
> *does* however exist the OpenRD Ultimate which has a PCI-e connector,
> and the increase in speed of ARM CPUs you *might* regret removing
> them, as more modern ARM systems with PCI-e become more prevalent.)

There are a few ARM reference boards with both PCI and PCIe.

I expect the number of boards with PCIe to increase slowly since the ARM
Versatile Express reference board has PCIe connectors. These are not
currently used because the design expects the root complex to be on the
processor tile and none of the current production tiles have one
implemented.

Colin

-- 
Colin Tuckley  |  +44(0)1223 293413  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  | 0x1B3045CE

Without Time, everything would happen at once.


-- 
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/4d8bc7c9.3050...@tuckley.org



Bug#619473: evdev: wheel emulation uses button numbers before mapping

2011-03-24 Thread Michal Suchanek
On 24 March 2011 17:09, Julien Cristau  wrote:
> On Thu, Mar 24, 2011 at 11:36:22 +0100, Michal Suchanek wrote:
>
>> Package: xserver-xorg-input-evdev
>> Version: 1:2.6.0-2
>> Severity: normal
>> File: evdev
>>
>>
>> The button which triggers wheel emulation is not affected by button
>> remap. This is omewhat inconsistent and is not documented.
>>
>> eg if I swap left and right button and have the button 1 trigger wheel
>> emulation it is still triggered by left button, not right button.
>>
> How are you swapping the buttons?

xinput set-button-map "Logitech USB Trackball" 3 2 1 4 5 6 7 5 4

Thanks

Michal



-- 
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/AANLkTi=iNL2brwsPCgN7bkPC=glhztjq7y91u8-nr...@mail.gmail.com



Re: X video drivers appropriate for ARM?

2011-03-24 Thread Konstantinos Margaritis
On 24 March 2011 23:57, Bryce Harrington  wrote:
> I am reviewing the default X drivers included in xorg for arm, and
> notice there are a number which are pretty obscure and perhaps
> irrelevant.  I'm wondering if we can safely drop most of these from
> xserver-xorg-video-all?

FWIW, this BR has been filed for armhf,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605841

I guess it could be slightly modified for both armhf/armel, but in
essence, that's the main idea.

Regards

Konstantinos


--
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/AANLkTikhVSGNW5hFWh=R=vahi8MSgEFqhA-bomiV=w=s...@mail.gmail.com



Re: X video drivers appropriate for ARM?

2011-03-24 Thread Bryce Harrington
On Thu, Mar 24, 2011 at 10:13:26PM +, Luke Kenneth Casson Leighton wrote:
> > >From talking with lool and jcristau, it sounds like only -fbdev is
> > really needed from this list.  (Drivers that seem worth including such
> > as -dovefb, -omapfb, -imx, etc. are not in the list and perhaps should,
> > but that is a separate issue.)
> 
>  there's an s3c6410 one as well, somewhere around.

Any idea if that is at all related to -s3 or -s3virge?  If so, or if
there's any doubt, then perhaps one or both of those should stick around
a bit longer.  But if it's a separate driver, then best to handle it
separately with -dovefb and those others.

> and there's one more darn it... displaylink - yep, that's the one.
>  i'm not sure if sisusb contains a displaylink chip, i don't think it
> does - it's something different.

There is a separate X driver for -displaylink.  Just like with -sisusb
it doesn't autoconfigure anyway since X doesn't (yet) probe the USB bus
for video devices.  So, -displaylink is available in the archive (for
Ubuntu anyway) but not installed by default.

Bryce


-- 
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/20110324230730.gg2...@bryceharrington.org



Re: X video drivers appropriate for ARM?

2011-03-24 Thread Bill Gatliff
Bryce:

On Thu, Mar 24, 2011 at 4:07 PM, Bryce Harrington  wrote:
> On Thu, Mar 24, 2011 at 10:13:26PM +, Luke Kenneth Casson Leighton wrote:
>> > >From talking with lool and jcristau, it sounds like only -fbdev is
>> > really needed from this list.  (Drivers that seem worth including such
>> > as -dovefb, -omapfb, -imx, etc. are not in the list and perhaps should,
>> > but that is a separate issue.)
>>
>>  there's an s3c6410 one as well, somewhere around.
>
> Any idea if that is at all related to -s3 or -s3virge?  If so, or if
> there's any doubt, then perhaps one or both of those should stick around
> a bit longer.  But if it's a separate driver, then best to handle it
> separately with -dovefb and those others.

I think the name "s3c6410" is a reference to an ARM-based SoC.
Completely unrelated to -s3 and -s3virge.


b.g.
-- 
Bill Gatliff
b...@billgatliff.com


--
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/AANLkTi=MxCtMfu+xv=jroczr_v1mzxhg14q5c7hyd...@mail.gmail.com



Re: X video drivers appropriate for ARM?

2011-03-24 Thread Rtp
Bryce Harrington  writes:

> On Thu, Mar 24, 2011 at 10:13:26PM +, Luke Kenneth Casson Leighton wrote:
>> > >From talking with lool and jcristau, it sounds like only -fbdev is
>> > really needed from this list.  (Drivers that seem worth including such
>> > as -dovefb, -omapfb, -imx, etc. are not in the list and perhaps should,
>> > but that is a separate issue.)
>> 
>>  there's an s3c6410 one as well, somewhere around.
>
> Any idea if that is at all related to -s3 or -s3virge?  If so, or if

s3c6410 is a SoC from Samsung. Nothing to do with any chipset from S3

Arnaud


-- 
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/87mxkkw1uu@lebrac.rtp-net.org



Re: X video drivers appropriate for ARM?

2011-03-24 Thread Bryce Harrington
On Fri, Mar 25, 2011 at 12:24:11AM +0200, Konstantinos Margaritis wrote:
> On 24 March 2011 23:57, Bryce Harrington  wrote:
> > I am reviewing the default X drivers included in xorg for arm, and
> > notice there are a number which are pretty obscure and perhaps
> > irrelevant.  I'm wondering if we can safely drop most of these from
> > xserver-xorg-video-all?
> 
> FWIW, this BR has been filed for armhf,
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605841
> 
> I guess it could be slightly modified for both armhf/armel, but in
> essence, that's the main idea.

I see this includes -vesa, although as Luke pointed out perhaps since
it's an x86 bios function it is not needed on armel?  It's a tiny, tiny
driver so definitely no biggy to keep it in if there's any conceivable
doubt that it might be needed, but afaik there's no way for it to work
on armel.  Is armhf different in this respect?

-nv has been deprecated and is no longer actively maintained, which is
why I omitted it.  Since it is a non-kernel-modesetting driver, perhaps
it has some relevance on arm?  However, I'm unsure if it still builds
with the current xserver ABI, anyway.  -nouveau would be a better choice
but is dependent on having kernel modesetting, which I gather is not
(yet?) possible on armel?

-ati I've wondered about myself.  This can be used in both KMS and
non-KMS configurations and is actively maintained; it supports a wide
range of cards.  It could be worth retaining in the list if there's a
chance some pci arm systems could make use of it.

Bryce


-- 
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/20110324232603.gh2...@bryceharrington.org



Re: Bug#619053: marked as done (xserver-xorg: invisible mouse cursor)

2011-03-24 Thread Cyril Brulebois
Cesare Leonardi  (24/03/2011):
> Why closing bug as #619053 and #619470 as duplicate, instead of
> reassigning and merging with #619019? Isn't it more useful to see
> that there are many bugs open referring to the same problem?

There have been several such reports already; there's a clear
regression in stable, with a guilty commit already known. What would
an extra bug buy us?

KiBi.


signature.asc
Description: Digital signature


xorg-server: Changes to 'ubuntu'

2011-03-24 Thread Bryce Harrington
 debian/changelog  |   28 +--
 debian/patches/217_revert_bgnonevisitwindow.patch |   41 ++
 debian/patches/series |1 
 3 files changed, 60 insertions(+), 10 deletions(-)

New commits:
commit 1d7b741874928ec4e330c1b91a67fc5e7fb611df
Author: Bryce Harrington 
Date:   Thu Mar 24 18:14:20 2011 -0700

Bump

diff --git a/debian/changelog b/debian/changelog
index def4a5b..b907d39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ xorg-server (2:1.10.0-0ubuntu2) natty; urgency=low
 windows display graphical corruption briefly.
 (LP: #726807)
 
-  -- Bryce Harrington   Thu, 24 Mar 2011 15:16:12 -0700
+ -- Bryce Harrington   Thu, 24 Mar 2011 15:27:40 -0700
 
 xorg-server (2:1.10.0-0ubuntu1) natty; urgency=low
 

commit f22ac83405ca4cb43af124bf56d5199d8dfa1139
Author: Bryce Harrington 
Date:   Thu Mar 24 15:26:47 2011 -0700

Bump for release

diff --git a/debian/changelog b/debian/changelog
index cea5d26..def4a5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
-xorg-server (2:1.10.0-0ubuntu2) UNRELEASED; urgency=low
+xorg-server (2:1.10.0-0ubuntu2) natty; urgency=low
 
+  [Chase Douglas]
   * patches/500_xi2.1.patch: Process ownership properly when activating an
 async passive grab (LP: #733483)
 
- -- Chase Douglas   Fri, 18 Mar 2011 11:08:13 -0400
+  [Bryce Harrington]
+  * 217_revert_bgnonevisitwindow.patch: Cherrypick from upstream.  Drops
+recent change that inhibits drawing backfill for non-bg-None windows.
+This causes a regression on -ati (at least) where menus and other
+windows display graphical corruption briefly.
+(LP: #726807)
+
+  -- Bryce Harrington   Thu, 24 Mar 2011 15:16:12 -0700
 
 xorg-server (2:1.10.0-0ubuntu1) natty; urgency=low
 

commit a77466ca6d25ac10b694bf3eb15fcd455b9483c1
Author: Bryce Harrington 
Date:   Thu Mar 24 15:25:09 2011 -0700

Patch from upstream to revert commit 6dd775f which causes some graphics
corruption in menus on -ati.

diff --git a/debian/changelog b/debian/changelog
index 21d73c5..cea5d26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
 xorg-server (2:1.10.0-0ubuntu2) UNRELEASED; urgency=low
 
-  * Process ownership properly when activating an async passive grab
-(LP: #733483)
+  * patches/500_xi2.1.patch: Process ownership properly when activating an
+async passive grab (LP: #733483)
 
  -- Chase Douglas   Fri, 18 Mar 2011 11:08:13 -0400
 
 xorg-server (2:1.10.0-0ubuntu1) natty; urgency=low
-  
+
   * Update to new upstream final release.
 + Drop 16-construct-paths-in-doxygen.conf.diff; included in new upstream.
   * debian/patches/216_fix_sdksyms_build.diff:
@@ -84,20 +84,20 @@ xorg-server (2:1.10.0-0ubuntu1) natty; urgency=low
   + 215_glx_drawable_refcounting.diff:
 Prevents segfault on logout and server regenerate, and possibly other
 times. (LP #711422)
-  + 500_xi2.1.patch:
-  + 501_xf86CoordinatesToWindow.patch:
-  + 502_gestures-extension.patch:
+  + 500_xi2.1.patch,
+501_xf86CoordinatesToWindow.patch,
+502_gestures-extension.patch:
 Add Xi 2.1 and Gesture extension support.
   * debian/serverminver:
 - Bump to 1.10.0-0ubuntu1~ for Xi 2.1 ABI
-  * New upstream release fixes crash in Record, trigerred by x11vnc 
+  * New upstream release fixes crash in Record, trigerred by x11vnc
 (LP: #525066)
   * Refresh 500_xi2.1.patch for new upstream version
   * debian/videoabiver:
 - Bump to 10 for XRandR 1.4 revert.
 
  -- Christopher James Halse Rogers   Fri, 11 Mar 2011 
10:29:37 +1100
-  
+
 xorg-server (2:1.9.99.903-2) UNRELEASED; urgency=low
 
   * Relax build-dep and dep on x11proto-randr-dev since the XRandR 1.4
diff --git a/debian/patches/217_revert_bgnonevisitwindow.patch 
b/debian/patches/217_revert_bgnonevisitwindow.patch
new file mode 100644
index 000..8e977be
--- /dev/null
+++ b/debian/patches/217_revert_bgnonevisitwindow.patch
@@ -0,0 +1,41 @@
+From: Ian Pilcher 
+Subject: Backout commit 6dd775f57d2f94f0ddaee324aeec33b9b66ed5bc
+
+--- a/composite/compalloc.c2010-11-30 17:58:29.0 -0600
 b/composite/compalloc.c2011-02-26 12:15:20.167570918 -0600
+@@ -472,17 +472,6 @@
+ return Success;
+ }
+ 
+-static int
+-bgNoneVisitWindow(WindowPtr pWin, void *null)
+-{
+-if (pWin->backgroundState != BackgroundPixmap)
+-  return WT_WALKCHILDREN;
+-if (pWin->background.pixmap != None)
+-  return WT_WALKCHILDREN;
+-
+-return WT_STOPWALKING;
+-}
+-
+ static PixmapPtr
+ compNewPixmap (WindowPtr pWin, int x, int y, int w, int h, Bool map)
+ {
+@@ -504,17 +493,6 @@
+   return pPixmap;
+ 
+ /*
+- * If there's no bg=None in the tree, we're done.
+- *
+- * We could optimize this more by collection the regions of all the
+- * bg=None subwindows and feeding that in as the clip for the
+- * CopyArea below, but since window tre

xorg-server: Changes to 'ubuntu'

2011-03-24 Thread Bryce Harrington
 debian/changelog |7 +++
 debian/patches/111_armel-drv-fallbacks.patch |7 ++-
 2 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 0d9d38cfe7f7a6329972552cac07977f282650f8
Author: Bryce Harrington 
Date:   Thu Mar 24 21:53:42 2011 -0700

patches/111_armel-drv-fallbacks.patch: Always fallback to -fbdev, not just 
when no other X driver matches. (Thanks jcristau)

diff --git a/debian/changelog b/debian/changelog
index b907d39..eaafe69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg-server (2:1.10.0-0ubuntu3) UNRELEASED; urgency=low
+
+  * patches/111_armel-drv-fallbacks.patch: Always fallback to -fbdev,
+not just when no other X driver matches. (Thanks jcristau)
+
+ -- Bryce Harrington   Thu, 24 Mar 2011 21:52:17 -0700
+
 xorg-server (2:1.10.0-0ubuntu2) natty; urgency=low
 
   [Chase Douglas]
diff --git a/debian/patches/111_armel-drv-fallbacks.patch 
b/debian/patches/111_armel-drv-fallbacks.patch
index b2afd99..31c9333 100644
--- a/debian/patches/111_armel-drv-fallbacks.patch
+++ b/debian/patches/111_armel-drv-fallbacks.patch
@@ -48,7 +48,7 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
  static void
  listPossibleVideoDrivers(char *matches[], int nmatches)
  {
-@@ -272,7 +300,18 @@
+@@ -272,7 +300,15 @@
  #if !defined(__linux__) && defined(__sparc__)
matches[i++] = xnfstrdup("wsfb");
  #else
@@ -59,11 +59,8 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
 +   matches[i++] = xnfstrdup("dovefb");
 +else if (test_sysfs_device("omapfb", "omapfb"))
 +   matches[i++] = xnfstrdup("omapfb");
-+else
-+  matches[i++] = xnfstrdup("fbdev");
-+#else
-   matches[i++] = xnfstrdup("fbdev");
 +#endif /* defined(__linux__) && defined(__arm__) */
+   matches[i++] = xnfstrdup("fbdev");
  #endif
  }
  }


-- 
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/e1q2z9g-ic...@alioth.debian.org