Pular para o conteúdo

X.org (xorg.conf)

Configuração do X.org usando uma placa GForce Nvidia MX 4000.
Na configuração mostra algumas opções oferecidas no driver da NVidia.
Ivan Wilhelm iwilhelm
Hits: 5.077 Categoria: X11
  • Download
  • Indicar
  • Denunciar
Download xorg.conf

Esconder código-fonte

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    ModulePath  "/usr/X11R6/lib/modules"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/CID"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath    "/usr/local/share/fonts"
EndSection

Section "Module"
   Load  "glx"
   Load  "record"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option      "AutoRepeat"    "500 5"
   Option      "XkbRules"      "xorg"
   Option      "XkbModel"      "abnt2"
   Option      "XkbLayout"     "br"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option      "Protocol" "IMPS/2"
   Option      "Device"   "/dev/input/mice"
   Option      "SendCoreEvents" "true"
   Option      "ZAxisMapping" "4 5"
   Option      "Buttons" "3"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VideoRam     65536
   VendorName  "nVidia Corporation"
   BoardName   "Unknown Board"
   BusID       "PCI:1:0:0"
   Option       "NvAGP" "1"
   Option         "NoLogo" "0"
   Option        "DPMS" 
   Option      "TwinView" "TRUE"
   Option       "TwinViewOrientation" "Clone"
   Option       "SecondMonitorHorizSync" "31-50"
   Option       "SecondMonitorVertRefresh" "60"
   Option      "MetaModes" "1024x768,1024x768"
   Option      "TVStandard" "PAL-M"
   Option      "TVOutFormat" "SVIDEO"
   Option      "ConnectedMonitor" "CRT"
   Option      "IgnoreDevice" "TV"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Samba 2.2.8 (smb.conf)

XFree86 + BlackBox (xinitrc.blackbox)

Nvidia (xorg.conf)

Conky (.conkyrc)

X11 (Xresources)

Xorg (xorg.conf)

Nenhum comentário foi encontrado.

Contribuir com comentário

Entre na sua conta para comentar.