XORG (xorg.conf)

FX5500 no Debian Etch

Categoria: X11

Software: XORG

[ Hits: 8.209 ]

Por: Wagner S. Ghidini


Configuração de xorg.conf para placas nvidia FX 5500 para quem já esta com o driver da placa instalado. Este arquivo funciona perfeitamente no Debian Etch, composite ativado e pronto pra instalar o Compiz.


Section "ServerLayout"
    Identifier         "Default Layout"
    Screen             "Default Screen" 0 0
    InputDevice    "Teclado ABNT2"
    InputDevice    "Mouse Scroll"
EndSection

Section "Files"
    RgbPath         "/etc/X11/rgb.txt"
    FontPath        "/usr/share/X11/fonts/misc"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "int10"
    Load           "record"
    Load           "vbe"
    Load           "glx"
    Load           "GLcore"
    Load           "v4l"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail"
EndSection

Section "InputDevice"
    Identifier     "Teclado ABNT2"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "abnt2"
    Option         "XkbLayout" "br"
EndSection

Section "InputDevice"
    Identifier     "Mouse Scroll"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "LG710E"
    ModelName      "LG 710E"
    HorizSync       31.0 - 71.0
    VertRefresh     50.0 - 160.0
    Gamma           1
EndSection

Section "Device"

    Identifier            "NVIDIA GeForce FX5500"
    Driver                 "nvidia"
    BoardName      "nvidia"
    Option                "NvAGP" "1"
    Screen          0
EndSection

Section "Screen"

    Option         "AddARGBGLXVisuals" "True"
    Identifier     "Default Screen"
    Device         "NVIDIA GeForce FX5500"
    Monitor        "LG710E"
    DefaultDepth    24
    SubSection   "Display"
        Virtual        1024 768
        Depth         24
        Modes        "1024x768"
    EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
  


Comentários

Nenhum comentário foi encontrado.


Contribuir com comentário

  



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts