Cambia tema in:  • Kubuntu  • Xubuntu  • Edubuntu  
04 Luglio, 2009, 09:52:27 *
Benvenuto! Accedi o registrati.
Hai dimenticato l'e-mail di attivazione?

Accesso con nome utente, password e durata della sessione
Notizia: È uscita la nuove release di Ubuntu: Ubuntu 9.04 Jaunty Jackalope. Scopri tutte le novità della nuova release nelle Note di Rilascio. Consulta la Documentazione Ufficiale, la Guida per l'Aggiornamento o la Guida per l'Installazione.
 
   Indice   Aiuto Regolamento Ricerca Agenda Accedi Registrati  

Guide
Hardware   •   Stampa, fax, scanner
Wiki
Hardware   •   Video   •   Dispositivi Partizioni   •   Modem   •   Senza Fili   •   Stampanti, Scanner
Pagine: [1]   Vai giù
  Stampa  
Autore Discussione: Risoluzione e frequenza monitor  (Letto 246 volte)
0 Utenti e 1 Utente non registrato stanno visualizzando questa discussione.
DeAndreon
Sr. Member
****
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 504

Media messaggi


Fallout 3 4ever


Mostra profilo
« inserita: 06 Gennaio, 2009, 21:53:32 »

Ciao a tutti! Io ho una risoluzione 1024*768 a 75 mhz. Ho forzato ubuntu con il nvidia-settings per ottenerla perchè il mio monitor non viene riconosciuto correttamente, solo che vorrei passare alla 1280*1024 a 75 mhz perchè con xp ci va mentre con Ubuntu non so come metterla. Posto il mio xorg.conf:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@palmer)  Mon Nov  3 08:46:46 UTC 2008

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       28.0 - 75.0
    VertRefresh     43.0 - 75.0
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    Option         "NoLogo" "True"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
EndSection

Section "Screen"

# Removed Option "metamodes" "1024x768_60 +0+0"
# Removed Option "metamodes" "1024x768_60 +0+0; 1024x768_75 +0+0"
# Removed Option "metamodes" "1024x768_75 +0+0; 1024x768_60 +0+0"
# Removed Option "metamodes" "1280x1024_60 +0+0; 1024x768_60 +0+0"
# Removed Option "metamodes" "1024x768_75 +0+0; 1024x768_60 +0+0"
# Removed Option "metamodes" "1280x1024_60 +0+0; 1024x768_60 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1024x768_75 +0+0; 1024x768_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Come devo fare?  Undecided Devo modificare qualcosa?(ho letto gli altri post)
Registrato
Luka7
Sr. Member
****
Non Connesso Non Connesso

Messaggi: 539

Media messaggi



Mostra profilo
« Risposta #1 inserita: 06 Gennaio, 2009, 23:09:16 »

C'è un po' di casino nel file: sembra che tutti i campi siano doppi. Stai usando due monitor? Se non è così alcune opzioni si possono togliere.

Secondo me con una configurazione del genere dovresti riuscirci:

Codice:
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       28.0 - 75.0
    VertRefresh     43.0 - 75.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    Option         "NoLogo" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024_75 +0+0; 1024x768_75 +0+0; 1024x768_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Registrato
Luka7
Sr. Member
****
Non Connesso Non Connesso

Messaggi: 539

Media messaggi



Mostra profilo
« Risposta #2 inserita: 06 Gennaio, 2009, 23:11:23 »

Ah, dimenticavo: Ho lasciato le opzioni relative al doppio schermo perché pare che servano per disabilitarlo. Se non funziona puoi provare a togliere tutte le opzioni relative e tenere un xorg.conf "standard" (il tuo è stato pesantemente modificato dal tool della nvidia)
Registrato
DeAndreon
Sr. Member
****
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 504

Media messaggi


Fallout 3 4ever


Mostra profilo
« Risposta #3 inserita: 07 Gennaio, 2009, 15:09:41 »

Faccio una copia dell'xorg.conf e provo. Nono, utilizzo un monitor Lcd captiva E1701 ma purtroppo non viene riconsciuto Angry E' stato modificato pesantemente dal tool nvidia perchè è stato l'unico modo per mettere la risoluzione del monitor a 1024*768 a 75 mhz. Provo con l'xorg che mi hai modificato e ti faccio sapere!
Registrato
DeAndreon
Sr. Member
****
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 504

Media messaggi


Fallout 3 4ever


Mostra profilo
« Risposta #4 inserita: 07 Gennaio, 2009, 15:20:22 »

Niente, punto e da capo. Il tuo xorg.conf funziona. Vado con sudo nvidia-settings e imposto la risoluzione a 1280*1024 a 60mhz(l'unico valore che mi riporta il nvidia settings anche se io voglio 75mhz) e al successivo riavvio lui si mette in 1280*1024 a 60mhz ma dopo un pò si reimposta da solo alla 1024*768  Roll Eyes Non arrivo a capire perchè fa così Angry
Registrato
Luka7
Sr. Member
****
Non Connesso Non Connesso

Messaggi: 539

Media messaggi



Mostra profilo
« Risposta #5 inserita: 07 Gennaio, 2009, 16:08:51 »

il problema potrebbe essere legato al fatto che il tuo xorg utilizza le metamodes per impostare la risoluzione. io finora ho visto le metamodes solo quando venivano usati due schermi, ma immagino che funzionino anche con uno solo.

Il problema è che per questioni di compatibilità l'nvidia mette come metamodes anche delle risoluzioni più basse. Io le ho lasciate, se vuoi si può provare a toglierle.  questo xorg dovrebbe andare SOLAMENTE con 1280x1024:

Codice:
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       28.0 - 75.0
    VertRefresh     43.0 - 75.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    Option         "NoLogo" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024_75 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Registrato
DeAndreon
Sr. Member
****
Non Connesso Non Connesso

Sesso: Maschio
Messaggi: 504

Media messaggi


Fallout 3 4ever


Mostra profilo
« Risposta #6 inserita: 07 Gennaio, 2009, 23:01:50 »

Niente da fare, è cocciuto Angry Vabbè, tanto comunque provando quel poco che mi ha fatto provare la 1280*1024 ho capito che non fa per me(troppo piccoli i caratteri ed eccessivamente luminosa). Mi va bene così Wink Grazie lo stesso per il tuo aiuto Beer to beer
Registrato
Luka7
Sr. Member
****
Non Connesso Non Connesso

Messaggi: 539

Media messaggi



Mostra profilo
« Risposta #7 inserita: 07 Gennaio, 2009, 23:46:09 »

Io con la 1280x1024 mi trovo benissimo. Se vuoi si può provare con un xorg puro (senza le porzioni specifiche per i driver nvidia) e vedere come va. Io purtroppo sono messo come te (uso due schermi e quindi sono obbligato) e quindi dovrei documentarmi un attimo

Se preferisci rimanere così, però, non c'è problema Wink
Registrato
Pagine: [1]   Vai su
  Stampa  
 
Vai a: