請先看『使用說明』
MB:MI945A
From LEXWiKi
(Difference between revisions)
(→How can MI945 support Dual CRT output in Linux?) |
(→How can MI945 support Dual CRT output in Linux?) |
||
Line 248: | Line 248: | ||
!bgcolor = #F3F3F3 width="100%" align="left"| | !bgcolor = #F3F3F3 width="100%" align="left"| | ||
*In Fedora Core 8 and Fedora Core 9,can use ''xrandr'' to do Dual CRT Output: | *In Fedora Core 8 and Fedora Core 9,can use ''xrandr'' to do Dual CRT Output: | ||
- | + | --------------------------------------------------------------------------------------- | |
If you want to have two clone display , you can do the following steps: | If you want to have two clone display , you can do the following steps: | ||
Line 258: | Line 258: | ||
[[Image:clone.jpg]] | [[Image:clone.jpg]] | ||
+ | #Ctrl+Alt+BackSpace | ||
Line 267: | Line 268: | ||
[[Image:xorg.jpg]] | [[Image:xorg.jpg]] | ||
- | |||
#vi /etc/X11/xinit/xinitrc.d/localuser.sh | #vi /etc/X11/xinit/xinitrc.d/localuser.sh | ||
put the following 2 lines into the end of localuser.sh . | put the following 2 lines into the end of localuser.sh . | ||
Line 274: | Line 274: | ||
[[Image:left-of.jpg]] | [[Image:left-of.jpg]] | ||
- | + | #Ctrl+Alt+BackSpace | |
About xrandr ,you can do #xrandr --output VGA --mode 1024x768 --left-of VGA-2 --mode 1024x768 | About xrandr ,you can do #xrandr --output VGA --mode 1024x768 --left-of VGA-2 --mode 1024x768 |
Revision as of 11:39, 23 March 2009
Contents |
Driver Support
O.S. | VGA | IDE | SATA | Audio | USB | COM | LAN | Giga LAN | TV-out | Video-in | Mini PCI | Mini PCIE | WDT/DIO | Download | Patch |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows XP |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
Ubuntu 8.04 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
No |
Yes |
Yes |
Yes |
| |
Fedora Core 8 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
No |
Yes |
Yes |
Yes |
| |
Fedora core 9 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
No |
Yes |
Yes |
Yes |
|
Video-In Devices still not supported |
Suse10.2 |
Yes |
Yes |
Yes |
Yes |
Yes |
- |
Yes |
- |
- |
- |
- |
- |
- |
|
FAQ for MI945A
What's CPU can be paired with 945GME Series MB?
Ans: |
|
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Eric Wu 18:07, 21 April 2008 (CST) |
Provider: |
Eric Wu 18:07, 21 April 2008 (CST) |
May we be possibly able to test the software, VMware, on MI945A under OpenSuse 10.2(1Host+1Guest)?
Ans: |
|
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Patty Chen 10:57, 28 November 2008 (CST) |
Provider: |
Patty Chen 10:57, 28 November 2008 (CST) |
How can MI945 support Dual CRT output in Linux?
Ans: |
If you want to have two clone display , you can do the following steps: #vi /etc/X11/xinit/xinitrc.d/localuser.sh put the following 3 lines into the end of localuser.sh as follow picture. xrandr --output LVDS --off xrandr --output VGA --preferred xrandr --output VGA-2 --preferred #Ctrl+Alt+BackSpace
If you want to have dual independent display , you can do the following steps: #vi /etc/X11/xorg.conf Add "Virtual 4000 4000" in the "screen" section as follow picture. #vi /etc/X11/xinit/xinitrc.d/localuser.sh put the following 2 lines into the end of localuser.sh . xrandr --output LVDS --off xrandr --output VGA --right-of VGA-2 #Ctrl+Alt+BackSpace About xrandr ,you can do #xrandr --output VGA --mode 1024x768 --left-of VGA-2 --mode 1024x768 ↑ Mode used ↑ Left is used to set to set position resolution. of VGA-2.You can use --left-of --right-of --above --below |
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Patty 16:46, 8 January 2009 (CST)"writ Asker & date" |
Provider: |
Patty 16:46, 8 January 2009 (CST)"writ Provider & date" |