Re: Bug#834595: mate-desktop: cursor doesn't follow finger on the touchscreen if second display is attached

2016-08-18 Thread Oliver Sander
control: reassign -1 xserver-xorg-input-all

I have a ThinkPad Yoga 12, which has a touchscreen.  In a normal session, I can
move my finger on the touchscreen, and the cursor will follow the finger.  Just 
like
it is supposed to.

However, I now plug in an external display.  By default, it is supposed to be 
physically
located to the right of my primary display, i.e., my desktop is now twice as 
wide;
the left part is on my built-in display, the right part on the external one.
In this situation, the code that computes the cursor position from my finger 
position
on the touchscreen is wrong: when I move my finger from the left edge to to the 
right
edge of my primal display, the cursor moves from the left boundary to the right 
boundary
of the entire virtual desktop.  In particular, if I touch the screen in the 
right half,
the cursor appears on the other display.

As it turns out, this is not a Mate issue:  I see the same effect with a KF5 
Plasma desktop.




+++--=--=
un  xserver-xorg-input(keine Beschreibung 
vorhanden)
un  xserver-xorg-input-2  (keine Beschreibung 
vorhanden)
un  xserver-xorg-input-2.1(keine Beschreibung 
vorhanden)
un  xserver-xorg-input-4  (keine Beschreibung 
vorhanden)
un  xserver-xorg-input-7  (keine Beschreibung 
vorhanden)
ii  xserver-xorg-input-all   1:7.7+16  amd64X.Org X server -- 
input driver metapackage
ii  xserver-xorg-input-evdev 1:2.10.2-1amd64X.Org X server -- 
evdev input driver
un  xserver-xorg-input-evtouch(keine Beschreibung 
vorhanden)
un  xserver-xorg-input-joystick   (keine Beschreibung 
vorhanden)
ii  xserver-xorg-input-libinput  0.19.0-1  amd64X.Org X server -- 
libinput input driver
ii  xserver-xorg-input-mouse 1:1.9.1-1+b1  amd64X.Org X server -- 
mouse input driver
ii  xserver-xorg-input-synaptics 1.8.3-2   amd64Synaptics TouchPad 
driver for X.Org server
un  xserver-xorg-input-tslib  (keine Beschreibung 
vorhanden)
ii  xserver-xorg-input-vmmouse   1:13.1.0-1+b1 amd64X.Org X server -- 
VMMouse input driver to use with VMWare
ii  xserver-xorg-input-wacom 0.30.0-1+b1   amd64X.Org X server -- 
Wacom input driver




signature.asc
Description: OpenPGP digital signature


Bug#775264: mesa: Please apply patch from freedesktop bug #85647

2015-01-13 Thread Sander van Grieken
Source: mesa
Version: 10.3.2-1
Severity: important
Tags: patch

I have had problems with my TAHITI radeon videocard for the last year or so,
where it would lock up randomly between 10 minutes to a few hours from booting.
So much so that I have needed to switch to fglrx to get my system reliable.

This problem apparently only manifests on certain chipsets, like the TAHITI
variant I have and not all radeonsi cards out there.

I have compiled the current mesa 10.3.2-1 which is the latest available in
jessie and sid, with a patch posted in freedesktop bug #85647, and my system is
stable in the 3 weeks I'm running this custom version.

This patch is already included in mesa 10.3.4, but since a new release has not
been forthcoming in the last weeks and the current version must hurt others out
there. I'm filing this bug report to nudge the maintainer to either include
this patch in 10.3.2, or upgrade to 10.3.4.

bug: https://bugs.freedesktop.org/show_bug.cgi?id=85647
patch: https://bugs.freedesktop.org/attachment.cgi?id=109261



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/src/gallium/drivers/radeonsi/si_dma.c b/src/gallium/drivers/radeonsi/si_dma.c
index b1bd5e7..3da2d26 100644
--- a/src/gallium/drivers/radeonsi/si_dma.c
+++ b/src/gallium/drivers/radeonsi/si_dma.c
@@ -250,6 +250,9 @@ void si_dma_copy(struct pipe_context *ctx,
 		return;
 	}
 
+	/* XXX: Asynchronous DMA causes lockups for some */
+	goto fallback;
+
 	if (src->format != dst->format || src_box->depth > 1 ||
 	rdst->dirty_level_mask != 0 ||
 	rdst->cmask.size || rdst->fmask.size ||


Bug#601558: Still not working with kernel in squeeze

2011-01-14 Thread Oliver Sander
Would it make sense to do a bisection on the kernels from 
snapshot.debian.org

between the one in testing and the one in experimental?



--
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/4d307e85.50...@mi.fu-berlin.de



Bug#601558: Still not working with kernel in squeeze

2011-01-12 Thread Oliver Sander

Sorry for the delay.  I tried the patch and it didn't seem to change
anything.  Let me know if you're interested in logfiles and such.
Best,
Oliver



--
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/4d2e08e7.7090...@mi.fu-berlin.de



Bug#596349: No improvements in xserver-xorg-video-intel 2:2.13.0-5

2011-01-09 Thread Oliver Sander

I tried this again with kernel 2.6.37-rc7 from experimental and 
xserver-xorg-video intel
2:2.13.0-5, from current squeeze.  The bug is still there.  With rare 
exceptions,
pressing Fn-arrow up|down makes the mouse pointer disappear.




--
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/4d29d1ff.50...@mi.fu-berlin.de



Bug#601558: Still not working with kernel in squeeze

2011-01-09 Thread Oliver Sander

I tried this again after an update to today's squeeze, with kernel 2.6.32-29
and xserver-xorg-video-intel 2:2.13.0-5.  Unfortunately, the problem remains
unchanged: the screen turns black when the frame buffer is switched on,
and there is no way to get a text console let alone X.

I also tried with the current kernel from experimental: 2.6.37-rc7.
That seems to work nicely.  I didn't encounter any serious problems after
about an hour of playing around with it.  In particular, the X server
freezes I reported above with the 2.6.36 kernel appear to have gone.

As this bug is not ranked important enough to be fixed in squeeze,
and it already is fixed in post-squeeze, feel free to close this bug report.
Thank you guys for your help!

Oliver


Bug#601558: Working with experimental xserver-xorg-video-intel and kernel

2010-11-15 Thread Oliver Sander

Now that xserver-xorg-video-intel 2.13.0-2 appeared in unstable
I tried that package.  As was to be expected, together with
the squeeze kernel there is still no functioning display.

On the other hand, with the 2.6.36-rc6 kernel the display and
X appeared to be working property.  This seemed like a step
forward.  Thank you for that.

However, after two days of testing a new problem surfaced:
it appears that every time the computer is left without input events for 
a few

minutes the X output becomes garbled and the X server freezes.
I had to revert the kernel and intel driver packages yet again.

I know that this information is not precise enough to be of much
help.  The problem has been reported to me by the person who
uses the machine for work.  Please let me know what I can do
to help track down the problem.



--
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/4ce1344b.4020...@mi.fu-berlin.de



Bug#601558: Working with experimental xserver-xorg-video-intel and kernel

2010-11-03 Thread sander
I have now tried the 2.6.36-rc6 kernel and xserver-xorg-video-intel
2.13.0-1, both from experimental.  My display works now nicely, with kms,
both in text mode and with X.  Great!  There are a few minor glitches:
- sometimes I cannot switch back from text mode to X (screen stays black)
- restarting kdm made my mouse pointer disappear.
But overall the system appears well usable, if you stay away from the
nerdy stuff like text mode.

thanks,
Oliver

P.S.: Should this bug not be reopened?  It is definitely not fixed in
squeeze.




-- 
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/56660.85.178.68.56.1288823545.webm...@portal.zedat.fu-berlin.de



Bug#596349: Slight improvements in xserver-xorg-video-intel 2:2.13.0-1

2010-11-03 Thread sander
I tried this again with kernel 2.6.36-rc6 and xserver-xorg-video intel
2:2.13.0-1, both from experimental.  Now apparently I can change the
backlight sometimes without the mouse pointer disappearing.  Sometimes the
pointer stays, sometimes it doesn't.  I haven't figured out a pattern yet,
but in a way it is an improvement.




-- 
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/40344.85.178.68.56.1288823117.webm...@portal.zedat.fu-berlin.de



Bug#601558: Full dmesg output

2010-11-01 Thread sander
Here is the full dmesg output.[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.32-5-686 (Debian 2.6.32-26) (da...@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Oct 19 14:40:34 UTC 2010
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   NSC Geode by NSC
[0.00]   Cyrix CyrixInstead
[0.00]   Centaur CentaurHauls
[0.00]   Transmeta GenuineTMx86
[0.00]   Transmeta TransmetaCPU
[0.00]   UMC UMC UMC UMC
[0.00] BIOS-provided physical RAM map:
[0.00]  BIOS-e820:  - 0009e800 (usable)
[0.00]  BIOS-e820: 0009e800 - 000a (reserved)
[0.00]  BIOS-e820: 000c - 000d4000 (reserved)
[0.00]  BIOS-e820: 000e - 0010 (reserved)
[0.00]  BIOS-e820: 0010 - 176b7000 (usable)
[0.00]  BIOS-e820: 176b7000 - 176e (ACPI NVS)
[0.00]  BIOS-e820: 176e - 176f (ACPI data)
[0.00]  BIOS-e820: 176f - 1770 (ACPI NVS)
[0.00]  BIOS-e820: 1770 - 1778 (usable)
[0.00]  BIOS-e820: 1778 - 1800 (reserved)
[0.00]  BIOS-e820: ff80 - ffc0 (reserved)
[0.00]  BIOS-e820: fff0 - 0001 (reserved)
[0.00] DMI 2.3 present.
[0.00] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[0.00] e820 update range:  - 0001 (usable) ==> (reserved)
[0.00] last_pfn = 0x17780 max_arch_pfn = 0x10
[0.00] MTRR default type: uncachable
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-B uncachable
[0.00]   C-C7FFF write-protect
[0.00]   C8000-E uncachable
[0.00]   F-F write-protect
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 0 mask FF000 write-back
[0.00]   1 base 01000 mask FF800 write-back
[0.00]   2 base 017F8 mask 8 uncachable
[0.00]   3 disabled
[0.00]   4 disabled
[0.00]   5 disabled
[0.00]   6 disabled
[0.00]   7 disabled
[0.00] PAT not supported by CPU.
[0.00] initial memory mapped : 0 - 0180
[0.00] init_memory_mapping: -1778
[0.00]  00 - 40 page 4k
[0.00]  40 - 001740 page 2M
[0.00]  001740 - 001778 page 4k
[0.00] kernel direct mapping tables up to 1778 @ 1-16000
[0.00] RAMDISK: 1112 - 11948d2f
[0.00] ACPI: RSDP 000f6300 00014 (v00 PTLTD )
[0.00] ACPI: RSDT 176ea420 00034 (v01 PTLTDRSDT   0604  LTP )
[0.00] ACPI: FACP 176efdf3 00074 (v01 DELL   X200 0604 PTL  004B)
[0.00] ACPI: DSDT 176ea454 0599F (v01 DELLX2000604 MSFT 010D)
[0.00] ACPI: FACS 176fcfc0 00040
[0.00] ACPI: SSDT 176efe67 000BC (v01 PTLTD  ACPICST1 0604  LTP 0001)
[0.00] ACPI: SSDT 176eff23 000B5 (v01 PTLTD  ACPIPST1 0604  LTP 0001)
[0.00] ACPI: BOOT 176effd8 00028 (v01 PTLTD  $SBFTBL$ 0604  LTP 0001)
[0.00] 0MB HIGHMEM available.
[0.00] 375MB LOWMEM available.
[0.00]   mapped low ram: 0 - 1778
[0.00]   low ram: 0 - 1778
[0.00]   node 0 low ram:  - 1778
[0.00]   node 0 bootmap 00012000 - 00014ef0
[0.00] (9 early reservations) ==> bootmem [00 - 001778]
[0.00]   #0 [00 - 001000]   BIOS data page ==> [00 - 001000]
[0.00]   #1 [001000 - 002000]EX TRAMPOLINE ==> [001000 - 002000]
[0.00]   #2 [006000 - 007000]   TRAMPOLINE ==> [006000 - 007000]
[0.00]   #3 [000100 - 00014c3bb4]TEXT DATA BSS ==> [000100 - 00014c3bb4]
[0.00]   #4 [001112 - 0011948d2f]  RAMDISK ==> [001112 - 0011948d2f]
[0.00]   #5 [09e800 - 10]BIOS reserved ==> [09e800 - 10]
[0.00]   #6 [00014c4000 - 00014ca148]  BRK ==> [00014c4000 - 00014ca148]
[0.00]   #7 [01 - 012000]  PGTABLE ==> [01 - 012000]
[0.00]   #8 [012000 - 015000]  BOOTMAP ==> [012000 - 015000]
[0.00] Zone PFN ranges:
[0.00]   DMA  0x0010 -> 0x1000
[0.00]   Normal   0x1000 -> 0x00017780
[0.00]   HighMem  0x00017780 -> 0x00017780
[0.00] Movable zone start PFN for each node
[0.00] early_node_map[3] active PFN ranges
[0.00] 0: 0x0010 

Bug#601558: closed by Cyril Brulebois (Re: Bug#601558: SOLVED? CONFIG_FRAMEBUFFER_CONSOLE=y solved the problem)

2010-10-30 Thread Oliver Sander

I don't really see how that solves my problem.  I am using the regular
squeeze kernel, and both options are set there.  Still I don't have a
working display.

I will follow Cesare Leonardis suggestion in the 600802 thread and
try the kernel and x driver from experimental.



--
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/4ccc6747.2010...@mi.fu-berlin.de



Bug#601558: [i830] Black screen with kms and i915 again

2010-10-29 Thread Oliver Sander

Of course, but it'll be a few days before I have access to the
machine again.

Am 29.10.2010 00:14, schrieb Cyril Brulebois:

Oliver Sander  (27/10/2010):
   

Thanks for the quick response.  Here are the X log and the dmesg
output.
 

Thanks; could we also get a full dmesg in the same conditions?

Mraw,
KiBi.
   






--
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/4ccb0992.9070...@mi.fu-berlin.de



Bug#601558: Relation to 593432

2010-10-28 Thread Oliver Sander

I should mention that this bug and 593432 were the same machine.



--
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/4cc943c4@mi.fu-berlin.de



Bug#601558: Acknowledgement ([i830] Black screen with kms and i915 again)

2010-10-27 Thread Oliver Sander

I forgot to mention that I also tried the package

   xserver-xorg-video-intel-2:2.13.0+git20101017.33133a1d-1

from http://autobuild.ikibiki.org/.  Unfortunately that
didn't help at all.




--
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/4cc7f757.5010...@mi.fu-berlin.de



Bug#601558: [i830] Black screen with kms and i915 again

2010-10-27 Thread sander
Package: xserver-xorg-video-intel
Version: 2:2.9.1-4
Severity: important

I updated my system today.  This replaced the kernel 2.6.32-5-686 (Debian
2.6.32-23)
by 2.6.32-5-686 (Debian 2.6.32-26), and the xserver-xorg-video-intel
driver 2:2.9.1-4
by 2:2.12.0+shadow-2.  This made my system completely unusable: upon
booting, the
screen goes black at the moment the frame buffer should be switched on. 
The system
appears to be working, but I can get neither X nor a text console.  The
symptoms
are hence the same as bug 593432 (and maybe I should have reopened that
one rather than
filing a new bug report).

Downgrading the kernel and xserver-xorg-video-intel made my system usable
again.
I am aware that for that reason the log files below are not worth much. 
If necessary
I can try to get log files with the actual packages 'in the dark'.


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Jul 13 10:27 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Oct 10 14:03 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82830 CGC [Chipset
Graphics Controller] (rev 04)

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

Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-23) (da...@debian.org) (gcc
version 4.3.5 (Debian 4.3.5-3) ) #1 SMP Sat Sep 18 02:14:45 UTC 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 30868 Oct 27 11:38 /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.23-dsa-ia32 i686 Debian
Current Operating System: Linux baumann 2.6.32-5-686 #1 SMP Sat Sep 18
02:14:45 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686
root=UUID=2b4fbfbd-8cd8-4da5-b90c-7b281a41435b ro quiet
Build Date: 10 October 2010  11:57:07AM
xorg-server 2:1.7.7-8 (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 Oct 27 10:53:11 2010
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) 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:3577:1028:0122 Intel Corporation 82830 CGC
[Chipset Graphics Controller] rev 4, Mem @ 0xe800/134217728,
0xe000/524288
(--) PCI: (0:0:2:1) 8086:3577:1028:0122 Intel Corporation 82830 CGC
[Chipset Graphics Controller] rev 0, Mem @ 0xf000/134217728,
0xe008/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, version 2.0
(II) Loadi

Bug#596349: Mouse pointer disappears when changing the display backlight

2010-09-10 Thread sander
Package: xserver-xorg-video-intel
Version: 2:2.9.1-4
Severity: minor

When I press the Fn key and arrow-up or arrow-down key together, the mouse
pointer
disappears.  This key combination is supposed to increase/decrease the
display
backlight, and that works, but the mouse pointer is gone.  The computer
remains
fully operational and can still be used, e.g., with a keyboard. 
Restarting the
X server does not bring the mouse pointer back.  Only a full reboot worked
for
me.

This may be the same as 581860, it is hard to tell.



-- Package-specific info:
/var/lib/x11/X.roster does not exist.

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Jul 13 10:27 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1725304 Aug 24 17:04 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82830 CGC [Chipset
Graphics Controller] (rev 04)

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

Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-21) (b...@decadent.org.uk) (gcc
version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Wed Aug 25 14:28:12 UTC 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 29802 Sep 10 17: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.26-2-amd64 i686 Debian
Current Operating System: Linux baumann 2.6.32-5-686 #1 SMP Wed Aug 25
14:28:12 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686
root=UUID=2b4fbfbd-8cd8-4da5-b90c-7b281a41435b ro quiet
Build Date: 24 August 2010  02:59:40PM
xorg-server 2:1.7.7-4 (Julien Cristau )
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: Fri Sep 10 17:34:25 2010
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) 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: 0x81eaca0
(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:3577:1028:0122 Intel Corporation 82830 CGC
[Chipset Graphics Controller] rev 4, Mem @ 0xe800/134217728,
0xe000/524288
(--) PCI: (0:0:2:1) 8086:3577:1028:0122 Intel Corporation 82830 CGC
[Chipset Graphics Controller] rev 0, Mem @ 0xf000/134217728,
0xe008/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, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModul

Bug#484087: Can't install driver 2.4.0

2009-06-04 Thread Sander Marechal
Brice Goglin wrote:
> Does framebuffer compression work fine now with latest driver from 
> unstable or experimental?

I can't check, unfortunately. The machine with the intel GPU was my
company laptop and I had to give it back when I changed jobs in January.
At the moment I don't own any machines with intel graphics.

-- 
Sander Marechal



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



Bug#502313: xorg: Applications are getting "ghost" Alt keypress events, but I press no keys

2008-10-15 Thread Sander Marechal
Package: xorg
Version: 1:7.3+17
Severity: important


All my applications are getting KeyPress and KeyRelease events for the
Alt key every 20 seconds or so, but I am not pressing any keys. This is not such
a big deal for Gnome applications since they don't do anything when only Alt is
pressed, but it makes working with KDE applications and OpenOffice.org almost
impossible, since they focus/open the "file" menu when you press and release 
Alt.

I am sure that I am not accidentally generating keypresses myself. I
have tested with Xev to monitor the events, and at the same time I have ran 
evtest,
showkey and catted the output of /dev/input/event[0-9]. They all say that nobody
is pressing any keys, but Xev still sees KeyPress and KeyRelease events going 
to the
window in focus. Also, those events happen in the same microsecond and
it's not physically possible to press and release a key in the same
microsecond.

To make extra sure that it's not a hardware problem I have tested three
different keyboards: Two different Dell USB keyboards and a Logitech PS/2
keyboard. This problem occured with all keyboards.

I'm marking this as "important" since it makes KDE applications and all
of OpenOffice.org pretty much unusable.

Below is the output of both xev and evtest at the same time. I have
placed comments inside then, prefixed by a #. As you can see, xev sees 
keypresses from
my Alt key, but evtest sees no such keypresses on my keyboard.

Output from evtest:
# This is the return key I pressed at the end of the evtest command
Event: time 1223560917.470807, type 4 (Misc), code 4 (ScanCode), value
70028
Event: time 1223560917.470822, type 1 (Key), code 28 (Enter), value 0
Event: time 1223560917.470827, -- Report Sync 

# Here I press the return key after the xev command
Event: time 1223560925.727112, type 4 (Misc), code 4 (ScanCode), value
70028
Event: time 1223560925.727128, type 1 (Key), code 28 (Enter), value 1
Event: time 1223560925.727131, -- Report Sync 

# Here I release the Return key
Event: time 1223560925.791107, type 4 (Misc), code 4 (ScanCode), value
70028
Event: time 1223560925.791117, type 1 (Key), code 28 (Enter), value 0
Event: time 1223560925.791120, -- Report Sync 

# Here I press the Alt key manually
Event: time 1223560933.551375, type 4 (Misc), code 4 (ScanCode), value
700e2
Event: time 1223560933.551390, type 1 (Key), code 56 (LeftAlt), value 1
Event: time 1223560933.551396, -- Report Sync 

# And I release it again
Event: time 1223560933.591374, type 4 (Misc), code 4 (ScanCode), value
700e2
Event: time 1223560933.591390, type 1 (Key), code 56 (LeftAlt), value 0
Event: time 1223560933.591395, -- Report Sync 

# These two events are Ctrl+C to stop evtest
Event: time 1223560994.921512, type 4 (Misc), code 4 (ScanCode), value
700e0
Event: time 1223560995.601624, type 1 (Key), code 29 (LeftControl),
value 2
Event: time 1223560995.601630, -- Report Sync 
Event: time 1223560995.617513, type 4 (Misc), code 4 (ScanCode), value
70006
Event: time 1223560995.617522, type 1 (Key), code 46 (C), value 1
Event: time 1223560995.617525, -- Report Sync 


Below is the output from xev, at the exact same time as the evtest was
run:

# I manually press Alt, just to test
KeyPress event, serial 31, synthetic NO, window 0x3e1,
root 0x7f, subw 0x0, time 23255142, (829,-42), root:(839,23),
state 0x10, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

# I release Alt again
KeyRelease event, serial 34, synthetic NO, window 0x3e1,
root 0x7f, subw 0x0, time 23255195, (829,-42), root:(839,23),
state 0x18, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

# This is a "ghost" Alt keypress. I didn't press anything
KeyPress event, serial 34, synthetic NO, window 0x3e1,
root 0x7f, subw 0x0, time 23270460, (829,-42), root:(839,23),
state 0x10, keycode 113 (keysym 0xffea, Alt_R), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

# Here the "ghost" Alt is released. Note the time. The keypress and
# key release are instantaneously
KeyRelease event, serial 34, synthetic NO, window 0x3e1,
root 0x7f, subw 0x0, time 23270460, (829,-42), root:(839,23),
state 0x18, keycode 113 (keysym 0xffea, Alt_R), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

# Here is another "ghost" Alt keypress and release
KeyPress event, serial 34, synthetic NO, window 0x3e1,
root 0x7f, subw 0x0, time 23300464, (829,-42), root:(839,23),
state 0x10, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
 

X generating Alt keypresses by itself?

2008-10-10 Thread Sander Marechal
False

# These events are when I click my mouse on the (X) to stop xev
ConfigureNotify event, serial 34, synthetic NO, window 0x3e1,
event 0x3e1, window 0x3e1, (8,63), width 178, height 178,
border_width 2, above 0x3a06523, override NO

ClientMessage event, serial 34, synthetic YES, window 0x3e1,
message_type 0x122 (WM_PROTOCOLS), format 32, message 0x120
(WM_DELETE_WINDOW)

-- 
Sander Marechal


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



Bug#484087: Can't install driver 2.4.0

2008-08-10 Thread Sander Marechal
Brice Goglin wrote:
> It doesn't apply on top of 2.3.2 from what I see. And touching dsparb is
> far away from our knowledge, we'll have to talk to upstream about this.

I have been running with framebuffer compression off for a week now, and
that seems to solve the problem.

If the intel driver can't be patched to solve this with the bugfix from
2.4.0, is it possible to change the X.org installation/configuration in
such a way that when the intel driver is used, framebuffer compression
is turned off by default?

At least that would provide a usable system out of the box, instead of a
frequently crashing system.

-- 
Sander



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



Bug#484087: Can't install driver 2.4.0

2008-08-01 Thread Sander Marechal
Brice Goglin writes: 


Sander Marechal wrote:

marvin:/home/sander# apt-get -t experimental install


Nothing wrong here. The 2.4.0 driver from experimental has been built
for the Xserver 1.4.99 from experimental, which cannot work with drivers
from unstable. So either you upgrade most X packages to experimental
(they work very well here, by the way), or you just stick everything
with from unstable.


Is the X from experimental packaged in fewer packages? Or is there so much 
missing? My apt is removing far more packages than it is installing or 
updating. See above.



You mean that this bug won't be fixed in Lenny? A bug that causes
instability, loss of work and requires daily reboots because X dies? I'd
say that this bug be marked RC.


Switching to XAA is supposed to work around the problem.


It does not. See my xorg.conf files above. I'm already using XAA because EXA 
was too slow for my taste.



We have very few testers of 2.4.0 so far, and there's a least one big
known bug (fixed soon fortunately). We can't just put 2.4.0 in Lenny so
late, it may be too risky. 2.3.2 works fine except in some cases with
EXA, and we have a workaround for these.


It's not just an EXA case. See above. The bugreport on 
http://bugs.freedesktop.org/show_bug.cgi?id=16169 has a git commit ID 
attached. Perhaps the bugfix can be backported to 2.3.2? IMHO you can't ship 
Lenny with this bug in it. It causes dataloss and requires a reboot multiple 
times a day. There are much less serious bugs that have been marked Release 
Critical.




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



Bug#484087: Can't install driver 2.4.0

2008-07-31 Thread Sander Marechal
Julien Cristau wrote:
> On Thu, Jul 31, 2008 at 09:58:16 +0200, Sander Marechal wrote:
> 
>> I tried installing the 2.4.0 driver from experimental, but I can't make 
>> it work. It wants to upgrade my xserver-xorg-core and when it tries to do 
>> that, apt wants to remove a bucketload of xorg packages. 
>>
> Which ones, specifically?

marvin:/home/sander# apt-get -t experimental install
xserver-xorg-video-intel
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xserver-xorg-video-intel: Depends: xserver-xorg-core (>= 2:1.4.99.905)
but it is not going to be installed
E: Broken packages
marvin:/home/sander# apt-get -t experimental install
xserver-xorg-video-intel xserver-xorg-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xserver-xorg-core: Depends: xserver-xorg but it is not going to be
installed
E: Broken packages
marvin:/home/sander# apt-get -t experimental install
xserver-xorg-video-intel xserver-xorg-core xserver-xorg
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libgl1-mesa-dri libgl1-mesa-glx xserver-xorg-input-evdev
xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-input-synaptics
  xserver-xorg-video-ati xserver-xorg-video-mach64
xserver-xorg-video-r128 xserver-xorg-video-radeon
Suggested packages:
  libglide3 gsynaptics ksynaptics qsynaptics
The following packages will be REMOVED:
  xserver-xorg-input-all xserver-xorg-input-wacom xserver-xorg-video-all
xserver-xorg-video-apm xserver-xorg-video-ark
  xserver-xorg-video-chips xserver-xorg-video-cirrus
xserver-xorg-video-cyrix xserver-xorg-video-dummy xserver-xorg-video-fbdev
  xserver-xorg-video-glint xserver-xorg-video-i128
xserver-xorg-video-i740 xserver-xorg-video-imstt xserver-xorg-video-mga
  xserver-xorg-video-neomagic xserver-xorg-video-newport
xserver-xorg-video-nsc xserver-xorg-video-nv xserver-xorg-video-radeonhd
  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-tga
  xserver-xorg-video-trident xserver-xorg-video-tseng
xserver-xorg-video-v4l xserver-xorg-video-vesa xserver-xorg-video-vga
  xserver-xorg-video-via xserver-xorg-video-vmware xserver-xorg-video-voodoo
The following packages will be upgraded:
  libgl1-mesa-dri libgl1-mesa-glx xserver-xorg xserver-xorg-core
xserver-xorg-input-evdev xserver-xorg-input-kbd xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-video-ati
xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-r128
  xserver-xorg-video-radeon
13 upgraded, 0 newly installed, 37 to remove and 138 not upgraded.
Need to get 17.5MB of archives.
After this operation, 11.2MB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.
marvin:/home/sander#


>> Any idea when driver 2.4.0 and xserver-xorg-core 1.4.999 (or 1.5) will 
>> get into unstable or testing? 
>>
> After lenny is released.

You mean that this bug won't be fixed in Lenny? A bug that causes
instability, loss of work and requires daily reboots because X dies? I'd
say that this bug be marked RC.

-- 
Sander Marechal



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



Bug#484087: Can't install driver 2.4.0

2008-07-31 Thread Sander Marechal


I tried installing the 2.4.0 driver from experimental, but I can't make it 
work. It wants to upgrade my xserver-xorg-core and when it tries to do that, 
apt wants to remove a bucketload of xorg packages. 

Any idea when driver 2.4.0 and xserver-xorg-core 1.4.999 (or 1.5) will get 
into unstable or testing? 

Currently I'm still running the vesa driver so I can get work done instead 
of rebooting all the time.




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



Bug#484087: Xorg log from crash under compiz

2008-06-03 Thread Sander Marechal
X.org went blank again. This time it happened when I was running compiz. My 
Xorg.0.log is attached. As before, restarting gdm didn't help. But, now I 
did see screen flashes under compiz as well so you can strike that from my 
list of symptoms/observations above.




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



Bug#484087: Forgot attachment

2008-06-03 Thread Sander Marechal

I forgot the attachment in the previous mail.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080517-1)
Current Operating System: Linux marvin 2.6.24-1-686 #1 SMP Thu May 8 02:16:39 
UTC 2008 i686
Build Date: 18 May 2008  01:38:06PM
 
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: Tue Jun  3 09:40:36 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Internal screen" (0)
(**) |   |-->Monitor "Internal monitor"
(**) |   |-->Device "Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(**) Option "AIGLX" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not 
exist.
Entry deleted from font path.
(==) Including the default font path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/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.
(**) 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,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/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
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d8500
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 1028,01d4 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27a2 card 1028,01d4 rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 1028,01d4 rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 1028,01d4 rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01d4 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01d4 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1028,01d4 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1028,01d4 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1028,01d4 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1028,01d4 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1028,01d4 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1028,01d4 rev 01 class 0c,05,00 hdr 00
(II

Bug#484087: xserver-xorg-video-intel: Xorg.0.log after gdm restart

2008-06-02 Thread Sander Marechal
Package: xserver-xorg-video-intel
Version: 2:2.3.1-1
Followup-For: Bug #484087


This message was created with reportbug after I issues "/etc/init.d/gdm 
restart" so below it's shows the Xorg.0.log from that restart. I hope 
it's any use to you.

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-04-07 15:01 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1676828 2008-05-18 13:55 /usr/bin/Xorg

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

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

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3263 2008-05-22 15:14 /etc/X11/xorg.conf

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

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"dbe"
Load"i2c"
Load"bitmap"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"vbe"
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"

# Motion speed is too slow by default
Option "MinSpeed"   "0.45"
Option "MaxSpeed"   "0.75"
Option "AccelFactor""0.020"
EndSection

Section "Device"
Identifier  "Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller"
Driver  "intel"
BusID   "PCI:0:2:0"
Option  "DRI"   "true"
Option  "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
Identifier  "Internal monitor"
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Internal screen"
Device  "Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller"
Monitor "Internal monitor"
Option  "AddARGBGLXVisuals" "true"
DefaultDepth24
SubSection "Display"
Depth   16
Modes   "1280x1024"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Sc

Bug#484087: xserver-xorg-video-intel: Frequent screen flashes and occasional persistent blank screen

2008-06-02 Thread Sander Marechal
Package: xserver-xorg-video-intel
Version: 2:2.3.1-1
Severity: grave
Justification: causes non-serious data loss


My screen flashes strangely all the time. The flashes happen about once 
every 10 minutes or so. It is as if my entire screen jumps away for a 
split-second, then returns. Or as if some other screen is shown for just 
a frame. At first I thought it was my monitor but changing monitors made 
no difference. Beside, I never had this problem under Etch and the 
problem started as soon as I upgraded to Lenny, 4 weeks ago.

Occasionally, the screen simply jumps to black. It can happen at any 
time. When the xscreensaver is running, when I start AbiWord or gedit, 
or when I'm doing nothing at all. When this happens, I cannot get a 
working desktop back.

My problem appears similar to two existing bug reports, but differs from 
them in some way, so I thought I'd file this as a separate bug. The 
similar bugs are:

1) #470249: The submitter of that bug mentions that he can't even get a 
console up and running with Ctrl+Alt+F1 but that he can still type 
commands blindly. I however am able to get a working console on 
Ctrl+Alt+F1. I am submitting this bug from the console right now. The 
logfiles that reportbug attaches are the logfiles from the blanked-out X 
session.

2) #483206: This submitter's problems started with 
xserver-xorg-video-intel version 2.3.1. My problems started when I 
upgraded from Etch to Lenny four weeks ago. Back then, the video-intel 
version was below 2.3.1 (IIRC it was 2.2.something).

Symptoms:

* After X blanks out, none of the logfiles show anything. Xorg.0.log 
(attached) show nothing I can relate to the blanking. Other system logs 
in /var/log don't show anything either. ~/.xsession-errors doesn't show 
anything related either.

* When I run Compiz instead of Metacity I don't see the flashes as much, 
but X can still blank out unexpectedly. This may have something to do 
with the desktop v.s. workspace implementation between the two.

* The flashes and blank out happens in Metacity with the composite 
extension enabled as well as disabled.

* The number of open applications or the type of applications does not 
seem to matter. Sometimes I have nothing running. Sometimes I have 25+ 
open windows. Sometimes system load is heavy and at other times it's 
next-to-nothing.

* When I go to the console, become root and execute "/etc/init.d/gdm 
restart" then X is not restored. My screen switches to the display on 
Ctrl+Alt+F7 but the same blank screen is show. I need to reboot in order 
to get X back up and working. After this bug-report has been filed, I 
will execute a "gdm restart" and use reportbug to attach another comment 
to this bug, giving you the Xorg.0.log from the gdm restart.

* When I was using the 2.2.something version of xserver-xorg-video-intel 
the blank screen happend daily, sometimes twice a day. With the current 
version it happens less often. About once every 2-3 days. The annoying 
screen flashes still occur as often as in the beginning though.

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-04-07 15:01 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1676828 2008-05-18 13:55 /usr/bin/Xorg

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

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

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3263 2008-05-22 15:14 /etc/X11/xorg.conf

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

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/

Bug#483314: xserver-xorg-video-intel: Different monitor: different results

2008-05-29 Thread Sander Marechal

Brice Goglin writes:

xrandr will display the current and available modes and status of all
outputs.


Thanks. 

Attached is a txt file that contains the xrandr output after four different 
boots. The first one is with 19" CTX connected, the second one without an 
external monitor, the third one with the 17" Dell connected and the fourth 
one is with the CTX again, but now it booted with the lid opened. 

That last one was very "interesting" to watch. POST and initial boot 
appeared only on the internal monitor. Then gdm started and I got the login 
screen on both monitors. The login screen was 1280x1024 and on the internal 
display it had a flat blue color to the right and bottom (in the extra 120 
and 26 pixel wide edges). 

When I logged in, the desktop appeared in 1280x1024 and the internal monitor 
went black. I now only see my desktop on the external monitor. 

Because it's somewhat interesting, I have also attached the Xorg.0.log for 
this last boot.
== xrandr output with 19" CTX and lid closed ==
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1400 x 1400
VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis) 376mm x 
301mm
   1280x1024  75.0 75.0 59.9* 
   1152x864   75.0  
   1024x768   75.1 70.1 60.0  
   832x62474.6  
   800x60072.2 75.0 60.3 56.2  
   640x48075.0 72.8 66.7 60.0  
   720x40070.1  
LVDS connected (normal left inverted right x axis y axis)
   1400x1050  60.0 +
   1280x800   60.0  
   1280x768   60.0  
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
TMDS-1 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)

== xrandr output with no external monitor and lip open ==
Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 1400 x 1400
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1400x1050+0+0 (normal left inverted right x axis y axis) 305mm x 
228mm
   1400x1050  60.0*+
   1280x800   60.0  
   1280x768   60.0  
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
TMDS-1 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)

== xrandr with 17" Dell connetcetd and lid down ==
Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 1400 x 1400
VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 
270mm
   1280x1024  60.0*+   75.0 59.9  
   1152x864   74.8  
   1024x768   75.1 60.0  
   800x60075.0 60.3  
   640x48075.0 60.0  
   720x40070.1  
LVDS connected 1400x1050+0+0 (normal left inverted right x axis y axis) 305mm x 
228mm
   1400x1050  60.0*+
   1280x800   60.0  
   1280x768   60.0  
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
TMDS-1 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1400 x 1400

== xrandr with 19" CTX connected and booting with lip OPEN ==
VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis) 376mm x 
301mm
   1280x1024  75.0 75.0 59.9* 
   1152x864   75.0  
   1024x768   75.1 70.1 60.0  
   832x62474.6  
   800x60072.2 75.0 60.3 56.2  
   640x48075.0 72.8 66.7 60.0  
   720x40070.1  
LVDS connected (normal left inverted right x axis y axis)
   1400x1050  60.0 +
   1280x800   60.0  
   1280x768   60.0  
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
TMDS-1 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-4)
Current Operating System: Linux marvin 2.6.24-1-686 #1 SMP Thu May 8 02:16:39 
UTC 2008 i686
Build Date: 29 April 2008  08:24:00PM
 
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: Thu May 2

Bug#483314: xserver-xorg-video-intel: Different monitor: different results

2008-05-29 Thread Sander Marechal

Brice Goglin writes:

Sander Marechal wrote:

Apparently the bevaviour isn't coherent after all. I have changed my
monitor for a 19" CTX X962A. It's maximum resolution is also 1280x1024,
just like the 17" Dell monitor. However, when I boot my laptop with the
lid closed and the monitor attached, X.org disables my internal monitor
and I do get a 1280x1024 desktop.


According to your log, LVDS (the internal panel) isn't disabled. 


(II) intel(0): Output VGA using initial mode 1280x1024
(II) intel(0): Output LVDS using initial mode 1400x1050


I saw that in the logs. But still, when I lift up the lid, the internal 
monitor doesn't show anything, and my desktop is 1280x1024. When I lifted up 
the lid when the 17" monitor was attached, the internal monitor would 
display the 1400x1050 desktop. 

Anything I can do to further debug this issue? Is there a command that I can 
use to output information on all monitors? It seems like there's a bug in 
here somewhere after all :-)




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



Bug#478836: The substrate screensaver has the same problem

2008-05-29 Thread Sander Marechal
Hello, 

It looks like the "substrate" screensaver in xscreensaver has the same 
problem. It runs for about 10-20 seconds and then it freezes my entire 
system. At first I could go to the console with Ctrl+Alt+F1 and kill 
substrate from there, but later on even that would not work. I had to raise 
a bunch of skinny elephants to get my system back under control. 

As the bug submitter mentioned, everything works like a charm under 
metacity.




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



Bug#483314: xserver-xorg-video-intel: Different monitor: different results

2008-05-29 Thread Sander Marechal
Package: xserver-xorg-video-intel
Version: 2:2.3.1-1
Followup-For: Bug #483314


Apparently the bevaviour isn't coherent after all. I have changed my
monitor for a 19" CTX X962A. It's maximum resolution is also 1280x1024,
just like the 17" Dell monitor. However, when I boot my laptop with the
lid closed and the monitor attached, X.org disables my internal monitor
and I do get a 1280x1024 desktop.

Why does it work correctly with this monitor but not with the 17" Dell?

Also, because the Fn+F8 doesn't work, I can't undock my laptop and get
my internal display working. I realize I can switch it manually with
randr before I undock, but under Etch this scenario "just worked"

See logfiles and configfiles below that were added by reportbug.

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-04-07 15:01 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1674940 2008-04-29 20:37 /usr/bin/Xorg

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

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

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3263 2008-05-22 15:14 /etc/X11/xorg.conf

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

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"dbe"
Load"i2c"
Load"bitmap"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"vbe"
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"

# Motion speed is too slow by default
Option "MinSpeed"   "0.45"
Option "MaxSpeed"   "0.75"
Option "AccelFactor""0.020"
EndSection

Section "Device"
Identifier  "Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller"
Driver  "intel"
BusID   "PCI:0:2:0"
Option  "DRI"   "true"
Option  "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
Identifier  "Internal monitor"
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Internal screen"
Device  "Intel Corporation Mobile 945GM/GMS/940GML Express 
Int

Bug#483314: xserver-xorg-video-intel: [945GM] Wrong resolution used for external monitor

2008-05-28 Thread Sander Marechal
Julien Cristau wrote:
> On Wed, May 28, 2008 at 23:40:11 +0200, Sander Marechal wrote:
> 
>> That appears to me as quite a regression for laptop users. Especially
>> today on newer laptops with all the non-standard widescreen display sizes.
>>
> I consider it quite an improvement as a laptop user, so clearly this is
> not as clear cut as you say.

Perhaps not, but hooking a regular 4:3 monitor to a laptop with a closed
lid, then booting is a fairly common use case I think. It describes a
large class of user who take a laptop to work, put it in a docking
station and boot. I haven't seen many offices with 24" widescreen LCD's
for everone :-)

>> Can't the keyboard part of X.org intercept the keys for switching
>> between monitors (Fn+F8) and execute the correct xrandr commands to
>> toggle the display on and off?
>>
> *If* this key combination sends something via the keyboard device, then
> it would be possible to have the desktop environment see it and act
> appropriately.  This is not always the case (varies between laptops),
> sometimes the firmware acts on it directly and changes things behind the
> driver's back.

I think that for my Dell D520 the combo is sent. Fn+F8 used to work
under Etch but now it does nothing. If it was purely hardware and
firmware then Lenny shouldn't be able to prevent the key combo from
working, right? Any way I can check/log this?

-- 
Sander



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



Bug#483314: xserver-xorg-video-intel: [945GM] Wrong resolution used for external monitor

2008-05-28 Thread Sander Marechal
Brice Goglin wrote:
> Sander Marechal wrote: It's not a bug, it's a feature :) It is
> recommended that you do NOT use Fn+F8 or so because they may do
> things in the back of the driver and thus break things. New Xserver
> and drivers enable all outputs by default. You can disable some of
> them at runtime with xrandr or in xorg.conf. That's it.

That appears to me as quite a regression for laptop users. Especially
today on newer laptops with all the non-standard widescreen display sizes.

Can't the keyboard part of X.org intercept the keys for switching
between monitors (Fn+F8) and execute the correct xrandr commands to
toggle the display on and off?

> The only thing that could considered missing here from my point of
> view is a way to say in xorg.conf "if a VGA monitor is present,
> disable LVDS". Apart from that, the behavior looks coherent to me.
> Yes it's different than before, but it is still coherent.

Coherent, yes. But from an end-user point-of-view it's not as usable.
Now I need to manually reset my screen resolution everytime I switch
from internal monitor to external monitor between boots, while on Etch
everything worked fine.

-- 
Sander Marechal



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



Bug#483314: xserver-xorg-video-intel: [945GM] Wrong resolution used for external monitor

2008-05-28 Thread Sander Marechal

Julien Cristau writes:

Your desktop is 1400x1050, because that's the dimension of the biggest
connected output.


I just opened my lid and indeed, my laptop screen is on and shows the 
desktop. So this is expected then.


Note that my laptop lid is closed. 


You can tell X (through xrandr) to turn off the LVDS before closing the
lid, manually or using a script.  Then the desktop will be resized to
the dimension of the other output.


I think the bug may be the switching between internal and external monitor 
then. Under Etch, when I started my laptop with the lid closed, the desktop 
would be 1280x1024. When I openend my lid, the internal display would be 
off. I was able to switch between internal monitor and external monitor with 
the function keys (on my Dell, it's Fn+F8 and reads "CRT/LCD"). 

It seems that when I boot the laptop with the lid closed under Lenny, the 
internal monitor is still working. And my Fn+F8 key doesn't work anymore to 
switch between the displays. 

Is this also a bug in Xorg somewhere? Any idea where I should reassign this 
to? 

Thanks in advance, 


--
Sander Marechal



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



Bug#483314: xserver-xorg-video-intel: [945GM] Wrong resolution used for external monitor

2008-05-28 Thread Sander Marechal
Julien Cristau writes: 

On Wed, May 28, 2008 at 12:25:26 +0200, Sander Marechal wrote: 


I have a Dell D520 laptop with an Intel 945GM chipset. The internal 15"
screen has a resolution of 1400x1050. When I hook up an external monitor
(A bog standard Dell 17" TFT, model no. 1704FPTt) then the intel driver 
correctly detects that it has a
maximum resolution of 1280x1024 (according to Xorg.0.log, see
attachment) but X still seems to start a 1400x1050 display. 


I'm not sure what the problem is here.  The internal panel and the
external monitor are both enabled, according to the log the panel uses
1400x1050 and the external monitor 1280x1024.  What behaviour did you
expect instead?
You can disable the internal screen with xrandr --output LVDS --off, but
by default all connected outputs are enabled.


The problem is that the external monitor also seems to be running 1400x1050, 
but I only see the top-left 1280x1024 part of it. I can move my mouse in the 
parts between 1280 and 1400 horizontal, and between the 1024 and 1050 
vertical. The mouse cursor disappears, but  it's definitely there, because 
it takes time to scroll back. When I maximize an application, it becomes 
1400 pixels wide and 1050 pixels (minus the height of the gnome-panel) high. 
That means I don't see the minimize/maximize/close buttons. They're 
off-screen. When iceweasel is maximized, I don't see the statusbar at the 
bottom. It falls behind the gnome-panel. 


Note that my laptop lid is closed.



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