Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problemi con i driver nvidia [Risolto in buona parte]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
mcvash
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2003
Posts: 119

PostPosted: Sun Jan 18, 2004 8:16 pm    Post subject: problemi con i driver nvidia [Risolto in buona parte] Reply with quote

ciao a tutti, siccome volevo provare qualche gioco per linux (volevo comprarmi nwn sentendo tutti parlarne bene) ho deciso di abilitare l'accelerazione 3d.
Ho una geforce 4, ed ho seguito tutti i passi descritti sul sito gentoo.it.
Appena ho finito la configurazione ho riavviato x, e subito dopo il pc.
Quando ho provato startx, mi compare il logo nvidia, solo che non viene sfruttata tutta la superficie dello schermo (a destra mi restano 3 cm inutilizzati). Poi e' tutto piu' grande sembra al di sotto di 800 x 600 (non ricordo piu' cosa c'e'.... 640 x 320?)
L'accelerazione funziona, ma non me ne faccio nulla in questa situazione.
cambiando driver nel XF86config, da nvidia a nv, non ho problemi, ma non funziona ovviamente l'accelerazione.
Sapete se e' un problema noto? oppure e' il mio pc?

grazi mille


Last edited by mcvash on Thu Feb 12, 2004 5:19 pm; edited 2 times in total
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Sun Jan 18, 2004 8:20 pm    Post subject: Reply with quote

xf86config è a posto? se vuoi ti passo la mia e la provi :| cmq credo sia dovuto a a una mal configurazione
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
mcvash
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2003
Posts: 119

PostPosted: Sun Jan 18, 2004 8:24 pm    Post subject: Reply with quote

quello dovrebbe essere a posto:
Code:

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"

Code:

Section "Device"
        Identifier  "NVIDIA GeForce"
        #Driver      "nv"
        Driver      "nvidia"
        #VideoRam    32768
        # Insert Clocks lines here if appropriate
EndSection


non cambia nulla anche se metto la videoram.....
Back to top
View user's profile Send private message
mcvash
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2003
Posts: 119

PostPosted: Sun Jan 18, 2004 8:26 pm    Post subject: Reply with quote

ah, dimenticavo:
con windows non ho problemi, quindi la scheda funziona....
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Sun Jan 18, 2004 8:28 pm    Post subject: Reply with quote

SCHERMO
Code:
Section "Screen"
    Identifier  "Screen 1"
    Device      "NvidiaGeforce"
    Monitor     "My Monitor"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

MODULI
Code:


Section "Module"
    Load        "dbe"
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"
    Load       "glx"

EndSection



SCHEDA VIDEO

Code:
Section "Device"
    Identifier  "NvidiaGeforce"
    Driver      "nvidia"
   # unsupported card
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection

_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
mcvash
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2003
Posts: 119

PostPosted: Mon Jan 19, 2004 7:40 pm    Post subject: Reply with quote

La scheda video e i moduli sembrano corretti, il monitor e' corretto siccome con i driver nv non ho problemi.... l'unica cosa che mi viene in mente e' che la mia scheda non sia compatibile con i driver (ho una geforce nel portatile) e forse non e' supportata, ma mi sembra strano.....
Ho cercato anche nei forum in inglese, e su google, ma sembra che nessuno abbia avuto questo problema.
chissa' :cry:
Back to top
View user's profile Send private message
mcvash
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2003
Posts: 119

PostPosted: Mon Jan 19, 2004 8:19 pm    Post subject: Reply with quote

Ok ragazzi, scusate se vi ho disturbato, ma non c'era nessun problema in particolare.... bastava aggiungere qualche opzione al XF86config.
Se magari succede a qualcun altro, ecco la semplice soluzione:

aggiungere alla Module Section: Load "glx"

rimuovere sempre dalla Module Section: Load "dri" & Load "GLcore"

aggiungere alla Device Section: BusID "AGP:01:00:0"

aggiungere nella Device Section: Option "NoDDC" "1", Option "IgnoreEDID" "1", Option "GenerateRTList" "0" & Option "OverridePolarity" "1" & Option "FlatPanelProperties" "Scaling = native"

e in screen section: Option "NoDDC" "1" &Option "NvAgp" "1"


E ovviamente cambiare i driver da nv a nvidia.....

Spero di non avervi fatto perdere tempo, e spero che questo post possa tornare utile a qualcuno.

ciao




:lol: :lol: evvai, ora posso giocare!!!!!! :lol:
Back to top
View user's profile Send private message
mcvash
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2003
Posts: 119

PostPosted: Thu Feb 12, 2004 4:39 pm    Post subject: Reply with quote

Ciao, ho ripreso questo topic, perchè nell' utilizzo normale non ho problemi di visualizzazione, però quando uso giochi come american's army, oppure nwn, mi manca sempre la parte destra (i soliti 2 - 3 cm), che vedo nera.....
Probilmente è dovuto al fatto che i giochi girano a 800 x 600 oppure a 640 x 480. Possibile? e se è questo il problema, come posso risolverlo?
grazie mille
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Thu Feb 12, 2004 5:43 pm    Post subject: Reply with quote

di solito nelle impostazioni dei giochi stessi...
magari anche dare un occhio al log di Xfree nn è una cattiva idea... /var/log/XFree86.0.log

cmq sia, che schermo hai? un lcd? giusto perchè mi sfuggono alcune opzioni che avevi messo nel tuo file di config di X....
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
mcvash
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2003
Posts: 119

PostPosted: Thu Feb 12, 2004 6:27 pm    Post subject: Reply with quote

un lcd (il pc e' un portatile).
Non e' che devo settare qualcos' altro in xf86config?
Back to top
View user's profile Send private message
-YoShi-
l33t
l33t


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Thu Feb 12, 2004 6:45 pm    Post subject: Reply with quote

magari con gli LCD è diverso, ma io ho lo stesso problema se imposto una frequenza di refresh diversa da quella di fabbrica.

Per esempio sul manuale del monitor ho 800 x 600 a 56 Hz. Ora, se io metto 60 Hz ( la frequenza standard ) ho il tuo stesso risultato.

Prova a cercare sul manuale del notebook (in genere 2 righe sullo schermo le mettono sempre ) se trovi le risoluzioni e le rispettive frequenze.

poi aggiungi @Frequenza in XF86Config dopo la risoluzione.

Nel mio caso avrò sotto screen e monitor "800x600@56"

Ciao
_________________
Io lo vedo tutti i giorni, un Re per vederlo deve uscire dal suo regno, e il Papa lo vede quando si spoglia. Chi è?
Back to top
View user's profile Send private message
mcvash
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2003
Posts: 119

PostPosted: Thu Feb 12, 2004 6:55 pm    Post subject: Reply with quote

Grazie, forse il problema e' questo.... ma mi toccherà aspettare 2 settimane per provarlo.... il manuale ce l'ho a casa...
vabbe' :cry:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum