Some users dont know how to install drivers in Foresight.
So, rightclick on desktop and push: open terminal window. Then write:
For Nvidia:
sudo conary update nvidia nvidia-kernel
Thats it, then open the xorg.conf file:
sudo gedit /etc/X11/xorg.conf
Search for: Driver “vesa”
and change to Driver “nvidia” instead. Restart computer and all done.
For ATI in terminal:
sudo conary update ati-fglrx=brcha.rpath.org@fl:2-devel/8.443.1-0.0.1.3-1
sudo cvc cook ati-fglrx-kernel.recipe[ati-fglrx-kernel.smp] --macro='kver 2.6.23.14-0.0.1.smp.gcc4.1.x86.i686'
Last code is for 2.6.23.14 kernel. If you got a newer one, then change the number to that kernel version.
Then open xorg.conf the same way as i explained earlier and change the Driver to Driver “fglrx” instead. Then restart.