Pular para o conteúdo

Arch Linux (xorg.conf )


Nas minhas andanças pela net, vi muitos usuários com problemas
em configurar o xorg.conf no Arch Linux.

Por isso estou enviando o meu com vídeo Nvidia, compiz e teclado configurados.
Perfil removido removido
Hits: 13.168 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/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/100dpi:unscaled"
   FontPath     "/usr/share/fonts/75dpi:unscaled"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "abnt2"
        Option      "XkbLayout" "br"

EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

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

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "GeForce 6100 nForce 405"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "AllowGLXWithComposite" "true"
   BusID       "PCI:0:13:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
        Option     "AddARGBGLXVisuals" "True"
   DefaultDepth  24
        SubSection "Display"
                Depth           1
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Section "Extensions"
   Option "Composite" "enable"
EndSection

Debian Wheezy (sources.list)

backup-manager (backup-manager.conf)

console (colourrc)

conky (.conkyrc)

vim (pmw.vim)

X.org (xorg.conf)

xserver-xorg (xorg.conf)

XFree86 + BlackBox (xinitrc.blackbox)

Conky (.conkrc)

giFT (giftd.conf)

#1 Comentário enviado por landersonbruno em 28/02/2010 - 19:41h
boa noite. configurei o meu xorg.conf com esse código, mas mesmo assim não quis funcionar, nem liga. tem como vocês me ajudarem. quero habilitar os efeitos visuais. meu linux é Ubuntu 9.10

MEU PC
processador: PENTIUM D 3.0 GHz
placa mãe: ASUS P5VD2-X
placa de vídeo: nVidia GeForce 9400 GT (512 Mb)
teclado: PS2
mouse: USB

Contribuir com comentário

Entre na sua conta para comentar.