Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/xf86-video-modesetting,
Generic modesetting driver
Branch: CURRENT,
Version: 0.9.0,
Package name: xf86-video-modesetting-0.9.0,
Maintainer: pkgsrc-usersThis is a generic modesetting driver. The idea is to piggy-back the X driver on
top of the DRM and Gallium3D drivers (DRM for modesetting and Gallium3D for Exa
acceleration).
Required to run:[
x11/libdrm] [
x11/modular-xorg-server]
Required to build:[
pkgtools/x11-links] [
devel/xorg-util-macros] [
x11/compositeproto] [
x11/scrnsaverproto] [
x11/glproto] [
x11/renderproto] [
x11/xproto] [
x11/xf86vidmodeproto] [
x11/fontsproto] [
x11/xf86driproto] [
x11/damageproto] [
x11/inputproto] [
x11/resourceproto] [
x11/videoproto] [
x11/xextproto] [
x11/xineramaproto] [
x11/randrproto] [
x11/dri2proto] [
x11/fixesproto4] [
x11/presentproto]
Master sites: (Expand)
SHA1: 982e5140ad81051d51c6370d065f3033ee4ad24b
RMD160: 3b94767bbe02febd0e9d7f57f32918d11caa8412
Filesize: 297.218 KB
Version history: (Expand)
- (2015-07-03) Package deleted from pkgsrc
- (2015-06-03) Package has been reborn
- (2015-06-03) Package deleted from pkgsrc
- (2014-08-07) Updated to version: xf86-video-modesetting-0.9.0
- (2013-12-04) Updated to version: xf86-video-modesetting-0.8.1
- (2013-11-18) Package has been reborn
CVS history: (Expand)
2015-07-02 06:04:33 by othyro | Files touched by this commit (49) | |
Log message:
-xf86-input-{elographics,fpit,hyperpen,joystick,mutouch}
-xf86-video-{modesetting,nouveau,qxl,suncg6,suntcx,voodoo}
Imported into HEAD/x11.
|
2014-08-07 05:03:20 by othyro | Files touched by this commit (2) |
Log message:
bump to 0.9.0
Use own thunk function instead of shadowUpdatePackedWeak
I plan to remove the Weak functions from a future server.
modesetting: fix build regression against older servers.
modesetting: fix use after free.
Add support for server managed fds
modesetting: fix cursor rendering with hotspots.
older kernels report EINVAL not ENOSYS, doh.
modesetting: Don't (brokenly) double-track software cursor
modesetting: try and use hotspot cursor support
modesetting: move closing fd to after we check outputs
On something like cirrus, start X, then attempt to start a second
X while the first is running, if fbdev is installed it'll fail
hard.
modesetting: query cursor size from the kernel
Use new drm caps. This allows hw cursors to work
correctly on gpus with non-64x64 cursors.
|
2013-12-04 01:38:05 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.8.1:
Dave Airlie (1):
modesetting: change output names for secondary GPUs
Keith Packard (2):
Clean up compiler warnings.
Handle new DamageUnregister API which has only one argument
Maarten Lankhorst (1):
bump to 0.8.1
Thierry Reding (2):
Staticise and constify output names
Properly identify DSI outputs
|
2013-06-18 15:35:23 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Date: Wed Jun 12 14:11:53 2013 +0200
- bump to 0.8.0
Date: Wed Jun 12 14:05:19 2013 +0200
- modesetting: probe only succeeds if connectors are detected
- This will prevent modesetting being used for outputless intel or nvidia cards.
Date: Tue Jun 11 10:29:25 2013 +1000
- modesetting: fix adjust frame crash
- When SDL called this it was totally broken, actually hook
up to the underlying drmmode function.
- Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64808
Date: Wed Apr 3 12:08:44 2013 +0200
- support 32 bpp pixmaps when 24 bpp fb is used.
- Fixes background corruption in ubuntu.
|
2013-06-09 14:48:36 by othyro | Files touched by this commit (13) |
Log message:
Fix driver man suffix for SunOS.
|
2013-06-03 03:21:58 by othyro | Files touched by this commit (4) |
Log message:
Import xf86-video-modesetting-0.7.0 as wip/xf86-video-modesetting.
This is a generic modesetting driver. The idea is to piggy-back the X driver on
top of the DRM and Gallium3D drivers (DRM for modesetting and Gallium3D for Exa
acceleration).
|