Commit Graph

2031 Commits

Author SHA1 Message Date
deraadt
b1668efa3e delete duplicate block; spotted by kettenis 2009-02-27 23:43:41 +00:00
todd
73f5714fe2 sync 2009-02-27 23:40:21 +00:00
matthieu
6d7de40c77 Add a substitution from fonts that map to ugly bitmapped ones to
bitstream-vera. Most of the work done by martynas@ and deraadt@,
with inputs and tests from naddy@, todd@ and lots of others.
ok deraadt@
2009-02-27 23:12:11 +00:00
todd
9831852bee sync 2009-02-26 23:27:22 +00:00
matthieu
215a3e0d08 Force loading of the "dri" module on sgi too, to work around non-working
lazy binding in ld.so.
2009-02-21 00:10:32 +00:00
matthieu
5f305c41a7 updates 2009-02-20 20:16:34 +00:00
kettenis
093965b9a6 Add code to choose a video driver based on the wscons(4) display type. Makes
it possible to run X without a configuration file on (some) sparc64 machines
and perhaps other machines that use wscons(4) frame buffers.

ok matthieu@
2009-02-19 21:53:30 +00:00
kettenis
fb905686b3 Make libpciaccess domain-aware. Makes X capable of discovering PCI devices
in other domains (on macppc or sparc64 for example).

ok matthieu@
2009-02-15 19:10:52 +00:00
matthieu
e093805c96 Add the Sun Left keypad symbols to the pc(basic) layout.
This removes the need for an InputDevice section in xorg.conf to use
those keys on a Sun keyboard. "go for it" miod@.
2009-02-15 17:28:32 +00:00
matthieu
1574fe342c Saner defaults for proposed keyboard configuration:
- set XkbModel to "sun" to get working L-keys
- leave XkbLayout empty so that it's inherited from wscons/
2009-02-15 15:27:40 +00:00
todd
8ada3a0397 fix imake scaffolding for mips (sgi); originally from Brad
ok matthieu@ (has been in snaps for ages..)
2009-02-13 20:33:37 +00:00
todd
53863ad153 shuffling to mi sync 2009-02-12 19:27:01 +00:00
todd
0046121191 sync 2009-02-09 16:15:07 +00:00
todd
04a164dc63 puffy 4.5 2009-02-09 16:13:47 +00:00
martynas
af87ed9631 add 'moveamount' to cwmrc; it sets keyboard movement amount, making
it more useful on large screens
manpage tweak & ok jmc@
ok okan@, oga@
2009-02-07 21:07:00 +00:00
martynas
0c4060da89 remove leftover from mdoc.samples; ok jmc@ 2009-02-07 16:59:11 +00:00
todd
e304b05793 sync 2009-02-06 18:51:14 +00:00
oga
a59dd3b126 Bah. Diff applied strangely last time. Fix fallout.
It builds now.
2009-02-05 01:37:06 +00:00
oga
ba0f4d62e2 Merge in two commits of mine from upstream mesa which mean that on
startup with and when we have only one pipe running we will always pick
the correct vblank pipe to sync to.

ok matthieu@.
2009-02-04 19:48:26 +00:00
todd
d9b54c2659 sync 2009-02-04 06:31:29 +00:00
martynas
33c5846d9b fix off-by-one in geom.[xy], after pwin changes. keyboard movement
to the rightmost or bottommost corners would confuse cwm:
- there's no way to get the window back
- tab cycling breaks
ok okan@, oga@
2009-02-03 22:20:31 +00:00
matthieu
65fb6f112c Better looking default resources for the XDM chooser.
ok pyr@, sobrado@.
2009-02-02 21:01:57 +00:00
matthieu
2102c90c01 Enable build of kdrive/Xephyr on gcc3 arches. ok todd@ 2009-02-02 20:57:55 +00:00
todd
1bd5cd6a71 sync 2009-02-02 05:45:31 +00:00
matthieu
8fd38b9171 getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.
This code already does this if IPv6 support is compiled in. It
was dereferencing a NULL pointer in the IPv4 only case.
2009-01-30 21:46:35 +00:00
matthieu
fef4aae88f regen 2009-01-30 17:18:13 +00:00
matthieu
384148c3d5 Fix a merge botch in xdm 1.1.8 update. 2009-01-30 17:17:19 +00:00
matthieu
5847d1746e Add more input checks. From "nobody@example.com" on bugs@. 2009-01-30 11:06:25 +00:00
matthieu
dbbba05dba xdm 1.1.8. 2009-01-29 22:18:35 +00:00
matthieu
af2481e434 Add support to run intel_reg_dumper on OpenBSD. 2009-01-29 17:17:24 +00:00
matthieu
1faf8dcd02 Fix allocation and freeing of InputDriverRec, so that X doesn't dump core
on exit. Found thanks to msys test machine.
2009-01-29 16:18:44 +00:00
matthieu
8f8b86d413 xf86-input-elographics 1.2.3, tested on msys's point of sale machine. 2009-01-29 16:06:37 +00:00
matthieu
00e5d4d86d Install Xephyr and its manual page using the Makefile generated by
autotools.
2009-01-28 22:16:07 +00:00
matthieu
5933d55f3d __miscmansuffix -> __miscmansuffix__ 2009-01-28 21:04:43 +00:00
matthieu
b67e1f26fa Add missing OpenBSD RCS Ids. 2009-01-28 16:10:44 +00:00
matthieu
3e6ebe368f Pass all needed options to configure to get kdrive use the
same default directories as Xorg.
2009-01-28 14:51:56 +00:00
matthieu
93ad800101 OpenBSD still uses old xkb-data, whose default rules are called 'xorg'.
Change kdrive's default configuration too.
2009-01-28 14:50:48 +00:00
matthieu
accff42d7f Update to xf86-video-radeonhd 1.2.4.
- Added HDMI support.
  - Added support for RV710, RV730 (DCE 3.2).
  - Added screen rotation support.
  - Added RandR 1.3 panning support. (not useful until xserver 1.6)
  - Many acceleration and build fixes.

Tested on mbalmer@'s radeon 2400HD card.
2009-01-28 14:43:56 +00:00
matthieu
734dd0bd62 sync 2009-01-28 11:22:23 +00:00
matthieu
777649022d Xephyr requires dri support for now, so enable it. 2009-01-27 17:18:26 +00:00
matthieu
912bf2fa23 regen 2009-01-27 17:13:42 +00:00
matthieu
92d4b23d0e Fix linking of Xwscons for xserver 1.5.3 2009-01-27 17:11:33 +00:00
matthieu
8ff87a1d9a Don't allow to build kdrive here anymore. This is now in ../kdrive. 2009-01-27 16:28:57 +00:00
matthieu
d85ff0458d /usr/X11R6/include/drm is gone. The headers now come from the kernel. 2009-01-27 15:44:45 +00:00
okan
ce211a10b8 remove Nscreens and x_screenname() - we really don't need them.
ok oga@
2009-01-27 02:16:20 +00:00
oga
e75ea3304d One of the most annoying things to do was restart cwm and lose all of
your group state. Fix this up by using an X Atom (_CWM_GRP) to store the
name of the group that we're using (the name, not the number is because
at one point we may make the group numbers dynamic). I've been talking
about this since c2k8. so CM-w means you keep all of your windows grouped
properly.

ok okan@, todd@
2009-01-27 00:42:53 +00:00
oga
3b1cf06138 never define XF86DRI_MM after configure. 2.4.x still had the ttm bits
which haven't made it into a released libdrm. This prevents collisions
with the libdrm version just commited (which wouldn't build otherwise).
2009-01-26 23:27:59 +00:00
oga
43a3b634c7 Update libdrm to 2.4.3
This is needed for us to be able to update Mesa and xf86-video-intel.
Includes a few fixes, as well as the intel bufmgr interface and the
modesetting interface (which currently errors when you check if it's
enabled).

ok matthieu@
2009-01-26 23:14:37 +00:00
matthieu
610436017c sync 2009-01-26 22:09:40 +00:00
matthieu
58f9a8fb5c Xtrans 1.2.3. Tested on a full ports build by naddy@. 2009-01-26 22:02:43 +00:00