Owner's Manual

14
6 Click the Settings tab, Advanced, then click the TroubleShoot tab.
7 Under Hardware acceleration, set the pointer on the Hardware acceleration bar to one
setting down from full, then click OK.
Optimizing the mouse pointer properties in Linux
To optimize mouse pointer properties in Linux:
1 Use a text editor to edit the file /etc/x11/xorg.conf.
Find this section in the file:
Section “Device”
<some properties>
Driver “mga”
<some more properties>
EndSection
Change it to the following:
Section “Device”
<some properties>
Driver “mga”
Option “noMTRR”
<some more properties>
EndSection
2 Save the changes.