[Ubuntu-x-swat] [Bug 721775] Re: [i945gm] GPU lockup 96603e58

2011-02-19 Thread Dennis van Dok
-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.
https://bugs.launchpad.net/bugs/721775

Title:
  [i945gm] GPU lockup 96603e58

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 721775] [NEW] [i945gm] GPU lockup 96603e58

2011-02-19 Thread Dennis van Dok
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I don't know what happened.

ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-video-intel 2:2.12.0-1ubuntu5.2
ProcVersionSignature: Ubuntu 2.6.35-27.47-generic 2.6.35.11
Uname: Linux 2.6.35-27-generic x86_64
Architecture: amd64
Chipset: i945gm
DRM.card0.DVI.D.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x800
 edid-base64: 
AP///wAGEF6cAAkQAQOAHRN4CmUhn1hVhyopUFQBAQEBAQEBAQEBAQEBAQEBvBsAoFAgFzAwIDYAHrIQAAAYAQAGECog/gBOMTMzSTEtTDAxCiAg/ABDb2xvciBMQ0QKICAgAGE=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Tue Feb 15 14:59:44 2011
DumpSignature: 96603e58
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
InterpreterPath: /usr/bin/python2.6
MachineType: Apple Inc. MacBook2,1
ProcCmdLine: root=UUID=ecc72b10-8e9c-48fe-8528-00d1fc58ea7d ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
SourcePackage: xserver-xorg-video-intel
Title: [i945gm] GPU lockup 96603e58
UserGroups:
 
dmi.bios.date: 06/27/07
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MB21.88Z.00A5.B07.0706270922
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F4208CAA
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F4208CAA
dmi.modalias: 
dmi:bvnAppleInc.:bvrMB21.88Z.00A5.B07.0706270922:bd06/27/07:svnAppleInc.:pnMacBook2,1:pvr1.0:rvnAppleInc.:rnMac-F4208CAA:rvrPVT:cvnAppleInc.:ct10:cvrMac-F4208CAA:
dmi.product.name: MacBook2,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-27-generic

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash freeze maverick

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.
https://bugs.launchpad.net/bugs/721775

Title:
  [i945gm] GPU lockup 96603e58

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 319057] Re: Enable Tapping gets reset when external mouse is attached.

2010-06-09 Thread Dennis van Dok
This bug persists after upgrading to 10.04, although events now come
from udev rather than HAL. The behaviour is especially clear when
running 'xinput watch-props 11' (where 11 is the proper device number,
see 'xinput list').


** Tags added: lucid

-- 
Enable Tapping gets reset when external mouse is attached.
https://bugs.launchpad.net/bugs/319057
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 319057] Re: Enable Tapping gets reset when external mouse is attached.

2010-02-25 Thread Dennis van Dok
I'm getting this behaviour as well on Karmic, on a Macbook2,1.

I've not configured the device in xorg.conf and I'm not aware that I had
to do anything special to get it working.

The following steps show the problem:

$ synclient -s -l | grep TapButton
TapButton1  = 1
TapButton2  = 3
TapButton3  = 2

Now run gsynaptics and turn tapping OFF. Close gsynaptics

$ synclient -s -l | grep TapButton
TapButton1  = 0
TapButton2  = 3
TapButton3  = 0

Disconnect/connect external mouse will reset the status:

$ synclient -s -l | grep TapButton
TapButton1  = 1
TapButton2  = 3
TapButton3  = 2

But curiously, If you disable HAL:

# /etc/init.d/hal stop

And repeat the above process, the above phenomenon does not occur. Of course, 
disabling HAL is not a good idea.
I'm not sure which settings govern the behaviour of HAL (open the pod bay 
doors, HAL); I've tried /etc/hal/fdi/policy/11-x11-synaptics.fdi but it seems 
to have no effect.

And finally, one more oddity: only some of the settings are affected,
like VertTwoFingerScroll and TapButton, but not others like MaxTapTime
or AccelFactor.



** Tags added: karmic

-- 
Enable Tapping gets reset when external mouse is attached.
https://bugs.launchpad.net/bugs/319057
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 419328] Re: [i945gme] attaching external monitor: laptop display is black, external monitor too, with frozen mouse coursor

2009-11-20 Thread Dennis van Dok
reply to comment #62:

Here is what I did:
- booted up with VGA cable disconnected from laptop
- logged in as ordinary user
- turned off visual effects in preferences
- killed compiz-decorator process (not sure this step is necessary)
- connected the VGA cable
- ran xrandr --auto: this went OK (no crash)
- ran display prefs to use dual-head mode; this went fine.
- removed the VGA cable
- logged off then on again
- turned on visual effects
- connected the cable
- ran display preferences and X crashed (black screens, external screen is on, 
it is showing an immobile mouse pointer in the left middle). No response 
whatsoever to keyboard, mouse or touchpad. I Had to powercycle the machine.

Note: I can use compiz in dual head mode, I just need to connect the VGA
cable prior to the start of the X server.

-- 
[i945gme] attaching external monitor: laptop display is black, external monitor 
too, with frozen mouse coursor
https://bugs.launchpad.net/bugs/419328
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xf86-video-intel.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 473952] Re: X freezes when connecting external monitor

2009-11-07 Thread Dennis van Dok
Actually I'm able to use both screens in dual-head mode, but only if I
connect the screen before booting, or if I log off then on again after
connecting the screen (as this restarts the X server).

-- 
X freezes when connecting external monitor
https://bugs.launchpad.net/bugs/473952
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 459888] Re: 3rd level chooser broken on US International keyboard layouts

2009-11-05 Thread Dennis van Dok
*** This bug is a duplicate of bug 408397 ***
https://bugs.launchpad.net/bugs/408397

** This bug has been marked a duplicate of bug 408397
   Win key as third level chooser doesn't work anymore

-- 
3rd level chooser broken on US International keyboard layouts
https://bugs.launchpad.net/bugs/459888
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xkeyboard-config in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 473952] [NEW] X freezes when connecting external monitor

2009-11-04 Thread Dennis van Dok
Public bug reported:

Binary package hint: xserver-xorg-video-intel

When I connect an external monitor while being logged in, and
subsequently trying to use it, either by pressing f7 or running xrandr
or opening system - preferences - display, the displays freeze.

I can still remotely log in (via ssh) and look around; however, I could
not kill the X server even with SIGKILL nor make a core dump.

I'm including the Xorg.0.log, which ends at the time of the freeze. Also
included is a snippet of kern.log that may be relevant, and the output
of lsof for the X process.

ProblemType: Bug
Architecture: amd64
Date: Wed Nov  4 10:20:54 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/Xorg
MachineType: Apple Inc. MacBook2,1
Package: xserver-xorg-core 2:1.6.4-2ubuntu4
ProcCmdLine: root=UUID=ecc72b10-8e9c-48fe-8528-00d1fc58ea7d ro quiet splash
ProcEnviron:
 LANG=nl_NL.UTF-8
 PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu7
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.15~git-0ubuntu0tormod~jaunty
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: xorg-server
Uname: Linux 2.6.31-14-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:2476): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2589): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2565): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2564): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window
 (Do:2586): Wnck-CRITICAL **: wnck_set_client_type got called multiple times.
dmi.bios.date: 06/27/07
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MB21.88Z.00A5.B07.0706270922
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F4208CAA
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F4208CAA
dmi.modalias: 
dmi:bvnAppleInc.:bvrMB21.88Z.00A5.B07.0706270922:bd06/27/07:svnAppleInc.:pnMacBook2,1:pvr1.0:rvnAppleInc.:rnMac-F4208CAA:rvrPVT:cvnAppleInc.:ct10:cvrMac-F4208CAA:
dmi.product.name: MacBook2,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.31-14-generic

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
X freezes when connecting external monitor
https://bugs.launchpad.net/bugs/473952
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 473952] Re: X freezes when connecting external monitor

2009-11-04 Thread Dennis van Dok

** Attachment added: output of lsof for the X process (while frozen)
   http://launchpadlibrarian.net/35085501/xrep-lsof

-- 
X freezes when connecting external monitor
https://bugs.launchpad.net/bugs/473952
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 473952] Re: X freezes when connecting external monitor

2009-11-04 Thread Dennis van Dok

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/35085327/xrep-xorg.log

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/35085328/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/35085330/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35085331/Dependencies.txt

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/35085332/GdmLog.txt

** Attachment added: GdmLogOld.txt
   http://launchpadlibrarian.net/35085333/GdmLogOld.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/35085335/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/35085337/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/35085340/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/35085342/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/35085343/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/35085346/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/35085348/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/35085350/ProcStatus.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/35085353/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/35085355/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/35085357/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/35085360/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/35085362/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/35085364/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/35085365/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/35085366/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/35085368/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/35085369/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/35085370/xkbcomp.txt

-- 
X freezes when connecting external monitor
https://bugs.launchpad.net/bugs/473952
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 473952] Re: X freezes when connecting external monitor

2009-11-04 Thread Dennis van Dok

** Attachment added: snippet of kern.log during the frozen state
   http://launchpadlibrarian.net/35085516/xrep-kern.log

-- 
X freezes when connecting external monitor
https://bugs.launchpad.net/bugs/473952
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp