vine-users ML アーカイブ



[vine-users:063712] Re: iBook(G3/800) に VinePPC (Re: はじめまして

  • From: Tamura Syohta <crazy-crazy@xxxxxxxxxxxxxxxxx>
  • Subject: [vine-users:063712] Re: iBook(G3/800) に VinePPC (Re: はじめまして
  • Date: Wed, 31 Dec 2003 19:04:01 +0900
田村です。

花井さんご返信ありがとうございました。
vineが動作するようになったので、報告致します。

ibook/G3-900Mhz(Comboドライブモデル)

手順
1.VineLinux2.6r1をインストール
2.'apt-get update'から、'apt-get upgrade'で、最新のファイルをゲット。
カーネルも最新のものにします。
3.yaboot.conf で append=" video:1024x768-8@60"にする。
4.'Xautoconfig4'を実行してできたXF86Configを編集し、
depthを16にし、ドライバを'fbdev'にする。

radeonドライバではなぜかうまくいかず、
fbdevでの動作ならうまくいきました。
最初から4と3をしてれば
apt-getはいらなかったかもしれません。

以下は当方のXF86Config-4です
ありがとうございました。

====================================
#
# XFree86 4.2 configuration generated by Xautoconfig4 for Vine Linux/ppc.
#


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 "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"
UseModes "Modes0"
ModelName "Monitor Model"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Modes"
Identifier "Modes0"

# Apple iMac modes
Modeline "1024x768" 78.525 1024 1049 1145 1312 768 769 772 800 +hsync +vsync
Modeline "800x600" 62.357 800 821 901 1040 600 601 604 632 +hsync +vsync
Modeline "640x480" 49.886 640 661 725 832 480 481 484 514 +hsync +vsync
# Apple monitors tend to do 832x624
Modeline "832x624" 57 832 876 940 1152 624 625 628 667 -hsync -vsync
# Apple PowerBook G3
Modeline "800x600" 100 800 816 824 840 600 616 624 640 -hsync -vsync
# Generated
# D: 65.003 MHz, H: 48.365 kHz, V: 60.006 Hz
Modeline "1024x768" 65.003 1024 1032 1176 1344 768 771 777 806 -HSync -VSync

EndSection

Section "Device"
Identifier "Linux Frame Buffer"
#Option "ShadowFB" "true"
Option "fbdev" "/dev/fb0"
Driver "fbdev"
#BusID "0:0:0"
EndSection

Section "Device"
Identifier "Radeon Mobility M6 LW"
#Option "SWcursor"
#Option "HWcursor"
#Option "PciRetry"
#Option "NoAccel"
#Option "ShadowFB" "true"
#Option "UseFBDev"
Driver "fbdev"
BusID "PCI:0:16:0"
EndSection

Section "Screen"
Identifier "Screen0"
#Device "Linux Frame Buffer"
Device "Radeon Mobility M6 LW"
Monitor "Monitor0"
DefaultDepth 16

SubSection "Display"
Depth 8
#Visual "StaticColor"
Modes "1024x768"
EndSubSection

SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection

SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
============================================


K Hanai wrote:

>花井@京都です。
>
>From: 田村 翔太 <crazy-crazy@xxxxxxxxxxxxxxxxx>
>  
>
>>VineLinux-R1を、ibook(G3-800MHz/Comboモデル)に
>>インストールしようと試みています。
>>    
>>
>
>r1 はもう去年リリースされたものですので、ちょっと新しめのマシンだと、
>いろいろ不具合が出ると思います。(インストールできない場合も多いと思い
>ます)
>
>  
>
>>現状;
>>yabootでnovideoにし、
>>コンソールはうまく表示されますが、
>>Xで画面にちらつきが出ます。
>>また、ランレベル3で、Xを起動してコンソールに戻ると
>>画面に何も映らなくなります
>>    
>>
>
>でもとにかくかろうじて動いているわけだ。
>
>r1 をインストールしたら、速攻で apt-get で最新状態にすることです。
>カーネルも kernel-2.4.22-0vl2.9 が最新ですからこれにしてみることです。
>apt-get で最新にすれば(2.6-r3 になると理解してます)、X も新しくなり
>ますし、radeon のドライバー関係も新しくなりますから、いろいろ改善が
>期待できると思います。
>
># subject は内容に即したものにして下さい。
># 「はじめまして」では読まない人も多いです。
>
>
>  
>