請先看『使用說明』
MB:MI945A
From LEXWiKi
(Difference between revisions)
(→Can MI945 support Dual CRT output?) |
|||
Line 243: | Line 243: | ||
|- | |- | ||
|} | |} | ||
- | === | + | === How can MI945 support Dual CRT output in Linux? === |
{| | {| | ||
!bgcolor = #ccccff width="50" align="center"|Ans: | !bgcolor = #ccccff width="50" align="center"|Ans: | ||
!bgcolor = #F3F3F3 width="100%" align="left"| | !bgcolor = #F3F3F3 width="100%" align="left"| | ||
- | *In | + | *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: | ||
+ | |||
+ | #vi /etc/X11/xinit/xinitrc.d/localuser.sh | ||
+ | put the following 3 lines into the end of localuser.sh . | ||
+ | xrandr --output LVDS --off | ||
+ | xrandr --output VGA --preferred | ||
+ | xrandr --output VGA-2 --preferred | ||
+ | [[Image:clone.jpg]] | ||
+ | |||
+ | |||
+ | 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. | ||
+ | |||
+ | #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 | ||
+ | |||
+ | |||
+ | About xrandr ,you can do #xrandr --output VGA --mode 1024x768 --left-of VGA-2 --mode 1024x768 | ||
|- | |- | ||
!bgcolor = #ccccff |Patch File: | !bgcolor = #ccccff |Patch File: |
Revision as of 10:58, 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 . xrandr --output LVDS --off xrandr --output VGA --preferred xrandr --output VGA-2 --preferred
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. #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
|
---|---|
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" |