請先看『使用說明』
M750A module under Linux Limitation
From LEXWiKi
(Difference between revisions)
(New page: == M750A under Linux Limitation == <!--box uid=f777871962f1c0432784d4e0e73802b8.867.E4e3911a978678--> <!-- *********************************************************************************...) |
|||
Line 1: | Line 1: | ||
+ | [[Category:AllowPages]] | ||
== M750A under Linux Limitation == | == M750A under Linux Limitation == | ||
<!--box uid=f777871962f1c0432784d4e0e73802b8.867.E4e3911a978678--> | <!--box uid=f777871962f1c0432784d4e0e73802b8.867.E4e3911a978678--> |
Revision as of 13:21, 4 August 2011
M750A under Linux Limitation
Driver Support | ||
---|---|---|
Fedora |
|
|
Ubuntu 10.04 |
|
|
The Procedure of Installing M750A's Driver under Fedora12
1.Download and extract xf86-video-siliconmotion-1.7.3.tar.bz2
$tar -jxvf xf86-video-siliconmotion-1.7.3.tar.bz2
2.Set BIOS option
PnP/PCI Configuration -> Onboard
3.Install X server driver module's SDK(Package name may be different.)
#yum install xorg-x11-server-devel.i686
4.Make xf86-video-siliconmotion-1.7.3
#cd xf86-video-siliconmotion-1.7.3 #./configure #make #make install
5.Move binary file
#cp /usr/local/lib/xorg/modules/driver/siliconmotion_drv.so /usr/lib/xorg/modules/driver/siliconmotion_drv.so
6.Download and extract xorg.conf.gz, then change xorg.conf
#gzip -d xorg.conf.gz #mv xorg.conf /etc/X11/xorg.conf
The Procedure of Installing M750A's Driver under Ubuntu10.04
1.Download and extract xf86-video-siliconmotion-1.7.3.tar.gz
$tar -zxvf xf86-video-siliconmotion-1.7.3.tar.gz
2.Set BIOS option
PnP/PCI Configuration -> Onboard
3.Install X server driver module's SDK(Package name may be different.)
#yum install xserver-xorg-dev
4.Make xf86-video-siliconmotion-1.7.3
#cd xf86-video-siliconmotion-1.7.3 #./configure #make #make install
5.Move binary file
#cp /usr/local/lib/xorg/modules/driver/siliconmotion_drv.so /usr/lib/xorg/modules/driver/siliconmotion_drv.so
6.Download and extract xorg.conf.gz, then change xorg.conf
#gzip -d xorg.conf.gz #mv xorg.conf /etc/X11/xorg.conf