MB:CI852

From LEXWiKi

Revision as of 14:07, 20 September 2010 by Steve (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Contents

Driver Support

O.S.VGAAudioIDEVideo-inTV-OUTLANUSB ADSLDownloadPatch

Windows XP Embedded

Yes

Yes

Yes

-

-

Yes

-

IDE Support is kernel build-in

Windows CE 4.2

Yes

Yes

Yes

-

-

Yes

-

VGA could be build-in by kernel

Windows CE 5.0

Yes

Yes

Yes

-

-

Yes

-

CI852xBSP.msi is a BSP

Ubuntu 7.10

Yes

Yes

Yes

-

-

Yes

-

Kernel bulid-in

Fedora Core 7

Yes

Yes

Yes

-

-

Yes

-

Kernel bulid-in

Red Hat9.0

Yes

Yes

Yes

-

-

-

-

Kernel bulid-in

Ubuntu 8.10

Yes

Yes

Yes

-

-

Yes

Yes

Support by kernel

Fedora core 9

Yes

Yes

Yes

-

-

Yes

Yes

Support by kernel

Fedora core 10

Yes

Yes

Yes

-

-

Yes

Yes

Support by kernel

Ubuntu 9.04

Yes

Yes

Yes

-

-

Yes

-

Support by kernel

Ubuntu 10.04

Yes

Yes

Yes

-

-

Yes

-

supported by kernel

Please refer installation process

pfSense 1.2.3

Yes

No

Yes

-

-

Yes

-

Supported by kernel

edit table


Any limit on panel size

Ans:

Can be used for 15”/12”/10”/8” P-PC ( more than 17” isn’t possible )

Patch File:

N/A

Defect:

N/A

Asker:

Larisa, March 27, 2008

Provider:

Denny, March 27, 2008

OS Linux kernal 2.6.x - adjust in Terminal, commend vi/etc/X11/xorg.conf, Can choose Clone or Dual-head view?

Ans:

Display on the internal LVDS works as long as you set the monitor settings correct

CLONE MODE

Section “Device”
    Identifier    "Intel Corporation 82852/855GM Integrated Graphics Device"
    Driver        "i810"
    Option        "MonitorLayout" "CRT,LFP"
    Option        "Clone" "yes"
EndSection
Dual-Head Mode

Section "Monitor"    # For CRT Monitor
    Identifier    "Monitor0" 
    VendorName    "Monitor Vendor"
    HorizSync      31.5 - 48.5
    VertRefresh    40.0 - 70.0
    Option        "dpms"
EndSection
Section "Monitor"    # For LVDS Pannel
    Identifier    "Monitor1"         
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    SubSection "Display"
        Depth       24 
        Modes      "1024x768"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Videocard1"
    Monitor    "Monitor1"
    SubSection "Display"
        Depth    24
        Modes    "1024x768"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "dulal head configuration"
    Screen    0   "Screen0" 0 0
    Screen    1   "Screen1" RightOf "Screen0"
    InputDevice   "Mouse0" "CorePointer"
    InputDevice   "Keyboard0" "CoreKeyboard"
    Option        "Xinerama" "true"
EndSection

Section "Device"    # For CRT Monitor
    Identifier    "Videocard0"
    Driver        "i810"
    VendorName    "Videocard vendor"
    BoardName     "Intel 855"
    Option        "VBERestore"    "TRUE"
    Option        "MonitorLayout" "CRT,LFP"
    Screen        0
EndSection

Section "Device"     # For LVDS Pannel
    Identifier    "Videocard1"
    Driver        "i810"
    BusID         "PCI:0:2:0"
    Screen         1
EndSection

Patch File:
Defect:

N/A

Asker:

Larisa, March 27, 2008

Provider:

Denny, March 27, 2008

How can I modify the VBIOS to support the 17" panel with CH7017?

Ans:
  • 1.VBIOS 總類:

目前Intel 所釋放 VBIOS有BMP(Standard VBIOS) 及 IEGD(Embedded graphic) VBIOS. 兩者差異為
A.BMP VBIOS結構為 XXX.Dat(VGA ROM File) 及 XXX.bin or XXX.vbt (Group5 ROM File)
B.IEGD VBIOS結構為 XXX.bin (VGA + Script ROM file)

  • 2. 如何結合CH7017 Module & Script 至 VBIOS中?

請使用已置定為成的Script動作文件m17,對CH7017 Module作整合,CH7017 module請使用 " ch7017_LFP_1235(855)" 為承認穩定版本,詳細動作請參照How to Compile VBIOS Module FAQ.

  • 3. 如何調整BMP VBIOS to support CH7017?

目前BMP VBIOS RD所承認使用穩定版本為 1235,使用BMP 需搭配 XXX.bin / XXX.bsf,請注意搭配版本!

  • 4. BMP for CH7017 in ver.1235 所需設定參數.

選取 「Motherboard-Down」 將Option module 開啟.

Image:image01.jpg

CH7017設定: (請依所需module而定,可關閉其餘不需要裝置)

Image:image004-1.jpg

CH7017 內部設置:

Image:image06.jpg

CH7017 設置係數 (請參照CH7017 Data sheet)

Image:image009-1.jpg

Panel 設置係數 (請參照 Panel Data sheet)

Image:image014-1.jpg

EMI Reduction Table

Image:image018-1.jpg

Patch File:

Here you can download the VBIOS binary and Source

Defect:

N/A

Asker:

EURO 07/12/07

Provider:

Leon 07/12/07

How can I use Serial port COM5 and COM6 in Linux?

Ans:


#vi /boot/grub/menu.lst

Add "8250.nr_uarts=6" in the kernel line as below picture:


Image:menulst.jpg


#reboot

And then you can use 6 COM ports.

Patch File:

N/A

Defect:

N/A

Asker:

Patty 17:12, 6 March 2009 (CST)

Provider:

Patty 17:12, 6 March 2009 (CST)

How to Install Ubuntu10.04 under 852 series MB

Ans:

Because i8XX driver fails will cause X crash . So,please following below steps to install and boot OS.

   A.Install Ubuntu 10.04
   1. At the purple screen with a keyboard and stickfigure, press Enter to get to the menu
   2. Hit Enter to select your language, and then press F6 and then Esc.
   3. Add "i915.modeset=1" after "quiet splash" and press Enter to boot Live CD
   B.first boot OS after install Ububtu10.04
   1.Hold down Shift while booting to enter the GRUB menu.
   2.Press 'e' to edit and add "i915.modeset=1" after "quiet splash".
   3.Ctrl+x to boot 
   C.After boot OS first
   1.Run Terminal 
   2.key in sudo /boot/grub/grub.cfg 
   3.add "i915.modeset=1" after "quiet splash"
   4.Save it and Restart computer
Patch File:

N/A

Defect:

Can'n support wide screen(16:9) output

Asker:

Philip 2010/07/14

Provider:

Steve 2010/07/14

Personal tools