歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux綜合 >> Linux資訊 >> Linux文化 >> [圖]VIA/S3G UniChrome Pro IGP集成顯卡驅動

[圖]VIA/S3G UniChrome Pro IGP集成顯卡驅動

日期:2017/2/27 12:10:31   编辑:Linux文化

>>> 此貼的回復 >> 我機子是AMD Semp 2600+(32位)/512M/磐正8hmmi/顯卡是VIA的主板芯片 K8M800帶的集成顯卡芯片 VIA/S3G UniChrome Pro IGP 下面是readme.txt --------------------------------------------------------------------------- Building and loading viafb device driver for Linux kernel 2.6 --------------------------------------------------------------------------- Building fbcon console module. Step 1: Change to folder /usr/src/linux-2.6. # cd /usr/src/linux-2.6. The linux-2.6 directory depend on your kernel version, so if your kernel version is 2.6.5-1.358, you should type "/usr/src/linux-2.6.5-1.358". Step 2: Configuring the kernel module # make menuconfig Step 3: Select fbcon item to module. ->; Device Drivers->;Graphics support->;Console display driver support->; ; Framebuffer Console support Step 4: Save the current setting and quit. Step 5: Make fbcon module. # make modules Note that if no any error, this step will be produced "fbcon.ko" in //這裡出問題了,不知是編譯出錯,還是怎麼了,沒生成fbcon.ko 出錯信息我不知道是什麼樣的,好象是這麼樣的 #include &#

/usr/src/linux-2.6./drivers/video/console folder. Step 6: Copy fbcon.ko to lib folder. # cp /usr/src/linux-2.6./drivers/video/console/fbcon.ko \ /lib/modules/2.6./kernel/drivers/video

--------------------------------------------------------------------------- Building viafb as a module. (for Linux kernel 2.6) Make sure you have the kernel sources in /usr/src/linux-2.6. Change to the viafb directory, and then following below steps: Step 1: change to folder /usr/src/linux-2.6. # cd /usr/src/linux-2.6. The linux-2.6 directory depend on your kernel version, so if your kernel version is 2.6.5-1.358, you should type "/usr/src/linux-2.6.5-1.358". Step 2: copy viafb folder in current directory. # cp -rf .../viafb ./ Step 3: change to viafb directory # cd /viafb Step 4: Clear all object file. # make clean Step 5: Make source code # make Note that if no any error, this step will be produced an object file "viafb.ko Step 6: Install viafb.ko framebuffer driver # make install

--------------------------------------------------------------------------- Using the viafb module. (for Linux kernel 2.6) If you want to modprobe viafb.ko into kernel and change the display mode in Linux kernel 2.6 and later versions, you need a framebuffer device driver(viafb.ko) and a framebuffer console module(fbcon.ko). Modprobing viafb will not change the display mode until you modprobe fbcon. You can see the related steps below.

Step 1: Start viafb with default settings. # modprobe viafb Note that you can see the other options from "Using the viafb module. (for Linux kernel 2.4)" section. Step 2: Modprope fbcon. # modprobe fbcon

>>> 此貼的回復 >> 我用的是神舟A220S,Redhat AS 3,默認的顯卡只能上800x600,苦苦搜索了一天,沒有相應的驅動

>>> 此貼的回復 >> 我也遇到過,換個獨立顯卡就OK了

>>> 此貼的回復 >> 剛才在一個論壇裡看到有人說這個

wget ftp://ftp.berlios.de/pub/kudos/hoary/via_drv.o.bz2

unzip the archive, copy the driver into /usr/X11R6/lib/modules/drivers/

change xorg.conf's driver to via

Section "Device" Identifier "Generic Video Card" Driver "via" BusID "PCI:1:0:0" EndSection

誰試試看看行不行啊,我現在還沒得試要過兩天之後才能試

>>> 此貼的回復 >> 首先你應該使用 Building viafb as a module. (for Linux kernel 2.6) 的方式。如果你不想把整個內核重新編譯一次的話。

其次,/usr/src裡面要有內核頭文件。 再次,需要gcc+make一整套編譯環境。 最後,如果像讓大家幫助你,你必須要記錄下出錯信息。大家都不是神仙,猜不出你機器上到底是個什麼樣子的。

>>> 此貼的回復 >> 我的也是VIA/S3G UniChrome Pro IGP,也是有些游戲不能玩,但奇怪的是極品9能玩,完美也可以 是不是顯卡不支持啊?


Copyright © Linux教程網 All Rights Reserved