[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:32938] Re: Intel 830MP での X の設定



中野です。
何度も申し訳ございません。

--
犬飼 さん

>XF86Config-4にScreenセクションがないといっているのではないでしょうか。
>(XF86Config(5))

Screen セクションは XF86Config-4 に書いています。
下に 設定した XF86Config-4 ファイルをつけております。


--
増田 さん

>この状態ということは、ログファイルに書いてあるとうり、XF86Config-4の設定に
>間違いがあり[card0」の設定だされていないのでは。

card0 は設定しておりませんが Card0 は設定しております。
下につけているファイルの 

Screen セクションの
Device "Card0”
 ↓
Device "card0”

Device セクションの
Identifier "Card0"
 ↓
Identifier "card0"

にしてみましたがそれでもエラーは同じでした。


>前に書いたようにVGAでの起動は出来たのですか、現在使用しているCF86Config-4は
>インストール後に再度設定を行ないました。

VGA での起動というのは
Screen セクションの
Display サブセクションの
Modes を 640X480 にするということだと思い、
それもやってみましたが これでも同じエラーがでます。



 XF86Config-4 ここから 
--
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, theh
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"
    FontPath     "/usr/X11R6/lib/X11/fonts/psfonts/"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
    Load    "ddc"
    Load    "GLcore"
    Load    "dbe"
    Load    "dri"
    Load    "extmod"
    Load    "glx"
    Load    "pex5"
    Load    "record"
    Load    "xie"
    Load    "bitmap"
    Load    "xtt"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
    Load    "int10"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xfree86"
    Option      "XkbModel"  "jp106"
    Option      "XkbLayout" "jp"
    Option      "XkbDisable"    "ctrl:swapcaps"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Device" "/dev/mouse"
    Option      "Protocol" "PS/2"
    Option      "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "SendCoreEvents" "true"
    Option      "Device" "/dev/input/mice"
    Option      "Protocol" "ImPS/2"
    Option      "Emulate3Buttons" "true"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "ATI"
    BoardName   "Radeon Mobility M6 LY"
    BusID       "PCI:1:0:0"
    VideoRam    8192
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    Option       "DPMS"
    VertRefresh  40-110
    HorizSync    28-90
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    16
    SubSection "Display"
        Depth       16
        Modes       "1024x768"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen         "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "DRI"
    Mode    0666
EndSection

# end of XF86Config

--
 XF86Config-4 ここまで 


IBM の Linux 稼動情報を見ると
URL
http://www-6.ibm.com/jp/domino01/linux/hardware/loperate.nsf/hardinfo/89DFC19742BEE60F49256B5200250EFD?OpenDocument

(i)色深度・解像度の組み合わせ表

---------------------------------------
            8bpp   16bpp  24bpp  32bpp
---------------------------------------
800x600      ○     ○     ○
---------------------------------------
1024x768     ○     ○     ○
---------------------------------------
1280x1024
---------------------------------------
1600x1200
---------------------------------------

こうなっています。
またここのサイトに書かれていることで

/etc/X11/XF86Config-4をviなどのテキスト・エディターで開き、
「Device」セクションの内部に以下の記述を追加して下さい。
VideoRam 8192

とありますので
デバイスセクションに
VideoRam    8192
こちらを追加しました。


よろしくお願いします。

--
中野 浩輔