[Bug 1179656] Re: Elantech Touchpad, "AreaBottomEdge =" parameter not work completly
Solution found: source: https://github.com/mattocompleto/elantech-clickpad-fix Just make autorun this script: #!/bin/bash device=`xinput list "ETPS/2 Elantech Touchpad" | grep -o 'id=[0-9]\+' | egrep "[0-9]{1,}" -o` i=0 while read label min delim max; do if [ $i -eq 0 ]; then minx=$min maxx=$max elif [ $i -eq 1 ]; then miny=$min maxy=$max break fi (( i++ )) done < <(xinput list "$device" | grep Range) middleleft=`echo \($maxx - $minx\) / 2 \* 90 / 100 + $minx | bc -l` middleright=`echo \($maxx - $minx\) / 2 \* 110 / 100 + $minx | bc -l` left=`echo $middleright + 1 | bc -l` right=$maxx height=`echo \($maxy - $miny\) | bc -l` top=`echo $height \* 0.82 + $miny | bc -l` bottom=`echo $height \* 2 + $miny | bc -l` # enable the clickpad xinput set-prop "$device" "Synaptics ClickPad" 1 # enable right and middle click (drag & drop selection) for the clickpad xinput set-prop "$device" "Synaptics Soft Button Areas" $left $right $top $bottom $middleleft $middleright $top $bottom # enable the triple-finger tap as middle click synclient TapButton1=1 TapButton2=3 TapButton3=2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1179656 Title: Elantech Touchpad, "AreaBottomEdge =" parameter not work completly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1179656/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 751828] Re: Corrupt (stripes) panel shadow texture
I can confirm the bug in: - Fedora 16 Live CD - Ubuntu 12.04 (or every edition with gnome-shell) - Linux Mint (with Cinnamon) Note: Everything is fine in Gnome2 (in Ubuntu), and MATE (in Mint) except some time in watching Youtube video (or other videos) appears flicker horizonal lines in the monitor in random position! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/751828 Title: Corrupt (stripes) panel shadow texture To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/751828/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1049630] [NEW] gnome-shell weird lines
Public bug reported: In gnome-shell font are corrupted and are present weird lines. I'm reffering to Ubuntu 12.04 full installed, and Ubuntu 12.10 gnome remix live edition. Video card: Ati x1250 Please check also this link to have a picture http://img827.imageshack.us/img827/8899/gnome3.jpg and more detail on http://ubuntuforums.org/showthread.php?t=1938251 ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049630 Title: gnome-shell weird lines To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049630/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1049630] Re: gnome-shell weird lines
sorry I just realize that is a duplicate of https://bugs.freedesktop.org/show_bug.cgi?format=multiple&id=35457 ** Bug watch added: freedesktop.org Bugzilla #35457 https://bugs.freedesktop.org/show_bug.cgi?id=35457 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049630 Title: gnome-shell weird lines To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049630/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1179656] [NEW] Elantech Touchpad, "AreaBottomEdge =" parameter not work completly
Public bug reported: I have a laptop "Asus S65CM" with a large Elantech Touchpad. Please google it and see the touchpad. First problem: the touchpad is not automatically configured in a correct way. So I wrote a script to correct the parameters of "synclient" as enclosed. In this way, it work quite well but still a little but annoying bug. The parameter "AreaBottomEdge = 1800" is used to reducting the Area of sensibility of the Touchpad. This is true about the movements but it is not true about the "fingers counting". For example, if I let one my finger in the area of the left button, which is suppose to be a death-area, outside "AreaBottom", it suppose to not be considered. But actually if I put also a finger to move the curson in "central" zone the touchpad recognize it as TwoFingers, so is blocking the cursor. If think internally is a problem of "button counting" which is performed before than the AreaBottom constrain. Parameter settings: LeftEdge= 129 RightEdge = 3120 TopEdge = 120 BottomEdge = 2103 FingerLow = 9 FingerHigh = 12 FingerPress = 256 MaxTapTime = 180 MaxTapMove = 173 MaxDoubleTapTime= 180 SingleTapTimeout= 150 ClickTime = 100 FastTaps= 1 EmulateMidButtonTime= 0 EmulateTwoFingerMinZ= 282 EmulateTwoFingerMinW= 7 VertScrollDelta = 78 HorizScrollDelta= 78 VertEdgeScroll = 1 HorizEdgeScroll = 1 CornerCoasting = 0 VertTwoFingerScroll = 1 HorizTwoFingerScroll= 1 MinSpeed= 1.5 MaxSpeed= 3.5 AccelFactor = 0.1 TrackstickSpeed = 40 EdgeMotionMinZ = 30 EdgeMotionMaxZ = 40 EdgeMotionMinSpeed = 100 EdgeMotionMaxSpeed = 400 EdgeMotionUseAlways = 0 TouchpadOff = 2 LockedDrags = 0 LockedDragTimeout = 5000 RTCornerButton = 2 RBCornerButton = 3 LTCornerButton = 0 LBCornerButton = 0 TapButton1 = 1 TapButton2 = 3 TapButton3 = 2 ClickFinger1= 1 ClickFinger2= 3 ClickFinger3= 0 CircularScrolling = 0 CircScrollDelta = 0.1 CircScrollTrigger = 0 CircularPad = 0 PalmDetect = 1 PalmMinWidth= 10 PalmMinZ= 200 CoastingSpeed = 10 CoastingFriction= 50 PressureMotionMinZ = 30 PressureMotionMaxZ = 160 PressureMotionMinFactor = 1 PressureMotionMaxFactor = 1 ResolutionDetect= 1 GrabEventDevice = 1 TapAndDragGesture = 1 AreaLeftEdge= 0 AreaRightEdge = 0 AreaTopEdge = 0 AreaBottomEdge = 1800 HorizHysteresis = 19 VertHysteresis = 19 ClickPad= 1 RightButtonAreaLeft = 1624 RightButtonAreaRight= 0 RightButtonAreaTop = 1822 RightButtonAreaBottom = 0 MiddleButtonAreaLeft= 0 MiddleButtonAreaRight = 0 MiddleButtonAreaTop = 0 MiddleButtonAreaBottom = 0 ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu6 [modified: usr/share/X11/xorg.conf.d/50-synaptics.conf] ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8 Uname: Linux 3.8.0-19-generic x86_64 ApportVersion: 2.9.2-0ubuntu8 Architecture: amd64 Date: Mon May 13 21:44:07 2013 DistUpgraded: Fresh install DistroCodename: raring DistroVariant: ubuntu InstallationDate: Installed on 2013-05-12 (1 days ago) InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release amd64 (20130424) MachineType: ASUSTeK COMPUTER INC. K56CM MarkForUpload: True ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=UUID=86fe6931-c7ff-4e9d-ba8f-1c005736b8cf ro quiet splash vt.handoff=7 SourcePackage: xserver-xorg-input-synaptics UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/19/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: K56CM.209 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: K56CM dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrK56CM.209:bd11/19/2012:svnASUSTeKCOMPUTERINC.:pnK56CM:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK56CM:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: K56CM dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. version.compiz: compiz N/A version.ia32-libs: ia32-libs N/A version.libd
[Bug 1045914] Re: Keyboard layout doesn't show in GNOME Shell session
I confirm the bug and a fresh UbuntuGnome 13.04 has this problem. I think should be considered "High importance" not "medium" as now!! We are in 2013 in a globalized world and it's impossible to work without a switcher or something that tell which layout you are using! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045914 Title: Keyboard layout doesn't show in GNOME Shell session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1045914/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs