|
DynaBook G4/U17PMEへKondara MNU Linux 2.1
貴社、DynaBook G4/U17PMEにおいてX-Windowが貴社HP掲載の情報より
機能を引き出せたのでここに報告します。
最大解像度:1600X1200
最大色数:24bit
その他、PCカード、サウンド機能はデフォルトで対応このことからほとんどの
ディストリビューションで動作するものと予想されます。
手順はNVIDIAのHPにUPされているドライバーをインストールし同HP記載の
XF86Configに従い微調整を実施したものです。
環境
OS:Kondara MNU Linux 2.1 (FTP版)
ドライバー:NVIDIA公開の最新ドライバー
-XF86Config Sample-
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
Load "glx"
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/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
Option "XkbVariant" "jp"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 64.3
VertRefresh 50-100
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command.
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
-XF86Config-4 Sample-
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/efont-unicode/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/japanese/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/korean/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/etl-bitmap/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/intlfonts/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/PEX/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/share/fonts/default/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/latin/"
FontPath "/usr/X11R6/lib/X11/fonts/DynaLab-Kondara/"
FontPath "/usr/X11R6/lib/X11/fonts/truetype-ja/"
FontPath "/usr/X11R6/lib/X11/fonts/truetype-ko/"
FontPath "/usr/X11R6/lib/X11/fonts/truetype-zh_CN/"
FontPath "/usr/X11R6/lib/X11/fonts/truetype-zh_TW/"
FontPath "/usr/X11R6/lib/X11/fonts/encodings/"
# FontPath "unix/:-1"
EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
Load "xtt" # Default loading not freetype but xtt
Load "speedo" # Default loading Speed Font Library
Load "type1" # Default loading Type1 Font Library
EndSection
Section "Keyboard"
# See /etc/X11/XF86Config
XkbDisable
EndSection
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "1600x1200"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-90
VertRefresh 60
Option "dpms"
EndSection
Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command.
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "1600x1200"
DefaultDepth 16
Subsection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
Subsection "Display"
Depth 16
Modes "1600x1200"
EndSubSection
Subsection "Display"
Depth 8
Modes "1600x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "1600x1200"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
#Section "DRI"
# Mode 0666
#EndSection
##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################
#
# just one agp card
#
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse0" "CorePointer"
EndSection
ー以上ー
|