diff --git a/radeon-mode-fix-rotate.patch b/radeon-mode-fix-rotate.patch new file mode 100644 index 0000000..3d8cdb7 --- /dev/null +++ b/radeon-mode-fix-rotate.patch @@ -0,0 +1,12 @@ +diff -up xf86-video-ati-6.9.0/src/drmmode_display.c.fixrot xf86-video-ati-6.9.0/src/drmmode_display.c +--- xf86-video-ati-6.9.0/src/drmmode_display.c.fixrot 2008-12-22 12:30:31.000000000 +1000 ++++ xf86-video-ati-6.9.0/src/drmmode_display.c 2008-12-22 12:30:40.000000000 +1000 +@@ -232,7 +232,7 @@ drmmode_set_mode_major(xf86CrtcPtr crtc, + output_count++; + } + +- if (!xf86CrtcRotate(crtc, mode, rotation)) { ++ if (!xf86CrtcRotate(crtc)) { + goto done; + } +