Bug#446851: Acknowledgement (xserver-xorg-core: please copy (and improve) x11-input.fdi to /etc/hal/fdi/policy/)

2007-10-15 Thread Warren Turkal
On second thought, putting the file in /usr/share/hal/fdi/policy might
be more appropriate. Please see my patch below.

wt

--- rules   2007-10-15 22:27:29.0 -0700
+++ rules.new   2007-10-15 23:39:28.0 -0700
@@ -123,6 +123,8 @@
 #  # something funny going on with Xprinters, will have to sort it out 
upstream
 #  mv debian/tmp/usr/lib/X11/xserver/C/print/Xprinters.ghostscript
debian/tmp/usr/lib/X11/xserver/C/print/Xprinters

+   # input hotplug support
+   install -m 644 config/x11-input.fdi debian/tmp/usr/share/hal/fdi/policy

 # stub to start building deb files, used by binary-indep and binary-arch
 binary-initial:



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



Bug#446851: xserver-xorg-core: please copy (and improve) x11-input.fdi to /etc/hal/fdi/policy/

2007-10-15 Thread Warren Turkal
Package: xserver-xorg-core
Version: 2:1.4-3
Severity: important

The file xorg-server-1.4/config/x11-input.fdi should be copied to
/etc/hal/fdi/policy/. This will allow hotplug input to work as well as
possible with the current version of xorg.

wt

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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-08-30 00:29 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669976 2007-09-29 07:33 /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
915GM/GMS/910GML Express Graphics Controller (rev 04)

/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 1936 2007-09-27 23:57 /etc/X11/xorg.conf

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

Section "Files"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
EndSection

Section "Device"
Identifier  "Intel Corporation Mobile 915GM/GMS/910GML Express
Graphics Controller"
Driver  "intel"
BusID   "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Intel Corporation Mobile 915GM/GMS/910GML Express 
Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Modes   "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 39012 2007-06-18 20:20 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 39012 2007-06-18 20:20 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 42370 2007-10-15 23:03 /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.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-3)
Current Operating System: Linux braindead 2.6.22-2-686 #1 SMP Fri Aug
31 00:24:01 UTC 2007 i686
Build Date: 29 September 2007  04:19:41PM

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: Mon Oct 15 21:01:23 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel Corporation Mobile 915GM/GMS/910GML Express
Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry del

Bug#446385: xserver-xorg: single mouse click registers as double click

2007-10-15 Thread Brice Goglin
Tom Epperly wrote:
> Julien Cristau wrote:
>> On Mon, Oct 15, 2007 at 12:37:31 -0700, Tom Epperly wrote:
>>  
>> The problem isn't the mouse, it's the config.  You might also need to
>> remove the SendCoreEvents option.
>>
>> Cheers,
>> Julien
>>   
>
> I tried removing the SendCoreEvents option, and it didn't change the
> behavior. I didn't reboot, but I did /etc/init.d/gdm stop  followed by
> /etc/init.d/gdm start. A single click still acts like a double click.
> I also tried using an IceWM session to eliminate my GNOME settings as
> a source of the problem. It behaved the same under IceWM.

If you want to be sure that X is sending 2 events instead of one, you
should try 'xev', it will report all X events.

If you want to be sur that your xorg.conf is correct, you should just
move it away. The server start without any config file and
auto-configure itself. If the problem remains, the problem is in the
server/driver. If not, it's in the xorg.conf.

Brice




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



Bug#446820: Re : Bug#446820: xorg: X freezes on screensaver or strace

2007-10-15 Thread Brice Goglin
Pierre Ynard wrote:
>> Unfortunately you don't provide any information about the problem.
>> As a start, please run
>> /usr/share/bug/xserver-xorg-core/script 3> xorg.446820
>> and send the resulting xorg.446820 file to this bug.
>> 
>
>
> Here it is.
>   


Can you try with xserver-xorg-video-ati 1:6.7.195-2 currently in
experimental ?

I would bet you have some 3D running in xscreensaver. Does it help if
you remove it and just use a blank screensaver (or at least 2D only)? If
so, could you to locate which exact screensaver causes the lockup?

Brice




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



Bug#446801: xserver-xorg-video-ati: Radeon Xpress 200G and CRT end up with just a black screen

2007-10-15 Thread Ingvar
Julien writes:
> can you try the xserver-xorg-video-ati package available in
> experimental?

OK, just downloaded the experimental package and installed. Slightly better, fi
rst time I started X, I got a 640x480 screen and an image on the CRT. 
Foolishly, I thought "Excellent, this works", quit out and still didn't get a 
console. Further attempts didn't go better than before. However, I will try 
rebooting the machine this evening and see if it works better at that point.

Any specific debugging people would like?

//Ingvar




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



Bug#446385: xserver-xorg: single mouse click registers as double click

2007-10-15 Thread Tom Epperly

Julien Cristau wrote:

On Mon, Oct 15, 2007 at 12:37:31 -0700, Tom Epperly wrote:
  


The problem isn't the mouse, it's the config.  You might also need to
remove the SendCoreEvents option.

Cheers,
Julien
  


I tried removing the SendCoreEvents option, and it didn't change the 
behavior. I didn't reboot, but I did /etc/init.d/gdm stop  followed by 
/etc/init.d/gdm start. A single click still acts like a double click. I 
also tried using an IceWM session to eliminate my GNOME settings as a 
source of the problem. It behaved the same under IceWM.


Tom
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
#   FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath"/usr/share/fonts/X11/100dpi/"
FontPath"/usr/share/fonts/X11/75dpi/"
FontPath"/usr/share/fonts/X11/util/"
FontPath"/usr/lib/X11/fonts/misc"
EndSection

Section "Module"
#   Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
#   Option  "XkbOptions""ctrl:swapcaps"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
#   Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "off"
Option  "ZAxisMapping"  "4 5"
Option  "Buttons"   "7"
EndSection


Section "Device"
Identifier  "Intel Mobile 915GM"
#   Driver  "vesa"
Driver  "i810"
#   Option  "VideoRam"  "134217728"
Option  "DevicePresence""true"
#   Option  "DisplayInfo"   "FALSE"
#   Option  "MonitorLayout" "DFP,LFP"
#   BusID   "PCI:00:02:00"
Option  "dpms"  "on"

EndSection

Section "Monitor"
Identifier  "Dell 2000FP"
HorizSync   28-80
VertRefresh 48-80
DisplaySize 406 308
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Intel Mobile 915GM"
#   Option  "MonitorLayout" "LFP+CRT,NONE"
Option  "MonitorLayout" "CRT,NONE"
#   Option  "Clone" "true"
Monitor "Dell 2000FP"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1400x1050" "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1400x1050" "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1400x1050" "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1400x1050" "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1600x1200" "1400x1050" "1280x1024" "1024x768" 
"640x480"
EndSubSection
SubSection "Display"
 

Bug#446820: xorg: X freezes on screensaver or strace

2007-10-15 Thread Julien Cristau
severity 446820 important
tag 446820 moreinfo
reassign 446820 xserver-xorg-core
kthxbye

On Tue, Oct 16, 2007 at 00:03:55 +0200, Pierre Ynard wrote:

> Package: xorg
> Version: 1:7.3+2
> Severity: grave
> Justification: causes non-serious data loss
> 
don't inflate bug severities, please.  an x server crash is most of the
time severity: important.

> 
> Recently I restarted my X server and took into account the last
> upgrade. Now it appears that when I go away and come back to unlock the
> screensaver, nothing responds. /usr/bin/X takes 99% of the CPU. I wanted
> to investigate, but attaching the process with strace -p  freezes
> X in the same way (nothing at all is output by the strace). Then it
> needs to be killed with a SIGKILL.
> 
> I reproduced the problem on a vanilla 2.6.23 kernel. Of course, this is
> annoying because all my session and open work are lost...
> 
Unfortunately you don't provide any information about the problem.
As a start, please run
/usr/share/bug/xserver-xorg-core/script 3> xorg.446820
and send the resulting xorg.446820 file to this bug.

Cheers,
Julien




Processed: Re: Bug#446820: xorg: X freezes on screensaver or strace

2007-10-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 446820 important
Bug#446820: xorg: X freezes on screensaver or strace
Severity set to `important' from `grave'

> tag 446820 moreinfo
Bug#446820: xorg: X freezes on screensaver or strace
There were no tags set.
Tags added: moreinfo

> reassign 446820 xserver-xorg-core
Bug#446820: xorg: X freezes on screensaver or strace
Bug reassigned from package `xorg' to `xserver-xorg-core'.

> kthxbye
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#446777: xserver-xorg-core: Dell laptop screen brightness FN keys don't work

2007-10-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 446777 xserver-xorg-video-ati
Bug#446777: xserver-xorg-core: Dell laptop screen brightness FN keys don't work
Bug reassigned from package `xserver-xorg-core' to `xserver-xorg-video-ati'.

> found 446777 1:6.6.193-3
Bug#446777: xserver-xorg-core: Dell laptop screen brightness FN keys don't work
Bug marked as found in version 1:6.6.193-3.

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#446777: xserver-xorg-core: Dell laptop screen brightness FN keys don't work

2007-10-15 Thread Brice Goglin
reassign 446777 xserver-xorg-video-ati
found 446777 1:6.6.193-3
thank you




Tim Richardson wrote:
> Package: xserver-xorg-core
> Version: 2:1.4-3
> Severity: normal
>
> Fn keys to control screen brightness have stopped working. 
> Reverting to the testing version of xserver packages fixes the problem.
> Reverting to testing versions of gnome-power-manager, acpid, hal does not 
> solve the problem. In sid, both kde and gnome show the problem. 
>
> [...]
>
>   #Option "BIOSHotkeys"   "on"
>   

Does this option make any difference ?

This is more likely a problem in the driver. You seem to be using
xserver-xorg-video-ati 1:6.6.193-3 from unstable. Could you try
6.7.195-2 from experimental?

Brice




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



Bug#446820: xorg: X freezes on screensaver or strace

2007-10-15 Thread Pierre Ynard
Package: xorg
Version: 1:7.3+2
Severity: grave
Justification: causes non-serious data loss


Recently I restarted my X server and took into account the last
upgrade. Now it appears that when I go away and come back to unlock the
screensaver, nothing responds. /usr/bin/X takes 99% of the CPU. I wanted
to investigate, but attaching the process with strace -p  freezes
X in the same way (nothing at all is output by the strace). Then it
needs to be killed with a SIGKILL.

I reproduced the problem on a vanilla 2.6.23 kernel. Of course, this is
annoying because all my session and open work are lost...

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)

Kernel: Linux 2.6.23-grsec
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#446777: additional info

2007-10-15 Thread Tim Richardson
Also, the brightness keys work when I switch to a console (alt-ctrl-F1),
and when the computer is booting up. 
The same behaviour was observed in KDE. 






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



Processed: Re: #443365 xserver-xorg-video-radeonhd: Does not recognise Mobility X1600 on Acer Aspire 5110

2007-10-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 443365 fixed-upstream
Bug#443365: xserver-xorg-video-radeonhd: Does not recognise Mobility X1600 on 
Acer Aspire 5110
There were no tags set.
Tags added: fixed-upstream

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#443365: #443365 xserver-xorg-video-radeonhd: Does not recognise Mobility X1600 on Acer Aspire 5110

2007-10-15 Thread Damyan Ivanov
tags 443365 fixed-upstream
thanks

Hi,

Updating from git commit 2ffd2af87b19bcddf30348e875a03dab7724fade from
today made the radeonhd driver work.

Most probably the problem is fixed in earlier commit too, but I am too
happy to git-dissect rigtht now :)

I only had to delete my Monitor section and adjust the Screen section to
not reference Monitor section in xorg.conf and it simply worked.

One less non-free driver! I wish Atheros is next :)
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#443365: #443365 xserver-xorg-video-radeonhd: Does not recognise Mobility X1600 on Acer Aspire 5110

2007-10-15 Thread Damyan Ivanov
tags 443365 fixed-upstream
thanks

Hi,

Updating from git commit 2ffd2af87b19bcddf30348e875a03dab7724fade from
today made the radeonhd driver work.

Most probably the problem is fixed in earlier commit too, but I am too
happy to git-dissect rigtht now :)

I only had to delete my Monitor section and adjust the Screen section to
not reference Monitor section in xorg.conf and it simply worked.

One less non-free driver! I wish Atheros is next :)
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#446806: xserver-xorg-video-ati: crashes with RS482 [Radeon Xpress 200M]

2007-10-15 Thread Julien Cristau
reassign 446806 libpixman-1-0
forcemerge 57 446806
kthxbye

On Mon, Oct 15, 2007 at 22:59:40 +0300, Linas Žvirblis wrote:

> I am experiencing X server crashes with drivers 6.6.19X and 6.7.19X with
> the infamous Radeon Xpress 200M (RS482). The crash seems to be random,
> but does not seem to happen if there is no user activity.
> 
[Xorg log]
> Backtrace:
> 0: /usr/bin/X(xf86SigHandler+0x6a) [0x482daa]
> 1: /lib/libc.so.6 [0x2b7b9f53b710]
> 2: /usr/lib/libpixman-1.so.0 [0x2b7b9e909bd3]
> 3: /usr/lib/libpixman-1.so.0 [0x2b7b9e90f8a4]
> 4: /usr/lib/libpixman-1.so.0(pixman_composite_rect_general+0x36e) 
> [0x2b7b9e90db2e]
> 5: /usr/lib/libpixman-1.so.0 [0x2b7b9e915ff3]
> 6: /usr/lib/libpixman-1.so.0(pixman_image_composite+0x70f) [0x2b7b9e9153ef]
> 7: /usr/lib/xorg/modules//libfb.so(fbComposite+0x1b8) [0x2b7ba1fba5e8]
> 8: /usr/lib/xorg/modules//libxaa.so(XAAComposite+0x231) [0x2b7ba2200ac1]
> 9: /usr/lib/xorg/modules//libxaa.so [0x2b7ba221bfbd]
> 10: /usr/bin/X [0x525426]
> 11: /usr/bin/X [0x5132ef]
> 12: /usr/bin/X(Dispatch+0x2e0) [0x44e210]
> 13: /usr/bin/X(main+0x47c) [0x436a1c]
> 14: /lib/libc.so.6(__libc_start_main+0xf4) [0x2b7b9f527b44]
> 15: /usr/bin/X(FontFileCompleteXLFD+0x259) [0x435d59]
> 
> Fatal server error:
> Caught signal 11.  Server aborting
> 
Merging with the existing pixman bugs.

Cheers,
Julien





Processed: Re: Bug#446806: xserver-xorg-video-ati: crashes with RS482 [Radeon Xpress 200M]

2007-10-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 446806 libpixman-1-0
Bug#446806: xserver-xorg-video-ati: crashes with RS482 [Radeon Xpress 200M]
Bug reassigned from package `xserver-xorg-video-ati' to `libpixman-1-0'.

> forcemerge 57 446806
Bug#57: Reproducible crash with xserver-xorg-core 2:1.4-2 and OOo-Impress
Bug#446806: xserver-xorg-video-ati: crashes with RS482 [Radeon Xpress 200M]
Bug#445509: xserver-xorg: 'pygoocanvas' demo app reliably causes X server to 
segfault
Bug#446374: xserver-xorg: Xserver crashes reproducible when zoom pdf in evince 
2.20
Forcibly Merged 57 445509 446374 446806.

> kthxbye
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#446385: xserver-xorg: single mouse click registers as double click

2007-10-15 Thread Julien Cristau
On Mon, Oct 15, 2007 at 12:37:31 -0700, Tom Epperly wrote:

> I tried removing the extra InputDevice section, and it didn't change the 
> behavior. A single click is still registering as a double click. By the 
> way, I restarted gdm after editing xorg.conf, and I actually tried 
> rebooting the machine too.
>
> I've seem this behavior with at least three different mice.
>
The problem isn't the mouse, it's the config.  You might also need to
remove the SendCoreEvents option.

Cheers,
Julien



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



Bug#446385: xserver-xorg: single mouse click registers as double click

2007-10-15 Thread Tom Epperly
I tried removing the extra InputDevice section, and it didn't change the 
behavior. A single click is still registering as a double click. By the 
way, I restarted gdm after editing xorg.conf, and I actually tried 
rebooting the machine too.


I've seem this behavior with at least three different mice.

Tom

Julien Cristau wrote:

On Fri, Oct 12, 2007 at 11:06:19 -0700, Tom Epperly wrote:

  

Package: xserver-xorg
Version: 1:7.3+2
Severity: normal


I just upgraded xserver-xorg to a new version, and now when I make a
single left mouse click from my Microsoft IntelliMouse Optical USB
mouse it registers as a double click. This behavior occurs in all my
applications and gnome-panel menus.

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device"  "/dev/psaux"
Option  "Protocol""ImPS/2"
Option  "Emulate3Buttons" "true"
Option  "ZAxisMapping""4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents"  "true"
Option  "Device"  "/dev/input/mice"
Option  "Protocol""ImPS/2"
Option  "Emulate3Buttons" "true"
Option  "ZAxisMapping""4 5"
EndSection



Your problem is due to these two mouse sections.  Remove one of them,
and it should just work.

Cheers,
Julien
  




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



Bug#446801: xserver-xorg-video-ati: Radeon Xpress 200G and CRT end up with just a black screen

2007-10-15 Thread Julien Cristau
On Mon, Oct 15, 2007 at 20:08:57 +0100, Ingvar Mattsson wrote:

> Hi, over the weekend the xserver-xorg package family in unstable went to a
> new version and at least for me, this isn't as good as it could've been.
> 
> When I now start X, the screen goes black and shortly after, the CRT power-
> saving function kicks in. Until the upgrade, I had used both the ati and
> (so as to get 3D acceleration) the fglrx drivers, giving be a screen of
> 1280x1024 pixels.
> 
> X starts, becaise when I log in remotely (I have another machine on a KVM,
> with hte same CRT, so I am sur ethe CRT works), I can see that the X server
> is running and I can query it with xdpyinfo.
> 
> Even more disturbing, when I use Ctrl-Alt-Backspace to kill the X server,
> the screen stays in power-save mode and will not display a normal console.
> To get a normal VT console display back, I need to reboot.
> 
> Otherwise, the machine seems to happily stay up, it's just not usable
> "locally".
> 
Hi,

can you try the xserver-xorg-video-ati package available in
experimental?

Thanks,
Julien



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



Bug#446801: xserver-xorg-video-ati: Radeon Xpress 200G and CRT end up with just a black screen

2007-10-15 Thread Ingvar Mattsson
Package: xserver-xorg-video-ati
Version: 1:6.6.193-3
Severity: important

Hi, over the weekend the xserver-xorg package family in unstable went to a
new version and at least for me, this isn't as good as it could've been.

When I now start X, the screen goes black and shortly after, the CRT power-
saving function kicks in. Until the upgrade, I had used both the ati and
(so as to get 3D acceleration) the fglrx drivers, giving be a screen of
1280x1024 pixels.

X starts, becaise when I log in remotely (I have another machine on a KVM,
with hte same CRT, so I am sur ethe CRT works), I can see that the X server
is running and I can query it with xdpyinfo.

Even more disturbing, when I use Ctrl-Alt-Backspace to kill the X server,
the screen stays in power-save mode and will not display a normal console.
To get a normal VT console display back, I need to reboot.

Otherwise, the machine seems to happily stay up, it's just not usable
"locally".

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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-07-09 19:43 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669976 2007-09-29 15:33 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc RS480 [Radeon Xpress 
200G Series]

/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 1640 2007-10-15 19:52 /etc/X11/xorg.conf

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

Section "Files"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "sv"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
EndSection

Section "Device"
Identifier  "ATI Technologies Inc RS480 [Radeon Xpress 200G Series]"
Driver  "ati"
BusID   "PCI:1:5:0"
EndSection

Section "Monitor"
Identifier  "Belinea"
Option  "DPMS"
HorizSync   28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "ATI Technologies Inc RS480 [Radeon Xpress 200G Series]"
Monitor "Belinea"
DefaultDepth24
SubSection "Display"
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 54500 2006-09-15 18:29 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 52727 2007-02-07 19:50 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 48763 2007-10-15 19:53 /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.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-3)
Current Operating System: Linux head 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 
UTC 2007 i686
Build Date: 29 September 2007  04:19:41PM
 
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: Mon Oct 15 19:53:20 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Belinea"
(**) |   |-->Device "ATI Technologies Inc RS480 [Radeon Xpress 200G Series]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input D

Bug#427811: Fix released upstream

2007-10-15 Thread Peter Clifton
Just FYI, there is a fix upstream for this, and the latest Ubuntu has a
similar patch to upstream. I've also fixed / worked around a crash with
overlay video after switching VTs.

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/127101

-- 
Peter Clifton

Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA

Tel: +44 (0)7729 980173 - (No signal in the lab!)




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



Bug#446777: xserver-xorg-core: Dell laptop screen brightness FN keys don't work

2007-10-15 Thread Tim Richardson
Package: xserver-xorg-core
Version: 2:1.4-3
Severity: normal

Fn keys to control screen brightness have stopped working. 
Reverting to the testing version of xserver packages fixes the problem.
Reverting to testing versions of gnome-power-manager, acpid, hal does not solve 
the problem. In sid, both kde and gnome show the problem. 



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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 Aug  3 18:36 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669976 Sep 29 16:33 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2622 Oct 14 19:47 /etc/X11/xorg.conf

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

Section "Files"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
Option  "SHMConfig" "true"
EndSection



Section "Device"
Identifier  "ATI Technologies Inc Radeon Mobility M6 LY"
Driver  "radeon"
BusID   "PCI:1:0:0"
Option  "BusType" "PCI"
#Optimized values (changed from driver default)
#Option "AGPMode" "4"
#Option "AGPFastWrite" "on" #Faster than default (off)
Option  "SWcursor" "off" #Faster than default (on)
Option  "EnablePageFlip" "on" #Faster than default (off)
Option  "AccelMethod" "EXA" # or XAA, EXA, XAA more stable, XAA 
is deafult
Option  "DynamicClocks" "on"
#Option "BIOSHotkeys"   "on"


#These are not mentioned in man page for driver
Option  "AGPSize" "32" # default: 8
Option  "EnableDepthMoves" "true"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "ATI Technologies Inc Radeon Mobility M6 LY"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Modes   "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "Module"
Load"i2c"
Load"bitmap"
Load"ddc"
Load"freetype"
Load"int10"
Load"type1"
Load"vbe"
Load"dri"
Load"extmod"
Load"glx"
Load"GLcore"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 38188 Sep 16 10:14 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 42533 Oct 15 18:03 /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.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-3)
Current Operating System: Linux oldLaptop 2.6.22-2-686 #1 SMP Fri Aug 31 
00:24:01 UTC 2007 i686
Build Date

Bug#446764: please drop Conflicts on libmetacity0

2007-10-15 Thread Robert Millan
Package: compiz-gtk
Version: 0.2.2-1
Severity: wishlist

Please can you drop Conflicts on libmetacity0 (<< 1:2.15.21) ?  Latest version
has a new shlibs, so this hack isn't needed anymore.

See #440063 for details.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)

Versions of packages compiz-gtk depends on:
ii  compiz-core0.2.2-1   OpenGL window and compositing mana
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libmetacity0   1:2.14.5-4library of lightweight GTK2 based 
ii  liborbit2  1:2.14.3-0.2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libwnck18  2.14.3-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  zlib1g 1:1.2.3-13compression library - runtime

compiz-gtk recommends no packages.

-- no debconf information



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