¿Cómo solucionar la resolución bloqueada en 640x480 con una tarjeta nVidia que se basa en un controlador 304 propietario obsoleto?

¿Cómo solucionar la resolución bloqueada en 640x480 con una tarjeta nVidia que se basa en un controlador 304 propietario obsoleto?

Tuve que incluir la directiva 'nomodeset' durante y después de la instalación de Ubuntu 22.04 debido a daños/artefactos en la pantalla que no podían mostrar ninguna información útil para la navegación.

El principal inconveniente de esto es que la resolución está estancada en 640 x 480, mientras que el monitor (Hanns G HW223D) admite 1680 x 1050. Mantener presionada la tecla 'Bandera de Windows' en el teclado me permitió mover la ventana para ver y seleccionar el botón necesario. como siguiente o atrás.

seguí las instruccionesaquípara crear una nueva resolución usando xrandr y obtuve la respuesta
Error al configurar crtc 0.

Los siguientes fueron los resultados que se mostraron a medida que escribía cada comando, también lo intenté sin '-r'

DS3:~$ cvt -r 1680 1050 60
# 1680x1050 59.88 Hz (CVT 1.76MA-R) hsync: 64.67 kHz; pclk: 119.00 MHz
Modeline "1680x1050R"  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync

Agregar la última línea a xrandr

DS3:~$ sudo xrandr --newmode "1680x1050R"  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync
xrandr: Failed to get size of gamma for output default

El nombre del monitor se proporciona de forma predeterminada en lugar de DVI-D-0; La tarjeta gráfica está conectada con un cable 'DVI-D de enlace único'.

DS3:~$ xrandr | grep -e " connected [^(]" | sed -e "s/\([A-Z0-9]\+\) connected.*/\1/"
xrandr: Failed to get size of gamma for output default
default connected primary 640x480+0+0 0mm x 0mm
     

Parece que tomó un tiempo para que se reconociera la resolución máxima.

DS3:~$ xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected primary 640x480+0+0 0mm x 0mm
   640x480        0.00* 
  1680x1050R (0x535) 119.000MHz +HSync -VSync
    h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
    v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
DS3:~$ sudo xrandr --addmode default 1680x1050R
xrandr: Failed to get size of gamma for output default
DS3:~$ sudo xrandr --output default --mode 1680x1050R
xrandr: Failed to get size of gamma for output default
xrandr: screen cannot be larger than 640x480 (desired size 1680x1050)

Ahora se reconoce la resolución máxima

DS3:~$ xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 1680 x 1050

Fallo de xrandr al asignar una nueva resolución

DS3:~$sudo xrandr --addmode default 1680x1050R
DS3:~$sudo xrandr --output default --mode 1920x1080R
xrandr: Failed to get size of gamma for output default
xrandr: Configure crtc 0 failed

Además, lo siguiente no funciona:

DS3:~$ xrandr -s 1680x1050R
Failed to change the screen configuration!
DS3:~$ xrandr -s 1680x1050
Failed to change the screen configuration!

Salida de --verbose, y como se señaló anteriormente, probé cvt sin '-r'

DS3:~$ xrandr --verbose
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 1680 x 1050
default connected primary 640x480+0+0 (0x524) normal (normal) 0mm x 0mm
    Identifier: 0x523
    Timestamp:  7970560
    Subpixel:   horizontal rgb
    Clones:    
    CRTC:       0
    CRTCs:      0
    Transform:  1.000000 0.000000 0.000000
                0.000000 1.000000 0.000000
                0.000000 0.000000 1.000000
               filter: 
    _MUTTER_PRESENTATION_OUTPUT: 0 
    non-desktop: 0 
        supported: 0, 1
  640x480 (0x524)  0.000MHz *current
        h: width   640 start    0 end    0 total  640 skew    0 clock   0.00KHz
        v: height  480 start    0 end    0 total  480           clock   0.00Hz
  1680x1050R (0x535) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1680x1050_60.00 (0x54e) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050_30.00 (0x55b) 67.750MHz -HSync +VSync
        h: width  1680 start 1736 end 1896 total 2112 skew    0 clock  32.08KHz
        v: height 1050 start 1053 end 1059 total 1071           clock  29.95Hz

Confirmé que Ubuntu reconoce la tarjeta de video y que los controladores Nouveau están presentes.

DS3:~$ lspci -k | grep -iEA5 'vga|display|3d'
01:00.0 VGA compatible controller: NVIDIA Corporation G70 [GeForce 7800 GT] (rev a1)
    Subsystem: eVga.com. Corp. G70 [GeForce 7800 GT]
    Kernel modules: nvidiafb, nouveau
03:00.0 SATA controller: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    Subsystem: Gigabyte Technology Co., Ltd Motherboard
    Kernel driver in use: ahci
    Kernel modules: ahci

DS3:~$ lsmod | grep nouveau
nouveau              2306048  0
mxm_wmi                16384  1 nouveau
drm_ttm_helper         16384  1 nouveau
ttm                    86016  2 drm_ttm_helper,nouveau
drm_kms_helper        311296  1 nouveau
i2c_algo_bit           16384  1 nouveau
video                  61440  1 nouveau
wmi                    32768  2 mxm_wmi,nouveau
drm                   622592  4 drm_kms_helper,drm_ttm_helper,ttm,nouveau

El monitor y la tarjeta de video son del año 2007, 15 años. El siguiente forocorreoParece sugerir que la culpa la tiene más la tarjeta gráfica. Ubuntu con kernel 4.15 o superior no permitirá la instalación de controladores propietarios nVidia 304. También probé 800x600 durante la fase de instalación y obtuve el mismo crtc 0 fallido.

CPU: Intel Core 2 Duo E6300 1,8 ghz
Placa base: Gigabyte DS3 con chipset 965P
Ram: 2x1 gb + 2 x 2 gb = 6 gb de ram
Varios: Controlador Intel de estado sólido Velocidad de lectura de 160 MB/s

información relacionada