|
|
核心编译了以下:
intel的agpgart
选择i915(i830也实验过)
X -configure 的结果,修改了一下鼠标设备名和分辨率
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- RgbPath "/usr/share/X11/rgb"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "/usr/share/fonts/misc"
- FontPath "/usr/share/fonts/75dpi"
- FontPath "/usr/share/fonts/100dpi"
- FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/Type1"
- EndSection
- Section "Module"
- Load "glx"
- Load "extmod"
- Load "xtrap"
- Load "record"
- Load "dbe"
- Load "dri"
- Load "freetype"
- Load "type1"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/psaux"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- #DisplaySize 280 210 # mm
- Identifier "Monitor0"
- VendorName "ACM"
- ModelName "NEC11F"
- Option "DPMS"
- EndSection
- Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
- ### [arg]: arg optional
- #Option "NoAccel" # [<bool>]
- #Option "SWcursor" # [<bool>]
- #Option "ColorKey" # <i>
- #Option "CacheLines" # <i>
- #Option "Dac6Bit" # [<bool>]
- #Option "DRI" # [<bool>]
- #Option "NoDDC" # [<bool>]
- #Option "ShowCache" # [<bool>]
- #Option "XvMCSurfaces" # <i>
- #Option "PageFlip" # [<bool>]
- Identifier "Card0"
- Driver "i810"
- VendorName "Intel Corporation"
- BoardName "82865G Integrated Graphics Controller"
- BusID "PCI:0:2:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- DefaultDepth 24
- SubSection "Display"
- Modes "1024x768"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
复制代码
可是 X -config xorg.conf.new 测试的时候仅能使用 640x480的分辨率,下面是 /var/log/Xorg.0.log 的相关内容,摘录的错误相关部分:
- (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
- i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
- 915GM, 945G
- (II) Primary Device is: PCI 00:02:0
- (--) Chipset 865G found
- 。。。。。。
- 。。。。。。
- (II) I810(0): Supported VESA Video Modes:
- (II) I810(0): 640x480@60Hz
- (II) I810(0): 800x600@60Hz
- (II) I810(0): 1024x768@60Hz
- (II) I810(0): Manufacturer's mask: 0
- (II) I810(0): Serial No:
- (II) I810(0): Monitor name: NEC11F
- (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
- (--) I810(0): Maximum space available for video modes: 16192 kByte
- 。。。。。
- 。。。。。
- (II) I810(0): Monitor0: Using default hsync range of 28.00-33.00 kHz
- (II) I810(0): Monitor0: Using default vrefresh range of 43.00-72.00 Hz
- (II) I810(0): Not using mode "1024x768" (no mode of this name)
- (II) I810(0): Increasing the scanline pitch to allow tiling mode (640 -> 1024).
- (--) I810(0): Virtual size is 640x480 (pitch 1024)
- (**) I810(0): Built-in mode "640x480"
- (II) I810(0): Attempting to use 60.00Hz refresh for mode "640x480" (850)
- (--) I810(0): Display dimensions: (280, 210) mm
- (--) I810(0): DPI set to (58, 58)
复制代码
什么地方没做对呢?请教!谢谢!:% :% :thank :thank |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|