Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246865 Details for
Bug 296084
x11-drivers/xf86-input-synaptics : allow rotation using xrandr
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patched ebuild based on 1.3.0
xf86-input-synaptics-1.3.0.ebuild (text/plain), 1.07 KB, created by
niogic
on 2010-09-11 14:56:38 UTC
(
hide
)
Description:
Patched ebuild based on 1.3.0
Filename:
MIME Type:
Creator:
niogic
Created:
2010-09-11 14:56:38 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild,v 1.2 2010/09/10 13:27:03 chithanh Exp $ > >EAPI=3 > >inherit linux-info xorg-2 > >DESCRIPTION="Driver for Synaptics touchpads" >HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/" > >KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" >IUSE="" > >RDEPEND=" > >=x11-base/xorg-server-1.8 > >=x11-libs/libXi-1.2 > >=x11-libs/libXtst-1.1.0" >DEPEND="${RDEPEND} > x11-proto/inputproto > >=x11-proto/recordproto-1.14" > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}"/synaptics-1.3.0-xrandr.patch >} >src_install() { > DOCS="README" xorg-2_src_install >} >pkg_postinst() { > xorg-2_pkg_postinst > # Just a friendly warning > if ! linux_config_exists \ > || ! linux_chkconfig_present INPUT_EVDEV; then > echo > ewarn "This driver requires event interface support in your kernel" > ewarn " Device Drivers --->" > ewarn " Input device support --->" > ewarn " <*> Event interface" > echo > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 296084
:
212350
|
246486
| 246865 |
246866