Pagina 1 di 1

Refresh rate sbagliato.Si può aggiungere una frequenza?

Inviato: martedì 7 aprile 2009, 9:22
da nuk3r
Ciao a tutti,
da un po' di tempo ho dei fastidiosi rallentamenti con Kubuntu Jaunty (ma li avevo anche in Intrepid) con la mia GeForce 8600M GS, ad esempio: le lancette dei secondi del plasmoide dell'orologio analogico sul desktop non scattano in modo fluido, nella konsole quando lancio un comando devo premere un ulteriore tasto per forzare la visualizzazione dell'output, e altre cose del genere..

Credo siano legati al refresh rate incorretto. Ho anche Windows sullo stesso pc e lì il refresh è impostato a 60 Hz.
Dalle impostazioni di kde il refresh rate è impostato a 50 Hz e non sono disponibili altri valori.
Ho installato gli ultimi driver nvidia (180.44) a mano e tramite nvidia-settings l'ho settata a 60, infatti

Codice: Seleziona tutto

nuk3r@4spire:~$ nvidia-settings -q RefreshRate

  Attribute 'RefreshRate' (4spire:0.0; display device: DFP-0): 60,00 Hz.
    'RefreshRate' is an integer attribute.
    'RefreshRate' is a read-only attribute.
    'RefreshRate' is display device specific.
    'RefreshRate' can use the following target types: X Screen, GPU.
Secondo me il problema è che c'è incoerenza tra kde e nvidia.

Anche xrandr mi dice che sta funzionando a 50 Hz:

Codice: Seleziona tutto

nuk3r@4spire:~$ xrandr -q
Screen 0: minimum 320 x 240, current 1280 x 800, maximum 1280 x 800
default connected 1280x800+0+0 0mm x 0mm
   1280x800       50.0*
   1024x768       51.0
   840x525        52.0
   800x600        53.0
   800x512        54.0
   720x450        55.0
   700x525        56.0
   680x384        57.0     58.0
   640x512        59.0
   640x480        60.0     61.0
   576x432        62.0
   512x384        63.0
   400x300        64.0
   320x240        65.0
Ho provato a forzare xrandr per fissare il refresh a 60 con xrandr -s 1280x800 --rate 60.0, ma mi viene detto che è un valore incorretto per il mio monitor...

Questo è il mio xorg.conf:

Codice: Seleziona tutto

Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown" 
        ModelName      "Seiko"   
        HorizSync       60.0 - 75.0
        VertRefresh     60.0       
        Option         "DPMS"      
        #modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsy$
EndSection                                                                             

Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24       
        Option         "NoLogo" "true"
        Option         "TwinView" "0" 
        Option         "metamodes" "1280x800_60 +0+0"
        Option         "PixmapCacheSize" "20000000"  
        Option         "AllowSHMPixmaps" "0"         
        Option         "AddARGBGLXVisuals" "true"    
        SubSection "Display"                         
                Depth       24                       
        EndSubSection                                
EndSection                                           

Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1" 
        Load           "freetype"
        Load           "glx"     
EndSection                       

Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "keyboard" 
EndSection                        

Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse" 
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"  
        # generated from default             
EndSection                                   

Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"    
        # commented out by update-manager, HAL is now used
        #    InputDevice    "Keyboard0" "CoreKeyboard"    
        # commented out by update-manager, HAL is now used
        #    InputDevice    "Mouse0" "CorePointer"        
        # commented out by update-manager, HAL is now used
        #    InputDevice    "Multimedia" "SendCoreEvents"
        # commented out by update-manager, HAL is now used
        #    InputDevice    "Touchpad"
EndSection

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

Section "ServerFlags"
        Option         "Xinerama" "0"
        Option  "DontZap"       "False"
EndSection

Section "Extensions"
        Option          "Composite" "Enable"
EndSection
Grazie a chiunque mi aiuterà a risolvere sto problema  :(

Re: Refresh rate sbagliato

Inviato: martedì 7 aprile 2009, 9:40
da Giorgino01
Non so che dirti anche a me succede qualcosa del genere:
appena accendo ci sono tre linee trasversali nello schermo dovute al refresh troppo basso ma appena premo ctrl alt + scompare e torna tutto giusto l' unico problema è che nella risoluzione schermo posso scegliere solo il refresh a 60 Hz

ciao

Re: Refresh rate sbagliato

Inviato: martedì 7 aprile 2009, 11:24
da nuk3r
hai un notebook?

Re: Refresh rate sbagliato

Inviato: martedì 7 aprile 2009, 11:32
da Giorgino01
no, comunque non mi pare che ci sia scritto che tu abbia un notebook nel testo ...

ciao

PS si un notebook ce l' avrei ma adesso non è funzionante e anche se lo fosse come notebook è inutilizzabile perchè ha lo schermo distrutto (e in piu dovrei ancora metterci linux :P).

Re: Refresh rate sbagliato

Inviato: martedì 7 aprile 2009, 11:43
da nuk3r
vero, ho dimenticato di specificarlo (anche se le 8600M sono solo per notebook...)

Chiedevo se avevi un notebook, perchè in quel caso 60 Hz sono sufficienti, mi pare....ed è il valore che sto cercando di raggiungere  :P

Rimango in attesa di nuovi aiuti... ;)

Re: Refresh rate sbagliato.Si può aggiungere una frequenza?

Inviato: mercoledì 8 aprile 2009, 14:28
da nuk3r
Nessuno sa come aggiungere una frequenza?  :-\

Re: Refresh rate sbagliato.Si può aggiungere una frequenza?

Inviato: giovedì 9 aprile 2009, 13:30
da nuk3r
Uff, mi sa che mi tocca formattare...è troppo fastidioso!  >:(

Peccato, non lo facevo da Hardy... :(