summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-04Added debug code (currently disabled)wonderland-devDeron1-0/+283
2007-06-04Add dix extensionDeron1-0/+13
2007-06-04Modify existing files in branch.Deron4-0/+146
2007-06-04Add more files to branch.Deron8-0/+2954
2007-06-04New file in branch.Deron1-0/+2215
2007-04-21Disable use of xf86RandR12TellChanged when unavailable (1.2 server).Keith Packard1-0/+2
When building the new mode setting code out-of-tree against an older server, don't use xf86RandR12TellChanged as that is a RandR 1.2 specific interface.
2007-04-19Update version to 1.3.0.0xorg-server-1.3.0.0Keith Packard1-5/+5
2007-04-19Disable SourceValidate in rotation to capture cursor.Keith Packard1-2/+13
SourceValidate is used exclusively by the software cursor code to pull the cursor off of the screen before using the screen as a source operand. This eliminates the software cursor from the frame buffer while painting the rotated image though. Disabling this function by temporarily setting the screen function pointer to NULL causes the cursor image to be captured.
2007-04-19Was accidentally disabling rotation updates in mode set.Keith Packard1-2/+3
Setting a mode on an unrotated CRTC was causing all of the rotation updates to be disabled; the loop looking for active rotation wasn't actually looking at each crtc, it was looking at the modified crtc many times.
2007-04-17Syncmaster 226 monitor needs 60Hz refresh (#10545).Erik Andrén1-0/+5
I've managed to solve my own bug (#10545) by applying the following patch to the xserver. Please apply. <Conspiracy mode on> This monitor is "Vista Certified". I wonder if this is a pure coincidence... <Conspiracy mode off> With kind regards Erik Andrén
2007-04-16Allow outputs to be explicitly enabled in config, overriding detect.Keith Packard1-10/+35
Option "Enable" "True" will force the server to enable an output at startup time, even if the output is not connected. This also causes the default modes to be added for this output, allowing even sync ranges to be used to pick out standard modes.
2007-04-16Use default screen monitor for one of the outputs.Keith Packard2-4/+39
By default, use the screen monitor section for output 0, however, a driver can change which output gets the screen monitor by calling xf86OutputUseScreenMonitor.
2007-04-16typo in built-in module log messageKeith Packard1-1/+1
2007-04-15RandR 1.2 spec says CRTC info contains screen-relative geometry.Keith Packard1-2/+4
Was reporting mode size instead of adjusting for rotation.
2007-04-13Add quirk for Acer AL1706 monitor to force 60hz refresh.Keith Packard1-0/+5
This Acer monitor reports support for 75hz refresh via EDID, and yet when that rate is delivered, the monitor does not sync and reports out of range. Use the existing 60hz quirk for this monitor.
2007-04-09Rotate screen size as needed from RandR 1.1 change requests.Keith Packard1-3/+10
Screen size must reflect rotated mode size when setting rotated mode using RandR 1.1 SetScreenConfig request.
2007-04-09Disable CRTC when SetSingleMode has no matching mode. Update RandR as well.Keith Packard3-2/+31
xf86SetSingleMode tries to resize all crtcs to match the selected mode. When a CRTC has no matching mode, it now disables the CRTC (instead of crashing). Also, poke the RandR extension when xf86SetSingleMode is done so that appropriate events can be delivered, and so that future RandR queries return correct information.
2007-04-09In AIGLX EnterVT processing, invoke driver EnterVT before resuming glx.Keith Packard1-1/+5
As the driver EnterVT function generally re-enables the hardware and prepares it for rendering, it must be called before any gl functions are called which could touch the hardware. (cherry picked from commit f24391dbfd12a84253dfec794ee7884afd52e197)
2007-04-05Bump to version 1.2.99.905 (1.3 RC5)xorg-server-1.2.99.905Keith Packard1-2/+2
2007-04-05CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList() Memory CorruptionMatthieu Herrb1-2/+11
(cherry picked from commit 645d87cf8ef724d4591614f9994cdc4d7549a7a8)
2007-04-05Bug #10296: Fix timer rescheduling.Tomas Janousek1-3/+6
(cherry picked from commit 8c7f56d92d8471ee059c14d322af5f7f555dd5c6)
2007-04-05Bump version to 1.2.99.904 (1.3 RC4)xorg-server-1.2.99.904Keith Packard1-3/+3
2007-04-02Don't erase current crtc for outputs on CloseScreenKeith Packard1-1/+0
Erasing this variable causes some outputs (SDVO on intel) to fail to be correctly reset at server reset time.
2007-03-26Set version to 1.2.99.903 (1.3 RC3)xorg-server-1.2.99.903Keith Packard1-3/+3
2007-03-26Bump video driver ABI version to 1.2.Michel Dänzer1-1/+1
This is necessary because server-1.2-branch bumped to 1.1 for xf86CVTMode and we have xf86XVFillKeyHelperDrawable on top of that. (cherry picked from commit 788cfce911793a26aed16f38f30678ecee82c873) Conflicts: hw/xfree86/common/xf86Module.h Avoid picking up XInput ABI change.
2007-03-26Add per-drawable Xv colour key helper function.Michel Dänzer4-3/+68
This allows overlay Xv adaptors to work slightly better with compositing managers. Bump the video driver ABI minor so drivers only need to check for this at build time. (cherry picked from commit a232693c8c2a206aac47c07b133c071938204e0b) Conflicts: hw/xfree86/common/xf86Module.h Avoid picking up XInput ABI version change.
2007-03-26fbdevhw: Only deal with RGB weight if default visual is True- or DirectColor.Michel Dänzer1-12/+22
(cherry picked from commit 14d6a9b327381a6bb2dac59c62728e5fd0f0bcfb)
2007-03-26fbdevhw: Consider mode set equal to mode requested if virtual width is larger.Michel Dänzer1-17/+17
(cherry picked from commit 27a01e100bff21ac0b70c6d72071d7226fc91264)
2007-03-26fbdevhw: Override RGB offsets and masks after setting initial mode.Michel Dänzer1-0/+11
This is a hack, but it should be a NOP for all the setups that worked before and actually seems to fix some others... Based on a patch by Peter Teichmann from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338241 . (cherry picked from commit dc5eb4523298f966bd5fd9ae6672160034b5e82c)
2007-03-26fbdevhw: Use displayWidth for fbdev virtual width when appropriate.Michel Dänzer1-1/+2
The fbdev API doesn't allow setting the pitch explicitly, so we have to set the virtual width to the pitch we're using for drawing. This fixes corruption after changing the virtual width with RandR. (cherry picked from commit d077c0da470ab7291e8d838eaace57b066477d6f)
2007-03-26fbdevhw: Fix some issues with the previous commit.Michel Dänzer1-2/+3
Fix a TRACE_ENTER typo and only update the internal fbdev mode state cache after actually setting a mode. (cherry picked from commit c385bcf0bde38dd869f7065f859dd4b4126f5690)
2007-03-26fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.Michel Dänzer1-47/+82
The fbdev API allows the driver to 'accept' modes it doesn't really support by modifying it to the nearest supported mode. Without this check, e.g. vesafb would appear to accept all modes, even though it actually can't set any modes other than the bootup mode at all. (cherry picked from commit f6815cb68b0f6698497348fc6e4214dacef33b95)
2007-03-23Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard8-140/+139
Yes, two changes in one commit. Sorry 'bout that. The first change ensures that when pending property values have been changed, a mode set to the current mode will actually do something, rather than being identified as a no-op. In addition, the driver no longer needs to manage the migration of pending to current values, that is handled both within the xf86 mode setting code (to deal with non-RandR changes) as well as within the RandR extension itself. The second change eliminates the two-call Create/AttachScreen stuff that was done in a failed attempt to create RandR resources before the screen structures were allocated. Merging these back into the Create function is cleaner.
2007-03-23Ensure that crtc desired values track most recent mode.Keith Packard1-0/+7
desiredX and desiredY were not recorded during xf86InitialConfiguration. desiredX, desiredY and desiredRotation were not recorded during xf86SetSingleMode.
2007-03-23Incorrect extra memory copy in RRChangeOutputProperty.Keith Packard1-2/+0
Left over from previous version of the code, this memmove will break when the mode is not Replace.
2007-03-23Fix Pending property API, adding RRPostPendingProperty.Keith Packard3-59/+99
Pending Properties take effect when the driver says they do, so provide an API to tell DIX when a property effect is made. Also, allow driver to reject property values in RRChangeOutputProperty.
2007-03-23Make sure RandR events are delivered from RRCrtcSet.Keith Packard1-43/+50
Some paths were skipping the event delivery stage.
2007-03-23Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.Keith Packard1-0/+14
Erase pointers to structures which are freed at server reset time.
2007-03-23Clear allocated RandR screen private structure.Keith Packard1-1/+1
Use xcalloc instead of xalloc when allocating this structure to ensure consistent contents at startup.
2007-03-20Clean up Rotate state on server reset.Keith Packard4-18/+79
The rotation state is stored in the xf86_config structure which is not re-initialized at server reset time. Clean it up at CloseScreen time.
2007-03-17Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors.Keith Packard1-0/+6
This time value makes the bus run slowly enough for even the least reliable of monitors. Thanks to Pavel Troller for finding the necessary change.
2007-03-17Remove extra (and wrong) I2C ByteTimeout setting in DDC code.Keith Packard1-1/+0
The DDC code sets the I2C timeouts to VESA standards, except that it had an extra setting of the ByteTimeout value which was wrong (off by a factor of 50). Removing this should help DDC work on many more monitors. Note that the Intel driver duplicated these settings, along with the error. Yay for cult and paste coding.
2007-03-15Correct ref counting of RRMode structuresKeith Packard2-1/+6
RRModes are referenced by the resource db, RROutput and RRCrtc structures. Ensure that the mode reference count is decremented each time a reference is lost from one of these sources. The missing destroys were in RRCrtcDestroyResource and RROutputDestroyResource, which only happen at server reset time, so modes would be unavailable in subsequent server generations.
2007-03-15Don't wedge when rotating more than one CRTC.Keith Packard2-14/+20
Rotation block handler was re-registering the rotation damage structure, creating an infinite loop in the damage code. Track registration of the damage structure to avoid this.
2007-03-15Allow xf86_reload_cursors during server init.Keith Packard1-4/+16
xf86_reload_cursors is supposed to be called from the crtc mode setting commit hook; as that happens during server initialization, check for this case.
2007-03-14Create driver-independent CRTC-based cursor layer.Keith Packard9-13/+710
This moves most of the cursor management code out of the intel driver and into the general server code. Of course, the hope is that this code will be useful for other driver writers as well. Check out xf86Crtc.h for the usage information, making sure you add the needed hooks to the crtc funcs structure for your driver.
2007-03-14Update to version 1.2.99.902xorg-server-1.2.99.902Keith Packard1-3/+3
2007-03-14Revert "Xext: Update device's lastx/lasty when sending a motion event with ↵Keith Packard1-2/+0
XTest." This reverts commit 4c5837c940024cffc8990b602a97ef6ece08e875. There is no lastx/lasty in a valuator on this branch.
2007-03-14Xext: Update device's lastx/lasty when sending a motion event with XTest.Peter Hutterer1-0/+2
(cherry picked from commit 68c64ad7b1eea79c786b5a7f3459076780163a47)
2007-03-14Xprint: shorten font filename to fit in tar length limitDrew Parsons7-12/+12
The length of the Xprint font file NewCenturySchlbk-BoldItalic.pmf pushes the full path over the traditional 100 character limit for tarballs (when module version number is included). Shorten it to NewCentSchlbk-BoldItal.pmf to get back below the limit and rename other font files in that family to match. (cherry picked from commit d5aba03feff41722c72b4c6193f09d141cbf1678)