Commit Graph

783 Commits

Author SHA1 Message Date
matthieu
2be03eee0e Disable build of Xserver on hp300 and mac68k. Building the Xserver
with gcc 2.95 is getting hopeless and there is not enough manpower at
the moment to switch these platforms to a more recent compiler.
ok miod@, Nick@
2012-02-07 19:46:11 +00:00
matthieu
cc702cb732 Revert the update to xf86-video-ati 6.14.3. Requested by espie@
who experiemnts regressions with this driver.
2012-02-06 22:53:02 +00:00
matthieu
bbd2a2e3da Remove 2 obsolete drivers that have been unlinked from builds. 2012-01-31 07:59:53 +00:00
matthieu
16bbf25500 Explicitely disable DRI on SandyBridge and above chipsets. It doesn't
work anyways, so prevent X from crashing. ok oga@
2012-01-31 07:47:28 +00:00
matthieu
1dfa315ff5 Copy the ZaphodHeads option description from newer radeon driver.
Ironically, this option wasn't documented in the last version of
the driver where it was working.
2012-01-25 22:19:00 +00:00
matthieu
d230d6c16d replace radeon -> radeonold in a few places. Remove the unused atiold
man page.
2012-01-25 22:15:19 +00:00
matthieu
5ed4439044 +radeonold -radeonhd. xf86-video-radeonhd is deprecated all radeon
cards are supported by xf86-video-ati.
2012-01-25 21:37:03 +00:00
matthieu
b0f72d9595 Update to xf86-video-ati 6.14.3. Tested by many. 2012-01-25 21:33:33 +00:00
matthieu
7b7b372578 Add radeon driver 6.12.2 renamed as 'radeonold'.
This is the last known working version in 'zaphod' mode (one X
screen per head in multi-head configs). This makes it possible
to update the "real" radeon driver in xf86-video-ati, without
breaking existing zaphod setups.
2012-01-25 21:27:05 +00:00
shadchin
dd3fd20478 Update to 1.6.1.
ok matthieu@
2012-01-06 08:03:53 +00:00
matthieu
4d84ac9650 regen 2012-01-01 16:11:25 +00:00
matthieu
3e609be865 Bump revision to 0.4.0 to match upstreams release just pushed. 2012-01-01 16:08:39 +00:00
matthieu
dbe9a416bb Constify wsfb_open() argument. 2012-01-01 16:07:38 +00:00
matthieu
c43c7e4fb2 white space cleanup, copyright update, autotools regen. 2012-01-01 16:04:35 +00:00
matthieu
50cf571503 add _X_EXPORT attribute to public symbols. 2011-12-29 13:48:05 +00:00
kettenis
13f8f43bf4 Add support for Sandy Bridge. Not perfect yet. Most notably 3D acceleration
is completely absent, and playing video doesn't work yet.  But support for
"normal" 2D stuff is pretty solid and it is really nice to be able to use
my laptop at the panel's native resolution and be able to suspend and resume
the machine.

tested by some
2011-12-21 21:25:02 +00:00
matthieu
70f1880f97 regen 2011-12-14 17:00:08 +00:00
oga
b932741cf2 Some files (used for generating other stuff) that I missed in the last commit.
Oops.
2011-11-29 12:41:53 +00:00
oga
1431ee95fe Update the intel driver to a more recent version based on more recent
upsteam code.

Backporting keeping UMS changes by me, some bugfixes from kettenis@.

Has been in snapshots for a while, committed on request so we can be
sure what people are running. This is a prerequesite for sandybridge
support but has those chipsets disabled for now until the correct code
has been added.
2011-11-29 12:39:02 +00:00
shadchin
86e4fbccae Adding wheel emulation, ported from evdev(4)
ok matthieu@
2011-11-28 23:49:59 +00:00
shadchin
2d087d2918 Remove old headers (missing in previous update)
ok matthieu@
2011-11-28 23:15:21 +00:00
shadchin
9bf4ba3a8c Fixed incorrect condition (s/strcmp()/strcmp() == 0/)
ok matthieu@
2011-11-28 23:13:11 +00:00
shadchin
2cba20c2fd regen 2011-11-19 13:22:56 +00:00
shadchin
3917241c88 Replace WS_NOZMAP on WS_NOMAP.
ok matthieu@
2011-11-19 13:12:49 +00:00
shadchin
67a6690ca1 Simplify middle button emulation code.
ok matthieu@
2011-11-19 13:09:16 +00:00
shadchin
d7335b6ea9 Add check emulateMB.timeout >= 0.
ok matthieu@
2011-11-19 13:05:33 +00:00
shadchin
cb94a4132b ws_debug_level used only if defined DEBUG.
ok matthieu@
2011-11-19 12:59:55 +00:00
shadchin
df8922a136 Using macros MODULETEARDOWNPROTO for prototype.
ok matthieu@
2011-11-19 12:46:08 +00:00
shadchin
15c3974226 config: upgrade to util-macros 1.8 for additional man page support
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.

Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS.
It sets the SED env variable with an appropriate sed program path.

Use Automake $() for variables in Makefile.am

ok matthieu@
2011-11-19 12:42:57 +00:00
shadchin
3734bac4a5 Static atoms don't need to be initialized to 0.
ok matthieu@
2011-11-19 12:36:16 +00:00
shadchin
90da7d925e Sync with code.
ok matthieu@
2011-11-19 12:28:10 +00:00
shadchin
6946fdbaf2 Call wsInitProperty() only for WSMOUSE_TYPE_TPANEL and simplify code.
Also renamed wsInitProperty and wsSetProperty to
wsInitCalibProperty and wsSetCalibProperty respectively.

ok matthieu@
2011-11-09 16:17:44 +00:00
shadchin
2800db42b2 Simplify wsPreInit
ok matthieu@
2011-11-09 16:08:42 +00:00
shadchin
e6f2cf8c55 Ignore option Raw for mices. (was more noise than useful information)
ok matthieu@
2011-11-09 16:07:13 +00:00
shadchin
a86fa301f9 Remove call xf86CollectInputOptions. It is useless if second arg is NULL.
ok matthieu@
2011-11-09 16:04:50 +00:00
shadchin
ebf795425f Mapping scroll events:
on 4 and 5 buttons (vertical scrolling)
on 6 and 7 buttons (horizontal scrolling)

This is do default xf86-input-mouse, xf86-input-evdev.
Also sync manual page.

ok matthieu@
2011-11-08 12:57:44 +00:00
shadchin
25e80ee670 Correct clean bit for scroll buttons plus small optimisation.
ok matthieu@
2011-11-08 12:55:26 +00:00
shadchin
9272c2f84c Process only changed button
ok matthieu@
2011-11-08 12:53:14 +00:00
shadchin
4ad39eb24c Fix memory leak
ok matthieu@
2011-11-08 12:51:32 +00:00
shadchin
35b66ec59f Replace xf86FindOptionValue on xf86SetStrOption.
If option set as "", then xf86FindOptionValue returns "",
and xf86SetStrOption returns NULL.

ok matthieu@
2011-11-07 18:42:32 +00:00
shadchin
7fbf1ea788 Small fix manual page
ok matthieu@
2011-11-07 18:38:12 +00:00
shadchin
c581ee87df Remove code for ABI_XINPUT_VERSION < 12
ok matthieu@
2011-11-07 18:36:53 +00:00
shadchin
3d54603d79 Replace xf86Msg on xf86IDrvMsg.
The latter provides a standardised message format in the form of
    driver name: device name: message

ok matthieu@
2011-11-07 18:33:04 +00:00
shadchin
a8eeddbe72 Remove prototype wsChangeControl, this is missing in last change 2011-11-06 16:20:27 +00:00
matthieu
cfdb62bd98 Update to xf86-input-mouse 1.7.1. ok shadchin@ 2011-11-06 10:21:06 +00:00
matthieu
b0fa6c8d66 xalloc/xfree -> malloc/free and unifdef XFree86LOADER 2011-11-05 14:55:51 +00:00
matthieu
6e6a33f51b xalloc/xfree -> malloc/free 2011-11-05 14:55:09 +00:00
matthieu
7d75c22b46 unifdef XFree86LOADER, this isn't optional anymore. 2011-11-05 14:51:18 +00:00
matthieu
40c4e40724 Replace deprecated xalloc/xfree with malloc/free. 2011-11-05 14:40:51 +00:00
matthieu
7a02c9510a Remove the temporarly hack for xserver post 1.9. In the process
the xf86-input-citron driver is disconnected from the build since
no one cared to update it for input drivers ABI version 12.
Patches are welcome if someone still uses it.
2011-11-05 14:32:44 +00:00