Comment 10 for bug 369333

Revision history for this message
Bartosz Kosiorek (gang65) wrote : Re: only low resolution allowed and the mouse pointer not appear

 As a workaround, you can try to add "SWCursor" to the options of the "Device" section in /etc/X11/xorg.conf

    Section "Device"
        Driver "openchrome"
        Option "SWCursor" "true"
    EndSection

Did it help?