
		removido
		
		(usa Nenhuma)
		
		Enviado em 13/02/2011 - 20:59h 
		
* primeiro que para rodar o nvidia-xconfig você deve finalizar o ambiente gráfico:
Ctrl + ALT + F1
logar-se como root
parar ser Gerenciador de login:
/etc/rc.d/gdm|kdm|lxdm|slim stop
depois parta pra briga! 
supondo que seu teclado seja o abnt2 você poderia usar esse que tenho em backup:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option      "XkbRules" "xorg"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "br-abnt2"
    Option      "XkbVariant" ""
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
ou o .conf abaixo que vem com mais opções:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "br-abnt2"
    Option "XkbVariant" ""
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "NoLogo" "True"
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NvAGP" "1"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Section "Extensions"
	Option         "Composite" "Enable"
	Option         "RENDER" "Enable"
EndSection
*** nos dois casos ainda é preciso alterar as taxas do seu monitor, o qual não sei qual é, mas para isso instale o pacote 'hwd':
# pacman -S hwd
e execute-o para saber:
# hwd -s
exemplo:
Testing: kernel (2.6.37-ARCH) supports uevents
Please wait... 
HARDWARE DETECT ver 5.5.2 (simple mode)
  Kernel     : 2.6.37-ARCH
  CPU & Cache: Processor 0: AMD Athlon(tm) II X4 630 Processor 2812MHz, 512 KB Cache
Processor 1: AMD Athlon(tm) II X4 630 Processor 2812MHz, 512 KB Cache
Processor 2: AMD Athlon(tm) II X4 630 Processor 2812MHz, 512 KB Cache
Processor 3: AMD Athlon(tm) II X4 630 Processor 2812MHz, 512 KB Cache
  Sound(a)   : MCP61 High Definition Audio module: snd-hda-intel 
  Video      : C61 [GeForce 7025 / nForce 630a] server: Xorg (vesa)  
  Driver     : xf86-video-vesa   module: - 
  Monitor    : Generic Monitor  H: 28.0-96.0kHz V: 50.0-75.0Hz
  Mouse      : PS/2 Mouse xtype: PS2 device: /dev/psaux
  HDD        : MCP61 SATA Controller module: sata_nv 
  USB        : MCP61 USB Controller module: ehci_hcd 
  Ethernet   : No ethernet card or onboard chip
  Network    : No wireless card
  Menu       : Main menu: hwd
  All        : Detect all hardwares: hwd -e
  X sample   : Generate X sample: hwd -x 
daí eu sei o que preciso:
  Monitor    : Generic Monitor  H: 28.0-96.0kHz V: 50.0-75.0Hz
então na seção:
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection
ficaria assim:
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 96.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection
*** ainda sobre o 'hwd' ele também pode gerar um xorg pra você, para isso use:
# hwd -xa
* mas será necessário alterar o arquivo porque ele configura para usar o driver vesa.