[Ubuntu-x-swat] [Bug 348905] Re: GeForce4 420 Go issue

2009-06-14 Thread Blake W
** Tags removed: needs-xorglog

** Tags added: 420 96 geforce4 glx satellite tecra toshiba

-- 
GeForce4 420 Go issue
https://bugs.launchpad.net/bugs/348905
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-96 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 348905] Re: GeForce4 420 Go issue

2009-06-14 Thread Blake W
I can confirm this also affects Jaunty 9.04.

-- 
GeForce4 420 Go issue
https://bugs.launchpad.net/bugs/348905
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-96 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 386740] Re: [K8M800] mouse pointer corruptly displayed at the bottom of the X screen

2009-06-14 Thread Márton Németh
I followed the instructions at
https://help.ubuntu.com/community/OpenChrome#Manual%20Installation and
successfully updated to openchrome driver SVN revision 751. The problem,
however, remains.

** Attachment added: Xorg.0.log with openchrome from SVN 751
   http://launchpadlibrarian.net/27887935/Xorg.0.log-svn751

-- 
[K8M800] mouse pointer corruptly displayed at the bottom of the X screen
https://bugs.launchpad.net/bugs/386740
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 386740] Re: [K8M800] mouse pointer corruptly displayed at the bottom of the X screen

2009-06-14 Thread Márton Németh
WORKAROUND: I enabled SWCursor at /etc/X11/xorg.conf as described at:
https://help.ubuntu.com/community/OpenChrome#Problems%20and%20solutions :

Section Device
Identifier  Configured Video Device
Driveropenchrome
OptionSWCursortrue
EndSection

Now the horizontal colored bar does not appear any more.

** Attachment added: Xorg.0.log with SWCursor enabled
   http://launchpadlibrarian.net/27887963/Xorg.0.log-SWCursor

-- 
[K8M800] mouse pointer corruptly displayed at the bottom of the X screen
https://bugs.launchpad.net/bugs/386740
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 374034] Re: black rectangles on Radeon HD 3200

2009-06-14 Thread Arseny Klimovsky
Same problem since 9.04 with an ATI Radeon Mobilty 3650HD and an Intel
mainboard chipset on a 64bit system. I'm using the fglrx driver from
ATI. I've also tried the free radeonhd driver and there was no changes.

It is definitely not radeonhd driver bug, because it also appears using fglrx 
driver.
May be someone can guess from the photo which package can produce such effects?

-- 
black rectangles on Radeon HD 3200
https://bugs.launchpad.net/bugs/374034
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-radeonhd 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 386740] Re: [K8M800] mouse pointer corruptly displayed at the bottom of the X screen

2009-06-14 Thread Márton Németh
I created a debug patch and tried to find out the problem areas. I was
looking at the following debug lines:

(II) CHROME(0): via_cursor.c:345: viaSetCursorPosition(..., x=-6, y=-4)
(II) CHROME(0): via_cursor.c:360: viaSetCursorPosition(): x=0, y=0, xoff=6, 
yoff=4

Taking the via_cursor.c:360 information I could identify the following
areas:

0   1017 1340   1343  x
  0 +++---+---
|::   :
|::   :
|cursor  ::   :
|visible ::   :
|::   :
|::   :
765 +++---+--
|::   :
|::   :
771 AAB--
AAB
805 AAB--
|::   :
  y v

The upper left corner where the cursor is visible is: x=0, y=0, xoff=6,
y=4.

The lower right corner where the arrow cursor is still visible is:
x=1017, y=765, xoff=0, yoff=0.

On the area marked with A the color bar is visible (borders included).

On the area marked with B almost the whole screen is covered with
colored pixels.

** Attachment added: debug patch for openchrome SVN 751
   http://launchpadlibrarian.net/27888737/openchrome_cursor_debug.patch

-- 
[K8M800] mouse pointer corruptly displayed at the bottom of the X screen
https://bugs.launchpad.net/bugs/386740
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 386740] Re: [K8M800] mouse pointer corruptly displayed at the bottom of the X screen

2009-06-14 Thread Márton Németh
The asciiart figure was corrupted in comment #6, see the attached file
instead.

** Attachment added: figure.txt
   http://launchpadlibrarian.net/27888764/figure.txt

-- 
[K8M800] mouse pointer corruptly displayed at the bottom of the X screen
https://bugs.launchpad.net/bugs/386740
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 386907] [NEW] [KMS] Display not disabled again after VT switch

2009-06-14 Thread Kai Jauch
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I have an internal laptop display and an external display attached via
DVI. Both displays are enabled during boot.

1. Disable laptop display (System - Settings - Display), leaving the external 
display the only one being enabled
2. Switch to another vt - both displays are activated and show the console
3. Switch back to X - laptop display is not disabled and still showing the 
console, while the external display is displaying X

ProblemType: Bug
Architecture: amd64
Date: Sun Jun 14 10:56:49 2009
DistroRelease: Ubuntu 9.10
MachineType: Dell Inc. Latitude E6400
Package: xserver-xorg-video-intel 2:2.7.99.1+git20090602.ec2fde7c-0ubuntu2
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.30-9-generic 
root=UUID=8a24f1b2-f134-4248-b51f-c06d4095205f ro quiet i915.modeset=1
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4~5ubuntu21
 libgl1-mesa-glx 7.4.1-1ubuntu2
 libdrm2 2.4.11-0ubuntu1
 xserver-xorg-video-intel 2:2.7.99.1+git20090602.ec2fde7c-0ubuntu2
 xserver-xorg-video-ati 1:6.12.2-2ubuntu1
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.30-9-generic x86_64
dmi.bios.date: 05/11/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd05/11/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6400
dmi.sys.vendor: Dell Inc.
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.30-9-generic

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


** Tags: amd64 apport-bug

-- 
[KMS] Display not disabled again after VT switch
https://bugs.launchpad.net/bugs/386907
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 386907] Re: [KMS] Display not disabled again after VT switch

2009-06-14 Thread Kai Jauch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
[KMS] Display not disabled again after VT switch
https://bugs.launchpad.net/bugs/386907
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 296825] Re: [intel] xserver lockup, mouse movable, sound in loop, SysRq unusable

2009-06-14 Thread jayprakash
I'm sorry it took so long, lets explain.

After jaunty upgrade NonSteam CS dropped to 4 FPS and Steam CS didn't
even care to start. (with EXA. XAA didn't start X, and UXA was crashing
few minutes after desktop start)

Today I found xorg-edgers https://launchpad.net/~xorg-edgers/+archive/ppa
Finally is my desktop fast and usable. Unexpectedly also stable.

But Steam errors, not even interface starts. And NonSteam crashes xorg
immediately.

So you can close this bug.
It's impossible to debug it.

Maybe after the problems EXA/UXA/GEM (and so on.. ) I'll see if the
problem still persists.

-- 
[intel] xserver lockup, mouse movable, sound in loop, SysRq unusable
https://bugs.launchpad.net/bugs/296825
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa 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 386920] [NEW] [KMS] calling xrandr freezes X for a few seconds

2009-06-14 Thread Kai Jauch
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Calling xrandr takes nearly 3 seconds with KMS, during which X is not
usable (mouse pointer not movable, static image).

This probably causes the login process (gnome) to delay considerably (as AFAIK 
during gnome startup the resolutions are probed and set to user defined 
settings):
- Login and move mouse
- Mouse cursor begins to stutter for several seconds
- Everything is fine after the panel has loaded, although it has taken 
considerably longer than without KMS

$ time xrandr -q
Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected (normal left inverted right x axis y axis)
   1440x900   60.0 +   40.0  
DVI1 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 432mm x 
324mm
   1600x1200  60.0*+
   1280x1024  75.0  
   1152x864   75.0  
   1024x768   75.1 70.1 60.0  
   832x62474.6  
   800x60072.2 75.0 60.3 56.2  
   640x48072.8 75.0 66.7 60.0  
   720x40070.1  
DVI2 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)

real0m2.799s
user0m0.000s
sys 0m0.008s

ProblemType: Bug
Architecture: amd64
Date: Sun Jun 14 11:47:12 2009
DistroRelease: Ubuntu 9.10
MachineType: Dell Inc. Latitude E6400
Package: xserver-xorg-video-intel 2:2.7.99.1+git20090602.ec2fde7c-0ubuntu2
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.30-9-generic 
root=UUID=8a24f1b2-f134-4248-b51f-c06d4095205f ro quiet i915.modeset=1
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4~5ubuntu21
 libgl1-mesa-glx 7.4.1-1ubuntu2
 libdrm2 2.4.11-0ubuntu1
 xserver-xorg-video-intel 2:2.7.99.1+git20090602.ec2fde7c-0ubuntu2
 xserver-xorg-video-ati 1:6.12.2-2ubuntu1
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.30-9-generic x86_64
dmi.bios.date: 05/11/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd05/11/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6400
dmi.sys.vendor: Dell Inc.
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.30-9-generic

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


** Tags: amd64 apport-bug

-- 
[KMS] calling xrandr freezes X for a few seconds
https://bugs.launchpad.net/bugs/386920
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 386920] Re: [KMS] calling xrandr freezes X for a few seconds

2009-06-14 Thread Kai Jauch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
[KMS] calling xrandr freezes X for a few seconds
https://bugs.launchpad.net/bugs/386920
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 386706] Re: External USB Mouse not working properly with Jaunty Jackalope

2009-06-14 Thread David Stansby
Please could you provide the information asked for on this page:
https://wiki.ubuntu.com/DebuggingMouseDetection#In%20case%20your%20mouse%20stops%20working%20after%20a%20while

** Package changed: ubuntu = xserver-xorg-input-mouse (Ubuntu)

** Changed in: xserver-xorg-input-mouse (Ubuntu)
   Status: New = Incomplete

-- 
External USB Mouse not working properly with Jaunty Jackalope
https://bugs.launchpad.net/bugs/386706
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-mouse 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 356850] Re: [g33] X freeze while using firefox (UXA bug)

2009-06-14 Thread TobiasTheCommie
Just a note, i get this consistently on

http://blogs.discovermagazine.com/badastronomy/2009/06/11/saturns-rings-
do-the-wave/

Before i went to the karmic alpha it happened quite a bit, with karmic
it rarely freezes anymore. But the above link has consistently made my
computer freeze.

Thought it might help with debug.

-- 
[g33] X freeze while using firefox (UXA bug)
https://bugs.launchpad.net/bugs/356850
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 364965] Re: Stable NVIDIA driver 180.53 released - please upgrade in Jaunty

2009-06-14 Thread David Stansby
It seems that the current driver has been updated to 180.60. I presume
that this version is newer than 180.53, so can it be assumed that this
bug is either invalid or fix released?

-- 
Stable NVIDIA driver 180.53 released - please upgrade in Jaunty
https://bugs.launchpad.net/bugs/364965
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 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 359392] Re: [i965] X freezes starting on April 3rd

2009-06-14 Thread Maurizio
My situation:
Jaunty 32 bit with proposed update
xserver-xorg-video-intel 2:2:6:3-0ubuntu9.3 
kernel 2.6.28-13-generic

I enable Compiz and i open the Singapore image into Firefox without system 
crash.
For me the bug is resolved.

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 381852] Re: xfs package: /var/run/xfs/xfs.pid or /var/run/xfs.pid ?

2009-06-14 Thread Eric Seigne
Okay,
here is a patch. Please replace 03_debian_piddir.diff with this one, then build 
package and try it ... it works.

With this patch, pidfile is /var/run/xfs.pid, maybe ubuntu/debian want
it in /var/run/xfs ?

Éric

** Attachment added: 03_debian_piddir.diff
   http://launchpadlibrarian.net/27891860/03_debian_piddir.diff

-- 
xfs package: /var/run/xfs/xfs.pid or /var/run/xfs.pid ?
https://bugs.launchpad.net/bugs/381852
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xfs 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 359392] Re: [i965] X freezes starting on April 3rd

2009-06-14 Thread Soeren Sonnenburg
On Thu, 2009-06-11 at 07:05 +, Jithin Emmanuel wrote:
 On Thursday 11 Jun 2009 4:43:06 am zwaldowski wrote:
  Well, hot damn!  Let me get that installed right now...
 
  Jithin, before you do anything drastic, I just found out the hard way
  that Fedora IS NOT FIXED.  And they don't even have Magic SysRq's
  enabled!  Good thing I wasn't in the middle of installing it...
 kernel 2.6.30 + packages from xorg-edgers is working for me. So far no freeze 
 and everything is pretty stable. Suspend and hibernation is also working, 
 though desktop effects are getting disabled after that.

Not here, almost always hang on resume from suspend and still random
(but rare) lockups with mouse still active.

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 306337] [NEW] matplotlib window turns black when zooming in GTKAgg

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When using pylab/matplotlib under Ubuntu 8.10 (updated from 8.04) with
the GTKAgg backend, either in scripts or interactively within ipython,
the axes turn partially or fully black when zooming in. E.g., the
following session from ipython -pylab produced the attached image:

In [1]: plot(randn(50))
Out[1]: [matplotlib.lines.Line2D object at 0x93dfe4c]

# zooming in manually using the GUI

In [2]: matplotlib.__version__
Out[2]: '0.98.3'

In [3]: get_backend()
Out[3]: 'GTKAgg'

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

-- 
matplotlib window turns black when zooming in GTKAgg
https://bugs.launchpad.net/bugs/306337
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 306337] Re: matplotlib window turns black when zooming in GTKAgg

2009-06-14 Thread Benjamin Drung
It is not GTK related (then we would have it without compiz, too). It
could be compiz or driver related. With intel driver 2.7.1 I do not have
this problem, so I assume it is driver related. I am changing the
affected package from matplotlib to xserver-xorg-video-intel.

** Package changed: matplotlib (Ubuntu) = xserver-xorg-video-intel
(Ubuntu)

-- 
matplotlib window turns black when zooming in GTKAgg
https://bugs.launchpad.net/bugs/306337
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 269904] Re: Screen refresh problems with nvidia on intrepid

2009-06-14 Thread hkais
Hello all,

maybe I can visualize the problem with my screenshots. It is more than
anoying. In my opinion it isn't usable any more!

screenrefresh-problem1.png:
Here you see the Thunderbird, which should be ontop of Firefox. You see a mixup 
of Thunderbitd and Firefox! You can see, you cannot use it.

screenrefresh-problem2.png:
Here you see the screen of a Terminal Server Session. The buttons, and the 
contents of the Internetexplorer is nearly completly missing!

screenrefresh-problem3.png:
Here you see a freshly opened and already completly started OpenOffice-Writer. 
The text in there is a editorwindow on an other desktop! And the slash is 
already closed!

As you can see, the current state of Ubuntu is pretty unusable.
I would like to help as far as a user can. I cannot see any workaround to fix 
temporarily this problem. Speed/Performance is not the issue, my major point is 
to be again productive on my ubuntu.

** Attachment added: mixup of thunderbird and Firefox of painful broken 
screenrefresh
   http://launchpadlibrarian.net/27892797/screenrefresh-problem1.png

-- 
Screen refresh problems with nvidia on intrepid
https://bugs.launchpad.net/bugs/269904
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-177 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 269904] Re: Screen refresh problems with nvidia on intrepid

2009-06-14 Thread hkais

** Attachment added: screenrefresh-problem2.png: broken terminal server 
session
   http://launchpadlibrarian.net/27892823/screenrefresh-problem2.png

-- 
Screen refresh problems with nvidia on intrepid
https://bugs.launchpad.net/bugs/269904
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-177 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 269904] Re: Screen refresh problems with nvidia on intrepid

2009-06-14 Thread hkais

** Attachment added: screenrefresh-problem3.png: broken OpenOffice writer
   http://launchpadlibrarian.net/27892856/screenrefresh-problem3.png

-- 
Screen refresh problems with nvidia on intrepid
https://bugs.launchpad.net/bugs/269904
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-177 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 269904] Re: Screen refresh problems with nvidia on intrepid

2009-06-14 Thread Rob_H
The bug has already been fixed in Jaunty. Go to Workarounds in
CompizConfig-Settings-Manager and turn on Force synchronization between
X and GLX.

-- 
Screen refresh problems with nvidia on intrepid
https://bugs.launchpad.net/bugs/269904
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-177 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 269904] Re: Screen refresh problems with nvidia on intrepid

2009-06-14 Thread tankdriver
@hkais:
try the latest stable drivers from the ubuntu-x-swat team:
https://launchpad.net/~ubuntu-x-swat/+archive/x-updates
It should be better.
But be careful, the drivers are not as well tested as the default ones.
(I came across some crashes with this PPA and HP-HDX Notebook)

-- 
Screen refresh problems with nvidia on intrepid
https://bugs.launchpad.net/bugs/269904
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-177 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 364965] Re: Stable NVIDIA driver 180.53 released - please upgrade in Jaunty

2009-06-14 Thread Hew McLachlan
** Changed in: nvidia-graphics-drivers-180 (Ubuntu Karmic)
   Status: In Progress = Fix Released

** Changed in: nvidia-graphics-drivers-180 (Ubuntu Karmic)
 Assignee: Alberto Milone (albertomilone) = (unassigned)

-- 
Stable NVIDIA driver 180.53 released - please upgrade in Jaunty
https://bugs.launchpad.net/bugs/364965
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 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 304514] Re: [i830] Fonts smear after a while of use (Hardy-Intrepid regression)

2009-06-14 Thread Andrew Ash
** Bug watch added: freedesktop.org Bugzilla #21415
   https://bugs.freedesktop.org/show_bug.cgi?id=21415

** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=21415
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #529798
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529798

** Also affects: xserver-xorg-video-intel (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529798
   Importance: Unknown
   Status: Unknown

-- 
[i830] Fonts smear after a while of use (Hardy-Intrepid regression)
https://bugs.launchpad.net/bugs/304514
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 371605] Re: [GM45] Bad chroma upsampling on videos

2009-06-14 Thread bofphile
It seems like the bug I reported on freedesktop is related (or the same
as this one): https://bugs.freedesktop.org/show_bug.cgi?id=19856

** Bug watch added: freedesktop.org Bugzilla #19856
   https://bugs.freedesktop.org/show_bug.cgi?id=19856

-- 
[GM45] Bad chroma upsampling on videos
https://bugs.launchpad.net/bugs/371605
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 304514] Re: [i830] Fonts smear after a while of use (Hardy-Intrepid regression)

2009-06-14 Thread Andrew Ash
I feel your pain, Jerry :(

It looks like the patch fd.o is queued up to go into Linus's branch
shortly but hasn't made it yet [1].  I'd guess that without any hangups,
it will go into the 2.6.31 release.  Conveniently, that's also the
kernel version targeted for the final Karmic release as well [2].

If you're feeling adventurous and want to compile the kernel yourself,
check out [3].  You would want to use the git source and get the patch
in from there.

I was also able to find (while looking up that patch) a reference to it
in the #ubuntu-x IRC channel [4] (search for
07f4f3e8a24138ca2f3650723d670df25687cd05).  There's a lot of signal in
that log, so it would be a good one to be familiar with.

So I guess the short of it is to wait for the fix to make it in.  To get
a better idea of how the patch is being handled, you should ask on
#ubuntu-x.

[1] https://bugs.freedesktop.org/show_bug.cgi?id=21415#c28
[2] https://wiki.ubuntu.com/specs/KernelKarmicKernelDecisionSession
[3] https://help.ubuntu.com/community/Kernel/Compile
[4] http://irclogs.ubuntu.com/2009/05/28/%23ubuntu-x.txt

-- 
[i830] Fonts smear after a while of use (Hardy-Intrepid regression)
https://bugs.launchpad.net/bugs/304514
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 386978] [NEW] [karmic] touchpad right button no longer works

2009-06-14 Thread Asif Youssuff
Public bug reported:

Binary package hint: xserver-xorg-input-synaptics

The touchpad worked fine until a couple of days ago, aside from bug
#378391, which I worked around using a preferences.fdi file.

My touch to tap continues to work, moving the cursor continues to work,
left clicking using the button continues to work -- but right clicking
the button is now broken.

ProblemType: Bug
Architecture: i386
Date: Sun Jun 14 10:35:47 2009
DistroRelease: Ubuntu 9.10
MachineType: Acer, inc. Aspire 4530
NonfreeKernelModules: nvidia
Package: xserver-xorg-input-synaptics 1.1.1~git20090510-1
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.30-9-generic 
root=UUID=581f131b-5c8b-4036-991f-396605f85828 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4~5ubuntu21
 libgl1-mesa-glx 7.4.1-1ubuntu2
 libdrm2 2.4.11-0ubuntu1
 xserver-xorg-video-intel 2:2.7.99.1+git20090602.ec2fde7c-0ubuntu2
 xserver-xorg-video-ati 1:6.12.2-2ubuntu1
SourcePackage: xserver-xorg-input-synaptics
Uname: Linux 2.6.30-9-generic i686
dmi.bios.date: 09/18/2008
dmi.bios.vendor: Acer
dmi.bios.version: v1.3334
dmi.board.name: Grasmoor
dmi.board.vendor: Acer, Inc.
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: Acer, Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrv1.3334:bd09/18/2008:svnAcer,inc.:pnAspire4530:pvrNotApplicable:rvnAcer,Inc.:rnGrasmoor:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
dmi.product.name: Aspire 4530
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer, inc.
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.30-9-generic

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
[karmic] touchpad right button no longer works
https://bugs.launchpad.net/bugs/386978
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 386978] Re: [karmic] touchpad right button no longer works

2009-06-14 Thread Asif Youssuff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

-- 
[karmic] touchpad right button no longer works
https://bugs.launchpad.net/bugs/386978
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 385703] Re: nv, autodetection fails because of missing PCI-IDs, in nv.ids, for a large number of supported cards in Jaunty

2009-06-14 Thread Bojan Vitnik
My point exactly. Thanks for helping me clarify this bug even more.
Since no one i paying attention, I was prepared to make a patch myself,
thou my idea was to modifying the way nv.ids is generated in
01_gen_pci_ids.diff.

A the moment the script looks like this:

awk '/{ 0x.*/ || /case 0x.*/ {print $$2}' ${srcdir}/nv_driver.c | sed -e
s/0x// -e s/,// -e s/:// -e s/^0/10DE0/ | sort -u  nv.ids

This line doesn't even work and nv.ids must be cleaned afterwards.
/case 0x.*/ is useless too. My idea was to change it to something like
this:

awk '/{ 0x.*/ {print $$2}' nv_driver.c | sed -e 's/  { //' -e 's/0x//' -e 
's/,.*//' -e 's/:.*//'  nv_tm
p.ids; for i in 0 1 2 3 4 5 6 7 8 9 A B C D E F; do echo 10DE00F$i; done  
nv_tmp.ids; for i in 0 1 2 3 4; do echo 10DE02E$i; done  nv_tmp.ids; sort 
-u nv_tmp.ids  nv.ids

There is probably more elegant way but I'm not realy good at bash :).

In, the end it seems that it doesn't even matter any more since *.ids
are going to be dropped.

-- 
nv, autodetection fails because of missing PCI-IDs, in nv.ids, for a large 
number of supported cards in Jaunty
https://bugs.launchpad.net/bugs/385703
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nv 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 384937] Re: [i945gm] Unexpected X-server restarts on system with Intel 945GM

2009-06-14 Thread alcCapone
I downloaded karmic-desktop-i386.iso and used usb-creator ... well ...
to create a boot-able usb stick since my X60s doesn't have a CD drive.
Booting works fine until the init process starts. Then I receive these
messages here: http://pkqs.net/~cf/small-IMG_1310.JPG .

These last for hours.

-- 
[i945gm] Unexpected X-server restarts on system with Intel 945GM
https://bugs.launchpad.net/bugs/384937
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 321613] Re: 9100m G card (for acer aspire 4350)

2009-06-14 Thread Gaetan Nadon
Robert,
I was going to ask why the 9100M G would be the only C77 card to be supported. 
In bug 333040, Asif Youssuff provided a clean set of log files that 
demonstrates how the GPU fails under karmic. 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+bug/333040/comments/27.
What I found troubling is that the nv driver get loaded even in the absence 
of the id in the nv.ids file. 

(==) Matched nv for the autoconfigured driver
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: nv

This would explain the line later in the log:
(WW) NV: Ignoring unsupported device 0x10de0844 (C77 [GeForce 9100M G]) at 
0...@00:00:0
(EE) No devices detected.

The expected behaviour when the id is not supported is to load the vesa
driver. I suspect that when the id is manually added, the vesa driver is
loaded (an equally incorrect behavior) which leads to claims that it now
works. We have yet to see hard evidence that the nv driver is loaded
and performing adequately. I am only speculating, but one difference
between IGPs and discrete video cards is that they have support in the
kernel for the chipset.

I know this is a side issue, but it may lead to the resolution of this
bug report. Further more, the main design point of a vesa fallback
driver was to avoid a crashing video scenario to provide a great out-
of-the-box experience. It does not seem to work in the case of the
9100M G and I suspect it does not in the case of other IGPs.

-- 
9100m G   card (for acer aspire 4350)
https://bugs.launchpad.net/bugs/321613
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nv 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 379157] Re: [i945G] Samsung TV not detected on VGA output (no screens)

2009-06-14 Thread Jordi Puigsegur
Hi Geir,

Just tried to install these packages and I get dependency problems. I
tried first without adding any repository and then adding xorg-edgers
repository:

deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu jaunty main

The conflicting packages are:

 libdrm-intel1 (= 2.4.11+git20090519.f355ad89)
libdrm2 (= 2.4.11+git20090519.f355ad89)

I attach the output of dpkg -i

What else do I have to do?

Jordi.

** Attachment added: dpkg_output.txt
   http://launchpadlibrarian.net/27895298/dpkg_output.txt

-- 
[i945G] Samsung TV not detected on VGA output (no screens)
https://bugs.launchpad.net/bugs/379157
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 379203] Re: touchpad tap-to-click doesn't works after update to karmic from jaunty

2009-06-14 Thread Francisco Barrientos
*** This bug is a duplicate of bug 378391 ***
https://bugs.launchpad.net/bugs/378391

Hello Everybody,

I confirm you the solution from Max Bowsher  it is working fine in my
laptop Dell Inspiron 1420. However I don't know why my xorg.conf file is
blank, I need put here the new configuration for my touchpad, but it is
empty.

Somebody knows about the new changes in Karmic Koala for why the
xorg.conf file it is empty?

Best Regards,

Francisco Barrientos

-- 
touchpad tap-to-click doesn't works after update to karmic from jaunty
https://bugs.launchpad.net/bugs/379203
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


Re: [Ubuntu-x-swat] [Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-06-14 Thread Jithin Emmanuel
I think the situation is improving and hope that by the time intel 2.8
driver is released everything is fixed. Except for these minor issues
I am almost happy with the current situation.

On Sun, Jun 14, 2009 at 5:38 PM, Soeren Sonnenburgbugrepo...@nn7.de wrote:
 On Thu, 2009-06-11 at 07:05 +, Jithin Emmanuel wrote:
 On Thursday 11 Jun 2009 4:43:06 am zwaldowski wrote:
  Well, hot damn!  Let me get that installed right now...
 
  Jithin, before you do anything drastic, I just found out the hard way
  that Fedora IS NOT FIXED.  And they don't even have Magic SysRq's
  enabled!  Good thing I wasn't in the middle of installing it...
 kernel 2.6.30 + packages from xorg-edgers is working for me. So far no freeze
 and everything is pretty stable. Suspend and hibernation is also working,
 though desktop effects are getting disabled after that.

 Not here, almost always hang on resume from suspend and still random
 (but rare) lockups with mouse still active.

 --
 [i965] X freezes starting on April 3rd
 https://bugs.launchpad.net/bugs/359392
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Thanks
Jithin Emmanuel

W. C. Fields  - If I had to live my life over, I'd live over a
saloon. - http://www.brainyquote.com/quotes/authors/w/w_c_fields.html

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 310157] Re: Hardware Driver window unusable with VESA driver

2009-06-14 Thread Sven Z.
Also present in 9.04 right after install.  This bug is bad since its the first 
thing people would see after installing ubuntu, and the only good way to get to 
a supported resolution.  A technically skilled user could go fix the 
X11/xorg.conf, or hunt around using tab+enter like I did, but its very much 
trial and error and makes a bad impression.  It would be nice if the window 
were designed to work in a 640x480 mode, since its where it would be used the 
most often.  Also guilty is the update manager window since that is the first 
thing to show up after an install, and it is also too large for a 640x480 
display.
By the way, great job on 9.04.  Very smooth install and my hardware if 
supported without needing to compile a custom kernel.  Thanks Guys.

-- 
Hardware Driver window unusable with VESA driver
https://bugs.launchpad.net/bugs/310157
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-vesa 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 374034] Re: black rectangles on Radeon HD 3200

2009-06-14 Thread Tormod Volden
Can you please also try the default driver, -ati/-radeon?

-- 
black rectangles on Radeon HD 3200
https://bugs.launchpad.net/bugs/374034
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-radeonhd 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 373611] Re: Enabling extra typographic characters adds third keyboard layout

2009-06-14 Thread Evgeny Kuznetsov
The bug affects me too, as described (Ubuntu 9.04 64-bit on Lenovo 3000
N100), and it definitely IS a duplicate of #283128 and should in my
opinion be marked as such.

-- 
Enabling extra typographic characters adds third keyboard layout
https://bugs.launchpad.net/bugs/373611
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to x11-xkb-utils 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 387011] Re: MythTV configuration is invisible on AMD64 on GeForce6100SM-M motherboard

2009-06-14 Thread Mario Limonciello
*** This bug is a duplicate of bug 341898 ***
https://bugs.launchpad.net/bugs/341898

You have to use either fglrx or the workaround listed in bug 341898
until upstream has a better solution.

** This bug has been marked a duplicate of bug 341898
   MythTV Frontend does not work with RADEON DRI

-- 
MythTV configuration is invisible on AMD64 on GeForce6100SM-M motherboard
https://bugs.launchpad.net/bugs/387011
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu (via bug 341898).

___
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 351291] Re: [X1200/X1250/X1270/X1300 Mobility] screen flickers when CPU is at low frequency

2009-06-14 Thread mookie kong
turning off dri makes flicker go away with radeonhd.

-- 
[X1200/X1250/X1270/X1300 Mobility] screen flickers when CPU is at low frequency
https://bugs.launchpad.net/bugs/351291
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati 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 379157] Re: [i945G] Samsung TV not detected on VGA output (no screens)

2009-06-14 Thread Geir Ove Myhr
Hi Jordi,

The packages you need are all in the xorg-edgers PPA. To install all the
dependencies, after you have added the lines to /etc/apt/sources.list
you have to run `apt-get update` and `apt-get dist-upgrade` (dist-
upgrade is stronger than upgrade in that it also installs new packages
if needed). If you want to revert back to standard Jaunty later, you
should write down what packages are installed and upgraded, so that you
can remove and downgrade later. But you mentioned above that you will
reinstall later anyway, and in that case you can just go ahead.

 I attach the output of dpkg -i
Would you mind prepending commands with LANG=en when uploading their outputs? 
My catalán is a bit rusty... (it's sufficently close to castellano that I could 
understand this one, but in general...). Not exactly sure how it works with 
sudo, maybe `export LANG=en` is necessary. I don't have any localization on the 
computer I'm at right now other that different keyboard layouts, so I can't 
test.

-- 
[i945G] Samsung TV not detected on VGA output (no screens)
https://bugs.launchpad.net/bugs/379157
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 345076] Re: Kubuntu 9.04 alpha6 panel corruption

2009-06-14 Thread RK
** Also affects: python-kde4 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: kdebase-workspace (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
   Status: New = Invalid

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: kde4libs (Ubuntu)
   Status: Fix Released = Invalid

-- 
Kubuntu 9.04 alpha6 panel corruption
https://bugs.launchpad.net/bugs/345076
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati 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 384937] Re: [i945gm] Unexpected X-server restarts on system with Intel 945GM

2009-06-14 Thread Geir Ove Myhr
I use the same method, since I have an X61 Tablet. Every now and then
the daily images break because some packages are not synchronized
properly. This may have happend in your case. Often the next day's image
will be okay again. You may try the alpha-2 image, since that should
have been tested for boot problems etc.

PS: My ubuntu-testing USB stick is only 1 GB, so I usually turn off the
persistent file system feature. It is possible that this could make a
difference.

-- 
[i945gm] Unexpected X-server restarts on system with Intel 945GM
https://bugs.launchpad.net/bugs/384937
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 345076] Re: Kubuntu 9.04 alpha6 panel corruption

2009-06-14 Thread RK
The packages in question that improved the situation are python-kde4 and
kde-workspace (for python-plasma), so add those and mark bug invalid
everywhere else.

Unfortunately, I cannot confirm the bug to be completely fixed with
this. After 11h uptime (3h40min since last plasma crash), I get
disappearing texts in the window list widget and elsewhere. In between I
had the effect that clicking on a python plasma widget (essentially the
hello world + hal event listener + auto mount) had the immediate effect
of all visible text disappearing. Clicking on the syslog or messages
text file monitor let it re-appear. I could reproduce it not everytime,
but a few times these clicks had the mentioned effect. Now I'm back to
the previous level of corruption.

Maybe Jonathan Thomas could do something useful for a change and provide
some insight into how these things could be debugged?

-- 
Kubuntu 9.04 alpha6 panel corruption
https://bugs.launchpad.net/bugs/345076
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati 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 365885] Re: random x server freeze (nvidia)

2009-06-14 Thread Zero
Found the possible cause but I'm not sure what was the origin of the
problem so far. A bumped capacitor seems to have been triggering the bug
but I am not sure if some faulty driver or something lead to the
capacitor fail.

** Attachment added: _MG_0050.JPG
   http://launchpadlibrarian.net/27903177/_MG_0050.JPG

-- 
random x server freeze (nvidia)
https://bugs.launchpad.net/bugs/365885
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 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 365885] Re: random x server freeze (nvidia)

2009-06-14 Thread Zero

** Attachment added: _MG_0051.JPG
   http://launchpadlibrarian.net/27903217/_MG_0051.JPG

-- 
random x server freeze (nvidia)
https://bugs.launchpad.net/bugs/365885
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 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 283128] Re: Keyboard indicator shows additional layout null

2009-06-14 Thread Evgeny Kuznetsov
Thomas, I tried your patch as well and it seems to fix the problem for
me too. I have already uploaded a patched source to my PPA (though it
has yet to build).

Why don't you attach your patch to this bugreport so that it has more
chances to be applied to the package in Ubuntu main, and thus to
eliminate this bug once and forever?

-- 
Keyboard indicator shows additional layout null
https://bugs.launchpad.net/bugs/283128
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 386740] Re: [K8M800] mouse pointer corruptly displayed at the bottom of the X screen

2009-06-14 Thread Bartosz
Do you use Panel or CRT monitor?

-- 
[K8M800] mouse pointer corruptly displayed at the bottom of the X screen
https://bugs.launchpad.net/bugs/386740
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 382397] Re: [K8M800] Video Card is not functioning properly

2009-06-14 Thread Bartosz
*** This bug is a duplicate of bug 353208 ***
https://bugs.launchpad.net/bugs/353208

** This bug has been marked a duplicate of bug 353208
   Panel on K8M800, PM800 and VM800 is not supported.

-- 
[K8M800] Video Card is not functioning properly
https://bugs.launchpad.net/bugs/382397
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 387058] [NEW] screen flickers with S3 ViRGE/DX (chip 86C375)

2009-06-14 Thread Márton Németh
Public bug reported:

Binary package hint: xserver-xorg-video-s3virge

I booted ubuntu-9.04-desktop-i386.iso in live CD mode on a desktop
computer with a S3 ViRGE/DX (chip 86C375) graphic card. Every time I
move the mouse or there is a change on the screen there is a horizontal
flicker at random places. When there is no change on the screen the
picture is good.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
MediaBuild: Ubuntu 9.04 Jaunty Jackalope - Release i386 (20090420.1)
Package: xserver-xorg-video-s3virge 1:1.10.2-1
ProcEnviron:
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: xserver-xorg-video-s3virge
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
screen flickers with S3 ViRGE/DX (chip 86C375)
https://bugs.launchpad.net/bugs/387058
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-s3virge 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 387058] Re: screen flickers with S3 ViRGE/DX (chip 86C375)

2009-06-14 Thread Márton Németh

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/27903903/Xorg.0.log

-- 
screen flickers with S3 ViRGE/DX (chip 86C375)
https://bugs.launchpad.net/bugs/387058
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-s3virge 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 364764] Re: Video corruption with composition

2009-06-14 Thread yostral
You may be right Aitjcize.
It appends only with the Qt-based GUI : VirtualBox, VLC, Smplayer, Kdenlive...

Hope for a fix too.
Thanks

-- 
Video corruption with composition
https://bugs.launchpad.net/bugs/364764
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 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 387058] Re: screen flickers with S3 ViRGE/DX (chip 86C375)

2009-06-14 Thread Márton Németh
WORKAROUND:
I changed the X11 driver in the /etc/X11/xorg.conf to vesa driver:

Section Device
Identifier  Configured Video Device
Driver  vesa
EndSection

Now the screen does not flicker anymore but the display is slow (for
example scrolling a window).

** Attachment added: Xorg.0.log with vesa driver
   http://launchpadlibrarian.net/27904038/Xorg.0.log-vesa

-- 
screen flickers with S3 ViRGE/DX (chip 86C375)
https://bugs.launchpad.net/bugs/387058
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-s3virge 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 364764] Re: Video corruption with composition

2009-06-14 Thread yostral
I forgot : with

export XLIB_SKIP_ARGB_VISUALS=1

in command line, it works normally with Xv output.

-- 
Video corruption with composition
https://bugs.launchpad.net/bugs/364764
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 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 387058] Re: screen flickers with S3 ViRGE/DX (chip 86C375)

2009-06-14 Thread Márton Németh
I tried to disable hardware acceleration in /etc/X11/xorg.conf:

Section Device
Identifier  Configured Video Device
Driver  s3virge
Option  NoAccel   true
EndSection

The flicker is still there. Additionally the X server crashes within a
minute every time:

Backtrace:
0: /usr/X11R6/bin/X(xorg_backtrace+0x3b) [0x813518b]
1: /usr/X11R6/bin/X(xf86SigHandler+0x55) [0x80c7be5]
2: [0xb8044400]
3: /usr/lib/libpixman-1.so.0 [0xb7fa4724]
4: /usr/lib/libpixman-1.so.0 [0xb7fa9350]
5: /usr/lib/libpixman-1.so.0(pixman_image_composite+0x761) [0xb7fa8f71]
6: /usr/lib/xorg/modules//libfb.so(fbComposite+0x1b2) [0xb7915632]
7: /usr/X11R6/bin/X [0x818030a]
8: /usr/X11R6/bin/X(CompositePicture+0x19a) [0x817255a]
9: /usr/X11R6/bin/X [0x8178405]
10: /usr/X11R6/bin/X [0x8175125]
11: /usr/X11R6/bin/X(Dispatch+0x33f) [0x808d57f]
12: /usr/X11R6/bin/X(main+0x3bd) [0x80722ed]
13: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7c19775]
14: /usr/X11R6/bin/X [0x80717a1]
Saw signal 11.  Server aborting.


** Attachment added: Xorg.0.log with s3virge driver and NoAccel
   http://launchpadlibrarian.net/27904372/Xorg.0.log-s3virge-noaccel

-- 
screen flickers with S3 ViRGE/DX (chip 86C375)
https://bugs.launchpad.net/bugs/387058
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-s3virge 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 345076] Re: Kubuntu 9.04 alpha6 panel corruption

2009-06-14 Thread dotancohen
 Maybe Jonathan Thomas could do something useful for a change and provide some
 insight into how these things could be debugged?

Are you trying to piss him off by any way that you can? You are not a
developer, and you go around confirming and invalidating components, and
playing ping pong confirmed/invalid with a dev. Then you make a remark
like that?!? I personally am angry at you right now. I need this bug
fixed, and you are going to piss off the developer so that he leaves us
_both_ here to rot.

Go away. File a different bug, you have every right to as the dev
implies that your issue is not the same as the OP (yes, that's me). Piss
the devs off there. But let them do their work here and help those of us
who appreciate it.

-- 
Kubuntu 9.04 alpha6 panel corruption
https://bugs.launchpad.net/bugs/345076
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati 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 387058] Re: screen flickers with S3 ViRGE/DX (chip 86C375)

2009-06-14 Thread Márton Németh
Next try: disable XVideo:

Section Device
Identifier  Configured Video Device
Driver  s3virge
Option  XVideooff
EndSection

Result: the screen still flickers.

** Attachment added: Xorg.0.log with s3virge driver and XVideo off
   http://launchpadlibrarian.net/27904470/Xorg.0.log-XVideo-off

-- 
screen flickers with S3 ViRGE/DX (chip 86C375)
https://bugs.launchpad.net/bugs/387058
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-s3virge 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 387058] Re: screen flickers with S3 ViRGE/DX (chip 86C375)

2009-06-14 Thread Márton Németh
Try ShadowFB on: the screen still flickers.

Section Device
Identifier  Configured Video Device
Driver  s3virge
Option ShadowFB   on
EndSection

And the X server crashes within a minute:

Backtrace:
0: /usr/X11R6/bin/X(xorg_backtrace+0x3b) [0x813518b]
1: /usr/X11R6/bin/X(xf86SigHandler+0x55) [0x80c7be5]
2: [0xb8094400]
3: /usr/lib/libpixman-1.so.0 [0xb7ff4724]
4: /usr/lib/libpixman-1.so.0 [0xb7ff9350]
5: /usr/lib/libpixman-1.so.0(pixman_image_composite+0x761) [0xb7ff8f71]
6: /usr/lib/xorg/modules//libfb.so(fbComposite+0x1b2) [0xb7965632]
7: /usr/X11R6/bin/X [0x818030a]
8: /usr/lib/xorg/modules//libshadowfb.so [0xb78f6af2]
9: /usr/X11R6/bin/X(CompositePicture+0x19a) [0x817255a]
10: /usr/X11R6/bin/X [0x8178405]
11: /usr/X11R6/bin/X [0x8175125]
12: /usr/X11R6/bin/X(Dispatch+0x33f) [0x808d57f]
13: /usr/X11R6/bin/X(main+0x3bd) [0x80722ed]
14: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7c69775]
15: /usr/X11R6/bin/X [0x80717a1]
Saw signal 11.  Server aborting.


** Attachment added: Xorg.0.log with s3virge driver and ShadowFB on
   http://launchpadlibrarian.net/27904640/Xorg.0.log-ShadowFB-on

-- 
screen flickers with S3 ViRGE/DX (chip 86C375)
https://bugs.launchpad.net/bugs/387058
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-s3virge 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 359392] Re: [i965] X freezes starting on April 3rd

2009-06-14 Thread Mike.lifeguard
If you're no longer experiencing freezes, and you're using xorg-edgers
stuff, please let us know /specifically/ which version of xserver-xorg-
video-intel you're running.

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 387058] Re: screen flickers with S3 ViRGE/DX (chip 86C375)

2009-06-14 Thread Márton Németh
With Option fifo_conservative the screen flickers.

Section Device
Identifier  Configured Video Device
Driver  s3virge
Option  fifo_conservative
EndSection


** Attachment added: Xorg.0.log with s3virge driver and fifo_conservative
   http://launchpadlibrarian.net/27904789/Xorg.0.log-fifo_conservative

-- 
screen flickers with S3 ViRGE/DX (chip 86C375)
https://bugs.launchpad.net/bugs/387058
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-s3virge 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 387058] Re: screen flickers with S3 ViRGE/DX (chip 86C375)

2009-06-14 Thread Márton Németh
With Option mx_cr3a_fix off the screen flickers:

Section Device
Identifier  Configured Video Device
Driver  s3virge
Option  mx_cr3a_fix   off
EndSection


** Attachment added: Xorg.0.log with s3virge driver and mx_cr3a_fix off
   http://launchpadlibrarian.net/27904872/Xorg.0.log-mx_cr3a_fix-off

-- 
screen flickers with S3 ViRGE/DX (chip 86C375)
https://bugs.launchpad.net/bugs/387058
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-s3virge 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 359392] Re: [i965] X freezes starting on April 3rd

2009-06-14 Thread Jean-François Fortin Tam

 If you're no longer experiencing freezes, and you're using xorg-edgers
 stuff, please let us know /specifically/ which version of
 xserver-xorg-
 video-intel you're running.


Not sure if I need to reply directly to this thread about this, but here
goes: I am using xserver-xorg-video-intel 2.7.99.901
+git20090611.6d062e9e-0ubuntu0sarvatt~jaunty

You may have noticed that this is not the latest version. The reason is
simple: I just pinned/locked my packages to prevent upgrading, fearing
that things would break (I did not have a single problem with this
driver and the version before, been using that for a few weeks or so
since I switched to jaunty).

Thus, since I'm not running the latest one, I somewhat doubt my
testimonial will be relevant, but here goes, in the hope it is useful. I
am using a Dellbuntu Inspiron 530n, which has this 3100 gpu:

00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express
Integrated Graphics Controller (rev 02), Dell Device 020d

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 384937] Re: [i945gm] Unexpected X-server restarts on system with Intel 945GM

2009-06-14 Thread alcCapone
I used the one from that link here:
http://cdimage.ubuntu.com/releases/9.10/ . I downloaded it again (to
ensure the image hasn't been corrupted) and used usb-creator again with
deactivated  persistent file system feature but the result is the same.

Btw: If I boot the ubuntu from my hard disk then I get exactly 2 of
these hundreds of lines from the linked picture.

-- 
[i945gm] Unexpected X-server restarts on system with Intel 945GM
https://bugs.launchpad.net/bugs/384937
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 345076] Re: Kubuntu 9.04 alpha6 panel corruption

2009-06-14 Thread RK
 You are not a developer

I don't know where you get your information from, but your source
doesn't seem to be reliable in any way.

 and you go around confirming and invalidating components,

I changed the state according to the knowledge accumulated in this
thread. The same you did. Or are you saying that maintaining the bug
database is a bad thing to do?

 and playing ping pong confirmed/invalid

Whenever I re-opened the bug, I each time added an explanation and or
provided more evidence. Whenever that guy closed it, it was always with
a dogmatic driver issue, don't pester me against all evidence
accumulated so far. I don't think you have to blame _me_ here for not
accepting that guys misbehaviour.

 Then you make a remark like that?!?

Check what that guy contributed to the bug fixing. He checked which
driver you were using and then just kept insisting on the dogmactic view
that corruption occured = must be driver issue. I do not see any
constructive action to get the bug fixed. Not in any way.

 I need this bug fixed

According your comment #35 the bug was fixed for you. I moved the bug to
the only components that were different between 4.3b2 and 4.2.4. I also
presented further evidence that make it likely to be related to those
components. Do you think that was wrong? Do you think you would get the
bug fixed if the only thing being done is shifting the blame to some
driver that, according to presented evidence, is not at fault here?

 File a different bug,

What purpose would it have to file a different bug that's obviously a
duplicate?

 to as the dev implies that your issue is not the same as the OP

That guy implies (in fact, dogmatically claims) a lot. Contrary to all
evidence. Just don't let reality get into way of your opinion. Feel free
to check the evidence provided and feel free to argue to the contrary.

If you actually want to get this bug fixed, then get someone to figure
out why the QPainter could become not active. See your comment #3.
This seems to be the core issue here. And that needs to debugged in KDE4
land, not in any video driver.

If you want to do something on your own, deinstall KDE4 python bindings
and check whether this fixes the corruptions or not. If it does not,
then those where the wrong packages to blame. If it does, then you even
have an explaination why not more people are affected.

-- 
Kubuntu 9.04 alpha6 panel corruption
https://bugs.launchpad.net/bugs/345076
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati 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 386740] Re: [K8M800] mouse pointer corruptly displayed at the bottom of the X screen

2009-06-14 Thread Márton Németh
I use the built-in LCD panel of the Clevo D410J laptop. (I have the
possibility to connect an external LCD monitor if it make sense to
check.)

-- 
[K8M800] mouse pointer corruptly displayed at the bottom of the X screen
https://bugs.launchpad.net/bugs/386740
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 387082] [NEW] Screen flickers on the right side with visual effects enabled

2009-06-14 Thread Luca Bonora
Public bug reported:

Binary package hint: xserver-xorg-video-ati

With radeon drivers and KDE4 visual effects enabled the screen flickers
only on the right side of the screen. If I disable the effects the issue
disappear. I have an ATI X1400.

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

-- 
Screen flickers on the right side with visual effects enabled
https://bugs.launchpad.net/bugs/387082
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati 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 374034] Re: black rectangles on Radeon HD 3200

2009-06-14 Thread Arseny Klimovsky
I was sure my card is not supported by radeon driver :)

But I works, and I don't see any black rectangles for 30 minutes.

If they appear, I'll post about it.

How can I help to investigate the bug in radeonhd driver? (I'm not
satisfied with radeon 2D performance)

** Attachment added: Xorg.log with radeon
   http://launchpadlibrarian.net/27906297/Xorg.0.log

-- 
black rectangles on Radeon HD 3200
https://bugs.launchpad.net/bugs/374034
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-radeonhd 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 362359] Re: Focus gets stuck to a window - impossible to select other windows

2009-06-14 Thread Vincent Maucorps
I get it first in an upgrade from Intrepid, on a desktop+usb mouse

Then I get it from an almost clean install of Jaunty, on laptop+usb mouse.
Almost clean, because everything seems to be OK before activating the compiz 
related extra display features which also need to use an nvidia driver, and 
installing macromedia flash plug-in and skype.

I confirm that terminating the session and logging back in seems to fix the 
issue until the next reboot.
Making a left click and getting a contextual menu can help to get back enough 
focus to close the session graphically.


Could it be possible to give this bug a high importance, because it is the kind 
of thing that can really turn-off new users, since it makes Ubuntu quite 
useless...

-- 
Focus gets stuck to a window - impossible to select other windows
https://bugs.launchpad.net/bugs/362359
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server 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 384937] Re: [i945gm] Unexpected X-server restarts on system with Intel 945GM

2009-06-14 Thread Geir Ove Myhr
 I used the one from that link here:
 http://cdimage.ubuntu.com/releases/9.10/ . I downloaded it again (to
 ensure the image hasn't been corrupted) and used usb-creator again with
 deactivated  persistent file system feature but the result is the same.

Strange. I downloaded alpha-2 from there to check if it would work on
my computer, and it worked just fine (X61 Tablet and SanDisk Cruzer
Titanium 1.0 GB USB stick). Probably some unrelated bug, but I'm not
sure which package. We should probably check if this is a known bug
and otherwise file a bug report. For that it would probably be nice to
have pictures of the messages that come before the error messages you
showed.

-- 
[i945gm] Unexpected X-server restarts on system with Intel 945GM
https://bugs.launchpad.net/bugs/384937
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 381960] Re: [gm45] console freezes when attempting to start second instance of Xserver with UXA enabled

2009-06-14 Thread Piotr Morgwai Kotarbiński
I'm happy to report that upgrading to kernel 2.6.30-9 indeed solved the
problem :)

Many thanks

  Morg

-- 
[gm45] console freezes when attempting to start second instance of Xserver with 
UXA enabled
https://bugs.launchpad.net/bugs/381960
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 359392] Re: [i965] X freezes starting on April 3rd

2009-06-14 Thread Mike.lifeguard
Yes, I asked specifically because there is a(nother) regression in the latest 
stuff from xorg-edgers, so I was going to try everything from today and 
downgrade working backwards[1] until I found something that worked. But I'll 
give 2.7.99.901
+git20090611.6d062e9e-0ubuntu0sarvatt~jaunty a try first.

[1] http://ubuntuforums.org/showthread.php?p=7457024#post7457024

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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


Re: [Ubuntu-x-swat] [Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-06-14 Thread LanoxxthShaddow
I have been running with a kernel from the kernel-ppa 2.6.30
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/
and the intel driver 2.7.1 from X updates
https://launchpad.net/~ubuntu-x-swat/+archive/x-updates
and compiz reenabled for three days now without a freeze.
I am on amd64.

Best Regards
Lanoxx

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 321613] Re: 9100m G card (for acer aspire 4350)

2009-06-14 Thread Robert Hooker
Yeah, by the point he posted that set of logs the patch was already
there which would force it to use nv because the pci id did exist even
though it didn't work. The main problem is that we need to delete the
xorg.conf entirely (and the pci ids) for xserver to use it's internally
generated default driver priority system which would get around this
issue. That has some problems in practice that I've run into where
people have had framebuffer drivers by the kernel which can make the
detections skip over some KMS drivers in favor of the fbdev ones..
Leaving the xorg.conf around and sticking to the pci.ids files is a
horrible way to go about this because each driver handles it
differently, and there are major problems with the way -nv in particular
ends up having it done because a large portion of the supported cards do
not get id's generated. One thing I noticed in this regard -- In the
livecd-rootfs script a very old bug fix is included (that isn't relevant
anymore per tjaalton) which deletes then touches an empty xorg.conf and
even just having a blank one like that will screw up in this manner.

Line 477 here -
http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/annotate/head%3A/livecd.sh

One partial solution I can see would be to drop the xorg.conf completely
at least on livecd's. Just dropping the xorg.conf would let xservers
automatic configuration mechanism work which would let each brand of
cards have their own priority table and the server will try to load each
driver and then let the driver decide if its compatable or not before
moving on to the next in the list. For instance on my intel graphics, it
sets up a priority table of intel  i810  vesa  fbdev and works its
way down the list if the previous driver claims it doesn't support it.
i810 should be removed probably as a side note, and we will have to make
fbdev not try to claim it's the matching driver because of the small
problem that kms has when its a module and there are framebuffer devices
available packed into our initrds by the greedy initramfs-tools scripts.
I have attached my /var/log/Xorg.0.log to show how it works when no
xorg.conf exists, I didn't know it was this smart either :)

I think it would be possible for instance for ubuntu to carry a patch
against hw/xfree86/common/xf86AutoConfig.c in the xserver package to
change around the autodetection priorities for specific troublesome
cards which can be matched in a wildcard manner instead of manually
adding them to the ids. It just so happens this is how fedora is
handling changing nouveau to the default nvidia driver through this
patch.

http://cvs.fedoraproject.org/viewvc/rpms/xorg-x11-server/F-11/xserver-1.6.1-nouveau.patch?view=markup

Also notice they specifically force all nvidia cards in the 084x and
086x series (of which the 9100M G in this bug report belongs to) to use
vesa because it is unsupported by anything else?

Anyway, these are just my thoughts on it after discussing it with people
who understand how it works alot more than I do. I hope we can get it
worked out so it's a painless release :)

** Attachment added: Xorg.0.log referenced halfway into the post.
   http://launchpadlibrarian.net/27908890/Xorg.0.log.txt

-- 
9100m G   card (for acer aspire 4350)
https://bugs.launchpad.net/bugs/321613
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nv 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 156905] [NEW] Visual effects on Radeon X300 RV370 5B60

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

PCI ID 1002:5b60 using Free 'ati' driver as the default Gutsy install
leaves it.  This is a really basic entry-level gfx card that came free
with my one-year-old Dell Dimension PC. Nothing special at all.

With Visual Effects set to 'Normal' I see really bad artefacts. Nearly
impossible to describe, so here's a video.

http://bum.net/pics/screencast.ogg

With the fglrx non-free driver enabled, I have no effects at all due to
Composite extension not being supported.

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

-- 
Visual effects on Radeon X300 RV370 5B60
https://bugs.launchpad.net/bugs/156905
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 156905] Re: Visual effects on Radeon X300 RV370 5B60

2009-06-14 Thread Robert Ancell
Thanks for your bug report. The symptoms provided indicate this is a
problem with your video drivers and is being reassigned to the xorg
package. For more information on problems with visual effects and video
drivers see http://wiki.ubuntu.com/VisualEffects.

** Package changed: compiz (Ubuntu) = xorg (Ubuntu)

-- 
Visual effects on Radeon X300 RV370 5B60
https://bugs.launchpad.net/bugs/156905
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 384937] Re: [i945gm] Unexpected X-server restarts on system with Intel 945GM

2009-06-14 Thread Geir Ove Myhr
** Tags removed: needs-xorglog

-- 
[i945gm] Unexpected X-server restarts on system with Intel 945GM
https://bugs.launchpad.net/bugs/384937
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 387136] [NEW] Powerbook3, 3 / the lcd monitor goes red when default screen-saver activates (dpms)

2009-06-14 Thread Sébastien Grenier
Public bug reported:

Binary package hint: xserver-xorg-video-ati

Yesterday, I installed ubuntu karmic ppc (alpha) on a Powerbook3,3. I'd
to configure xorg to get it working (this is known unresolved issue )
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429432


A problem more annoying is that after 10 minutes (600 seconds) of inactivity, 
the screen-saver activates by default and the monitor goes completely red. I 
would expect the monitor to go blank not red.

I can easily test the issue with the command : sleep 1; xset s
activate


# lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

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

-- 
Powerbook3,3 / the lcd monitor goes red when default screen-saver activates 
(dpms)
https://bugs.launchpad.net/bugs/387136
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati 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 385832] Re: [i965gm] lower reslutions no longer available on LVDS with 2.7.99 (KMS)

2009-06-14 Thread Ludovico Cavedon
Geir Ove Myhr wrote:
 - The make and model of you computer

Manufacturer: Hewlett-Packard
Product Name: HP Pavilion dv2500 Notebook PC (dv2570el)


Thanks for the help!

-- 
[i965gm] lower reslutions no longer available on LVDS with 2.7.99 (KMS)
https://bugs.launchpad.net/bugs/385832
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 159594] [NEW] Crash to white screen of death (possibly Firefox?)

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Yet another machine that ran fine in Feisty, but which is having serious
problems in Gutsy. This is supposed to be an upgrade? Machine just
crashes to a white screen of death, and only solution appears to be to
pull the plug and reboot. It seems to be instantly fatal and leaves
nothing in the logs--but maybe I'm not looking at the right place there.

This has happened several times in the last few days, so it might be
related to a recent update. Searching in bug reports here, I was not
able to find any exact matches. In the instance a few minutes ago, only
three programs were running: Firefox, terminal, and BOINC (running the
World Community Grid).

The machine is a Sharp PC-WA70L with an AMD Sempron CPU and ATI
graphics. The chip is identified as a Radeon XPRESS 200M 5955 (PCIE), if
I'm looking at the right information with the Device Manager.

Glad to provide whatever diagnostic information I can or even run a few
tests if it will help--but I don't want to dedicate that much of my time
to attempting to repair my tools. These Gutsy problems have already
driven me back to Windows several times... I really like Ubuntu and have
been using it and recommending it for a couple of years now, but these
kinds of problems really strain our relationship--especially when they
seem to be getting bigger, not smaller.

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

-- 
Crash to white screen of death (possibly Firefox?)
https://bugs.edge.launchpad.net/bugs/159594
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 385832] Re: [i965gm] lower reslutions no longer available on LVDS with 2.7.99 (KMS)

2009-06-14 Thread Ludovico Cavedon

** Attachment added: xrandr-kms.log
   http://launchpadlibrarian.net/27910189/xrandr-kms.log

-- 
[i965gm] lower reslutions no longer available on LVDS with 2.7.99 (KMS)
https://bugs.launchpad.net/bugs/385832
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 385832] Re: [i965gm] lower reslutions no longer available on LVDS with 2.7.99 (KMS)

2009-06-14 Thread Ludovico Cavedon

** Attachment added: xrandr-nokms.log
   http://launchpadlibrarian.net/27910250/xrandr-nokms.log

-- 
[i965gm] lower reslutions no longer available on LVDS with 2.7.99 (KMS)
https://bugs.launchpad.net/bugs/385832
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 159594] Re: Crash to white screen of death (possibly Firefox?)

2009-06-14 Thread Robert Ancell
Thanks for your bug report. The symptoms provided indicate this is a
problem with your video drivers and is being reassigned to the xorg
package. For more information on problems with visual effects and video
drivers see http://wiki.ubuntu.com/VisualEffects.

** Package changed: compiz (Ubuntu) = xorg (Ubuntu)

-- 
Crash to white screen of death (possibly Firefox?)
https://bugs.launchpad.net/bugs/159594
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 163047] [NEW] firefox: mouse pointer disappears while page is loading

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In Gutsy Gibbon I noticed that while Firefox (2.0.0.8) is loading a page the 
mouse disappears if you move the mouse over an empty area of the page.
That means that if you move the mouse over some text or a link the mouse 
pointer shows up normally.
When the page is fully loaded the mouse pointer is always visible, even in the 
empty areas of the page.

I have confirmed this behaviour in two different computers since upgraded to 
Gutsy Gibbon.
In one computer I did release upgrade from Feisty Fawn to Gutsy Gibbon, and on 
the other computer I did a fresh installation on another partition.

I tried to change the mouse pointer's theme but it happens in all
available themes.

I also tried with visual effects disabled and it's still happening.

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


** Tags: needs-reassignment
-- 
firefox: mouse pointer disappears while page is loading
https://bugs.edge.launchpad.net/bugs/163047
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 163047] Re: firefox: mouse pointer disappears while page is loading

2009-06-14 Thread Robert Ancell
Reassigning to XOrg package as the comments show this occurs in both
Metacity and Compiz and is related to the X cursor.

** Package changed: compiz (Ubuntu) = xorg (Ubuntu)

-- 
firefox: mouse pointer disappears while page is loading
https://bugs.launchpad.net/bugs/163047
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 185600] [NEW] openoffice repeatedly freezes after resuming laptop from sleep

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: openoffice.org

I've used Feisty and Gutsy but this problem has started happening only
recently.  Here are the steps to reproduce:

1. Open a document in oowriter.

2. Put the laptop to sleep.

3. Resume the laptop.

Here are the symptoms:

1. Scrolling in the openoffice document is jerky.  Basically, if I hit
page up or page down, oowriter freezes for a few seconds and compiz
grays the oowriter window (to show that the app is not responding),
eventually oowriter unfreezes, refreshes its screen and is responsive
again.  If I try to scroll again, the same freeze repeats.

2. Sometimes oowriter seems to also cause other applications to
temporarily be unresponsive.  The symptom here is that compiz grays
*all* the windows on the screen for a few seconds until oowriter becomes
reponsive again.

3. No other application freezes like that after resume.  Note that
symptom 2 above happens *only* when oowriter is running.

4. This one is also a workaround: if I restart openoffice, the problem
goes away.

OO.org packages installed:

$ dpkg-query -W openoffice.org-* | gawk '$2 {print;}'
openoffice.org-base 1:2.3.0-1ubuntu5.3
openoffice.org-calc 1:2.3.0-1ubuntu5.3
openoffice.org-common   1:2.3.0-1ubuntu5.3
openoffice.org-core 1:2.3.0-1ubuntu5.3
openoffice.org-dev  1:2.3.0-1ubuntu5.3
openoffice.org-draw 1:2.3.0-1ubuntu5.3
openoffice.org-evolution1:2.3.0-1ubuntu5.3
openoffice.org-filter-mobiledev 1:2.3.0-1ubuntu5
openoffice.org-gnome1:2.3.0-1ubuntu5.3
openoffice.org-gtk  1:2.3.0-1ubuntu5.3
openoffice.org-help-en-gb   1:2.3.0-1ubuntu2
openoffice.org-help-en-us   1:2.3.0-1ubuntu2
openoffice.org-help-fr  1:2.3.0-1ubuntu2
openoffice.org-help-hi-in   1:2.3.0-1ubuntu2
openoffice.org-help-zh-cn   1:2.3.0-1ubuntu2
openoffice.org-help-zh-tw   1:2.3.0-1ubuntu2
openoffice.org-hyphenation  0.2
openoffice.org-impress  1:2.3.0-1ubuntu5.3
openoffice.org-java-common  1:2.3.0-1ubuntu5.3
openoffice.org-l10n-common  1:2.3.0-1ubuntu2
openoffice.org-l10n-en-gb   1:2.3.0-1ubuntu2
openoffice.org-l10n-en-us   1:2.3.0-1ubuntu5.3
openoffice.org-l10n-en-za   1:2.3.0-1ubuntu2
openoffice.org-l10n-fr  1:2.3.0-1ubuntu2
openoffice.org-l10n-hi-in   1:2.3.0-1ubuntu2
openoffice.org-l10n-zh-cn   1:2.3.0-1ubuntu2
openoffice.org-l10n-zh-tw   1:2.3.0-1ubuntu2
openoffice.org-math 1:2.3.0-1ubuntu5.3
openoffice.org-style-andromeda  1:2.3.0-1ubuntu5.3
openoffice.org-style-crystal1:2.3.0-1ubuntu5.3
openoffice.org-style-default1:2.3.0-1ubuntu5.3
openoffice.org-style-human  1:2.3.0-1ubuntu5.3
openoffice.org-style-industrial 1:2.3.0-1ubuntu5.3
openoffice.org-style-tango  1:2.3.0-1ubuntu5.3
openoffice.org-thesaurus-en-us  1:2.2.0-2ubuntu1
openoffice.org-writer   1:2.3.0-1ubuntu5.3

** Affects: xorg (Ubuntu)
 Importance: Low
 Status: Confirmed

-- 
openoffice repeatedly freezes after resuming laptop from sleep
https://bugs.edge.launchpad.net/bugs/185600
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 173440] [NEW] cube background doesn't redraw on the cloned display

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: compiz

When a display is cloned by the Clone Output plugin the background(it
doesn't matter if Skydome is active) of the cube(when rotating) doesn't
redraw on LVDS. I have an Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller.

** Affects: xorg (Ubuntu)
 Importance: Low
 Status: Confirmed

-- 
cube background doesn't redraw on the cloned display
https://bugs.edge.launchpad.net/bugs/173440
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 185600] Re: openoffice repeatedly freezes after resuming laptop from sleep

2009-06-14 Thread Robert Ancell
Thanks for your bug report. The symptoms provided indicate this is a
problem with your video drivers and is being reassigned to the xorg
package. For more information on problems with visual effects and video
drivers see http://wiki.ubuntu.com/VisualEffects.

** Package changed: compiz (Ubuntu) = xorg (Ubuntu)

-- 
openoffice repeatedly freezes after resuming laptop from sleep
https://bugs.launchpad.net/bugs/185600
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 173440] Re: cube background doesn't redraw on the cloned display

2009-06-14 Thread Robert Ancell
Thanks for your bug report. The symptoms provided indicate this is a
problem with your video drivers and is being reassigned to the xorg
package. For more information on problems with visual effects and video
drivers see http://wiki.ubuntu.com/VisualEffects.

** Package changed: compiz (Ubuntu) = xorg (Ubuntu)

-- 
cube background doesn't redraw on the cloned display
https://bugs.launchpad.net/bugs/173440
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 184868] Re: synaptics and compiz not compatibles

2009-06-14 Thread Robert Ancell
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: compiz (Ubuntu)
   Status: Incomplete = Invalid

-- 
synaptics and compiz not compatibles 
https://bugs.launchpad.net/bugs/184868
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 335610] [NEW] Windows and other elements look distorted (rainbow pixelated) with compiz enabled

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: compiz

Gnome panel looks distorted (rainbow pixelated) with compiz enabled.
Sometimes Applications, Places, System is visible, sometimes not.
Also other elements like terminal windows etc can be garbled or
distorted. Happens mostly when using alt+tab window switcher or like.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: compiz 1:0.7.9+git20090211-0ubuntu5
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: compiz
Uname: Linux 2.6.28-8-generic i686

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


** Tags: apport-bug i386
-- 
Windows and other elements look distorted (rainbow pixelated) with compiz 
enabled
https://bugs.edge.launchpad.net/bugs/335610
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 364590] [NEW] application icons mangled after suspend

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: compiz

Hello! I'm running up-to-date Jaunty on a Dell Latitude D620, with an
Intel graphics card (lshw calls it “Mobile 945GM/GMS, 943/940GML Express
Integrated Graphics Controller”).

After a suspend, the icons of programs that were running before are
“mangled”, apparently replaced by random memory contents. This is
apparent in how minimized applications are displayed in the shift
switcher and the static application switcher. (I assume the same applies
for the other switchers, but I don't use them.) Applications started
after the resume have their correct icons. See the attached screen-shots
for examples.

In the screen-shots, the icons that are displayed correctly belong to
windows that I started after the resume. It's interesting that this is
window-specific rather than application-specific. For example, in the
first screen-shot, one Firefox window icon is shown correctly and one
isn't; the correct one belongs to a Firefox window I opened after the
resume, which is the same application/process as the incorrect one.

It's also noteworthy that the window list and window selector panel
applets don't have this problem, i.e. they display the correct icons.

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

-- 
application icons mangled after suspend
https://bugs.edge.launchpad.net/bugs/364590
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 374050] [NEW] strange compiz behaviour on jaunty

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: compiz

I'm not really sure where's the problem. I have an intel graphics chip,
and running Jaunty with all the latest updates.

Upon logon, compositing is enabled and some desktop effects are enabled
like drop-shadow on windows, while others are not, like the application
switcher and minimize/maximize effects and the transparency on the
window decorator. They all seem to be enabled in ccsm however.

If I try to set Visual Effects to Normal from Appearance, It looks for a
hardware drive, flickers everything a few times then say that it's not
possible for me to enable desktop effects.

The only way that I can get my full desktop effects back is by reloading
the window manager twice from fusion-icon.

My graphics chip was blacklisted when I installed jaunty but now it's
not anymore, so back then I thought it was the reason for this odd
behaviour, I'm not even using the Option MigrationHeuristic greedy
option in xorg.conf.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
MachineType: Dell Inc. Inspiron 1525
Package: compiz 1:0.8.2-0ubuntu8.1
PackageArchitecture: all
ProcCmdLine: root=UUID=27a42538-c931-4bb2-b8e5-9f826d0425c8 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-12.43-generic
SourcePackage: compiz
UnreportableReason: This is not a genuine Ubuntu package

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


** Tags: apport-bug i386 jaunty
-- 
strange compiz behaviour on jaunty
https://bugs.edge.launchpad.net/bugs/374050
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 386103] [NEW] Compiz shows white screen when activated intel x3100 graphics card

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: compiz

Similar to bug white screen on second screen, but this is a white screen
on first screen (screen 0).

If I activate compiz (through fusion icon or through desktop effects) the 
screen goes white.
The computer runs and  there is no crash or dump.

activating the 'cube' desktop switcher works, but it behaves very slowly
and all visible desktops are white. sky background image is shown
correctly.

Work around:
I press ctrl-alt-f2
login to terminal 
issue command 'ps aux | grep compiz'  and get the pid for process compiz-real
isue command 'kill PID' where PID is determined in step above.

press Ctrl-alt-f7 to return to x-windows

This problem happens on several kernels I have installed:
2.6.30-020630-generic
2.6.28-12-generic
2.6.28-11-generic
kernel 2.6.28-6-386

This is similar to a bug reported by ati graphics card users in older versions 
of Ubuntu.
So it is probably related to compiz more than any single kernel, ubuntu 
release, or graphics card.

It might also be a conflict with other installed software. (i will
update ticket If I find an issue)

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
MachineType: Dell Inc. Inspiron 1420
Package: compiz 1:0.8.2-0ubuntu8.1
PackageArchitecture: all
ProcCmdLine: root=UUID=8f7ce294-eb94-4132-9dc8-cd5933d5c286 ro splash vga=792
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
SourcePackage: compiz

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


** Tags: apport-bug i386
-- 
Compiz shows white screen when activated intel x3100 graphics card
https://bugs.edge.launchpad.net/bugs/386103
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 364590] Re: application icons mangled after suspend

2009-06-14 Thread Robert Ancell
Thanks for your bug report. The symptoms provided indicate this is a
problem with your video drivers and is being reassigned to the xorg
package. For more information on problems with visual effects and video
drivers see http://wiki.ubuntu.com/VisualEffects.

** Package changed: compiz (Ubuntu) = xorg (Ubuntu)

-- 
application icons mangled after suspend
https://bugs.launchpad.net/bugs/364590
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


Re: [Ubuntu-x-swat] [Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-06-14 Thread Jithin Emmanuel
On Monday 15 Jun 2009 2:17:54 am Mike.lifeguard wrote:
 If you're no longer experiencing freezes, and you're using xorg-edgers
 stuff, please let us know /specifically/ which version of xserver-xorg-
 video-intel you're running.
I am using
xserver-xorg-video-intel 
2:2.7.99.901+git20090611.6d062e9e-0ubuntu0sarvatt~jaunty

libdrm2 - 2.4.11+git20090519.f355ad89-0ubuntu0sarvatt~jaunty

xserver-xorg-core
2:1.6.1.901+git20090523+server-1.6-branch.5cd5a012-0ubuntu0sarvatt2

and kernel 2..6.30
-- 
Thanks
Jithin Emmanuel

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 335610] Re: Windows and other elements look distorted (rainbow pixelated) with compiz enabled

2009-06-14 Thread Robert Ancell
Thanks for your bug report. The symptoms provided indicate this is a
problem with your video drivers and is being reassigned to the xorg
package. For more information on problems with visual effects and video
drivers see http://wiki.ubuntu.com/VisualEffects.

** Package changed: compiz (Ubuntu) = xorg (Ubuntu)

-- 
Windows and other elements look distorted (rainbow pixelated) with compiz 
enabled
https://bugs.launchpad.net/bugs/335610
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 207459] [NEW] stange square appears on text

2009-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Ubuntu hardy (development branch) - 8.04

I updated from 7.10. But my problem started on 7.10 after installing
nvidia driver using 'envy'. Everytime I open a new window (no matter of
what kind) than has cursor for text (mozilla, xterm, finder, etc) it
appears for a few seconds a strange square than keeps in the right place
of the cursor, and then it disappears. It doesn't cause any problem, but
it's annoying. Now with 8.04 beta it dissapeard. But then I changed from
metacity to compiz and appeared again. If I disable compiz and reboot it
dissapears.

Thanks!

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

-- 
stange square appears on text
https://bugs.edge.launchpad.net/bugs/207459
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 374050] Re: strange compiz behaviour on jaunty

2009-06-14 Thread Robert Ancell
Thanks for your bug report. The symptoms provided indicate this is a
problem with your video drivers and is being reassigned to the xorg
package. For more information on problems with visual effects and video
drivers see http://wiki.ubuntu.com/VisualEffects.

** Package changed: compiz (Ubuntu) = xorg (Ubuntu)

-- 
strange compiz behaviour on jaunty
https://bugs.launchpad.net/bugs/374050
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


  1   2   >