|
Hi john0815,
Here no problem with HDMI, or VGA. I can see the mouse pointer.
Here is my xorg.conf configuration:
- Section "Screen"
- Identifier "My Screen"
- Device "fbturbo device"
- Monitor "My Monitor"
- EndSection
- Section "Device"
- Identifier "Allwinner A10/A13 FBDEV"
- Driver "fbturbo"
- Option "fbdev" "/dev/fb0"
- Option "SwapbuffersWait" "true"
- EndSection
- Section "Monitor"
- Identifier "My Monitor"
- Option "DPMS" "true"
- EndSection
Copy code |
|