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

[bsd-nomads:15588] FYI LibrettoL1 Xサーバー



----Next_Part(Wed_May_23_11:55:19_2001_469)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

しもだいらと申します。

LibrettoL1で、FreeBSD-4.3-RELEASEの動作確認※が採れましたので、
ご報告致します。

LibrettoL1
CPU:	Transmeta Crusoe 600Mhz
MEM:	128MB
HDD:	10GB
VIDEO:	S3 Savage/IX


以下の手順で、インストールしました。

1. パッケージより、XFree86-4.0.3_3をインストール
2. http://www.probo.com/timr/savage40.htmlより、
   http://www.probo.com/timr/xf40free.tgzをダウンロード。
   これを展開(savage_drv.o)し、/usr/X11R6/lib/modules/drivers
   にコピーする。
3. /etc/X11に、添付のXF86Configをコピーする。
4. cd /usr/X11R6/bin; ln -s XFree86 X
   する。

以上です。

1280のワイド画面はなかなかです。


※CardBusは動いてないです。T-T
こちらは別便で。

-----------------------------------
しもだいら としお	Office:  tshimod1@ym.nsw.co.jp 
                        Private: m7@sn.nu


----Next_Part(Wed_May_23_11:55:19_2001_469)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename=XF86Config

#
#	XF86Config   XFree4  Libretto L1
#

Section "Module"
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
	Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"    "xfree86"
    Option "XkbModel"    "pc101"
    Option "XkbLayout"   "us"
#    Option "XkbRules"	"xfree86"
#    Option "XkbModel"	"jp106"
#    Option "XkbLayout"	"jp"
#    Option "XkbOptions"  "ctrl:swapcaps"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psm0"
#    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier  "LIBRETTO L1 1280x600"
    HorizSync   30 - 60
    VertRefresh 50-100
    ModeLine	"1280x600" 63.61 1280 1280 1384 1688 600 600 604 628 -HSync -VSync
EndSection

Section "Device"
    Identifier  "S3 Savage/IX"
    Driver      "savage"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "S3 Savage/IX"
    Monitor     "LIBRETTO L1 1280x600"
    DefaultDepth 16 

    Subsection "Display"
        Depth       8
        Modes       "1280x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x600"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


----Next_Part(Wed_May_23_11:55:19_2001_469)----