請先看『使用說明』
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 256: | Line 256: | ||
xrandr --output VGA --preferred | xrandr --output VGA --preferred | ||
xrandr --output VGA-2 --preferred | xrandr --output VGA-2 --preferred | ||
+ | |||
[[Image:clone.jpg]] | [[Image:clone.jpg]] | ||
Line 263: | Line 264: | ||
#vi /etc/X11/xorg.conf | #vi /etc/X11/xorg.conf | ||
Add "Virtual 4000 4000" in the "screen" section as follow picture. | Add "Virtual 4000 4000" in the "screen" section as follow picture. | ||
+ | |||
[[Image:xorg.jpg]] | [[Image:xorg.jpg]] | ||
Line 269: | Line 271: | ||
put the following 2 lines into the end of localuser.sh . | put the following 2 lines into the end of localuser.sh . | ||
xrandr --output LVDS --off | xrandr --output LVDS --off | ||
- | xrandr --output VGA --right-of VGA-2 | + | xrandr --output VGA --right-of VGA-2 |
+ | |||
[[Image:left-of.jpg]] | [[Image:left-of.jpg]] | ||
- | 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 |
+ | '''↑''' Mode used '''↑'''Left is used | ||
+ | to set to set position | ||
+ | resolution. of VGA-2.You | ||
+ | can use --left-of | ||
+ | --right-of | ||
+ | --above | ||
+ | --below | ||
|- | |- | ||
!bgcolor = #ccccff |Patch File: | !bgcolor = #ccccff |Patch File: |
Revision as of 11:21, 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
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
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" |