I emerged xorg-x11 and it runs well (at least looks well) except mouse pointer. It can not be moved following my mouse device, when X initialized, the pointer is located on the center of the screen, once I move the mouse, it goes to top of screen.
This is my xorg.conf file
[code:1]
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "device" "/dev/input/mice"
EndSection
[/code:1]