There is no working proprietary or open source Linux ATI HD3750 driver exits. All, you can do is set it to vesa and use it for basic GUI display purpose. Boot into a single user mode and open the following file:
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak.dec.02
vi /etc/X11/xorg.conf
Make sure Device section is set as follows:
Section "Device"OR
Identifier "Device0"
Driver "vesa"
VendorName "ATI HD3750 vesa"
EndSection
Section "Device"Save and close the file. Reboot the desktop or just type startx:
Identifier "Videocard0"
Driver "vesa"
EndSection
$ startx
No comments:
Post a Comment