[Ubuntu-x-swat] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop
Hi Jean-Marie, "enter" is used in some comments and means either that you have to switch your current folder/directory when you are in terminal. So commands should be executed in the right folder, otherwise you might do something else or maybe nothing. So "enter kernel" means to to cd to the decompressed folder of the kernel source files. Quinten's description worked for me and it is not that difficult to follow. Rgds Endre -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libinput in Ubuntu. https://bugs.launchpad.net/bugs/2034477 Title: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop
Hi Jean-Marie, Download an d isntall Ubunte 22.04 LTS as suggested be Quinten, than follow his instructions: Download teh kernel 6.5.9 on kernel.org. And it seems to work. I can guarantee as I am just typing this on my laptop keyboard, which did nkt work before. So again Quinten's istructions are here: "I have kinda made progress in regards of being able to patch and install a kernel. First i'ill walk you through my assumptions, 1) you have the laptop and installed a debian/ubuntu based distro but the keyboard and touchpad don't work. 2) there is at least 64Gb of disk space available 3) you have the option of using the root user. so first off. Download the patch from above. https://bugzilla.kernel.org/attachment.cgi?id=305236 run uname -r, this will return your kernel version, download the closest matching version to that version from kernel.org, but remeber only download later versions, so you are not using a version older than your current kernel. then run sudo apt install build-essential libncurses5-dev libssl-dev flex libelf-dev bc bison gcc make dwarves zstd then unzip the downloaded kernel and enter it as root. appply the patch by running the following as roon in the unzipped kernel directory: patch -p1 < path_to_patchfile it will return something notifying it's ready. then copy over the latest kernel config to the unzipped kernel this can be found in the /boot directory mine is /boot/config-6.1.59 for example. this is beceause i patched up the old kernel to this one. cp -r /boot/.conf .config replace latestkernel with the one you find in /boot then run make menuconfig as the root in the unzipped kernel. immediatly just hit save and exit run the following 2 lines as the root user in the unzipped kernel individually :) (been there done that) scripts/config --disable SYSTEM_TRUSTED_KEYS scripts/config --disable SYSTEM_REVOCATION_KEYS then run make -j 16 and just hit enter whenever it prompts something, oh and get a coffee or a tea this is going to take a while :)) when it completes, run as root in the unzipped kernel: make modules_install should'nt take too long whenever it completes run make install let it complete, congrats kernel installed, run; update-grub verify that the version of the kernel is somewhere in it's output. reboot, and pray. if it boots up, run a uname -r, try it with the laptop's builtin keyboard. if you've made it this far congrats. you have now patched and installed a kernel. above works on any distro i've tried. (zorin16 debian12 ubuntu2204)" Fully confirmed working on Ubuntu 22.04 LTS. Kind regards Endre -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libinput in Ubuntu. https://bugs.launchpad.net/bugs/2034477 Title: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop
Hi Quinten, I am typing this on the laptop keyboard (Lenovo IdeaPad Slim 3 15AMN8), thanks to your instructions. :D You are a genious, Man! Thanks a lot. But let me have one question. How can I prevent that this patched kernel is overwritten by a newer one at some point of time of an update? Now I am happy, after successful patching. Kind regards Endre -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libinput in Ubuntu. https://bugs.launchpad.net/bugs/2034477 Title: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop
Hi Quinten, I would do another try on the Ubuntu 22.04.3, but I am not sure if I have downloaded earlier the right kernel source. Could you send the link to the one you used? What anout the .config file. Did you made the config as described earlier? So no stock config, just running the make menuconfig and that is all? Any specific thing you did differently than above? Thanks Endre -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libinput in Ubuntu. https://bugs.launchpad.net/bugs/2034477 Title: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop
Copying the stock config file to .config, did not cause compilation issues, but did not change anything at the end. I have the feeling that I was not downloading the right kernel source, even if I have followed the instruction on the Ubuntu website. At my latest trial the installed kernel appears as 6.1.6+, what is weird as the stock kernel is 6.5.3 which appears as 6.5.0-9-generic. This is also not really clear why the coding is not following the official base kernel coding. I am ok to wait for the solution, as without the background knowledge of what I am doing, this seems to be an impossible mission. And I am not Tom Cruise either. :D So, I leave making the solution to the professionals. :D -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libinput in Ubuntu. https://bugs.launchpad.net/bugs/2034477 Title: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop
** Also affects: libinput (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libinput in Ubuntu. https://bugs.launchpad.net/bugs/2034477 Title: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
Can "drm.debug=0x02" output be interesting? ccheney: Add to the kernel command line parameters this option . During the phenomenon produces a lines of dmesg(kern.log). -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
It cannot be "drm.debug=0x02" interesting? -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
** Tags added: kernel-bug-exists-upstream raring -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
Please remove the "Fix Released" status from "Ubuntu kernel" task. -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
I tested the 13.04 iso. The mouse lagging bug is affact,when i turn the computer on cold. (weird) New phenomenon: Unity frozen after a short time. -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 1101899] Re: Installation of xorg-lts-quantal removes ia32-libs-multiarch
*** This bug is a duplicate of bug 1130419 *** https://bugs.launchpad.net/bugs/1130419 ** This bug has been marked a duplicate of bug 1130419 apt resolver doesn't do sensible things when satisfying a cross-dependency on a virtual package (steam, wine) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad.net/bugs/1101899 Title: Installation of xorg-lts-quantal removes ia32-libs-multiarch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1101899/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 1101899] Re: Installation of xorg-lts-quantal removes ia32-libs-multiarch
** Tags added: workaround-exist -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad.net/bugs/1101899 Title: Installation of xorg-lts-quantal removes ia32-libs-multiarch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1101899/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 1125413] Re: LTS xserver backport packages want to remove xorg & xserver
** Tags added: workaround-exist -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad.net/bugs/1125413 Title: LTS xserver backport packages want to remove xorg & xserver To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1125413/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 1101899] Re: Installation of xorg-lts-quantal removes ia32-libs-multiarch
Workaround(solution): sudo apt-get install xserver-xorg-lts-quantal libgl1-mesa-dri-lts-quantal:i386 libgl1-mesa-glx-lts-quantal:i386 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad.net/bugs/1101899 Title: Installation of xorg-lts-quantal removes ia32-libs-multiarch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1101899/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 1125413] Re: LTS xserver backport packages want to remove xorg & xserver
Workaround(solution): sudo apt-get install xserver-xorg-lts-quantal libgl1-mesa-dri-lts-quantal:i386 libgl1-mesa-glx-lts-quantal:i386 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad.net/bugs/1125413 Title: LTS xserver backport packages want to remove xorg & xserver To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1125413/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 1101899] Re: Installation of xorg-lts-quantal removes ia32-libs-multiarch
See this bug comments: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1125413 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad.net/bugs/1101899 Title: Installation of xorg-lts-quantal removes ia32-libs-multiarch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1101899/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 1125413] Re: LTS xserver backport packages want to remove xorg & xserver
@debby: Because the libgl1-mesa-glx-lts-quantal is only recommended package. This bug: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1101899 change the situation two-way. The package manager decides. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad.net/bugs/1125413 Title: LTS xserver backport packages want to remove xorg & xserver To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1125413/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 1101899] Re: Installation of xorg-lts-quantal removes ia32-libs-multiarch
** Changed in: xorg-lts-quantal (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-lts-quantal in Ubuntu. https://bugs.launchpad.net/bugs/1101899 Title: Installation of xorg-lts-quantal removes ia32-libs-multiarch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-quantal/+bug/1101899/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 748113] Re: [latencytop Not tainted kernel] xorg latency
*** This bug is a duplicate of bug 957298 *** https://bugs.launchpad.net/bugs/957298 ** This bug has been marked a duplicate of bug 957298 Mouse is very slow after starting a session on Precise -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/748113 Title: [latencytop Not tainted kernel] xorg latency To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/748113/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
** Bug watch added: freedesktop.org Bugzilla #29536 https://bugs.freedesktop.org/show_bug.cgi?id=29536 ** Also affects: linux via https://bugs.freedesktop.org/show_bug.cgi?id=29536 Importance: Unknown Status: Unknown -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
Thanks Chris Cheney! The events hasn't come for a long time. http://git.kernel.org/?p=linux/kernel/git/stable/linux- stable.git;a=commit;h=e58f637bb96d5a0ae0919b9998b891d1ba7e47c9 "Polling for a VGA device on an old system can be quite expensive, causing latencies on the order of 600ms. As we hold the mode mutex for this time and also need the same mutex to move the cursor, we trigger a user-visible stall." Old system? "The real solution would involve improving the granulatity of the locking and so perhaps performing some of the probing not under the lock or some other updates can be done under different locks. Also reducing the cost of probing for a non-existent monitor would be worthwhile. However, exposing a parameter to disable polling is a simple workaround in the meantime." Why not default at least? "This is coupled to the user calling xrandr"(not automatically when polling is disapled) "since the information on the connection has just been updated."(from the newly connected screen) -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
Thanks Chris Cheney! The events has been a long time they did not come. -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
Kernel started with drm.debug=0x02 parameter. Hotplug events located in the attachment: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1088017/+attachment/3454901/+files/kern.log.gz -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 957298] Re: Mouse is very slow after starting a session on Precise
I brought some duplication. Each VGA type is "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42]" , but you should also check. -- 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/957298 Title: Mouse is very slow after starting a session on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/957298/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 646564] Re: [gm45] Intel Driver: Mouse cursor stutters while logging and and starting Wine
*** This bug is a duplicate of bug 957298 *** https://bugs.launchpad.net/bugs/957298 ** This bug is no longer a duplicate of bug 1088017 drm:i915_driver_irq_handler: too many events received ** This bug has been marked a duplicate of bug 957298 Mouse is very slow after starting a session on Precise -- 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/646564 Title: [gm45] Intel Driver: Mouse cursor stutters while logging and and starting Wine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/646564/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 646564] Re: [gm45] Intel Driver: Mouse cursor stutters while logging and and starting Wine
*** This bug is a duplicate of bug 1088017 *** https://bugs.launchpad.net/bugs/1088017 ** This bug has been marked a duplicate of bug 1088017 drm:i915_driver_irq_handler: too many events received -- 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/646564 Title: [gm45] Intel Driver: Mouse cursor stutters while logging and and starting Wine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/646564/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 763688] Re: [915GM] S-video output doesn't work in Natty (i386)
Tried Xorg intel driver from maverick but no luck. Then tried maverick's kernel with both intel drivers and they work, so I think the bug is in the kernel's intel vga part, not xserver-xorg-video-intel. However, if I press Fn-F8, tvout turns off permanently and I can't re- enable it until a reboot. This is a Dell Latitude D530 with 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c) -- 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/763688 Title: [915GM] S-video output doesn't work in Natty (i386) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-release-notes/+bug/763688/+subscriptions ___ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp
[Ubuntu-x-swat] [Bug 455601] Re: [M7] (32MB) notification messages are not readable
With this configuration X is defaulting to 24 bpp. The only problem what I found with this configuration is that if I start Rhythmbox and after that I start Totem to play a video I got the following error: The program 'totem' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 68 error_code 11 request_code 132 minor_code 19) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) If first I start Totem then Rhythmbox no problem. I will come back in a few days with the stability of the system. -- [M7] (32MB) notification messages are not readable https://bugs.launchpad.net/bugs/455601 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 455601] Re: [M7] (32MB) notification messages are not readable
Yes, probably the video memory was not enough. With Visual effects = Normal and the following xorg.conf I don't have any problems: Section "Device" Identifier "laptop_device" Driver "ati" #Option "AccelMethod" "XAA" Option "AccelMethod" "EXA" EndSection Section "Screen" Identifier "laptop_screen" Device "laptop_device" DefaultColorDepth 16 SubSection "Display" Depth 16 Virtual 1024 768 EndSubSection EndSection Does not mather if the acceleration method is XAA or EXA. Both are good. I had problem playing videos with totem but in a bug tracker I found the solution how to set the gstreamer-properties for a good result. No freezes for a while, notification messages are readable. Thanks for helping me out. This bug can be closed. -- [M7] (32MB) notification messages are not readable https://bugs.launchpad.net/bugs/455601 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 455601] Re: [M7] (32MB) notification messages are not readable
This settings does not fix the problem. The notification messages are still messy. However this fixed the flash plugin problem. Before this the flash videos flickered but not any more. Probably this bug reported by me is also caused by the video driver: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/445737 What any other settings can I try? It doesn't matter if Visual Effects are on or off, what I want is a stable system with readable notification messages and a non flickering flash plugin :-) -- [M7] (32MB) notification messages are not readable https://bugs.launchpad.net/bugs/455601 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