[Ubuntu-x-swat] [Bug 745304] Re: Graphics corruption after hibernate with Intel GMA 3150 chipset

2011-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/linux-ti-omap4 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/745304 Title: Graphics corruption after hibernate with Intel GMA 3150 chipset To

[Ubuntu-x-swat] [Bug 795352] Re: while enalbled the xinerama the xserver would face a segment fault

2011-06-22 Thread Jammy Zhou
Shouldn't the case of if (stuff-id == rep.root) be for root window in PanoramiXGetGeometry()? If so, how do we get into the else path for root window? Please double check if pWin is for root window when the segfault happens for using pWin-parent-drawable.id. -- You received this bug notification

[Ubuntu-x-swat] [Bug 759323] [NEW] vlc crashed with SIGSEGV in vdp_device_create_x11()

2011-06-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Binary package hint: vlc VLC crash systematically on natty. It seems related to VAAPI and VDPAU cohabitation : $ vlc Videos/mewmew-vorbis-ssa.mkv VLC media player 1.1.8 The Luggage (revision exported) Blocked: call to unsetenv(DBUS_ACTIVATION_ADDRESS)

[Ubuntu-x-swat] [Bug 759323] Re: vlc crashed with SIGSEGV in vdp_device_create_x11()

2011-06-22 Thread Rémi Denis-Courmont
** Package changed: vlc (Ubuntu) = libvdpau (Ubuntu) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libvdpau in Ubuntu. https://bugs.launchpad.net/bugs/759323 Title: vlc crashed with SIGSEGV in vdp_device_create_x11() To manage

[Ubuntu-x-swat] [Bug 797139] [NEW] multiple screens - mouse goes outside the screen and can't activate the launcher

2011-06-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Binary package hint: unity When I have multiple screens of different resolutions connected, the mouse pointer can go outside of the screen in which case it can be very hard to hit the corner left corner and get the launcher to show. Depending on whether

Re: [Ubuntu-x-swat] [Bug 745304] Re: Graphics corruption after hibernate with Intel GMA 3150 chipset

2011-06-22 Thread Eduardo Bergavera
I can confirm this fixed the problem of hibernation after upgrading the kernel to 2.6.39-0. Specs: Lenovo S10-3 Ubuntu 11.04 On Wed, Jun 22, 2011 at 2:28 PM, Launchpad Bug Tracker 745...@bugs.launchpad.net wrote: ** Branch linked: lp:ubuntu/linux-ti-omap4 -- You received this bug

[Ubuntu-x-swat] [Bug 14485] Re: Xext development libraries don't install Xext.pc for pkg-config

2011-06-22 Thread Murray Cumming
In Ubuntu Natty, libxext-dev still doesn't install a .pc file. Shouldn't it? -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/14485 Title: Xext development libraries don't install Xext.pc for

[Ubuntu-x-swat] [Bug 797139] Re: multiple screens - mouse goes outside the screen and can't activate the launcher

2011-06-22 Thread Bilal Akhtar
@John, Not allowing dead zones to come up, would mean patching up the internals of the Xorg stack (dead zones are an issue with X, and isn't a Unity bug). The best we could do is make a barrier above the BFB, but that's a really bad idea. I'm closing all Unity bug tasks, and opening a task for X

[Ubuntu-x-swat] [Bug 727620] Re: [Radeon HD 5650 and 5470] Kernel BUG during recovery boot and in normal boot (Hybrid graphics)

2011-06-22 Thread Ap. Syvertsen
Are these bisects between 2.6.39-1 and 3.0-rc1 or between 2.6.39 and 3.0-rc1? I'm more than willing to try the bisects, but as I've already outlined, 2.6.39-1 is already good, it crashes, and I don't want to try too many bisects. -- You received this bug notification because you are a member of

[Ubuntu-x-swat] [Bug 710762] Re: Middle mouse button no longer works

2011-06-22 Thread Benjamin RIOU
I had this issue. The workaround provided me a solution. But this is unbeliveable to see that bug is not fixed since the beggining of this year ! -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-evdev in Ubuntu.

[Ubuntu-x-swat] [Bug 710762] Re: Middle mouse button no longer works

2011-06-22 Thread Timo Aaltonen
On oneiric it's enough to run: gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button- enabled true that'll make it persistent for the current user, and you can argue about adding it to the mouse and touchpad settings GUI by filing a bug against gnome-control-center. The evdev

[Ubuntu-x-swat] [Bug 800479] Re: NVIDIA driver not in use

2011-06-22 Thread Martin Pitt
*** This bug is a duplicate of bug 771788 *** https://bugs.launchpad.net/bugs/771788 Just talked about it with Jason, and I think this is a dupe of bug 771788 and thus a jockey bug (or nvidia-common). I'll debug it on Jason's laptop next week. ** This bug has been marked a duplicate of bug

[Ubuntu-x-swat] [Bug 733192] Re: compiz crashed with SIGSEGV in brw_upload_state()

2011-06-22 Thread Prunus dulcis
I am getting this bug about every once a week - sometimes taking document progress with it. I made a video of how it looks for me. dmesg brought up the following errors: [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung [drm:i915_reset] *ERROR* i915_do_wait_request returns

[Ubuntu-x-swat] [Bug 800064] Re: touchpad rotation when monitor rotated

2011-06-22 Thread John Sirett
well the thing is this - if you get your hands on the laptop and physically turn it 90° then the touchpad also turns 90°, while the external mouse stays in the same orientation. i think when you rotate the monitor it just treats it as a 768x1366 desktop instead of a 1366x768 desktop (1366x768 is

[Ubuntu-x-swat] [Bug 14485] Re: Xext development libraries don't install Xext.pc for pkg-config

2011-06-22 Thread Timo Aaltonen
# dpkg -c ... |grep xext.pc -rw-r--r-- root/root 257 2011-03-24 08:06 ./usr/lib/x86_64-linux- gnu/pkgconfig/xext.pc seems fine to me? (note that natty uses multiarch paths) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to the bug report.

[Ubuntu-x-swat] [Bug 797139] Re: multiple screens - mouse goes outside the screen and can't activate the launcher

2011-06-22 Thread John Lea
@ Bilal Akhtar, Thanks for the reply, the Xorg stack fix is the appropriate response to this issue. ** Changed in: ayatana-design Assignee: (unassigned) = John Lea (johnlea) ** Changed in: ayatana-design Status: Invalid = Fix Committed ** Changed in: ayatana-design Importance:

[Ubuntu-x-swat] [Bug 794474] Re: latitude e6420 screen flickering (sandy bridge intel video card)

2011-06-22 Thread Frédéric Meynadier
New follow-up : today, $ xrandr Screen 0: minimum 320 x 200, current 3520 x 1080, maximum 8192 x 8192 LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 310mm x 174mm 1600x900 60.0 + 40.0* [...] HDMI3 connected 1920x1080+1600+0 (normal left inverted right x axis

[Ubuntu-x-swat] [Bug 800225] Re: package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: nvidia-173 kernel module failed to build

2011-06-22 Thread Anton
*** This bug is a duplicate of bug 576648 *** https://bugs.launchpad.net/bugs/576648 ok, sorry for duplicate -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers-173 in Ubuntu. https://bugs.launchpad.net/bugs/800225

[Ubuntu-x-swat] [Bug 590504] Re: [arrandale] Integrated intel graphics GMA HD doesn't work

2011-06-22 Thread franz666es
I have the same problem In my eMachines E725 with Maverick, Natty and Oneiric. (with officials kernels, latest versions of xserver-xorg-video- intel, libmesa and libdrm). And with the Vesa mode (without 3D) is'nt possible to use Gnome 3. Any solution? -- You received this bug notification

[Ubuntu-x-swat] [Bug 800649] [NEW] Top Taskbar misdisplayed

2011-06-22 Thread Christian Batista Almeida
Public bug reported: I have 2 monitors setup, and after opening a couple of apps (Chrome, Eclipse, ...) the top's taskbar of the second monitor gets misdisplayed. It shows until the middle of name. It seems that the screen area gets larger than the real monitor area. I'm sending you a screenshot

[Ubuntu-x-swat] [Bug 800649] Re: Top Taskbar misdisplayed

2011-06-22 Thread Christian Batista Almeida
** Attachment added: screenshot https://bugs.launchpad.net/bugs/800649/+attachment/2178058/+files/Captura_de_tela.png -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/800649 Title: Top

[Ubuntu-x-swat] [Bug 798049] Re: nvidia-* and fglrx need to be migrated to per-architecture gl_conf alternative

2011-06-22 Thread Mathieu Comandon
The patches works nicely, thanks Anders ! -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/798049 Title: nvidia-* and fglrx need to be migrated to per-architecture gl_conf alternative To

[Ubuntu-x-swat] [Bug 794474] Re: latitude e6420 screen flickering (sandy bridge intel video card)

2011-06-22 Thread Frédéric Meynadier
Dell has replaced the screen. No flicker any more but it is still quite difficult to set the resolutions (when setting the desired ones, ie 1600x1900 1920x1080) some parts of the screen remain black, and among this black parts some let the cursor visible (but only the cursor, i.e. dragging a

[Ubuntu-x-swat] [Bug 660596] Re: Black screen after installing Nvidia drivers on 10.10

2011-06-22 Thread jesus
He goes on something when I install nvidia drivers either from the same ubuntu or proprietary when I restart the screen stays all frozen and can only move the Mauser. I have Gforce 7200 Install Linux mint and interestingly this happens but I do not want to be in ubuntu. -- You received this

[Ubuntu-x-swat] [Bug 761065] Re: [Sandybridge] Spurious *ERROR* Hangcheck timer elapsed... blt ring idle messages in dmesg when using compiz

2011-06-22 Thread Tim Gardner
** Also affects: linux (Ubuntu Natty) Importance: Undecided Status: New ** Also affects: xserver-xorg-video-intel (Ubuntu Natty) Importance: Undecided Status: New ** Changed in: xserver-xorg-video-intel (Ubuntu Natty) Status: New = Invalid ** Changed in: linux (Ubuntu

[Ubuntu-x-swat] [Bug 800172] Re: Application keylogger vulunerability in Xserver

2011-06-22 Thread Bug Watch Updater
** Changed in: xorg-server Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/800172 Title: Application keylogger vulunerability in Xserver To manage

[Ubuntu-x-swat] [Bug 727620] Re: [Radeon HD 5650 and 5470] Kernel BUG during recovery boot and in normal boot (Hybrid graphics)

2011-06-22 Thread Seth Forshee
@Ap. Syvertsen: Let's try to lay out everything clearly to make sure there isn't any confusion. The swapping of the meanings of good and bad are bound to cause confusion, so let's use the usual meanings for any discussion with the understanding that the meanings are swapped *only in the bisect

[Ubuntu-x-swat] [Bug 745112] Re: [arrandale] desktop is messed up (goes black) when laptop is docked with two external 1920x1200 monitors (x86_64)

2011-06-22 Thread Martin Pool
I tried this on my x201 against an Optoma projector and it seems to basically work. (I'm not at home with my monitor at the moment.) I do see the black areas but I agree that's likely a unity thing, or at least not a modesetting bug. Fn-F7 does not work. -- You received this bug notification

[Ubuntu-x-swat] [Bug 800740] [NEW] [i915] Xorg freeze

2011-06-22 Thread Danilo Piazzalunga
Public bug reported: Xorg server freezes randomly after an upgrade to Natty. I suspect this to be a duplicate of bug #740126. Most symptoms match: * Happens when the screensaver (blank screen) is active * The mouse cursor changes when moving it on different part of the screen, as if

[Ubuntu-x-swat] [Bug 800740] Re: [i915] Xorg freeze

2011-06-22 Thread Danilo Piazzalunga
** Attachment added: output of intel_gpu_dump obtained after the freeze https://bugs.launchpad.net/bugs/800740/+attachment/2178182/+files/intel_gpu_dump.output.log -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in

[Ubuntu-x-swat] [Bug 800740] Re: [i915] Xorg freeze

2011-06-22 Thread Danilo Piazzalunga
As suggested in bug #740126, I collected information from i915_error_state and gdb. I am reporting it, although I don't see anything useful. $ sudo cat /sys/kernel/debug/dri/0/i915_error_state no error state collected $ sudo gdb Xorg $(pgrep X) (gdb) print grabState $1 = 0 (gdb) thread apply

[Ubuntu-x-swat] [Bug 773951] Re: Vidéo on each site in full screen mode Ubuntu 11.04

2011-06-22 Thread Dragonfly
So, if your Nvidia driver doesn't work perfectly, uninstall it and install the free driver beta. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/773951 Title: Vidéo on each

[Ubuntu-x-swat] [Bug 763808] Re: 11.04 does not properly load NVIDIA driver for Geforce 9500 GT

2011-06-22 Thread Dragonfly
*** This bug is a duplicate of bug 771788 *** https://bugs.launchpad.net/bugs/771788 So, if your Nvidia driver doesn't work perfectly, uninstall it and install the free driver beta. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 794474] Re: latitude e6420 screen flickering (sandy bridge intel video card)

2011-06-22 Thread Manuel
On my side I bought the very same laptop with Nvidia VM4200 card and everything works like a charm (resolution, external display, suspend to ram). I remastered the Intel based laptop (the one that flickers) with Win7 only and it works like a charm on Win7 (no flickering at all). I do believe

[Ubuntu-x-swat] [Bug 727620] Re: [Radeon HD 5650 and 5470] Kernel BUG during recovery boot and in normal boot (Hybrid graphics)

2011-06-22 Thread Jean Demange
For me bisect #000 does not work. The bug affect it. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-ati in Ubuntu. https://bugs.launchpad.net/bugs/727620 Title: [Radeon HD 5650 and 5470] Kernel BUG during recovery boot and

[Ubuntu-x-swat] [Bug 774378] Re: Touch screen does not work after upgrade to natty

2011-06-22 Thread Chase Douglas
None of our utouch work touches the wacom input module, so I have no idea what caused the change. ** Changed in: xf86-input-wacom (Ubuntu) Assignee: Chase Douglas (chasedouglas) = (unassigned) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed

[Ubuntu-x-swat] [Bug 787781] Re: Touch screen does not work with single finger touch, Lenovo x220i tablet

2011-06-22 Thread David Duffey
@Bryce, I no longer have my x220i, but I'll ask someone that might have access to one. We can re-open the bug if it is not fixed. Thanks. David -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xf86-input-wacom in Ubuntu.

[Ubuntu-x-swat] [Bug 800776] [NEW] X11 Cursor executes double click on a single click action. in both unity and gnome interface

2011-06-22 Thread Ernest C Watson II
Public bug reported: for example, searching through pictures, with the next arrow. the mouse will skip a picture directly to the next. or while highlighting folders in nautilus, a folder will sometimes automatically open. clicking once on applications such as google chrome it will execute

[Ubuntu-x-swat] [Bug 800776] Re: X11 Cursor executes double click on a single click action. in both unity and gnome interface

2011-06-22 Thread Ernest C Watson II
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/800776 Title: X11 Cursor executes double click on a single click action. in both unity and gnome interface To manage notifications about this

[Ubuntu-x-swat] [Bug 725600] Re: nvidia EDID issue, wrong resolution selected

2011-06-22 Thread Daniele Madama
I have the same behaviour with a Dell XPS M1530, NVidia 8600M GT, driver NVIDIA 270.41.06 and an external Acer X203h. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/725600

[Ubuntu-x-swat] [Bug 800778] [NEW] Unexplained X Crash On Intel Sandybridge

2011-06-22 Thread Scott Kitterman
Public bug reported: From Xorg.0.log.old: Fatal server error: [ 41896.470] Wrong event type 0. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: libgl1-mesa-dri 7.10.2-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2 Uname: Linux 2.6.38-8-generic-pae i686 Architecture:

[Ubuntu-x-swat] [Bug 800778] Re: Unexplained X Crash On Intel Sandybridge

2011-06-22 Thread Scott Kitterman
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/800778 Title: Unexplained X Crash On Intel Sandybridge To manage notifications about this bug go to:

[Ubuntu-x-swat] [Bug 800778] Re: Unexplained X Crash On Intel Sandybridge

2011-06-22 Thread Robert Hooker
This is referenced in https://bugzilla.redhat.com/show_bug.cgi?id=688693 and was fixed by http://cgit.freedesktop.org/mesa/mesa/commit/?id=a95ec18549b677b5e9912ca9e2c92df5cfef3b4e Can you please try out https://launchpad.net/~sarvatt/+archive/orange which contains the backport? It was marked for

[Ubuntu-x-swat] [Bug 800778] Re: Unexplained X Crash On Intel Sandybridge

2011-06-22 Thread Robert Hooker
** Changed in: mesa (Ubuntu) Importance: Undecided = Medium ** Changed in: mesa (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/800778 Title:

[Ubuntu-x-swat] [Bug 798381] Re: nvidia-current doesn't work on -pae kernels

2011-06-22 Thread Ian Corne
It works on my system now, with 3.0.1-pae At least it worked before I upgraded Mesa, but that's another bug :) ** Changed in: nvidia-graphics-drivers (Ubuntu) Status: New = Invalid ** Changed in: nvidia-graphics-drivers (Ubuntu) Status: Invalid = Fix Released -- You received this

Re: [Ubuntu-x-swat] [Bug 733192] Re: compiz crashed with SIGSEGV in brw_upload_state()

2011-06-22 Thread Bryce Harrington
On Wed, Jun 22, 2011 at 10:14:53AM -, Prunus dulcis wrote: I am getting this bug about every once a week - sometimes taking document progress with it. I made a video of how it looks for me. dmesg brought up the following errors: [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer

[Ubuntu-x-swat] [Bug 800836] [NEW] Screen corruption upon login using dual monitors with Nvidia Twinview

2011-06-22 Thread Franz A. Heinsen
Public bug reported: See attached screenshot. Screen corruption goes away upon clicking anywhere on the Desktop. Fresh install of Ubuntu 11.04 on new desktop PC with dual 1680x1050 monitors and Nvidia GTS 450. Using proprietary Nvidia drivers with Twinview. ProblemType: Bug DistroRelease:

[Ubuntu-x-swat] [Bug 800836] Re: Screen corruption upon login using dual monitors with Nvidia Twinview

2011-06-22 Thread Franz A. Heinsen
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/800836 Title: Screen corruption upon login using dual monitors with Nvidia Twinview To manage notifications about this bug go

[Ubuntu-x-swat] [Bug 800836] Re: Screen corruption upon login using dual monitors with Nvidia Twinview

2011-06-22 Thread Franz A. Heinsen
** Attachment added: Screenshot https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/800836/+attachment/2178495/+files/nvidia-dual-screen-bug.jpg -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers in

Re: [Ubuntu-x-swat] [Bug 800778] Re: Unexplained X Crash On Intel Sandybridge

2011-06-22 Thread Scott Kitterman
Installed the update and no issues noted. The crash is rare, so it's hard to tell if this helped. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/800778 Title: Unexplained X Crash On Intel

[Ubuntu-x-swat] [Bug 727620] Re: [Radeon HD 5650 and 5470] Kernel BUG during recovery boot and in normal boot (Hybrid graphics)

2011-06-22 Thread Seth Forshee
Second build (bisect001) is now available in the same location. Bisect log: # bad: [55922c9d1b84b89cb946c777fddccb3247e7df2c] Linux 3.0-rc1 # good: [61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf] Linux 2.6.39 git bisect start 'v3.0-rc1' 'v2.6.39' # good: [c44dead70a841d90ddc01968012f323c33217c9e]

Re: [Ubuntu-x-swat] [Bug 727620] Re: [Radeon HD 5650 and 5470] Kernel BUG during recovery boot and in normal boot (Hybrid graphics)

2011-06-22 Thread Klaus Reichl
Unfortunately I don't have the laptop around where the bug showed up originally for me. I'll be there again on one of the next weekends. But be warned, I thought the bug has gone after updating natty a two weeks ago. I happily installed packages, got googleearth running, everything looked great,

[Ubuntu-x-swat] [Bug 798049] Re: nvidia-* and fglrx need to be migrated to per-architecture gl_conf alternative

2011-06-22 Thread Anders Kaseorg
BTW, my patched nvidia-current is available in https://launchpad.net /~anders-kaseorg/+archive/ppa , if anyone else wants it. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/798049 Title:

[Ubuntu-x-swat] [Bug 534677] [lucid] Broken backlight control with Radeon open-source drivers

2011-06-22 Thread Pedro Villavicencio
Thanks for the report, it has been some time without any response or feedback in this bug report and we are wondering if this is still an issue for you with the latest release of Ubuntu the Natty Narwhal, May you please test with that version and comment back if you're still having or not the

[Ubuntu-x-swat] [Bug 534677] [lucid] Broken backlight control with Radeon open-source drivers

2011-06-22 Thread Pedro Villavicencio
Thanks for the report, it has been some time without any response or feedback in this bug report and we are wondering if this is still an issue for you with the latest release of Ubuntu the Natty Narwhal, May you please test with that version and comment back if you're still having or not the

[Ubuntu-x-swat] [Bug 787587] Re: Cannot change screen resolution on Dell Duo in Natty

2011-06-22 Thread Timo Aaltonen
Chris, probably is doable. Comment #4 is confusing, so why is 1366x768 too small, when you're trying to use an even smaller resolution? :) Also, I don't understand why the touch can't be made to work with a greater resolution. Looks like it's loading synaptics for the eGalax, that can't be

[Ubuntu-x-swat] [Bug 787587] Re: Cannot change screen resolution on Dell Duo in Natty

2011-06-22 Thread Timo Aaltonen
ok, after a closer look it does load evdev for the tablet which is better. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/787587 Title: Cannot change screen resolution on

[Ubuntu-x-swat] [Bug 798049] Re: nvidia-* and fglrx need to be migrated to per-architecture gl_conf alternative

2011-06-22 Thread Alberto Milone
** Changed in: nvidia-graphics-drivers-173 (Ubuntu) Status: Triaged = In Progress ** Changed in: fglrx-installer (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu.

[Ubuntu-x-swat] [Bug 799202] Re: wacom stylus jumps with latest xserver-xorg-core

2011-06-22 Thread Chase Douglas
I believe I found the cause of this regression. The wacom tablet sometimes sends button presses on one of the X devices that does not emit (or has not emitted yet) traditional X and Y coordinates. This confuses the server due to masked valuators and coordinate transformation. The fix is to not

[Ubuntu-x-swat] [Bug 661910] Re: Kwin compositing problem on maverick

2011-06-22 Thread Tais Plougmann Hansen
This is still a problem in natty. ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: Expired = New -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/661910 Title:

[Ubuntu-x-swat] [Bug 787587] Re: Cannot change screen resolution on Dell Duo in Natty

2011-06-22 Thread John Agosta
Regarding resolution question in #10. The sensitivity of the Duo touch screen is not close to that on a phone. Therefore, for a decent touch experience you need a larger resolution in the 16:9 ratio spectrum. Users of the Duo have found the 1024x576 resolution to be a good middle ground. A

[Ubuntu-x-swat] [Bug 771788] Re: nVidia driver activated and apparently being used but reported as not being used by jockey-gtk

2011-06-22 Thread Alex Luya
My laptop configuration is: Acer 4741g CPU: intel i3-330M vc: nvidia GT33M Few days ago, I upgraded 10.10 to 11.04,then installed recommended nvidia driver via jockey,by the way,the upgrading is done under macbuntu 10.10,and I noticed that no package about unity has been installed,and

[Ubuntu-x-swat] [Bug 771788] Re: nVidia driver activated and apparently being used but reported as not being used by jockey-gtk

2011-06-22 Thread michael
@alex afaik, there is no visual effects in the Appearance panel as of 11.04... Confirmed in #ubuntu on freenode. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers-173 in Ubuntu. https://bugs.launchpad.net/bugs/771788

[Ubuntu-x-swat] [Bug 800950] [NEW] [gm45] GPU lockup

2011-06-22 Thread Andrew
Public bug reported: Happened after sleep/resume. ProblemType: Crash DistroRelease: Ubuntu 11.04 Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic x86_64 Architecture: amd64 Chipset: gm45 Date: Wed Jun 22

[Ubuntu-x-swat] [Bug 800950] Re: [gm45] GPU lockup

2011-06-22 Thread Andrew
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/800950 Title: [gm45] GPU lockup To manage notifications about this bug go to:

[Ubuntu-x-swat] [Bug 781402] Re: Ubuntu 11.04 / Unity freezing when screen is 'woken up'

2011-06-22 Thread Babaei
This issue didn't initially affect me, but starting maybe a week ago (perhaps related to a compiz/Xorg update?), my machine started to occasionally refuse to return from the sleeping screen (launched from the screen saver, after letting the machine set for a while, or letting the machine sit

[Ubuntu-x-swat] [Bug 753144] Re: focused, or maximized windows blank

2011-06-22 Thread Damian
Happened always when maximize windows with option Keep previews of minimized windows turned ON in Workaround plugin in compiz. Also I didn't see that previewing minimized windows works (Ubuntu 11.04 and Mint 11), so I turned this off and for now I didn't see white window. -- You received this