«前の日記(2006-05-12(Fri)) 最新 次の日記(2006-05-14(Sun))» 編集

ぽっぺん日記@karashi.org


2006-05-13(Sat) [長年日記]

_ 6.1R + DELL Latitude D610でXorgが起動せず

なんとか解決できたので備忘録も兼ねてメモ。

昨日、6.1Rにバージョンアップしたノート(DELL Latitude D610)を起動して、startxしたところ、画面が真っ黒になりフリーズしてしまった(昨日はXの起動まで確認しなかった)。

使っているLatitude D610はATI Radeon Mobility M300を積んでいるタイプなので、そこら辺をヒントに解決方法をググってみたところ、driをコメントアウトすれば、6.1R + radeonの環境でもOKというfreebsd-x11 MLのメールを見付けたので、/etc/X11/xorg.confを作り直して、下記のように設定。

Section "ServerLayout"
       Identifier     "X.org Configured"
       Screen      0  "Screen0" 0 0
       InputDevice    "Mouse0" "CorePointer"
       InputDevice    "Keyboard0" "CoreKeyboard"

Section "ServerLayout"
       Identifier     "X.org Configured"
       Screen      0  "Screen0" 0 0
       InputDevice    "Mouse0" "CorePointer"
       InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
       RgbPath      "/usr/X11R6/lib/X11/rgb"
       ModulePath   "/usr/X11R6/lib/modules"
       FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
       FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
       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/"
EndSection

Section "Module"
       Load  "dbe"
       #Load  "dri"
       Load  "extmod"
       Load  "glx"
       Load  "record"
       Load  "xtrap"
       Load  "freetype"
       Load  "type1"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "kbd"
       Option      "XkbModel" "jp106"
       Option      "XkbLayout" "jp"
       Option      "XkbOptions" "ctrl:nocaps"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "auto"
       Option      "Device" "/dev/psm0"
       Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
       #DisplaySize      290   210     # mm
       Identifier   "Monitor0"
       VendorName   "QDS"
       ModelName    "17"
EndSection
Section "Device"
       Identifier  "Card0"
       Driver      "radeon"
       VendorName  "ATI Technologies Inc"
       BoardName   "M22 [Radeon Mobility M300]"
       BusID       "PCI:1:0:0"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       DefaultDepth 24
       SubSection "Display"
               Viewport  0 0
               Depth     24
               Modes     "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
       EndSubSection
EndSection

ドライバーは今までatiを使っていたのだが、radeonに変更してみた。

ついでに、/boot/loader.confに

radeon_load="YES"

を書き足しておいた。

以上で問題なくXが起動するようになった。

_ RetroPC.NET: 訃報・中野豪さん死去

50歳か。若すぎる。

「クロちゃんのRPG千夜一夜」や「クロちゃんのRPG見聞録」が懐しい。

合掌。

_ 帰宅したら、DELL Inspiron 6400が届いていた

17日前後到着の予定とのことだったが、ずいぶん早かった。

で、夕飯を食べた後、さっそく環境設定。なんやかんやで結局27時まで起きていた。

ちなみにスペックはこんな感じ。Inspiron 8100(PentiumIII 1GHzモデル)からの乗り換えなので、隔世の感がありますな。

8100の方は、クリーニングと再インストールをして実家にあげる予定(もうかなり古いので申し訳ないのだけれども)。

本日のツッコミ(全1件) [ツッコミを入れる]
_ パソコン購入オタ (2006-05-15(Mon) 21:14)

コアデュオどうですか?

[]
本日のPingbacks(全0件)

«前の日記(2006-05-12(Fri)) 最新 次の日記(2006-05-14(Sun))» 編集