Comment 20 for bug 371296

Revision history for this message
Wilbert Volkers (wilbertvolkers) wrote :

i added Option "NoAccel" "true" to the Device section in xorg.conf and use the attached script to toggle it when i need oowriter.

/etc/X11/Xorg.conf :
  ...
  Section "Device"
    ...
    Option "NoAccel" "true"
    ...
  EndSection
  ...