Eu não consigo configurar o xorg.conf para aumentar a resolução dos meus monitores (atualmente rodando a 1280x800). Eu tenho trabalhado nisso por várias horas. Eu sou novo nisso tudo, então não consigo entender o que estou fazendo de errado.
Eu acho que a placa de vídeo deve suportar pelo menos 2048x1280! Eu copiei a modeline da cvt 2048 1280
output.
Eu segui vários tutoriais iniciados com o xorg.conf
produzido pelo sudo nvidia-xconfig e configurei as seguintes seções:
Section "Monitor"
Identifier "3007WFP"
VendorName "DELL"
Modeline "2048x1280_60.00" 220.25 2048 2192 2408 2768 1280 1283 1289 1327 -hsync +vsync
ModelName "3007WFP"
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 "3007WFP"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "2048x1280"
EndSubSection
EndSection
Mas quando olho para o /var/log/Xorg.0.log
, vejo:
[ 6.704] (--) NVIDIA(0): Valid display device(s) on NVS 300 at PCI:5:0:0
[ 6.704] (--) NVIDIA(0): CRT-0
[ 6.704] (--) NVIDIA(0): CRT-1
[ 6.704] (--) NVIDIA(0): DELL 3007WFP (DFP-0) (boot, connected)
[ 6.704] (--) NVIDIA(0): DFP-1
[ 6.704] (--) NVIDIA(0): DFP-2
[ 6.704] (--) NVIDIA(0): DFP-3
[ 6.704] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 6.704] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 6.705] (--) NVIDIA(0): DELL 3007WFP (DFP-0): Internal TMDS
[ 6.705] (--) NVIDIA(GPU-0): DELL 3007WFP (DFP-0): 165.0 MHz maximum pixel clock
[ 6.705] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 6.705] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 6.705] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[ 6.705] (--) NVIDIA(GPU-0): DFP-2: 480.0 MHz maximum pixel clock
[ 6.705] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[ 6.705] (--) NVIDIA(GPU-0): DFP-3: 480.0 MHz maximum pixel clock
[ 6.705] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 6.705] (**) NVIDIA(0): device DELL 3007WFP (DFP-0) (Using EDID frequencies has
[ 6.705] (**) NVIDIA(0): been enabled on all display devices.)
[ 6.705] (WW) NVIDIA(0): No valid modes for "DFP-0:2048x1280"; removing.
[ 6.705] (WW) NVIDIA(0):
[ 6.705] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 6.705] (WW) NVIDIA(0): "nvidia-auto-select".
[ 6.705] (WW) NVIDIA(0):
[ 6.705] (II) NVIDIA(0): Validated MetaModes:
[ 6.705] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 6.705] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[ 6.744] (--) NVIDIA(0): DPI set to (50, 50); computed from "UseEdidDpi" X config
[ 6.744] (--) NVIDIA(0): option
[ 6.744] (--) Depth 24 pixmap format is 32 bpp
[ 6.744] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 6.789] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
Se eu usar o Option "UseEDID" "False"
, eu recebo uma tela em branco.
Além disso, se eu incluir a modeline para 1280x800 na configuração e solicitar esse modo, recebo o mesmo erro, mas quando ele usa o modo automático, ele resolve para 1280x800?
Se este fórum não é o lugar certo para esse tipo de pergunta, por favor, me encaminhe para outro lugar, eu ficarei mais do que feliz em deletar minha pergunta.