[Ubuntu-x-swat] [Bug 1769299] Re: universal access zoom unusable

2019-08-14 Thread Lasse Kliemann
*** This bug is a duplicate of bug 1767648 ***
https://bugs.launchpad.net/bugs/1767648

I confirm the jumping problem. It seems to be a related to gnome
terminal. Using kitty or deepin terminal, I can have a program writing
text to the terminal continuously and not experience any jumps.

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

Title:
  universal access zoom unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1769299/+subscriptions

___
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 1026777] Re: Xorg segfault: kicks out to login screen

2012-08-01 Thread Lasse Makholm
I finally managed to get a core dump and a better stacktrace:
(gdb) bt full
#0  XIGetDeviceProperty (dev=0x7f962cfb5760, property=optimized out, 
value=0x7fff8ba11458) at ../../Xi/xiproperty.c:852
handler = optimized out
prop = 0x7f962cfba920
rc = optimized out
#1  0x7f962b69f422 in get_property (dev=optimized out, property=304, 
type=19, offset=optimized out, length=optimized out, 
bytes_after=0x7fff8ba11528, type_return=0x7fff8ba1152c, format=0x7fff8ba11520, 
nitems=0x7fff8ba11524, length_return=0x7fff8ba1151c, data=0x7fff8ba11510, 
delete=optimized out, client=optimized out) at ../../Xi/xiproperty.c:290
n = optimized out
len = optimized out
ind = optimized out
rc = optimized out
prop = optimized out
prop_value = optimized out
#2  0x7f962b69fa2a in get_property (data=0x7fff8ba11510, 
length_return=0x7fff8ba1151c, nitems=0x7fff8ba11524, format=0x7fff8ba11520, 
type_return=0x7fff8ba1152c, bytes_after=0x7fff8ba11528, length=1, 
offset=0, delete=0 '\000', type=19, property=304, dev=0x7f962cfb5760, 
client=optimized out) at ../../Xi/xiproperty.c:272
No locals.
#3  ProcXGetDeviceProperty (client=0x7f962d488420) at ../../Xi/xiproperty.c:991
stuff = 0x7f962d488800
dev = 0x7f962cfb5760
length = optimized out
rc = optimized out
format = optimized out
nitems = optimized out
bytes_after = optimized out
data = optimized out
type = optimized out
reply = {repType = 200 '\310', RepType = 141 '\215', sequenceNumber = 
11159, length = 32662, propertyType = 727490564, bytesAfter = 32662, nItems = 
731368368, format = 150 '\226', deviceid = 127 '\177', 
  pad1 = 0, pad2 = 731352512, pad3 = 32662}
#4  0x7f962b5c58a1 in Dispatch () at ../../dix/dispatch.c:442
clientReady = 0x7f962cee9470
result = optimized out
client = 0x7f962d488420
nready = 0
icheck = 0x7f962b97cbd0
start_tick = 117780
#5  0x7f962b5b47ba in main (argc=9, argv=optimized out, envp=optimized 
out) at ../../dix/main.c:287
i = optimized out
alwaysCheckForInput = {0, 1}
(gdb)

The device in question seems to be the touchpad:

(gdb) p dev-name
$1 = 0x7f962cfb64b0 SynPS/2 Synaptics TouchPad
(gdb)

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

Title:
  Xorg segfault: kicks out to login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1026777/+subscriptions

___
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 1026777] Re: Xorg segfault: kicks out to login screen

2012-08-01 Thread Lasse Makholm
Those of you who are seeing similar problems; could you try to get a
core dump and a full stack trace?

Here's how I  managed to do it:

1. Prevent X from trapping SIGSEGV by putting the following in
/usr/share/X11/xorg.conf.d/00-no-trap-signals.conf:

Section ServerFlags
Option NoTrapSignals true
EndSection

2. Tell X to dump core by adding the following to the [SeatDefaults]
section of /etc/lightdm.conf:

xserver-command=X -core

3. Make sure the X is allowed to dump core:
 - log out from your session
 - switch to another VT (ctrl-alt-f1)
 - sudo stop lightdm
 - ulimit -c unlimited
 - sudo lightdm

4. Check that the changes kicked in:
$ ps -fp $(pidof X)
UIDPID  PPID  C STIME TTY  TIME CMD
root 16043  6885  1 08:44 tty7 00:01:34 /usr/bin/X -core :7 -auth 
/var/run/lightdm/root/:7 -nolisten tcp vt7 -novtswitch
$ cat /proc/$(pidof X)/limits | grep core
Max core file sizeunlimitedunlimitedbytes 
$ 

5. Switch back to VT7, log in and wait for X to crash again.

6. To get meaningful stacktraces, you'll want debug symbols installed
for X and friends (adjust for different video drivers):

sudo apt-get install libc6-dbg xserver-xorg-core-dbg 
xserver-xorg-video-intel-dbg
 
7. If/when X crashes, check for /etc/X11/core. If it exists, copy it to your 
home dir and run:

gdb /usr/bin/Xorg core

8. In gdb, say bt full to get a stacktrace.

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

Title:
  Xorg segfault: kicks out to login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1026777/+subscriptions

___
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 1026777] Re: Xorg segfault: kicks out to login screen

2012-08-01 Thread Lasse Makholm
Hmm Interesting... The same thing actually happened to me. First
crash after going through the above didn't produce a core dump. A couple
of days  later though, crash + core dump. Don't know why it wouldn't
work the first time but maybe trying again will get you a core, like it
did for me.

The dbg packages won't matter for getting a core dump - only for
generating a meaningful stacktrace with gdb afterwards.

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

Title:
  Xorg segfault: kicks out to login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1026777/+subscriptions

___
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 1026777] Re: Xorg segfault

2012-07-23 Thread Lasse Makholm
Andy, you describe exactly what I'm seeing and I'm on a T520 with Intel
Graphics as well.

It just happened again shortly after coming out of suspend. Kicked me
back login screen with a segfault in the X log. Same stack trace as the
first one.

I've installed xserver-xorg-core-dbg xserver-xorg-video-intel-dbg now,
hopoing it'll get me a better stack trace.

BTW amd64 is just another name for x86_64 and so doesn't necessarily
imply an AMD based machine.

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

Title:
  Xorg segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1026777/+subscriptions

___
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 1026777] Re: Xorg segfault

2012-07-23 Thread Lasse Makholm
Oh, and for what it's worth I didn't see on either 10.04 or 11.10 after
extensive use.

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

Title:
  Xorg segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1026777/+subscriptions

___
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 1026777] [NEW] Xorg segfault

2012-07-19 Thread Lasse Makholm
Public bug reported:

So far, a one-off segfault in X. Log says:

[ 42237.826] Backtrace:
[ 42237.880] 0: /usr/bin/X (xorg_backtrace+0x26) [0x7f41ee887816]
[ 42237.880] 1: /usr/bin/X (0x7f41ee6ff000+0x18c6ba) [0x7f41ee88b6ba]
[ 42237.880] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f41eda25000+0xfcb0) 
[0x7f41eda34cb0]
[ 42237.881] 3: /usr/bin/X (XIGetDeviceProperty+0x40) [0x7f41ee827340]
[ 42237.881] 4: /usr/bin/X (0x7f41ee6ff000+0x128422) [0x7f41ee827422]
[ 42237.881] 5: /usr/bin/X (0x7f41ee6ff000+0x128a2a) [0x7f41ee827a2a]
[ 42237.881] 6: /usr/bin/X (0x7f41ee6ff000+0x4e8a1) [0x7f41ee74d8a1]
[ 42237.881] 7: /usr/bin/X (0x7f41ee6ff000+0x3d7ba) [0x7f41ee73c7ba]
[ 42237.881] 8: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) 
[0x7f41ec8ba76d]
[ 42237.881] 9: /usr/bin/X (0x7f41ee6ff000+0x3daad) [0x7f41ee73caad]
[ 42237.881] Segmentation fault at address 0x10018
[ 42237.881] 
Caught signal 11 (Segmentation fault). Server aborting

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,mousepoll,resize,imgpng,place,regex,wall,grid,move,snap,vpswitch,gnomecompat,session,unitymtgrabhandles,animation,workarounds,expo,fade,scale,ezoom,unityshell]
CompositorRunning: compiz
Date: Thu Jul 19 21:30:51 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, even including gdb or git bisection work if needed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21cf]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: LENOVO 42433ZG
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-26-generic 
root=/dev/mapper/vg0-root ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/28/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8AET41WW (1.21 )
dmi.board.asset.tag: Not Available
dmi.board.name: 42433ZG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8AET41WW(1.21):bd03/28/2011:svnLENOVO:pn42433ZG:pvrThinkPadT520:rvnLENOVO:rn42433ZG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 42433ZG
dmi.product.version: ThinkPad T520
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.7.8-0ubuntu1.2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 crash precise ubuntu

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

Title:
  Xorg segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1026777/+subscriptions

___
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 1026777] Re: Xorg segfault

2012-07-19 Thread Lasse Makholm
-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1026777

Title:
  Xorg segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1026777/+subscriptions

___
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 783993] Re: unity freezing periodicly [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

2011-11-08 Thread Lasse Makholm
I was wrong... What I'm seeing is a gnome-shell hang. Just hit it again
with no drm errors in syslog. X is still live but gnome-shell is stuck
on on a futex wait.

killall -9 gnome-shell from another VT fixes it.

Sorry for the noise...

-- 
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/783993

Title:
  unity freezing periodicly [drm:drm_mode_getfb] *ERROR* invalid
  framebuffer id

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/783993/+subscriptions

___
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 783993] Re: unity freezing periodicly [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

2011-11-07 Thread Lasse Makholm
I'm seeing this too. Clean install of 11.10 on a ThinkPad T520
(SandyBridge chip).

Using a vanilla GNOME 3 session (No Unity, no compiz) - same symptoms: X
hangs but machine is otherwise OK.

Alexandre mentioned VMWare... For me, this is semi-reliably reproducible
by running 3D applications in a Windows 7 guest using VMWare
workstation. Forcing S3TC texture compression to enabled is necessary to
get 3D acceleration in guests, which may be relevant...?

Let me know if there's anything I can do to help move this forward.

-- 
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/783993

Title:
  unity freezing periodicly [drm:drm_mode_getfb] *ERROR* invalid
  framebuffer id

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/783993/+subscriptions

___
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 586469] [NEW] monitor doesn't return from power save mode

2010-05-27 Thread Lasse Heikkilä
Public bug reported:

Binary package hint: xorg

After upgrading to 10.04 LTS my monitor (Samsung SyncMaster 225BW
connected via DVI) doesn't return from power save state once it goes
there. It seems not to get any signal from computer anymore regardless
of keyboard or mouse activity. After restarting kdm it wakes and works
until next time power save kicks in. So computer does not crash. Even
video projector connected to VGA output at the same time seems to work
all right.

I'm using integrated graphics, Intel G35 chipset.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Thu May 27 20:40:26 2010
DkmsStatus: Error: [Errno 2] No such file or directory
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MachineType: System manufacturer P5E-V HDMI
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-22-generic 
root=UUID=1fb1ba91-8c55-4b1d-8ba7-33a14d865acb ro quiet splash
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 10/31/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0204
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5E-V HDMI
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0204:bd10/31/2007:svnSystemmanufacturer:pnP5E-VHDMI:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5E-VHDMI:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5E-V HDMI
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-22-generic

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
monitor doesn't return from power save mode
https://bugs.launchpad.net/bugs/586469
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg 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 586469] Re: monitor doesn't return from power save mode

2010-05-27 Thread Lasse Heikkilä

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

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

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

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

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

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

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

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

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

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/49220677/RelatedPackageVersions.txt

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

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

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

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

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

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

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

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

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

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

-- 
monitor doesn't return from power save mode
https://bugs.launchpad.net/bugs/586469
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg 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 528995] [NEW] [intel] On invocation of lshw -c memory, X colours mess up

2010-02-27 Thread Lasse Havelund
Public bug reported:

Binary package hint: xorg

When I invoke sudo lshw -c memory, X gets pixelated, noisy and very,
very colourful (pink and green mostly, text becomes mostly illegible,
but shapes can still be seen).

All it takes to fix this is to tab to a tty, then back to gdm with
C-A-Fx. I've also attached the output of intel_gpu_dump before and
after running lshw -c memory, as per penguin42's request in #ubuntu+1.

ProblemType: Bug
Architecture: i386
Date: Sat Feb 27 14:50:54 2010
DistroRelease: Ubuntu 10.04
DkmsStatus: Error: [Errno 2] No such file or directory
EcryptfsInUse: Yes
Lsusb:
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: TOSHIBA Satellite L40
Package: xorg 1:7.5+1ubuntu6
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-13-generic 
root=UUID=60bc885a-28e1-4b9d-bbc7-56aa54fb5581 ro quiet splash
ProcEnviron:
 LANGUAGE=en_GB.utf8
 LANG=en_GB.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
RelatedPackageVersions:
 xserver-xorg 1:7.5+1ubuntu6
 libgl1-mesa-glx 7.7-3ubuntu1
 libdrm2 2.4.18-1ubuntu2
 xserver-xorg-video-intel 2:2.9.1-1ubuntu5
SourcePackage: xorg
Uname: Linux 2.6.32-13-generic i686
dmi.bios.date: 06/23/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.10
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: Satellite L40
dmi.board.vendor: TOSHIBA
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.10:bd06/23/2007:svnTOSHIBA:pnSatelliteL40:pvrPSL40E-04601QN5:rvnTOSHIBA:rnSatelliteL40:rvr1.0:cvnTOSHIBA:ct10:cvr:
dmi.product.name: Satellite L40
dmi.product.version: PSL40E-04601QN5
dmi.sys.vendor: TOSHIBA
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.32-13-generic

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
[intel] On invocation of lshw -c memory, X colours mess up
https://bugs.launchpad.net/bugs/528995
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg 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 528995] Re: [intel] On invocation of lshw -c memory, X colours mess up

2010-02-27 Thread Lasse Havelund

** Attachment added: gpudump_after.txt
   http://launchpadlibrarian.net/39854781/gpudump_after.txt

-- 
[intel] On invocation of lshw -c memory, X colours mess up
https://bugs.launchpad.net/bugs/528995
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg 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 528995] Re: [intel] On invocation of lshw -c memory, X colours mess up

2010-02-27 Thread Lasse Havelund

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
[intel] On invocation of lshw -c memory, X colours mess up
https://bugs.launchpad.net/bugs/528995
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg 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 528995] Re: [intel] On invocation of lshw -c memory, X colours mess up

2010-02-27 Thread Lasse Havelund

** Attachment added: intel_gpu_dump before lshw -c memory
   http://launchpadlibrarian.net/39854761/gpudump_after.txt

-- 
[intel] On invocation of lshw -c memory, X colours mess up
https://bugs.launchpad.net/bugs/528995
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg 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 528995] Re: [intel] On invocation of lshw -c memory, X colours mess up

2010-02-27 Thread Lasse Havelund
Finally, the output of lshw -c memory in between the two other commands.

** Attachment added: lshw -c memory
   http://launchpadlibrarian.net/39854808/lshw_memory.txt

-- 
[intel] On invocation of lshw -c memory, X colours mess up
https://bugs.launchpad.net/bugs/528995
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg 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 528995] Re: [intel] On invocation of lshw -c memory, X colours mess up

2010-02-27 Thread Lasse Havelund
The above is a duplicate of the first log; apologies. Here is the
correct gpudump_before.txt

** Attachment added: intel_gpu_dump before lshw -c memory
   http://launchpadlibrarian.net/39854787/gpudump_before.txt

-- 
[intel] On invocation of lshw -c memory, X colours mess up
https://bugs.launchpad.net/bugs/528995
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg 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 477972] Re: [i855] Karmic / i855GM / Fujistu Siemens Amilo M7400 : Freeze shortly after X startup on Intel i855

2009-11-10 Thread Lasse Havelund
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Confirmed

-- 
[i855] Karmic / i855GM / Fujistu Siemens Amilo M7400 :  Freeze shortly after X 
startup on Intel i855
https://bugs.launchpad.net/bugs/477972
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


Re: [Ubuntu-x-swat] [Bug 410262] Re: [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp

2009-09-21 Thread Lasse
The svn driver is now working the same well/bad as the one that comes
with jaunty.

The problem that was earlier in svn, that made openchrome to not work
at all is solved.

The problem with the mouse cursor inside of a GIMP image is not
solved. So, the original bug is still there.



On Wed, Sep 16, 2009 at 7:24 PM, Bartosz gan...@poczta.onet.pl wrote:
 Fixed in Ubuntu Karmic Koala (xserver-xorg-video-openchrome
 1:0.2.903+svn758-0ubuntu1)

 ** Changed in: xserver-xorg-video-openchrome (Ubuntu)
   Importance: Undecided = Low

 ** Changed in: xserver-xorg-video-openchrome (Ubuntu)
       Status: Confirmed = Fix Released

 --
 [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp
 https://bugs.launchpad.net/bugs/410262
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “xserver-xorg-video-openchrome” package in Ubuntu: Fix Released

 Bug description:
 Binary package hint: xserver-xorg-video-openchrome

 r...@ltsp47:~# lsb_release -rd
 Description:    Ubuntu 9.04
 Release:        9.04


 r...@ltsp47:~# lspci
 00:00.0 Host bridge: VIA Technologies, Inc. VX800 Host Bridge (rev 12)
 00:00.1 Host bridge: VIA Technologies, Inc. VX800/VX820 Error Reporting
 00:00.2 Host bridge: VIA Technologies, Inc. VX800/VX820 Host Bus Control
 00:00.3 Host bridge: VIA Technologies, Inc. VX800 PCI to PCI Bridge
 00:00.4 Host bridge: VIA Technologies, Inc. VX800/VX820 Power Management 
 Control
 00:00.5 PIC: VIA Technologies, Inc. VX800/VX820 APIC and Central Traffic 
 Control
 00:00.6 Host bridge: VIA Technologies, Inc. VX800/VX820 Scratch Registers
 00:00.7 Host bridge: VIA Technologies, Inc. VX800/VX820 North-South Module 
 Interface Control
 00:01.0 VGA compatible controller: VIA Technologies, Inc. Device 1122 (rev 11)
 00:03.0 PCI bridge: VIA Technologies, Inc. VX800/VX820 PCI Express Root Port
 00:0f.0 IDE interface: VIA Technologies, Inc. VX800 Serial ATA and EIDE 
 Controller
 00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90)
 00:11.0 ISA bridge: VIA Technologies, Inc. VX800/VX820 Bus Control and Power 
 Management
 00:11.7 Host bridge: VIA Technologies, Inc. VX800/VX820 South-North Module 
 Interface Control
 00:13.0 PCI bridge: VIA Technologies, Inc. Device b353
 00:14.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High 
 Definition Audio Controller) (rev 20)
 01:00.0 Ethernet controller: VIA Technologies, Inc. VT6120/VT6121/VT6122 
 Gigabit Ethernet Adapter (rev 82)

 The computer is a HP t5545 (a thinclient) and Jaunty is serverd to it through 
 ltsp.

 It is 7:th of August 2009, the system is fully upgraded.

 In Jaunty:
 1. Everything works almost perfectly until Gimp is started and a new picture 
 is created and the mouse cursor is moved inside of it. Then the whole X.org 
 system hangs. It is possible for some time to log in through SSH but after 
 some time the system locks up completely. NoAccel is solving the problem 
 but the computer is then unacceptable slow. Same problem appears sometimes 
 with Wine.

 2. A lot of green lines appears on the screen if I switch to a text console 
 with Ctrl+Alt+F1 and then back to X (Ctrl+Alt+F7). By upgrading to the driver 
 from Karmic, this problem disappears. But still this is not solving my first 
 bug.

 In Hardy:
 The Via driver is not working at all with this computer.

 In Intrepid:
 The Via driver is not working at all with this computer.


-- 
[VX800]openchrome hangs when the mouse cursor is inside of a image in gimp
https://bugs.launchpad.net/bugs/410262
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome 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


Re: [Ubuntu-x-swat] [Bug 410262] Re: [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp

2009-09-14 Thread Lasse
From Karmic? Or from svn?

On Fri, Sep 11, 2009 at 4:03 PM, Bartosz gan...@poczta.onet.pl wrote:
 Check if this error exists in the latest openchrome revision.

 --
 [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp
 https://bugs.launchpad.net/bugs/410262
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “xserver-xorg-video-openchrome” package in Ubuntu: Confirmed

 Bug description:
 Binary package hint: xserver-xorg-video-openchrome

 r...@ltsp47:~# lsb_release -rd
 Description:    Ubuntu 9.04
 Release:        9.04


 r...@ltsp47:~# lspci
 00:00.0 Host bridge: VIA Technologies, Inc. VX800 Host Bridge (rev 12)
 00:00.1 Host bridge: VIA Technologies, Inc. VX800/VX820 Error Reporting
 00:00.2 Host bridge: VIA Technologies, Inc. VX800/VX820 Host Bus Control
 00:00.3 Host bridge: VIA Technologies, Inc. VX800 PCI to PCI Bridge
 00:00.4 Host bridge: VIA Technologies, Inc. VX800/VX820 Power Management 
 Control
 00:00.5 PIC: VIA Technologies, Inc. VX800/VX820 APIC and Central Traffic 
 Control
 00:00.6 Host bridge: VIA Technologies, Inc. VX800/VX820 Scratch Registers
 00:00.7 Host bridge: VIA Technologies, Inc. VX800/VX820 North-South Module 
 Interface Control
 00:01.0 VGA compatible controller: VIA Technologies, Inc. Device 1122 (rev 11)
 00:03.0 PCI bridge: VIA Technologies, Inc. VX800/VX820 PCI Express Root Port
 00:0f.0 IDE interface: VIA Technologies, Inc. VX800 Serial ATA and EIDE 
 Controller
 00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90)
 00:11.0 ISA bridge: VIA Technologies, Inc. VX800/VX820 Bus Control and Power 
 Management
 00:11.7 Host bridge: VIA Technologies, Inc. VX800/VX820 South-North Module 
 Interface Control
 00:13.0 PCI bridge: VIA Technologies, Inc. Device b353
 00:14.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High 
 Definition Audio Controller) (rev 20)
 01:00.0 Ethernet controller: VIA Technologies, Inc. VT6120/VT6121/VT6122 
 Gigabit Ethernet Adapter (rev 82)

 The computer is a HP t5545 (a thinclient) and Jaunty is serverd to it through 
 ltsp.

 It is 7:th of August 2009, the system is fully upgraded.

 In Jaunty:
 1. Everything works almost perfectly until Gimp is started and a new picture 
 is created and the mouse cursor is moved inside of it. Then the whole X.org 
 system hangs. It is possible for some time to log in through SSH but after 
 some time the system locks up completely. NoAccel is solving the problem 
 but the computer is then unacceptable slow. Same problem appears sometimes 
 with Wine.

 2. A lot of green lines appears on the screen if I switch to a text console 
 with Ctrl+Alt+F1 and then back to X (Ctrl+Alt+F7). By upgrading to the driver 
 from Karmic, this problem disappears. But still this is not solving my first 
 bug.

 In Hardy:
 The Via driver is not working at all with this computer.

 In Intrepid:
 The Via driver is not working at all with this computer.


-- 
[VX800]openchrome hangs when the mouse cursor is inside of a image in gimp
https://bugs.launchpad.net/bugs/410262
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome 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


Re: [Ubuntu-x-swat] [Bug 410262] Re: [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp

2009-08-16 Thread Lasse
I will try to do it... The problem is that it is a ltsp system that is
taken into use. This mean that I have difficulties to experiment with
it without causing all our customers computers to be down. As soon as
I get a chance to get my hands on the system after their work time I
will. Because of this bug we are very much after in our schedule with
our other customers

I am really hoping I will be able of providing the information as I am
also very eager to get it solved

On Fri, Aug 14, 2009 at 4:30 PM, Bartoszgan...@poczta.onet.pl wrote:
 Please check on which openchrome revision the system starts hang, where
 it is normally starting X.

 It is very important for me because it mean that the latest openchrome
 revision is broken.

 With your investigation, I will know on which revision this error
 occured.

 --
 [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp
 https://bugs.launchpad.net/bugs/410262
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “xserver-xorg-video-openchrome” package in Ubuntu: Confirmed

 Bug description:
 Binary package hint: xserver-xorg-video-openchrome

 r...@ltsp47:~# lsb_release -rd
 Description:    Ubuntu 9.04
 Release:        9.04


 r...@ltsp47:~# lspci
 00:00.0 Host bridge: VIA Technologies, Inc. VX800 Host Bridge (rev 12)
 00:00.1 Host bridge: VIA Technologies, Inc. VX800/VX820 Error Reporting
 00:00.2 Host bridge: VIA Technologies, Inc. VX800/VX820 Host Bus Control
 00:00.3 Host bridge: VIA Technologies, Inc. VX800 PCI to PCI Bridge
 00:00.4 Host bridge: VIA Technologies, Inc. VX800/VX820 Power Management 
 Control
 00:00.5 PIC: VIA Technologies, Inc. VX800/VX820 APIC and Central Traffic 
 Control
 00:00.6 Host bridge: VIA Technologies, Inc. VX800/VX820 Scratch Registers
 00:00.7 Host bridge: VIA Technologies, Inc. VX800/VX820 North-South Module 
 Interface Control
 00:01.0 VGA compatible controller: VIA Technologies, Inc. Device 1122 (rev 11)
 00:03.0 PCI bridge: VIA Technologies, Inc. VX800/VX820 PCI Express Root Port
 00:0f.0 IDE interface: VIA Technologies, Inc. VX800 Serial ATA and EIDE 
 Controller
 00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
 Controller (rev a0)
 00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90)
 00:11.0 ISA bridge: VIA Technologies, Inc. VX800/VX820 Bus Control and Power 
 Management
 00:11.7 Host bridge: VIA Technologies, Inc. VX800/VX820 South-North Module 
 Interface Control
 00:13.0 PCI bridge: VIA Technologies, Inc. Device b353
 00:14.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High 
 Definition Audio Controller) (rev 20)
 01:00.0 Ethernet controller: VIA Technologies, Inc. VT6120/VT6121/VT6122 
 Gigabit Ethernet Adapter (rev 82)

 The computer is a HP t5545 (a thinclient) and Jaunty is serverd to it through 
 ltsp.

 It is 7:th of August 2009, the system is fully upgraded.

 In Jaunty:
 1. Everything works almost perfectly until Gimp is started and a new picture 
 is created and the mouse cursor is moved inside of it. Then the whole X.org 
 system hangs. It is possible for some time to log in through SSH but after 
 some time the system locks up completely. NoAccel is solving the problem 
 but the computer is then unacceptable slow. Same problem appears sometimes 
 with Wine.

 2. A lot of green lines appears on the screen if I switch to a text console 
 with Ctrl+Alt+F1 and then back to X (Ctrl+Alt+F7). By upgrading to the driver 
 from Karmic, this problem disappears. But still this is not solving my first 
 bug.

 In Hardy:
 The Via driver is not working at all with this computer.

 In Intrepid:
 The Via driver is not working at all with this computer.


-- 
[VX800]openchrome hangs when the mouse cursor is inside of a image in gimp
https://bugs.launchpad.net/bugs/410262
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome 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 410262] Re: [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp

2009-08-14 Thread Lasse
Here is the log with the Karmic driver... Hopefully it will help, even
though the crash apparently did not get recorded.


** Attachment added: Xorg.7.log
   http://launchpadlibrarian.net/30310074/Xorg.7.log

-- 
[VX800]openchrome hangs when the mouse cursor is inside of a image in gimp
https://bugs.launchpad.net/bugs/410262
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome 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 410262] Re: [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp

2009-08-10 Thread Lasse
I followed the instructions on
https://help.ubuntu.com/community/OpenChrome to install the svn version
and I saw no error message during the installation.

After I have been updating the ltsp-image and put the thinclient to
boot, it hangs where it is normally starting X. I am sorry that I can
not get any Xorg.0.log as the computer is diskless and it hangs so
completely that I can not ssh into it to retrieve anything.

Apparenty the svn version is behaving even worse on this hardware :(
... or is there anything I can do, besides what was in those instructions?

-- 
[VX800]openchrome hangs when the mouse cursor is inside of a image in gimp
https://bugs.launchpad.net/bugs/410262
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome 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 410262] [NEW] openchrome hangs when the mouse cursor is inside of a image in gimp

2009-08-07 Thread Lasse
Public bug reported:

Binary package hint: xserver-xorg-video-openchrome

r...@ltsp47:~# lsb_release -rd
Description:Ubuntu 9.04
Release:9.04


r...@ltsp47:~# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VX800 Host Bridge (rev 12)
00:00.1 Host bridge: VIA Technologies, Inc. VX800/VX820 Error Reporting
00:00.2 Host bridge: VIA Technologies, Inc. VX800/VX820 Host Bus Control
00:00.3 Host bridge: VIA Technologies, Inc. VX800 PCI to PCI Bridge
00:00.4 Host bridge: VIA Technologies, Inc. VX800/VX820 Power Management Control
00:00.5 PIC: VIA Technologies, Inc. VX800/VX820 APIC and Central Traffic Control
00:00.6 Host bridge: VIA Technologies, Inc. VX800/VX820 Scratch Registers
00:00.7 Host bridge: VIA Technologies, Inc. VX800/VX820 North-South Module 
Interface Control
00:01.0 VGA compatible controller: VIA Technologies, Inc. Device 1122 (rev 11)
00:03.0 PCI bridge: VIA Technologies, Inc. VX800/VX820 PCI Express Root Port
00:0f.0 IDE interface: VIA Technologies, Inc. VX800 Serial ATA and EIDE 
Controller
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90)
00:11.0 ISA bridge: VIA Technologies, Inc. VX800/VX820 Bus Control and Power 
Management
00:11.7 Host bridge: VIA Technologies, Inc. VX800/VX820 South-North Module 
Interface Control
00:13.0 PCI bridge: VIA Technologies, Inc. Device b353
00:14.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High 
Definition Audio Controller) (rev 20)
01:00.0 Ethernet controller: VIA Technologies, Inc. VT6120/VT6121/VT6122 
Gigabit Ethernet Adapter (rev 82)

The computer is a HP t5545 (a thinclient) and Jaunty is serverd to it
through ltsp.

It is 7:th of August 2009, the system is fully upgraded.

In Jaunty:
1. Everything works almost perfectly until Gimp is started and a new picture is 
created and the mouse cursor is moved inside of it. Then the whole X.org system 
hangs. It is possible for some time to log in through SSH but after some time 
the system locks up completely. NoAccel is solving the problem but the 
computer is then unacceptable slow. Same problem appears sometimes with Wine.

2. A lot of green lines appears on the screen if I switch to a text
console with Ctrl+Alt+F1 and then back to X (Ctrl+Alt+F7). By upgrading
to the driver from Karmic, this problem disappears. But still this is
not solving my first bug.

In Hardy:
The Via driver is not working at all with this computer.

In Intrepid:
The Via driver is not working at all with this computer.

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

-- 
openchrome hangs when the mouse cursor is inside of a image in gimp
https://bugs.launchpad.net/bugs/410262
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome 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