自己レスです。
On 2004/03/25, at 19:36, 須々木 俊太 wrote:
なんとかSeedな環境でbootできるようにしたのですが、どうしてもXを起動すると、液晶画面が溶け出したかのような表示の後、一切の操作が不能
になってしまいます。
原因は、Xautoconfig4が生成するXF86Config-4の内容だったようです。
Vine-MLのアーカイブから、尹@五島の設定を拝借し、内容をちょっといじってみたところ、起動に時間がかかるもののうまくXが動くようになりまし
た。
内容を添付します。
Section "ServerFlags"
AllowMouseOpenFail
Option "PCI type" "UniNorth"
EndSection
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# By default, Red Hat Linux 6.0 and later use xfs
FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/japanese/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
# Load "dri" # Direct rendering infrastructure
Load "drm" # Direct rendering manager
Load "int10"
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
# Load "v4l" # Video4Linux
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "xie" # X Image Extension (obsolete)
Load "record" # X event recorder
Load "xtt" # TrueType font handler
# Load "freetype" # TrueType font handler
Load "type1" # Adobe Type 1 font handler
Load "speedo"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "Protocol" "Standard"
Option "AutoRepeat" "250 30"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "no"
# Option "XkbVariant" "nodeadkeys"
Option "XkbDisable"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0-100.0
VertRefresh 50-160
# 1152x768 @ 55 Hz, 44 kHz hsync (TiBook)
# PowerBook G4
# D: 64.994 MHz, H: 44.154 kHz, V: 54.781 Hz
Modeline "1152x768" 65 1152 1178 1314 1472 768 771 777 806 +HSync
+VSync
# 800x600 @ 85 Hz, 55.84 kHz hsync
Modeline "800x600" 60.75 800 864 928 1088 600 616 621 657
-HSync
-VSync
# 1024x768 @ 76 Hz, 62.5 kHz hsync
Modeline "1024x768" 85 1024 1032 1152 1360 768 784 787 823
# 1152x864 @ 70 Hz, 62.4 kHz hsync
Modeline "1152x864" 92 1152 1208 1368 1474 864 865 875 895
# 1280x1024 @ 61 Hz, 64.2 kHz hsync
Modeline "1280x1024" 110 1280 1328 1512 1712 1024 1025 1028 1054
# 1280x1024 @ 74 Hz, 78.85 kHz hsync
Modeline "1280x1024" 135 1280 1312 1456 1712 1024 1027 1030 1064
# 1280x1024 @ 85 Hz, 91.15 kHz hsync
Modeline "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072
+HSync
+VSync
# 1600x1200 @ 75 Hz, 93.75 kHz hsync
Modeline "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250
+HSync
+VSync
# 1600x1200 @ 85 Hz, 105.77 kHz hsync
Modeline "1600x1200" 220 1600 1616 1808 2080 1200 1204 1207 1244
+HSync
+VSync
# apple cinema display
Modeline "1600x1024" 108.0 1600 1616 1656 1704 1024 1027 1030 1056
-Hsync
-Vsync -Csync
# Apple tibook 3.3 "widescreen"
Modeline "1152x768" 79.816 1280 1312 1408 1664 854 857 863 902 -hsync
-vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "fbdev"
EndSection
Section "Device"
Identifier "Accel"
Driver "radeon"
Option "UseFBDev"
BusID "0:16:0"
EndSection
Section "Screen"
Identifier "Screen0"
# Device "Card0"
Device "Accel"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1152x768"
ViewPort 0 0
Virtual 1152 768
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x768"
ViewPort 0 0
Virtual 1152 768
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x768"
ViewPort 0 0
Virtual 1152 768
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x768"
ViewPort 0 0
Virtual 1152 768
EndSubSection
SubSection "Display"
Depth 32
Modes "1152x768"
ViewPort 0 0
Virtual 1152 768
EndSubSection
EndSection
# Section "DRI"
# Mode 0666
# EndSection
といった感じです。
setupやXautoconfigを使って生成したXF86Config-4ではVinePPC Seedの場合使えないようです。
apt-get -f installやapt-get
dist-upgrade等を駆使して、Seed化は成功しましたが、細かいところで問題があっても、技術力の無い私では解決できませんでした。
やっぱりSeedを扱うには高度な技術が必要なようですね。『glibc2.3化&OpenOffice1.1Jの利用』は諦めます。
--
須々木俊太