Problemi risoluzione video nvidia...

2 risposte [Ultimo contenuto]
Ritratto di francois007
francois007
(Junior)
Offline
Junior
Iscritto: 11/11/2009
Messaggi: 19

Ragazzi, è una cosa stranissima... ho due pc fissi che hanno la stessa scheda video, una nvidia GeForce fx 5200, ma su uno dei due pc che ho non mi da la risoluzione esatta dello schermo a 1024x768.

Allora, ricapitoliamo... due pc che differiscono per poco a livello hardware... stessa scheda video su entrambi... stesso monitor (SyncMaster 151s)... risoluzione di xorg differenti. Quando vado a cliccare su "Risoluzione schermo" mi appare solo la risoluzione 800x600 e 640x480.

Tutto sembra assurdo e paradossale, ho installato anche il modulo nvidia-glx e il modulo kernel per la scheda video in oggetto, il pacchetto nvidia-setting come suggerito, proprio come da manuale e wiki debian... ho fatto di tutto... ma non c'è verso di avere la risoluzione ideale per lo schermo.

P.s. sul pc incriminato ho installato anche una Mandriva 2010.0, e tutto funzionava alla perfezione !!!

Grazie infinite per l'aiuto che mi darete...

Come lo scoglio infrango... come l'onda travolgo !!!

Ritratto di badroot
badroot
(Junior)
Offline
Junior
Iscritto: 22/08/2008
Messaggi: 28

Ciao,
se come dici i 2 pc hanno la stessa scheda video ed entrambi hanno la stessa versione di debian ti consiglio di prendere il file /etc/X11/xorg.conf dal pc che funziona e metterlo su quello che ti da problemi. Magari prima rimuovi i pacchetti per i driver proprietari NVIDIA in modo da riportare la configurazione del pc a quella iniziale.

Ritratto di francois007
francois007
(Junior)
Offline
Junior
Iscritto: 11/11/2009
Messaggi: 19

Già provato con il file di configurazione del pc che non fa i capricci...

Siccome mi reputo una persona pratica... ho installato mandriva e mi sono ricopiato il file di configurazione di xorg... Naturalmente l'ho modificato, non mi andava di installare moduli aggiuntivi del kernel o il driver nvidia-glx... non faccio il grafico quindi anche il driver nv può adempiere egregiamente il suo dovere...

Stranamente su un pc il driver nv lo attiva in automatico, come da seguito vi elenco il file xorg.conf:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "it"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
EndSection

Mentre qui non ho avuto problemi di nessun tipo... sull'altro pc il dramma nel dramma...
Ecco il file xorg.conf dedotto da Mandriva 2010.0 sul pc incriminato, e adattato a Debian Lenny:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "it"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
EndSection

Section "ServerFlags"
    Option "DontZap" "False" # disable (server abort)
    #DontZoom # disable / (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Disable "dri"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "glx" # 3D layer
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1024x768 @ 60 Hz"
    HorizSync 31.5-48.0
    VertRefresh 50.0-70.0
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce FX series"
    Driver "nv"
    Option "DPMS"
    Option "DynamicTwinView" "false"
    Option "AddARGBGLXVisuals"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection

Grazie lo stesso... se non avessi letto la tua risposta, che mi ha illuminato, starei ancora barcollando nel buio.
A presto.

Come lo scoglio infrango... come l'onda travolgo !!!