>
> Olar eu gostaria de saber como eu fa�o para configurar
> a interface gr�fica do Slackware 9.1, minha placa de
> v�deo � uma S3 Trio 3D
Se voce tiver um mouse ps2 e um monitor de 17" acredito que voce ter� grandes chances de ver seu X funcionar sem retoques.
Primeiro, logue como root e salve sua configura��o:
# mv /etc/X11/XF86Config /etc/X11/XF86Config.original
insira o texto que segue a marca #BOF no arquivo /etc/X11/XF86Config, depois inicie o X com seu usu�rio convencional
$ startx
Caso hajar problemas tente trocar no arquivo isto:
Driver "s3virge"
por isso:
Driver "s3"
de novo, tente:
$ startx
Se mesmo assim nada de uma olhada em /var/log/XFree86.0.log.
Olhos atentos v�o tirar proveito deste.
Boa sorte.
#BOF /etc/X11/XF86Config
Section "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 "speedo" Load "freetype" Load "xtt"
# This loads the GLX module Load "glx"
# This loads the DRI module Load "dri"
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/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" 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/cyrillic/"
# The module search path. The default path is shown here.
#ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "ServerFlags"
#Option "NoTrapSignals"
# Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error.
#Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
#Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings.
#Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset).
#Option "AllowNonLocalModInDev"
EndSection
Section "InputDevice"
Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc106" #Option "XkbLayout" "us" Option "XkbLayout" "br-abnt"
EndSection
Section "InputDevice"
Identifier "Mouse1" Driver "mouse" #Option "Protocol" "Microsoft" #Option "Protocol" "PS/2" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "Buttons" "3" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" Option "ZAxisMapping" "4 5" # Mouse-speed setting for PS/2 mouse. Option "Resolution" "256"
EndSection
Section "Monitor"
Identifier "LG700S" HorizSync 30 - 71 VertRefresh 50 - 160
EndSection
# # S3 86C368 # Section "Device" Identifier "PV_1" Driver "s3virge" VideoRam 2048 EndSection
Section "Screen"
Identifier "PV_1_Modos" Device "PV_1" Monitor "LG700S" DefaultDepth 16
Subsection "Display"
Depth 16
#Modes "2048x1536" "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1400x1050" "1280x960"
#Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
# The Identifier line must be present Identifier "Simple Layout"
Screen "PV_1_Modos"
InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI" Mode 0666 EndSection
#EOF /etc/X11/XF86Config
-- GUS-BR - Grupo de Usuarios Slackware - BR http://www.slackwarebrasil.org/ http://www.linuxmag.com.br/mailman/listinfo/slack-users

