Pular para o conteúdo

X (xorg.conf)

Resolvi postar esse xorg.conf aqui, pois tive muitos problemas com o driver NVIDIA no Debian (somente na configuração, por ele não possuir o nvidia-xconfig até esta data, em seus repositórios).

Tópico original da dúvida e do pessoal que me ajudou ali:

http://www.vivaolinux.com.br/topico/Debian/Driver-Nvidia-na-Debian-76/?pagina=1
Pedro px
Hits: 11.936 Categoria: X11
  • Download
  • Indicar
  • Denunciar
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.
Download xorg.conf
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.

Esconder código-fonte

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "dri2"
Load "glx"
Load "dbe"
Load "record"
Load "extmod"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
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 "Philco"
ModelName "CRT-1"
HorizSync 31.0 - 79.0
VertRefresh 59.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 610"
BusID "PCI:2:0:0"
Option "UseEdidFreqs" "True"
Option "RenderAccel" "True"
Option "TwinView" "True"
Option "NoLogo" "true"
Option "Pixmap" "32"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "metamodes" "1280x960_60 +0+0; 1280x800_60 +0+0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.

Conky (conkyrc)

X11 (xorg.conf)

Tint2 (tint2rc)

Driver NVIDIA (xorg.conf)

xorg (xorg.conf)

xserver (xorg.conf)

nvidia-xconfig (xorg.conf)

X11 (xorg.conf)

#2 Comentário enviado por px em 28/08/2014 - 10:08h

[1] Comentário enviado por lcavalheiro em 28/08/2014 - 00:29h:

Ué, mas olha isso aqui do Debian... https://wiki.debian.org/NvidiaGraphicsDrivers#NVIDIA_Proprietary_Driver


O grande problema foi seguir esse passo a passo e ter tudo desconfigurado no final, e resoluções ainda travadas, bugs no monitor... só colocando esse xorg.conf tive resultados bons.
#3 Comentário enviado por lcavalheiro em 28/08/2014 - 11:19h
Posta esse xorg.conf na wiki deles então. Com certeza vai ser útil.
#4 Comentário enviado por px em 29/08/2014 - 10:11h
Mais o grande problema é que para cada monitor/placa de vídeo muda algumas coisas, ai tende se adaptar o X -configure da pessoa para o drive da nvidia, tudo por que o Debian não possui o maldito nvidia-xconfig que gera o xorg.conf prontinho para a placa de vídeo já.

Contribuir com comentário

Entre na sua conta para comentar.