[Ubuntu-x-swat] [Bug 359449] Re: 2.6.28-11 breaks mouse scrolling

2009-08-07 Thread Michael Totschnig
I had exactly the same problem with the same type of mouse and was able to fix 
it by giving the option proto=imps to the psmouse module.
You can test it by executing the following two lines in a shell
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

To make it persistent I created a file /etc/modprobe.d/psmouse.conf with
the line

options psmouse proto=imps

-- 
2.6.28-11 breaks mouse scrolling
https://bugs.launchpad.net/bugs/359449
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 390337] Re: MSI Geforce FX-5200 AGP Graphic Card/Samsung Syncmaster 713N TFT: no acceleration, no Desktop effects/compiz, ubuntu nv driver fine, but nvidia 173-glx driver not work

2009-08-07 Thread Ryan Steele
*** This bug is a duplicate of bug 361856 ***
https://bugs.launchpad.net/bugs/361856

** This bug has been marked a duplicate of bug 361856
   New upstream 173.14.18 available

-- 
MSI Geforce FX-5200 AGP Graphic Card/Samsung Syncmaster 713N TFT: no 
acceleration, no Desktop effects/compiz, ubuntu nv driver fine, but nvidia 
173-glx driver not working since jaunty release/Karmic alpha
https://bugs.launchpad.net/bugs/390337
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-173 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 406651] Re: 2.6.28-14 kills PSB driver on Dell Mini 10 & Acer One 751h

2009-08-07 Thread Steve Jenkins
WORKAROUND FOUND:

On a FRESH install of 2.6.28-11, I installed xserver-xorg-video-psb as
documented and rebooted. This gave me the same "Failed to load kernel
module "psb." This driver currently needs DRM to operate." errors as
mentioned above.

As suggested by hardyrulz, I continued with low-res graphics, then did:

sudo apt-get install psb-kernel-source
sudo shutdown -r now

which TOTALLY worked! Yay! I had 1366x768 on my Aspire 751h!

But... my elation was short-lived. After using Update Manager to update
EVERYTHING, I rebooted into 2.6.28-14 and got the same incompatibility
errors as before.

pjman suggested a reinstall, which I attempted with:

sudo-apt install --reinstall psb-kernel-source

Which CRASHED my session. So the lesson here is DO NOT SIMPLY
"REINSTALL." Don't feel bad, though, pjman. I would have totally tried
that without your suggestion anyway. :)

So I rebooted and did:

sudo-apt remove psb-kernel-source

sudo apt-get install psb-kernel-source

sudo reboot

A, yeah. I'm back at 1366x768, baby!

So it would seem that any time the Jaunty version changes, a "remove"
and "install" of psb-kernel-source (and NOT a --reinstall) will do the
trick!

-- 
2.6.28-14 kills PSB driver on Dell Mini 10 & Acer  One 751h
https://bugs.launchpad.net/bugs/406651
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-psb 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 357901] Re: xinerama mouse cursor on every screen

2009-08-07 Thread Dustin Spicuzza
This patch works for me as well -- no more extra mouse. Latest NVIDIA
drivers, GeForce 6600 and 6200 cards with 3 monitors.

I also have a bug where the mouse seems to get 'stuck' in the screen
that has my second video card on it. Hasn't happened yet, but its a
tricky bugger so it may come back.

-- 
xinerama mouse cursor on every screen
https://bugs.launchpad.net/bugs/357901
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


[Ubuntu-x-swat] [Bug 401214] Re: [i965GM] Xorg starts to black screen with some corruption when using driver "VESA" (KMS bug)

2009-08-07 Thread Geir Ove Myhr
Still present on daily-live from 20090807 with linux 2.6.31-5. Tested
with LiveUSB image this time.

-- 
[i965GM] Xorg starts to black screen with some corruption when using driver 
"VESA" (KMS bug)
https://bugs.launchpad.net/bugs/401214
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 410267] Re: Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape

2009-08-07 Thread Hernando Torque
More information on the offset:

*) Screen mode
The amount of x- and y-offset equal the space between window border and visible 
canvas (image canvas + space around), like ruler/menu bar:

http://img.xrmb2.net/images/770432.png

Removing the rulers reduces the offset by the rulers widths:

http://img.xrmb2.net/images/945369.png

*) Window mode
The stylus' x- and y-position within the visible canvas area seems to be equal 
to the relative position of the cursor on screen, e.g. 
cursor position x (on screen) = screen width * 0.75
cursor position y (on screen) = screen height * 0.5 
=>
stylus position x (within canvas) = canvas width * 0.75
stylus position y (within canvas) = canvas height * 0.5:

http://img.xrmb2.net/images/171503.png

-- 
Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape
https://bugs.launchpad.net/bugs/410267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-08-07 Thread lost_soul
and my xorg log as well ..

** Attachment added: "xorg.log"
   http://launchpadlibrarian.net/30039382/xorg.log

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver
https://bugs.launchpad.net/bugs/353126
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


[Ubuntu-x-swat] [Bug 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-08-07 Thread lost_soul
if it helps here's my lspci attached ..

** Attachment added: "lspci"
   http://launchpadlibrarian.net/30039372/lspci

-- 
Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx 
driver
https://bugs.launchpad.net/bugs/353126
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


[Ubuntu-x-swat] [Bug 399435] Re: [i845G] Cannot set screen resolution to 1280x1024

2009-08-07 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Confirmed => In Progress

-- 
[i845G] Cannot set screen resolution to 1280x1024
https://bugs.launchpad.net/bugs/399435
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 346633] Re: Xorg crashed with SIGSEGV in EvdevMBEmuTimer()

2009-08-07 Thread Dragomir Minkovski
lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

apt-cache policy xorg
xorg:
  Installed: 1:7.4+3ubuntu5
  Candidate: 1:7.4+3ubuntu5
  Version table:
 *** 1:7.4+3ubuntu5 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

apt-cache policy xserver-xorg-video-intel 
xserver-xorg-video-intel:
  Installed: 2:2.8.0-0ubuntu2
  Candidate: 2:2.8.0-0ubuntu2
  Version table:
 *** 2:2.8.0-0ubuntu2 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status


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

-- 
Xorg crashed with SIGSEGV in EvdevMBEmuTimer()
https://bugs.launchpad.net/bugs/346633
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


[Ubuntu-x-swat] [Bug 72655] Re: use icheck to detect ABI breakage

2009-08-07 Thread Andrey Ponomarenko
Use ABI-compliance-checker instead of icheck because it provides more 
convenient output
http://ispras.linux-foundation.org/index.php/ABI_compliance_checker

-- 
use icheck to detect ABI breakage
https://bugs.launchpad.net/bugs/72655
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libdrm 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 398188] Re: strange "0x0" mode in xrandr mode list

2009-08-07 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Fix Released => Confirmed

-- 
strange "0x0" mode in xrandr mode list
https://bugs.launchpad.net/bugs/398188
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 404509] Re: [i945GM] Display mirrored-ish after resume

2009-08-07 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Confirmed => In Progress

-- 
[i945GM] Display mirrored-ish after resume
https://bugs.launchpad.net/bugs/404509
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 317094] Re: evtouch meta bug to collect lshal info

2009-08-07 Thread Michael Fletcher
I have a brand new EeeTOP et1602 and I cannot get the touchscreen to
work properly.

lsusb: 
Bus 005 Device 002: ID 1bfd:1688 TouchPack Resistive Touch Screen

I tried the instructions here (http://idlethread.blogspot.com/2009/08
/touchscreen-fail.html) but the touchscreen does not work.

I followed some instructions
(http://wiki.linuxmce.org/index.php/Asus_EeeTop) and got the touchscreen
to partly work.  I had to modify my xorg.conf file and add this udev
rule

KERNEL=="event*", SUBSYSTEM=="input", ATTRS{idVendor}=="1bfd",
ATTRS{idProduct}=="1688", SYMLINK+="input/evtouch"


I think somehow the driver got the x/y/z/rx mixed up.  A press on the middle of 
the screen produces a Z, Rx coordinates of (2365, 2176).  

Input driver version is 1.0.0
Input device ID: bus 0x3 vendor 0x1bfd product 0x1688 version 0x101
Input device name: "HID TOUCH HID Touch Panel"
Supported events:
  Event type 0 (Sync)
  Event type 1 (Key)
Event code 272 (LeftBtn)
Event code 273 (RightBtn)
Event code 274 (MiddleBtn)
Event code 320 (ToolPen)
Event code 330 (Touch)
Event code 331 (Stylus)
  Event type 3 (Absolute)
Event code 0 (X)
  Value  0
  Min0
  Max 4095
Event code 1 (Y)
  Value  0
  Min0
  Max 4095
Event code 2 (Z)
  Value   1678
  Min0
  Max 4095
Event code 3 (Rx)
  Value   2056
  Min0
  Max 4095
  Event type 4 (Misc)
Event code 4 (ScanCode)
Testing ... (interrupt to exit)
Event: time 1249686352.567316, type 4 (Misc), code 4 (ScanCode), value 90001
Event: time 1249686352.567343, type 1 (Key), code 272 (LeftBtn), value 1
Event: time 1249686352.567358, type 3 (Absolute), code 2 (Z), value 2365
Event: time 1249686352.567364, type 3 (Absolute), code 3 (Rx), value 2176
Event: time 1249686352.567371, -- Report Sync 
Event: time 1249686352.664318, type 4 (Misc), code 4 (ScanCode), value 90001
Event: time 1249686352.664346, type 1 (Key), code 272 (LeftBtn), value 0
Event: time 1249686352.664365, -- Report Sync 


** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/30033393/xorg.conf

-- 
evtouch meta bug to collect lshal info
https://bugs.launchpad.net/bugs/317094
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch 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 363410] Re: [i965] Intel GM965/GL960 regression in Jaunty RC

2009-08-07 Thread Hora
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Invalid

** Converted to question:
   
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+question/79434

-- 
[i965] Intel GM965/GL960 regression in Jaunty RC
https://bugs.launchpad.net/bugs/363410
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 410401] Re: [r300 KMS] modesetting not accepted by monitor

2009-08-07 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown => Confirmed

-- 
[r300 KMS] modesetting not accepted by monitor
https://bugs.launchpad.net/bugs/410401
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 403530] Re: [i945GM] (Needs 2.6.31) Screen goes wild when doing simple 3D work

2009-08-07 Thread Bryce Harrington
According to the upstream bug, the fix for this is queued for the 2.6.31
kernel, so I'm moving this to the kernel team.

** Summary changed:

- [i945GM] Screen goes wild when doing simple 3D work
+ [i945GM] (Needs 2.6.31) Screen goes wild when doing simple 3D work

** Tags added: xorg-needs-kernel-fix

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

-- 
[i945GM] (Needs 2.6.31) Screen goes wild when doing simple 3D work
https://bugs.launchpad.net/bugs/403530
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 410401] Re: [r300 KMS] modesetting not accepted by monitor

2009-08-07 Thread Bryce Harrington
Fixed it up, and thanks for forwarding it upstream already.

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

** Changed in: xorg-server
   Importance: Undecided => Unknown

** Changed in: xorg-server
   Status: New => Unknown

** Changed in: xorg-server
 Remote watch: None => freedesktop.org Bugzilla #22852

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

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Triaged

-- 
[r300 KMS] modesetting not accepted by monitor
https://bugs.launchpad.net/bugs/410401
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 410255] Re: Mouse cursor fails to rotate

2009-08-07 Thread Geir Ove Myhr
** Tags added: 965gm karmic mouse

** Summary changed:

- Mouse cursor fails to rotate
+ [i965GM] Mouse cursor fails to rotate

-- 
[i965GM] Mouse cursor fails to rotate
https://bugs.launchpad.net/bugs/410255
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 410258] Re: Desktop effects could not be enabled

2009-08-07 Thread Geir Ove Myhr
** Tags added: 965gm compiz karmic

** Summary changed:

- Desktop effects could not be enabled
+ [i965GM] Desktop effects could not be enabled

-- 
[i965GM] Desktop effects could not be enabled
https://bugs.launchpad.net/bugs/410258
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 410309] Re: Screen goes blank after rotation

2009-08-07 Thread Geir Ove Myhr
** Tags added: 965gm black-screen karmic

** Summary changed:

- Screen goes blank after rotation
+ [i965GM] Screen goes blank after rotation

-- 
[i965GM] Screen goes blank after rotation
https://bugs.launchpad.net/bugs/410309
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-08-07 Thread hkais
Dennis Dirdjaja,

the problems occured with the update to the new version of the driver

-- 
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 409950] Re: black screen on live-cd startup

2009-08-07 Thread Andreas

** Attachment added: "dmidecode"
   http://launchpadlibrarian.net/30017155/dmidecode.txt

** Tags added: xorg-needs-kernel-fix

** Tags removed: xorg-needs-kernel-fix

-- 
black screen on live-cd startup
https://bugs.launchpad.net/bugs/409950
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 409950] Re: black screen on live-cd startup

2009-08-07 Thread Andreas
The same happened with the updated driver, only with more flickering
before the white screen came up (after this X seems to be frozen).

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

-- 
black screen on live-cd startup
https://bugs.launchpad.net/bugs/409950
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-08-07 Thread Jordi Puigsegur
Last weekend I tried to set up a boot USB stick but was not successfull.
Have to check the creating procedure (used my laptop's Jaunty app. to
create it) and/or maybe update the BIOS of the computer. Haven't had
time during the week.

-- 
[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 388749] Re: Symptom-based X.org bug reporting

2009-08-07 Thread Bryce Harrington
** Summary changed:

- Symptom-based bug reporting with apport
+ Symptom-based X.org bug reporting

** Summary changed:

- Symptom-based X.org bug reporting
+ Symptom-based X.org bug reporting with apport

-- 
Symptom-based X.org bug reporting with apport
https://bugs.launchpad.net/bugs/388749
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 408205] Re: [i830] X does not work with Intel 82830 chipset

2009-08-07 Thread Robbt
I booted into Linux again and added the 2.6.31-4 kernel and the problem
is still occurring. It is actually failing at the splash screen at this
point vs. when GDM is launched. It fills the screen with white and then
becomes unresponsive. This problem has been around since Intrepid Ibix
and I had switched to debian but ran into an Xorg problem when I
switched from Lenny to the latest testing images. So I don't know of any
workaround at this point and it could in fact be the same as this bug
since it's similar hardware https://bugs.launchpad.net/ubuntu/+source
/xserver-xorg-video-intel/+bug/362582. I have a Lifebook 6010 as someone
else has in the bug I linked too.

I think the problem is that this hardware isn't supported currently
whenever there was a transition away from i810 specific drivers onto
intel. Is there any chance of this getting resolved ?

-- 
[i830] X does not work with Intel 82830 chipset
https://bugs.launchpad.net/bugs/408205
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 409018] Re: Need to override HDMI resolution list

2009-08-07 Thread Hadmut Danisch
I could actually fix the problem about two hours ago:

- generate a modeline with cvt
- put it into xorg.conf
- xrandr --addmode HDMI-0 1360×768
- xrandr -s 1360×768


But I had to choose a width that is a multiple of 8, so I had to choose 1360 
instead of the panel's physical width of 1366. 

regards

-- 
Need to override HDMI resolution list
https://bugs.launchpad.net/bugs/409018
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 404577] Re: Xorg does not load in karmic using Zotac ion board A series

2009-08-07 Thread bubba_169
** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: Incomplete => New

-- 
Xorg does not load in karmic using Zotac ion board A series
https://bugs.launchpad.net/bugs/404577
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 402992] Re: Update problem by graphic solution

2009-08-07 Thread Bryce Harrington
It sounds like in moving to 9.04 your issue is solved?  If so, we can
close this since we are unlikely to go back and fix the issue on 8.10.
Thanks for providing all the information.

Regarding the subsequent application bugs, please remember that each
problem should be reported in a separate bug report, so if after
upgrading you still see an issue with DesignCAD, file that as a separate
report.  Also note that typically we like to see bugs reproduced in the
current development release (currently 9.10).

** Changed in: xorg (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Update problem by graphic solution
https://bugs.launchpad.net/bugs/402992
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 409944] Re: X server random crash with no activity

2009-08-07 Thread Mark Beierl
If there's anything more I can add, please let me know (ie: how to start
X so that it produces a useful core).

Additional info: this seems to occur primarily when running on wireless.
I have had the system stable for two days now on wired network and no
crash.

-- 
X server random crash with no activity
https://bugs.launchpad.net/bugs/409944
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 403301] Re: Screen problem

2009-08-07 Thread Bryce Harrington
** Tags added: jaunty

-- 
Screen problem
https://bugs.launchpad.net/bugs/403301
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 408030] Re: Problem when resizing and the Panels

2009-08-07 Thread Bryce Harrington
Sounds like a window manager bug; I'm guessing you're seeing this on
compiz (since I've seen similar behavior).  If you're using metacity let
us know so it can be refiled there.

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

** Changed in: compiz (Ubuntu)
   Status: New => Incomplete

-- 
Problem when resizing and the Panels
https://bugs.launchpad.net/bugs/408030
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 409018] Re: Need to override HDMI resolution list

2009-08-07 Thread Bryce Harrington
There are a variety of parameters available that can be set in xorg.conf
to add or force various resolutions, modelines, force on/off particular
options, and so on, so I'm *pretty* sure what you're asking for already
exists, although it's hard to say just from the description provided.
If that doesn't work for you, then we'd need to see your 'xrandr
--verbose', and pairs of xorg.conf/Xorg.0.log's that you've tested and
the results you found.

You also didn't specify which version of Ubuntu you tested or what video
driver you're using, and a lot of this is heavily driver-dependent, so
before any further analysis could be done here we'd need to know that as
well.  (I can suss this out of the Xorg.0.log if you don't know).

Also attach the output from 'lspci -vvnn' and 'dmidecode', in case the
error is something particular to your hardware and need your product
id's.

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
Need to override HDMI resolution list
https://bugs.launchpad.net/bugs/409018
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 409944] Re: X server random crash with no activity

2009-08-07 Thread Bryce Harrington
Sounds like an api incompatibility, although difficult to say from the
limited backtrace.  Refiling against -nvidia

** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-180
(Ubuntu)

-- 
X server random crash with no activity
https://bugs.launchpad.net/bugs/409944
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 410255] Re: Mouse cursor fails to rotate

2009-08-07 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Confirmed

-- 
Mouse cursor fails to rotate
https://bugs.launchpad.net/bugs/410255
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 410258] Re: Desktop effects could not be enabled

2009-08-07 Thread Bryce Harrington
Weird, I don't see anything in your Xorg.0.log that would suggest DRI or
GLX is malfunctioning.  Can you also attach the output of 'glxinfo |
grep -i render' to see if you've got SW rendering going on?  If not, by
chance are you running metacity with compositing turned on?  (Compiz has
a bug that it crashes when compositing is on; you can work around it by
running 'compiz --replace' from an xterm).

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

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Confirmed

-- 
Desktop effects could not be enabled
https://bugs.launchpad.net/bugs/410258
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 410309] Re: Screen goes blank after rotation

2009-08-07 Thread Bryce Harrington
Hi Jon,

Thanks, nearly all the necessary info is here, just need register dumps:

sudo apt-get install xserver-xorg-video-intel-dbg

run twice, once for when you have a good working screen (with either
-intel or -vesa, any resolution), and once in the broken case:

intel_reg_dumper > regdump_good.txt

intel_reg_dumper > regdump_broke.txt

In the broken case, you may need to run it from the console or from an
external ssh session.

Ref.: https://wiki.ubuntu.com/X/Troubleshooting/BlankScreen

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

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided => High

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Confirmed

-- 
Screen goes blank after rotation
https://bugs.launchpad.net/bugs/410309
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 305909] Re: [i830] Gradient banding on Dell Latitude C400

2009-08-07 Thread Jonas Bygdén
Here's a fresh Xorg.0.log from today. After a fresh install and a
complete update after that.


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

-- 
[i830] Gradient banding on Dell Latitude C400
https://bugs.launchpad.net/bugs/305909
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 379157] Re: [i945G] Samsung TV not detected on VGA output (no screens)

2009-08-07 Thread Geir Ove Myhr
Have you had the chance to get the logs with the package in the PPA yet?

-- 
[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 410248] Re: X consumes ever-increasing memory

2009-08-07 Thread Geir Ove Myhr
** Tags added: g41 jaunty

-- 
X consumes ever-increasing memory
https://bugs.launchpad.net/bugs/410248
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 410267] Re: Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape

2009-08-07 Thread Hernando Torque
I only have a Jaunty Alpha Live-CD to test and it definitely works (also
Inkscape's calligraphy tool) with:

- wacom-tools/xserver-xorg-input-wacom 1:0.8.2.2-0ubuntu2
- kernel 2.6.28-4.9

-- 
Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape
https://bugs.launchpad.net/bugs/410267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 410305] Re: screen flickering on dell laptop

2009-08-07 Thread Geir Ove Myhr
** Tags added: 945gm flicker karmic

-- 
screen flickering on dell laptop
https://bugs.launchpad.net/bugs/410305
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 410318] Re: noticed "[XvMC] fail to init batch buffer" in log files

2009-08-07 Thread Geir Ove Myhr
** Tags added: 945gm karmic videoplayback

-- 
noticed "[XvMC] fail to init batch buffer" in log files
https://bugs.launchpad.net/bugs/410318
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 391768] Re: nvidia-96-kernel-source fails to build on Karmic

2009-08-07 Thread C de-Avillez
** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
   Importance: Undecided => High

-- 
nvidia-96-kernel-source fails to build on Karmic
https://bugs.launchpad.net/bugs/391768
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 350327] Re: vinagre connects but appears that I cannot start anything on remote desktop

2009-08-07 Thread bc90021
Has this been fixed?  I'd really like to be able to connect to my
machine remotely.

-- 
vinagre connects but appears  that I cannot start anything on remote desktop
https://bugs.launchpad.net/bugs/350327
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 367941] Re: 3D acceleration broken on Sony Vaios with dual graphics adapters

2009-08-07 Thread Michael Doube
This bug is still present in Karmic alpha 3

-- 
3D acceleration broken on Sony Vaios with dual graphics adapters
https://bugs.launchpad.net/bugs/367941
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 394059] Re: Keys freeze and stick while playing games.

2009-08-07 Thread Daniel
dunno if this one was needed, but anyho.. :)

** Attachment added: "Xorg.0.log.old"
   http://launchpadlibrarian.net/30009582/Xorg.0.log.old

-- 
Keys freeze and stick while playing games.
https://bugs.launchpad.net/bugs/394059
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


[Ubuntu-x-swat] [Bug 394059] Re: Keys freeze and stick while playing games.

2009-08-07 Thread Daniel
Xorg.0.log

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

-- 
Keys freeze and stick while playing games.
https://bugs.launchpad.net/bugs/394059
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


[Ubuntu-x-swat] [Bug 394059] Re: Keys freeze and stick while playing games.

2009-08-07 Thread Daniel
Hi! I have the same problem, playing nexuiz, the key freezes :(

** Attachment added: "lspci.log"
   http://launchpadlibrarian.net/30009572/lspci.log

-- 
Keys freeze and stick while playing games.
https://bugs.launchpad.net/bugs/394059
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


[Ubuntu-x-swat] [Bug 317094] Re: evtouch meta bug to collect lshal info

2009-08-07 Thread Rémy
Hi,
I also have the issue.
Here is my output of lshal.


** Attachment added: "evtouch_hal.out"
   http://launchpadlibrarian.net/30009071/evtouch_hal.out

-- 
evtouch meta bug to collect lshal info
https://bugs.launchpad.net/bugs/317094
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch 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-08-07 Thread Dennis Dirdjaja
hkais, I suggest you open a question on https://answers.launchpad.net/
or the forums because you obviously won't get support here and I doubt
your current issue is related to the original bug.

-- 
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 380265] Re: [i845G] glxgears output is corrupted until tiling is explicitly disabled in xorg.conf (UXA bug)

2009-08-07 Thread Jacob Godserv
It looks like it's been fixed. Thanks!

-- 
[i845G] glxgears output is corrupted until tiling is explicitly disabled in 
xorg.conf (UXA bug)
https://bugs.launchpad.net/bugs/380265
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 300870] Re: nvidia twinview - dialogue centering and fullscreen media players

2009-08-07 Thread nubix
more information about the bug I reported in post #22: in my normal work
environment the problem doesn't exist - but it happens when I boot the
computer without it being connected to the external screen. the desktop
still appears to be set two screens wide, but not for everything... for
example saving something to the desktop - the icon goes to the invisible
part of the desktop (left, external screen - if it would be connected) I
can only see it after re-booting with the external screen. on the other
hand windows cannot be moved or expanded into that area when the
external screen is not connected. and as mentioned in post #22
screenshots (better name could be "window-shots") don't work properly
when the computer was booted without the external screen being
connected.

-- 
nvidia twinview - dialogue centering and fullscreen media players
https://bugs.launchpad.net/bugs/300870
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 381989] Re: [i945G] Resolution always fails back to 1360x768, ignoring xorg.conf

2009-08-07 Thread acidjunk

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30006290/Dependencies.txt

-- 
[i945G] Resolution always fails back to 1360x768, ignoring xorg.conf
https://bugs.launchpad.net/bugs/381989
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 381989] apport-collect data

2009-08-07 Thread acidjunk
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-intel 2:2.6.3-0ubuntu9.3
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 LANG=nl_NL.UTF-8
ProcVersion: Linux version 2.6.28-14-generic (bui...@palmer) (gcc version 4.3.3 
(Ubuntu 4.3.3-5ubuntu4) ) #47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009
Uname: Linux 2.6.28-14-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
[i945G] Resolution always fails back to 1360x768, ignoring xorg.conf
https://bugs.launchpad.net/bugs/381989
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 410318] Re: noticed "[XvMC] fail to init batch buffer" in log files

2009-08-07 Thread Brian Murray

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/30006192/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/30006193/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30006194/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/30006195/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/30006196/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/30006197/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/30006198/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/30006199/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/30006200/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/30006201/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/30006202/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/30006203/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/30006204/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/30006205/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/30006206/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/30006207/glxinfo.txt

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

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/30006209/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/30006210/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/30006211/xkbcomp.txt

-- 
noticed "[XvMC] fail to init batch buffer" in log files
https://bugs.launchpad.net/bugs/410318
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 410318] [NEW] noticed "[XvMC] fail to init batch buffer" in log files

2009-08-07 Thread Brian Murray
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I noticed the following "[XvMC] fail to init batch buffer" messages in
my log files.

ProblemType: Bug
Architecture: amd64
Date: Fri Aug  7 15:33:28 2009
DistroRelease: Ubuntu 9.10
MachineType: Hewlett-Packard HP Pavilion dv6000 (RP285UA#ABA)
Package: xserver-xorg-video-intel 2:2.8.0-0ubuntu2
ProcCmdLine: root=UUID=00809111-11cc-420d-b48a-f6fed6bbd965 ro 
usbcore.autosuspend=1 resume=/dev/mapper/laptopvg-swap--rawlv
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.5-1ubuntu1
 libdrm2 2.4.12-1ubuntu1
 xserver-xorg-video-intel 2:2.8.0-0ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu5
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.31-5-generic x86_64
dmi.bios.date: 11/26/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.2D
dmi.board.name: 30BB
dmi.board.vendor: Quanta
dmi.board.version: 66.42
dmi.chassis.type: 10
dmi.chassis.vendor: Quanta
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.2D:bd11/26/2008:svnHewlett-Packard:pnHPPaviliondv6000(RP285UA#ABA):pvrRev1:rvnQuanta:rn30BB:rvr66.42:cvnQuanta:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv6000 (RP285UA#ABA)
dmi.product.version: Rev 1
dmi.sys.vendor: Hewlett-Packard
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.31-5-generic

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


** Tags: amd64 apport-bug

-- 
noticed "[XvMC] fail to init batch buffer" in log files
https://bugs.launchpad.net/bugs/410318
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-08-07 Thread hkais
sorry for spamming with my infos.

My X-Server crashes also after the purge/install again.
So the x-server crash is my biggest pain currently!
I cannot be sure, that I can properly work.

How can I help to reproduce the error and further more to trace it.
Currently my x-server dies and I cannot see any errors in the syslog.
Often it also happens, that the x-server isn't able anymore to restart.
It tries to restart 3 or 4 times and tells me that I have to change to a
low-res mode.

-- 
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 410309] Re: Screen goes blank after rotation

2009-08-07 Thread John Johansen

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/30005993/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/30005994/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30005995/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/30005996/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/30005997/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/30005998/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/30005999/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/30006000/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/30006001/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/30006002/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/30006003/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/30006004/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/30006005/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/30006006/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/30006007/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/30006008/glxinfo.txt

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

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/30006010/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/30006012/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/30006013/xkbcomp.txt

-- 
Screen goes blank after rotation
https://bugs.launchpad.net/bugs/410309
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 397839] Re: Screen randomly goes off in karmic

2009-08-07 Thread Scott Howard
I killed GPM and the bug did not show up (I tested for an hour).
Usually it shows up after ~10 minutes and sometimes multiple times an
hour.

On Fri, Aug 7, 2009 at 8:03 AM, Oded Arbel wrote:
> I have the same issue with a Thinkpad T61 with intel 945 card.
>
> --
> Screen randomly goes off in karmic
> https://bugs.launchpad.net/bugs/397839
> You received this bug notification because you are subscribed to gnome-
> power-manager in ubuntu.
>
> Status in X.org XServer - ATI gfx chipset driver: Confirmed
> Status in “gnome-power-manager” package in Ubuntu: New
>
> Bug description:
> Binary package hint: xserver-xorg-video-ati
>
> Sometimes the internal laptop display (LVDS) goes off (like a DPMS standby) 
> for no reason (there is user activity going on).
> Moving the mouse or typing on the keyboard makes the screen turn on again (no 
> password request or user logout happens)
>
> This happens on a fully updated Karmic with a mobility radeon X700 using the 
> standard radeon driver.
>
> ProblemType: Bug
> Architecture: i386
> Date: Fri Jul 10 15:11:22 2009
> DistroRelease: Ubuntu 9.10
> Lsusb:
>  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>  Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> MachineType: Acer, inc. Yspire 1690
> Package: xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu1
> ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-2-generic 
> root=UUID=79c83fad-2c20-4754-b080-8a8e9e451b51 ro quiet splash
> ProcEnviron:
>  LANG=it_IT.UTF-8
>  SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.31-2.16-generic
> RelatedPackageVersions:
>  xserver-xorg 1:7.4+3ubuntu5
>  libgl1-mesa-glx 7.5~rc4-1ubuntu3
>  libdrm2 2.4.11-1ubuntu1
>  xserver-xorg-video-intel 2:2.7.99.901+git20090702.74227141-0ubuntu1
>  xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu1
> SourcePackage: xserver-xorg-video-ati
> Uname: Linux 2.6.31-2-generic i686
> dmi.bios.date: 03/14/06
> dmi.bios.vendor: Acer
> dmi.bios.version: 3A44
> dmi.board.name: Crane II
> dmi.board.vendor: Acer, Inc.
> dmi.board.version: Not Applicable
> dmi.chassis.type: 1
> dmi.chassis.vendor: , Inc.
> dmi.chassis.version: N/A
> dmi.modalias: 
> dmi:bvnAcer:bvr3A44:bd03/14/06:svnAcer,inc.:pnYspire1690:pvrNotApplicable:rvnAcer,Inc.:rnCraneII:rvrNotApplicable:cvn,Inc.:ct1:cvrN/A:
> dmi.product.name: Yspire 1690
> dmi.product.version: Not Applicable
> dmi.sys.vendor: Acer, inc.
> fglrx: Not loaded
> system:
>  distro:             Ubuntu
>  architecture:       i686kernel:             2.6.31-2-generic
>

** Changed in: gnome-power-manager (Ubuntu)
   Status: New => Confirmed

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xserver-xorg-driver-ati.

___
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 410309] [NEW] Screen goes blank after rotation

2009-08-07 Thread John Johansen
Public bug reported:

Binary package hint: xorg

After rotating the Desktop, and rotating back to Normal the screen goes
black.  The screen is can be restored by switch to a VT and then back to
X or by closing the lid and opening it back up.

ProblemType: Bug
Architecture: i386
Date: Fri Aug  7 05:08:25 2009
DistroRelease: Ubuntu 9.10
MachineType: LENOVO 7762WGS
Package: xorg 1:7.4+3ubuntu5
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-5-generic 
root=UUID=11f5ccce-0c65-4480-8e69-8b77cae05c1a ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.5-1ubuntu1
 libdrm2 2.4.12-1ubuntu1
 xserver-xorg-video-intel 2:2.8.0-0ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu5
SourcePackage: xorg
Uname: Linux 2.6.31-5-generic i686
dmi.bios.date: 03/12/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7SET37WW (1.23 )
dmi.board.name: 7762WGS
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7SET37WW(1.23):bd03/12/2009:svnLENOVO:pn7762WGS:pvrThinkPadX61Tablet:rvnLENOVO:rn7762WGS:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7762WGS
dmi.product.version: ThinkPad X61 Tablet
dmi.sys.vendor: LENOVO
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-5-generic

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


** Tags: apport-bug i386

-- 
Screen goes blank after rotation
https://bugs.launchpad.net/bugs/410309
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 410305] Re: screen flickering on dell laptop

2009-08-07 Thread Aurelien Naldi

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/30005808/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/30005809/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30005810/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/30005811/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/30005812/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/30005813/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/30005814/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/30005815/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/30005816/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/30005817/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/30005818/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/30005819/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/30005820/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/30005821/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/30005822/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/30005823/glxinfo.txt

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

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/30005825/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/30005826/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/30005827/xkbcomp.txt

-- 
screen flickering on dell laptop
https://bugs.launchpad.net/bugs/410305
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 410305] [NEW] screen flickering on dell laptop

2009-08-07 Thread Aurelien Naldi
Public bug reported:

Binary package hint: xserver-xorg-video-intel

it seems similar to bug #399829 which appears at each frequency but 85Hz.
In this case, none of the listed frequency fixes the problem.

ProblemType: Bug
Architecture: i386
Date: Fri Aug  7 16:17:37 2009
DistroRelease: Ubuntu 9.10
MachineType: Dell Inc. Latitude D520
Package: xserver-xorg-video-intel 2:2.8.0-0ubuntu2
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-5-generic 
root=UUID=e6da9118-b864-4516-bef3-6da89fc48868 ro quiet splash
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.5-1ubuntu1
 libdrm2 2.4.12-1ubuntu1
 xserver-xorg-video-intel 2:2.8.0-0ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu5
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.31-5-generic i686
dmi.bios.date: 04/02/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 0NF743
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/02/2007:svnDellInc.:pnLatitudeD520:pvr:rvnDellInc.:rn0NF743:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D520
dmi.sys.vendor: Dell Inc.
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-5-generic

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


** Tags: apport-bug i386

-- 
screen flickering on dell laptop
https://bugs.launchpad.net/bugs/410305
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 272606] Re: ABNT2 Numpad Keyboard keys misbehaving

2009-08-07 Thread Martin Pitt
** Changed in: xkeyboard-config (Ubuntu Karmic)
   Status: Confirmed => Fix Committed

-- 
ABNT2 Numpad Keyboard keys misbehaving
https://bugs.launchpad.net/bugs/272606
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 293059] Re: [i830] font drawing corruption regression

2009-08-07 Thread Blancmange
I can't find any reference in my freshly installed Ubuntu 9.04 system
for the acceleration method. Xorg.conf just refers to some "configured"
devices.

The font corruption problem started for me when in one user account, I
tried out the various settings in the Visual Effects tab of the
Appearance preferences, and later I logged into and made use of my less-
privileged everyday-doing-stuff account.

It seems as if there is an off-by-one (or even two) error in the y-loop
of the function that would bit from the plain rasterised glyphs to the
cache of coloured and treated glyphs that ultimately get composited to
the display. I'm not saying that's the cause, but if you implemented a
system like that, it would produce the effect I saw.

Changing the font rendering preferences made no difference to the
corrupting behaviour. Restarting the computer didn't help.

I suspected the Visual Effects settings needed to me massaged, so I
logged into each of the three user accounts I have and tired out all
Visual Effects settings, before going back to "None" (It's not that the
other modes were slow or faulty, I just detested most of the effects and
I liked the strong window snapping available in "None".)

Since then the bug has entirely disappeared. [Crosses fingers]

-- 
[i830] font drawing corruption regression
https://bugs.launchpad.net/bugs/293059
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 349082] Re: [i855] Kubuntu: no kdm greeter after 8.04->9.04 upgrade due to xorg.conf

2009-08-07 Thread Geir Ove Myhr
** Tags added: 855gm

-- 
[i855] Kubuntu: no kdm greeter after 8.04->9.04 upgrade due to xorg.conf
https://bugs.launchpad.net/bugs/349082
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 372575] Re: [i945gme] [ubuntu jaunty] Blue Screen (w. death) on intel-video

2009-08-07 Thread Geir Ove Myhr
** Tags added: 945gme

-- 
[i945gme] [ubuntu jaunty] Blue Screen (w. death) on intel-video
https://bugs.launchpad.net/bugs/372575
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 410262] Re: openchrome hangs when the mouse cursor is inside of a image in gimp

2009-08-07 Thread Bartosz
Please build/install the latest openchrome driver and enable debug mode.
The detail build instruction is available at:
https://help.ubuntu.com/community/OpenChrome

Then run GIMP and hang system.

On the next reboot attach your Xorg.0.log file (and Xorg.0.log.old).
It is located at /var/log/Xorg.0.log

** Summary changed:

- openchrome hangs when the mouse cursor is inside of a image in gimp
+ [VX800]openchrome hangs when the mouse cursor is inside of a image in gimp

** Changed in: xserver-xorg-video-openchrome (Ubuntu)
   Status: New => Confirmed

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

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


[Ubuntu-x-swat] [Bug 272606] Re: ABNT2 Numpad Keyboard keys misbehaving

2009-08-07 Thread Steve Langasek
** Also affects: xkeyboard-config (Ubuntu Karmic)
   Importance: High
 Assignee: Timo Aaltonen (tjaalton)
   Status: Confirmed

-- 
ABNT2 Numpad Keyboard keys misbehaving
https://bugs.launchpad.net/bugs/272606
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 410267] Re: Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape

2009-08-07 Thread Hernando Torque
** Description changed:

  Binary package hint: wacom-tools
  
  When activating the "Wacom Bamboo" device in Gimp or Inkscape
  (http://img.xrmb2.net/images/599671.png), stylus and cursor position
  don't match. This happens on a notebook with VESA driver, no twin view
  or similar setup.
  
  Wacom Bamboo device:
  - mode "Disabled": stylus and cursor position match, but only works like a 
cursor (no pressure sensitivity).
  - mode "Screen": stylus has a fixed offset but works like expected.
  - mode "Window": stylus offset varies.
  
  Maybe connected: using the calligraphy tool in Inkscape creates some
  strange effect.
  
  See attached screen casts.
  
- This worked flawless in Ubuntu 9.04.
+ This worked flawlessly in Ubuntu 9.04.
  
  ProblemType: Bug
  Architecture: i386
  Date: Fri Aug  7 14:19:57 2009
  DistroRelease: Ubuntu 9.10
  MachineType: Zepto Znote
  Package: xserver-xorg-input-wacom 1:0.8.3.2-1ubuntu1
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-5-generic 
root=UUID=46ae9ffe-1df7-4a98-a602-25b2b4aca963 ro 
crashkernel=384M-2G:64M,2G-:128M bootchart=disable
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
  RelatedPackageVersions:
   xserver-xorg 1:7.4+3ubuntu5
   libgl1-mesa-glx 7.5-1ubuntu1
   libdrm2 2.4.12-1ubuntu1
   xserver-xorg-video-intel 2:2.8.0-0ubuntu2
   xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu5
  SourcePackage: wacom-tools
  Uname: Linux 2.6.31-5-generic i686
  dmi.bios.date: 06/18/07
  dmi.bios.vendor: ZEPTO
  dmi.bios.version: Z1.23
  dmi.board.name: MPAD-MSAE Customer Reference Boards
  dmi.board.vendor: Acer,inc
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer,inc
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnZEPTO:bvrZ1.23:bd06/18/07:svnZepto:pnZnote:pvr6214W:rvnAcer,inc:rnMPAD-MSAECustomerReferenceBoards:rvrNotApplicable:cvnAcer,inc:ct1:cvrN/A:
  dmi.product.name: Znote
  dmi.product.version: 6214W
  dmi.sys.vendor: Zepto
  fglrx: Not loaded
  system:
   distro: Ubuntu
   architecture:   i686kernel: 2.6.31-5-generic

** Tags added: regression

-- 
Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape
https://bugs.launchpad.net/bugs/410267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 410267] Re: Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape

2009-08-07 Thread Hernando Torque

** Attachment added: "inkscape.ogv"
   http://launchpadlibrarian.net/30001255/inkscape.ogv

-- 
Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape
https://bugs.launchpad.net/bugs/410267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 410267] Re: Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape

2009-08-07 Thread Hernando Torque

** Attachment added: "window.ogv"
   http://launchpadlibrarian.net/30001238/window.ogv

-- 
Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape
https://bugs.launchpad.net/bugs/410267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 410267] Re: Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape

2009-08-07 Thread Hernando Torque

** Attachment added: "screen.ogv"
   http://launchpadlibrarian.net/30001231/screen.ogv

-- 
Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape
https://bugs.launchpad.net/bugs/410267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 410264] Re: Translations: .pot template files missing, existing .po files won't be used

2009-08-07 Thread Milo Casagrande
** Description changed:

  When scanning the import queue in Launchpad Rosetta for issues that need
  manual intervention, I found the following issue with the mesa package
  which prevents a smooth import into Launchpad Rosetta and causes the
  Ubuntu Translation Coordinators to manually adjust or remove .po files.
  
  In the /obj-i686-linux-gnulp/* directories (and even for all the other 
architectures) the .pot template files are missing. Therefore corresponding .po 
files cannot be imported into Rosetta and won't appear in the language-packs.
  If the translations are not used anyways, please consider to remove all the 
directories containing .po files.
  If the translations should be used, please fix the build script to actually 
build the .pot file.
  
- There are lots of directories in those files, I'm reporting them all
+ There are lots of directories in those files, I'm not reporting them all
  here, but they usually are:
  
  /src/
  /obj-ARCH-linux-gnu/
  /obj-ARCH-linux-gnulp/
  
  For general guidelines how to ensure smooth imports into Launchpad Rosetta, 
please see:
  
https://wiki.ubuntu.com/UbuntuDevelopment/Internationalisation#Verifying%20translation%20uploads

-- 
Translations: .pot template files missing, existing .po files won't be used
https://bugs.launchpad.net/bugs/410264
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 410267] Re: Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape

2009-08-07 Thread Hernando Torque

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/30001146/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/30001147/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/30001149/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/30001150/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/30001151/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/30001152/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/30001153/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/30001154/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/30001155/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/30001156/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/30001157/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/30001158/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/30001159/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/30001160/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/30001161/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/30001162/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/30001163/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/30001164/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/30001165/xkbcomp.txt

-- 
Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape
https://bugs.launchpad.net/bugs/410267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 410267] [NEW] Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape

2009-08-07 Thread Hernando Torque
Public bug reported:

Binary package hint: wacom-tools

When activating the "Wacom Bamboo" device in Gimp or Inkscape
(http://img.xrmb2.net/images/599671.png), stylus and cursor position
don't match. This happens on a notebook with VESA driver, no twin view
or similar setup.

Wacom Bamboo device:
- mode "Disabled": stylus and cursor position match, but only works like a 
cursor (no pressure sensitivity).
- mode "Screen": stylus has a fixed offset but works like expected.
- mode "Window": stylus offset varies.

Maybe connected: using the calligraphy tool in Inkscape creates some
strange effect.

See attached screen casts.

This worked flawlessly in Ubuntu 9.04.

ProblemType: Bug
Architecture: i386
Date: Fri Aug  7 14:19:57 2009
DistroRelease: Ubuntu 9.10
MachineType: Zepto Znote
Package: xserver-xorg-input-wacom 1:0.8.3.2-1ubuntu1
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-5-generic 
root=UUID=46ae9ffe-1df7-4a98-a602-25b2b4aca963 ro 
crashkernel=384M-2G:64M,2G-:128M bootchart=disable
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.5-1ubuntu1
 libdrm2 2.4.12-1ubuntu1
 xserver-xorg-video-intel 2:2.8.0-0ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu5
SourcePackage: wacom-tools
Uname: Linux 2.6.31-5-generic i686
dmi.bios.date: 06/18/07
dmi.bios.vendor: ZEPTO
dmi.bios.version: Z1.23
dmi.board.name: MPAD-MSAE Customer Reference Boards
dmi.board.vendor: Acer,inc
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: Acer,inc
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnZEPTO:bvrZ1.23:bd06/18/07:svnZepto:pnZnote:pvr6214W:rvnAcer,inc:rnMPAD-MSAECustomerReferenceBoards:rvrNotApplicable:cvnAcer,inc:ct1:cvrN/A:
dmi.product.name: Znote
dmi.product.version: 6214W
dmi.sys.vendor: Zepto
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-5-generic

** Affects: wacom-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 regression

-- 
Wacom Bamboo: stylus paints off-cursor in Gimp and Inkscape
https://bugs.launchpad.net/bugs/410267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 315456] Re: Record extension not sending events

2009-08-07 Thread xylo
cnee is also affected by this bug which keeps me from upgrading my
system. Therefore I would very appreciate if someone could backport the
patch (that is hopefully coming soon) to karmic.

For me it's quite an important issue, because even the XeviE extension
(the only good alternative to RECORD) is broken / not available anymore
(in Jaunty and Karmic).

-- 
Record extension not sending events
https://bugs.launchpad.net/bugs/315456
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


[Ubuntu-x-swat] [Bug 410264] [NEW] Translations: .pot template files missing, existing .po files won't be used

2009-08-07 Thread Milo Casagrande
Public bug reported:

When scanning the import queue in Launchpad Rosetta for issues that need
manual intervention, I found the following issue with the mesa package
which prevents a smooth import into Launchpad Rosetta and causes the
Ubuntu Translation Coordinators to manually adjust or remove .po files.

In the /obj-i686-linux-gnulp/* directories (and even for all the other 
architectures) the .pot template files are missing. Therefore corresponding .po 
files cannot be imported into Rosetta and won't appear in the language-packs.
If the translations are not used anyways, please consider to remove all the 
directories containing .po files.
If the translations should be used, please fix the build script to actually 
build the .pot file.

There are lots of directories in those files, I'm reporting them all
here, but they usually are:

/src/
/obj-ARCH-linux-gnu/
/obj-ARCH-linux-gnulp/

For general guidelines how to ensure smooth imports into Launchpad Rosetta, 
please see:
https://wiki.ubuntu.com/UbuntuDevelopment/Internationalisation#Verifying%20translation%20uploads

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

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

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

-- 
Translations: .pot template files missing, existing .po files won't be used
https://bugs.launchpad.net/bugs/410264
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 317094] Re: evtouch meta bug to collect lshal info

2009-08-07 Thread Andy
BUT with this Howto

http://ubuntuforums.org/showthread.php?t=1038949&page=11
Post #104

my touchscreen gonna work. ^^

-- 
evtouch meta bug to collect lshal info
https://bugs.launchpad.net/bugs/317094
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch 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 410258] Re: Desktop effects could not be enabled

2009-08-07 Thread John Johansen

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/3463/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/3464/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/3465/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/3466/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/3467/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/3469/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/3470/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/3471/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/3472/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/3473/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/3474/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/3475/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/3477/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/3478/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/3479/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/3480/glxinfo.txt

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

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/3482/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/3483/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/3484/xkbcomp.txt

-- 
Desktop effects could not be enabled
https://bugs.launchpad.net/bugs/410258
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 410258] [NEW] Desktop effects could not be enabled

2009-08-07 Thread John Johansen
Public bug reported:

Binary package hint: xorg

Desktop effects can no longer be enabled.  The desktop effects were
working but they have stopped functioning after a reboot and can not be
reenabled.

ProblemType: Bug
Architecture: i386
Date: Fri Aug  7 04:55:04 2009
DistroRelease: Ubuntu 9.10
MachineType: LENOVO 7762WGS
Package: xorg 1:7.4+3ubuntu5
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-5-generic 
root=UUID=11f5ccce-0c65-4480-8e69-8b77cae05c1a ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.5-1ubuntu1
 libdrm2 2.4.12-1ubuntu1
 xserver-xorg-video-intel 2:2.8.0-0ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu5
SourcePackage: xorg
Uname: Linux 2.6.31-5-generic i686
dmi.bios.date: 03/12/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7SET37WW (1.23 )
dmi.board.name: 7762WGS
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7SET37WW(1.23):bd03/12/2009:svnLENOVO:pn7762WGS:pvrThinkPadX61Tablet:rvnLENOVO:rn7762WGS:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7762WGS
dmi.product.version: ThinkPad X61 Tablet
dmi.sys.vendor: LENOVO
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-5-generic

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


** Tags: apport-bug i386

-- 
Desktop effects could not be enabled
https://bugs.launchpad.net/bugs/410258
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 410262] [NEW] openchrome hangs when the mouse cursor is inside of a image in gimp

2009-08-07 Thread Lasse
Public bug reported:

Binary package hint: xserver-xorg-video-openchrome

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


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

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

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

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

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

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

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

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

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

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


[Ubuntu-x-swat] [Bug 397839] Re: Screen randomly goes off in karmic

2009-08-07 Thread Oded Arbel
I have the same issue with a Thinkpad T61 with intel 945 card.

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xserver-xorg-driver-ati.

___
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 410255] Re: Mouse cursor fails to rotate

2009-08-07 Thread John Johansen

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/3330/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/3331/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/3333/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/3334/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/3335/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/3336/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/3337/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/3338/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/3339/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/3340/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/3341/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/3342/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/3343/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/3344/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/3345/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/3346/glxinfo.txt

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

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/3348/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/3349/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/3350/xkbcomp.txt

-- 
Mouse cursor fails to rotate
https://bugs.launchpad.net/bugs/410255
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 410255] [NEW] Mouse cursor fails to rotate

2009-08-07 Thread John Johansen
Public bug reported:

Binary package hint: xorg

After rotating the screen and then rotating back to Normal the mouse
cursor remains rotated.

ProblemType: Bug
Architecture: i386
Date: Fri Aug  7 04:59:00 2009
DistroRelease: Ubuntu 9.10
MachineType: LENOVO 7762WGS
Package: xorg 1:7.4+3ubuntu5
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-5-generic 
root=UUID=11f5ccce-0c65-4480-8e69-8b77cae05c1a ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.5-1ubuntu1
 libdrm2 2.4.12-1ubuntu1
 xserver-xorg-video-intel 2:2.8.0-0ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu5
SourcePackage: xorg
Uname: Linux 2.6.31-5-generic i686
dmi.bios.date: 03/12/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7SET37WW (1.23 )
dmi.board.name: 7762WGS
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7SET37WW(1.23):bd03/12/2009:svnLENOVO:pn7762WGS:pvrThinkPadX61Tablet:rvnLENOVO:rn7762WGS:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7762WGS
dmi.product.version: ThinkPad X61 Tablet
dmi.sys.vendor: LENOVO
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-5-generic

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


** Tags: apport-bug i386

-- 
Mouse cursor fails to rotate
https://bugs.launchpad.net/bugs/410255
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 410248] Re: X consumes ever-increasing memory

2009-08-07 Thread Tony Lewis

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/2858/Dependencies.txt

** Attachment added: "LsHal.txt"
   http://launchpadlibrarian.net/2859/LsHal.txt

** Attachment added: "LsMod.txt"
   http://launchpadlibrarian.net/2861/LsMod.txt

** Attachment added: "LsPci.txt"
   http://launchpadlibrarian.net/2867/LsPci.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/2868/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/2869/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/2870/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/2877/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/2881/glxinfo.txt

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

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/2883/setxkbmap.txt

** Attachment added: "system.txt"
   http://launchpadlibrarian.net/2884/system.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/2885/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/2886/xkbcomp.txt

-- 
X consumes ever-increasing memory
https://bugs.launchpad.net/bugs/410248
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 410248] [NEW] X consumes ever-increasing memory

2009-08-07 Thread Tony Lewis
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Over a period of a few days, my desktop runs out of memory.  "top"
sorted by memory usage shows xorg as the biggest, and growing, consumer
of memory is xorg.

Memory usage increases when we switch users, "sudo cat
/proc//status | grep VmPeak" grows by 50MB each switch-plus-switch-
back.

Opening windows seems to increase usage too.  The more complex the
application (firefox vs gnome-terminal), the more memory consumed.

When no new windows are created, memory consumption seems stable.

This only seems to affect the first X session.  Starting more
applications on the second user doesn't seem to affect memory
consumption.

As far as I can tell, this is independent of the use of desktop effects.

Logging off reclaims memory.  Killing applications does not reclaim
memory.

Lastly, I notice that using "sudo pmap -d `pgrep X`" shows more (and 
increasing) lines like:
7f034b77c000   4 rw-s-  000:9 drm mm object 
(deleted)

The increase in the number of these lines (thousands) correlates to an
increase in memory usage.  My guess is that this is the source of memory
leaks

Drivers and software are all from the standard repos ('cept medibuntu).
I did try the latest stable intel video driver from PPA, but it broke
badly.

Description:Ubuntu 9.04
Release:9.04

xserver-xorg-video-intel:
  Installed: 2:2.6.3-0ubuntu9.3
  Candidate: 2:2.6.3-0ubuntu9.3
  Version table:
 *** 2:2.6.3-0ubuntu9.3 0
500 http://ubuntu.ubucache jaunty-updates/main Packages
100 /var/lib/dpkg/status
 2:2.6.3-0ubuntu9 0
500 http://ubuntu.ubucache jaunty/main Packages

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-intel 2:2.6.3-0ubuntu9.3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-14-generic (bui...@yellow) (gcc version 4.3.3 
(Ubuntu 4.3.3-5ubuntu4) ) #47-Ubuntu SMP Sat Jul 25 01:19:55 UTC 2009
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.28-14-generic x86_64

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


** Tags: amd64 apport-bug

-- 
X consumes ever-increasing memory
https://bugs.launchpad.net/bugs/410248
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 317094] Re: evtouch meta bug to collect lshal info

2009-08-07 Thread Andy
My touchscreen doesn't work.

Hp Pavilion tx 2500, model-number: tx2650eg

lsusb says:
Bus 007 Device 003: ID 056a:0093 Wacom Co., Ltd 
Bus 007 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 064e:a104 Suyin Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bda:0158 Realtek Semiconductor Corp. Mass Stroage Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

The first line "Bus 007 Device 003: ID 056a:0093 Wacom Co., Ltd " is my
touchscreen.

The touchscreen doesn't work before and doesn't work now. I can't touch
anything.

-- 
evtouch meta bug to collect lshal info
https://bugs.launchpad.net/bugs/317094
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch 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 186354] Re: X server memory leaks related to dbus

2009-08-07 Thread mollitz
he,
this is my valgrind log file. Command:  valgrind --log-file=vdebug.log 
--leak-check=full startx > xdebug.log
vdebug.log is attachted, but not very helpful i think. is my command wrong?


** Attachment added: "Log file of Valgrind"
   http://launchpadlibrarian.net/29998217/vdebug.log

-- 
X server memory leaks related to dbus
https://bugs.launchpad.net/bugs/186354
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


[Ubuntu-x-swat] [Bug 58691] Re: rgb.txt missing

2009-08-07 Thread skierpage
I'm experiencing this bug in KDE 4.3 apps on Kubuntu Jaunty, but these
days  seems to be tracked in bug 300935 , see its comment #50.

-- 
rgb.txt missing
https://bugs.launchpad.net/bugs/58691
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 361587] Re: [RV350 9800] Suspend results often in screen corruption

2009-08-07 Thread unggnu
I would like to test it but atm I have no access to the system. I post
it as soon as I am able to test or let it test.

-- 
[RV350 9800] Suspend results often in screen corruption  
https://bugs.launchpad.net/bugs/361587
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xserver-xorg-driver-ati.

___
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 409896] Re: ati driver XAA performance and serious 3D issues

2009-08-07 Thread Bryce Harrington
Please test if this is still an issue with the new driver we're staging
in the following PPA for testing:

https://launchpad.net/~ubuntu-x-swat/+archive/kms

If you can reproduce the issue there, report here with a fresh
Xorg.0.log and the output of dmidecode, and we'll forward it upstream.

-- 
ati driver XAA performance and serious 3D issues
https://bugs.launchpad.net/bugs/409896
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 409950] Re: black screen on live-cd startup

2009-08-07 Thread Bryce Harrington
Please test if this is still an issue with the new driver we're staging
in the following PPA for testing:

https://launchpad.net/~ubuntu-x-swat/+archive/kms

If you can reproduce the issue there, report here with a fresh
Xorg.0.log and the output of dmidecode, and we'll forward it upstream.


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New => Incomplete

-- 
black screen on live-cd startup
https://bugs.launchpad.net/bugs/409950
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 410016] Re: [KARMIC][Kernel-Modesetting-RADEON] NO Desktop effects

2009-08-07 Thread Bryce Harrington
** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New => Incomplete

-- 
[KARMIC][Kernel-Modesetting-RADEON] NO Desktop effects
https://bugs.launchpad.net/bugs/410016
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 346404] Re: Xorg crash in FlushClient() on login after resume from suspend

2009-08-07 Thread Bryce Harrington
Looking at the backtrace, I sense this is failing somewhere deeper down
than X.  I'm refiling to the kernel; if nothing else they're a bit more
skillful at analyzing resume failures so hopefully can recommend better
debugging techniques than I.

** Package changed: xorg-server (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Confirmed => New

-- 
Xorg crash in FlushClient() on login after resume from suspend
https://bugs.launchpad.net/bugs/346404
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


[Ubuntu-x-swat] [Bug 365997] Re: wacom stylus slow sluggish unusable

2009-08-07 Thread Blancmange
f you wave the mouse pointer furiously, the lag gets up to at least 0.5s
when mouse pointer slows down to a crawl when the playback gets to the
end of the buffer of recorded stylus events. Neither the trajectory or
the velocity of the stylus faithfully reproduced.

Also, you wiggle the stylus around and then lift the stylus and a few
seconds later, put it down somewhere else, the input that was recorded
before the stylus was lifted will be played (in the original location)
once the stylus is put down again.

The input smoothing is especially atrocious.  Tracing out a square on
the tablet causes the mouse point to trace out a wildly distorted pin
cushion. Tracing out a square but pausing for 0.3s at the corners causes
the mouse pointer to trace a proper square slowly but with no pauses. It
acts like a really poor attempt at input conditioning has got into the
works.

Attached is the xorg.conf file I'm using at the moment. (It does not
help the awful 0.3s stylus motion lag with my ArtZ II tablet.)

My system is running Ubuntu 9.04 with the 2.6.28-14-generic kernel.


** Attachment added: "My current xorg.conf"
   http://launchpadlibrarian.net/29994062/xorg.conf

-- 
wacom stylus slow sluggish unusable
https://bugs.launchpad.net/bugs/365997
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools 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 410058] Re: Black screen with radeon KMS

2009-08-07 Thread Alexander Hunziker
No cryptsetup. I have the usplash resolution set to the native
resolution of my screen (SXGA+, 1440x1050) in /etc/usplash.conf. I'm not
sure if it was I who set this or some installation routine... I'll try
removing that file and see what happens. As to the SSH, I'll try that at
home, cannot do it here.

-- 
Black screen with radeon KMS
https://bugs.launchpad.net/bugs/410058
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xserver-xorg-driver-ati.

___
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 333377] Re: [RS480] HP Dv8000 laptop suspends but does not resume

2009-08-07 Thread Bryce Harrington
> Is this bug a duplicate of bug 367822?
Doubtful, the hardware is quite different.

-- 
[RS480] HP Dv8000 laptop suspends but does not resume
https://bugs.launchpad.net/bugs/77
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xserver-xorg-driver-ati.

___
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 311076] Re: hang on BOGUS LENGTH in write keyboard desc

2009-08-07 Thread sixela
The new package for xorg-server is now karmic :
http://packages.ubuntu.com/karmic/xserver-xorg-core (version
2:1.6.3-1ubuntu1)

The changelog says "Fixes xkb bogus length in write keyboard desc", with
a reference to the Debian bug #529625.

I'll upgrade my karmic soon to test it.

-- 
hang on BOGUS LENGTH in write keyboard desc
https://bugs.launchpad.net/bugs/311076
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


  1   2   >