Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-22 | Re-import the usbtablet driver using the correct name. | Matthieu Herrb | |
2009-11-22 | Also update ChangeLog from upstreams. | Matthieu Herrb | |
2009-11-22 | Update for resources/RAC API removal and bump to 0.3.0 to follow | Matthieu Herrb | |
upstreams numbering. | |||
2009-11-22 | Update to xf86-video-voodoo 1.2.3 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-vmware 10.16.8 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-vesa 2.2.1 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-tseng 1.2.3 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-trident 1.3.3 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-tga 1.2.1 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-tdfx 1.4.3 | Matthieu Herrb | |
2009-11-22 | Remove the sunbw2 driver which has been deprecated upstreams and | Matthieu Herrb | |
was never built on OpenBSD. | |||
2009-11-22 | Update to xf86-video-sisusb 0.9.3 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-sis 0.10.2 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-siliconmotion 1.7.3 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-savage 2.3.1 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-s3virge 1.10.4 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-s3 0.6.3 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-rendition 4.2.3 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-r128 6.8.1 | Matthieu Herrb | |
2009-11-22 | Update to xf86-newport 0.2.3 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-neomagic 1.2.4 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-i740 1.3.2 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-dummy 0.3.2 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-cirrus 1.3.2 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-chips 1.2.2 | Matthieu Herrb | |
2009-11-22 | Update to xf86-video-ast 0.89.9 | Matthieu Herrb | |
2009-11-22 | Update xf86-video-ark to 0.7.2 | Matthieu Herrb | |
2009-11-22 | Update xf86-video-apm to 1.2.2 | Matthieu Herrb | |
2009-11-22 | Update to xf86-input-joystick 1.5.0 | Matthieu Herrb | |
2009-11-22 | Update xf86-input-void to version 1.3.0 | Matthieu Herrb | |
2009-11-22 | Update xf86-input-vmmouse to version 12.6.5 | Matthieu Herrb | |
2009-11-22 | update xf86-input-acecad to 1.4.0. | Matthieu Herrb | |
2009-10-19 | pass the real framebuffer depth to xf86SetDepthBpp() instead of letting | Matthieu Herrb | |
it guess. This lets xf86-video-wsfb on TGA framebuffers on alpha whithout setting weights and fbpp explicitely. | |||
2009-10-11 | update to xf86-video-geode 2.11.6. Tested on a Alix 3C3. | Matthieu Herrb | |
2009-10-10 | update to xf86-video-nv 2.1.15. Tested by espie@ (not better, | Matthieu Herrb | |
but not worse either on his hardware). | |||
2009-10-03 | Update for newer Xinput ABI. | Matthieu Herrb | |
2009-09-27 | Adapt to the new UDLIO_DAMAGE ioctl behaviour of udl(4). | Marcus Glocker | |
2009-09-24 | wsudl(4) / udl(4) works on NetBSD as well now. | Marcus Glocker | |
From FUKAUMI Naoki | |||
2009-09-23 | If udl is to busy to process our UDLIO_DAMAGE drawing request, let wsudl | Marcus Glocker | |
sleep for a bit before retrying, so we don't overload the kernel by busy looping. Tested and agreed matthieu@ | |||
2009-09-22 | XF86Config -> xorg.conf in comments. | Matthieu Herrb | |
2009-09-22 | Initial Xorg driver to support DisplayLink USB display devices using | Marcus Glocker | |
the udl(4) device driver over wsdisplay(4). OK matthieu@, miod@ | |||
2009-09-13 | Same fix as in wsfb: | Matthieu Herrb | |
Call shadowRemove() in wsfbCloseScreen(). This fixes a free memory dereference on exit. Hint by Daniel Stone. Thanks. | |||
2009-09-13 | Call shadowRemove() in wsfbCloseScreen(). This fixes a free | Matthieu Herrb | |
memory dereference on exit. Hint by Daniel Stone. Thanks. | |||
2009-09-10 | backport a bugfix from upstream: | Owain Ainsworth | |
Fix 945GM VT switch in UMS Bug #19578. We should set private intel_crtc state according to current, as fail to do so pipe A needs active won't be taken care of. Also make sure pipe swap operation always set during VT switch. This also fixes the *other* x40 lid problem (which happens when you suspend, then you shut the lid in dont'-suspend-on-lid mode. the reasoning for the PipeA quirk I finally found: On some platforms, the firmware may read & write GPU registers on lid close, suspend/resume time or during various SMM events. If one of the graphics pipes is disabled at that time, the GPU may hang due to the programming dependencies of the various registers. So essentially, without this patch, if you have this quirk and you shut the lid, you're hosed, but y'know drivers in userland are great. So are BIOS writers. requested by deraadt@, who keeps getting this issue when he's on a plane. | |||
2009-09-06 | On powerpc, only set "UseFBDev" option to true by default on Linux. | Matthieu Herrb | |
2009-09-06 | MFC: enable build with recent input ABI. | Matthieu Herrb | |
2009-08-25 | Remove compat directories that are not needed here. ok oga@. | Matthieu Herrb | |
2009-08-25 | update do xf86-video-ati 6.12.2 | Matthieu Herrb | |
This has been in snapshots for weeks. ok oga@, todd@. | |||
2009-08-06 | Pull in some code from 2.8 and current so that dri2 works correctly with | Owain Ainsworth | |
xserver 1.6.2. When dri2 is not in use, this commit does nothing. ok matthieu@ | |||
2009-07-19 | Disable hardware cursor before we exit. From NetBSD. | Mark Kettenis | |
ok oga@ |