Salve ragazzi ho da poco installato debian, riuscendoci molto facilmente,
ho però un problema al'avvio ed è che quando cerca di caricarme gnome
la schermata diventa nera, allora torno a terminale con (alt control f1)
mi chiede il root passw, normale e niente poi cerco di nuovo di avviare gnome
con startx ma diventa di nuovo nera, penso si una questione di driver, allora sto cercando di scaricare, envyg-ktq e di stallarlo.
la mia domanda, è questa la soluzione giusta?
ho sbaglio? devo ripristinare gnome? come posso risolvere??
qualche :idea:
Intallare driver nvidia
Quote:
Stemby ha scritto:
Cerca la guida di kalos qui sul portale. Benvenuto!
secondo mè l'installazione dei drive nvidia è facile sia a manina che con module-assistant,c'è un però.....xorg/conf è un macello nel senso che ci vorrebbe una bella guida su come settare xorg che è veramente una palla rompicapo imho a tuttoggi mi resta difficile,saro una capra ma non ci riesco a settare xorg con i drive nvidia se ci illuminate in merito ve ne sarò profondamente grato
ciao
basterebbe leggere i vari thread a riguardo, molto utile prima di avanzare richieste usare la funzione cerca, ma visto che siamo in ambiente natalizio....
leggi
Quote:
kalos ha scritto:
basterebbe leggere i vari thread a riguardo, molto utile prima di avanzare richieste usare la funzione cerca, ma visto che siamo in ambiente natalizio....
leggi
mi dispiace ma non funziona almeno a me il/i comandi ti settano xorg ,vero ma ti ritrovi la keyboard in inglese .....e al login non entri + . quindi in primis la funzione cerca l'hò fatta in google...proprio perchè mi da enormemente fastidio ricevere il tuo messaggio (usa la funzione cerca) dopodichè debianizzati debian clan etc etc ,in tutto ciò resta il fatto che ci sono guide per installare settare xorg antecedente e tolto la tua guida che nessuno la discute mi pare che non c'è come settare xorg con esempi cmq auguri a te ed a tutti voi
ciao
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "VW202"
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation NVIDIA Default Card"
Driver "nvidia"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "True"
Option "RenderAccel" "True"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NVIDIA Default Card"
Monitor "VW202"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "True"
Option "DAMAGE" "True"
EndSection
questo è il mio xorg , adegualo alle tue esigenze
ciao
grazie
ciao
ok risolto installati drive nvidia 180.27 non mi riconosceva più la tastiera in italiano ho corretto X11 mettendo XkbLayout "it"
grazie
ciao
Approfitto del post per chiedere una cosa relativa ai driver (nat. se i moderatori pensano sia ot apro un altro thread)
Anche a voi con i driver 180 dopo un pò il pc va in freeze?
io sono stato costretto a fare in downgrade
ciao
Salve, nuovo, ma in definitiva come si fà ad installare i drivers per scheda video nvidia?
Cosa sono i thread?






Cerca la guida di kalos qui sul portale. Benvenuto!
Registered Linux User #443882
Registered Debian User #9