X (XF86Config)

X com placa Geforce configurada

Categoria: X11

Software: X

[ Hits: 9.160 ]

Por: Mauricio


Meu arquivo XF86Config após instalar o driver da Nvidia (veja o artigo neste link: www.vivaolinux.com.br/artigos/verArtigo.php?codigo=203)
e com mouse de scroll.

Resolução padrão de 1024x768, monitor Samsung e teclado abnt2.

Funciona perfeito no meu slackware 9


# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
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        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

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/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"

#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "Keyboard"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"


#    Option "XkbDisable"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "abnt2"
    Option "XkbLayout"   "br"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "imps/2" 
    Option "Device"      "/dev/mouse"

    Option "ZAxisMapping" "4 5" 

EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "samsung"

    HorizSync   31.5 - 57.0

    VertRefresh 50-100

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset   "generic"


    Driver     "vga"

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks   25.2 28.3

EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "nvidia"
    Driver      "nvidia"
    VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen 1"
    Device      "nvidia"
    Monitor     "samsung"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************


Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection

  


Comentários
[1] Comentário enviado por fabarf em 15/02/2004 - 01:26h

Como eu faço para desativar o logo da nvida??

[2] Comentário enviado por linuxdeveloper em 15/04/2004 - 15:53h

o Seu Arquivo esta muito show , conseguiu alimentar mais algum conhecimento a minha pessoa mas nao consegui ainda configurar a porr. da ati randeo 9200 no rh8 e rh9 se souber porfavor qualquer ajuda será otimo

[3] Comentário enviado por linuxdeveloper em 15/04/2004 - 15:53h

o Seu Arquivo esta muito show , conseguiu alimentar mais algum conhecimento a minha pessoa mas nao consegui ainda configurar a porr. da ati randeo 9200 no rh8 e rh9 se souber porfavor qualquer ajuda será otimo

[4] Comentário enviado por linuxdeveloper em 15/04/2004 - 15:53h

o Seu Arquivo esta muito show , conseguiu alimentar mais algum conhecimento a minha pessoa mas nao consegui ainda configurar a porr. da ati randeo 9200 no rh8 e rh9 se souber porfavor qualquer ajuda será otimo

[5] Comentário enviado por linuxdeveloper em 15/04/2004 - 15:53h

o Seu Arquivo esta muito show , conseguiu alimentar mais algum conhecimento a minha pessoa mas nao consegui ainda configurar a porr. da ati randeo 9200 no rh8 e rh9 se souber porfavor qualquer ajuda será otimo

[6] Comentário enviado por linuxdeveloper em 15/04/2004 - 15:53h

o Seu Arquivo esta muito show , conseguiu alimentar mais algum conhecimento a minha pessoa mas nao consegui ainda configurar a porr. da ati randeo 9200 no rh8 e rh9 se souber porfavor qualquer ajuda será otimo

[7] Comentário enviado por linuxdeveloper em 15/04/2004 - 15:53h

o Seu Arquivo esta muito show , conseguiu alimentar mais algum conhecimento a minha pessoa mas nao consegui ainda configurar a porr. da ati randeo 9200 no rh8 e rh9 se souber porfavor qualquer ajuda será otimo

[8] Comentário enviado por jllitvay em 15/12/2004 - 16:48h

Excelente, mudei algumas coisas para se adaptar a minha máquina e ficou jóia. estou rodando no kurumin 4beta1

[9] Comentário enviado por wellder em 15/08/2006 - 08:11h

É otimo artigo. (nota 10) só tem um probleminha, no meu caso (acho q é o caso de muitos q vem buscar ajuda no vol) ñ estou nem entrando no ambiente grafico, entao como vou baixar o driver da nvidia? ou copiar e colar esse arquivo seu...Posso baixar ele me outro PC com Windows e trazer em disquete (acho q ñ cabe) então ta dificil.


Contribuir com comentário

  



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts