Dopo aver installato la nostra linux Ubuntu noteremo che, pur gestendo (spesso, non sempre) correttamente la nostra scheda video e la risoluzione del monitor, manca dei famosi driver NVIDIA che permettono indubbiamente una migliore visualizzazione generale ma soprattutto di poter sfruttare l'accelerazione grafica della scheda video.
La mancata presenza di default dei driver NVIDIA č da addurre a problemi di Copyright.
Ad ogni modo con il nostro fidatissimo apt-get o Synaptic possiamo risolvere rapidamente il problema.
Infatti basta lanciare il comando:
apt-get install nvidia-glx
Dopo l'installazione per sicurezza ho anche lanciato il comando:
nvidia-glx-config enable
il quale ha provveduto a sistemare xorg.conf, farmi una copia di backup in caso di problemi.
Dopo aver eseguito quanto descritto precedentemente possiamo notare come in /etc/modules sia presente una riga: nvidia.
Questo permette al sistema di caricare al boot il modulo nvidia per il nostro kernel.
Ora basta riavviare il motore grafico X ed il gioco č fatto.
Il funzionamento corretto dei driver nvidia č facilmente verificabile dal fatto che di default alla partenza di X ci verrā presentato uno splash screeb NVIDIA.
Overview e tips & tricks per installare, migliorare e configurare la distribuzione Ubuntu Linux
nvidia
mi dice comando non trovato.
RispondiRe: Problemi driver
a me una volta eseguite le operazioni mi viene uno schermo tutto nero...che devo fa
RispondiRe: Problemi driver
#
Switch to the console (Try using ctrl+alt+F1, or reboot and select recovery mode from the GRUB menu.)
#
Use your text editor to open /etc/X11/xorg.conf. (try sudo nano /etc/X11/xorg.conf)
#
Find the line that says Section "Screen"
#
Insert a new line that says Option "UseDisplayDevice" "DFP".
#
Save the file. If you had to restart into recovery mode, type reboot, otherwise restart your display using sudo /etc/init.d/gdm restart.
Problemi driver
a me una volta eseguite le operazioni mi viene uno schermo tutto nero...che devo fa?
QLA2462
devo installare un QLA2462 ma non esistono i driver per UBUNTU che devo fare?
problemi con m_audio audiophile
Salve è possibile usare la scheda audio M_audio audiophile fire wire con ubuntu?
RispondiAIUTO SERVER X
Ho seguito le istruzioni riportare nel vostro ARTICOLO:"UBUNTU: Suggerimenti per problemi iniziali, Driver NVIDIA" ma al riavvio mi compare la schermata d'errore dove mi dice di ripristinare il server x che non è configurato come dovrebbe... cosa faccio??? io ho una NVIDIA GeForce Go 7300 cosa devo fare???
RispondiRisoluzione schermo ubuntu 6.10
dopo (ma anche prima) aver installato i driver nvidia seguendo questa guida: http://www.tuxmind.altervista.org/?p=71
la risoluzione massima che posso settare per lo schermo è di 1024x648, ma il mio monitor LCD raggiunge una risoluzione di 2048x1024 come mai?
come posso fare per risolvere?
un GRAZIE in anticipo!!!
Windows and Ubuntu 6.06
E' possibile eseguire un'immagine dell'hard-disk con Windows e Ubuntu 6.06 insieme ? Grazie per un aiuto. Marco
RispondiNviadia 2 Philips CRT Monitor Ubuntu
this configuration works for 2 monitors model Philips Brillance 109P
----------------------
Enjoy, Michelangelo Marchesi
------------------------
Installing Ubuntu
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
#added modified with xinerama from true to false
#
Section "ServerFlags"
Option "Xinerama" "false"
Option "TwinView" "1"
EndSection
#
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
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"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "AGP Normal"
Driver "nvidia"
# BusID "PCI:1:0:0"
# Screen 0
VideoRam 65536 #added
Option "NvAGP" "1" #added
Option "DigitalVibrance" "0" #added
Option "NoLogo" "true"
EndSection
Section "Device"
Identifier "AGP Twin"
Driver "nvidia"
# BusID "PCI:2:0:0"
# Screen 1
VideoRam 65536 #added
Option "NvAGP" "1" #added
Option "DigitalVibrance" "0" #added
Option "TwinView" "1" #added
Option "MetaModes" "1600x1200 @1600x1200,1600x1200 @1600x1200" #added
Option "SecondMonitorHorizSync" "30-107" #added
Option "SecondMonitorVertRefresh" "50-160" #added
Option "TwinViewOrientation" "RightOf" #added
Option "ConnectedMonitor" "crt,crt" #added
Option "NoLogo" "true"
EndSection
Section "Monitor"
Identifier "PHILIPS 109P"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen" # configurazione di riserva
Device "AGP Normal"
Monitor "PHILIPS 109P"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen" #configurazione normale con 2 monitor
Device "AGP Twin"
Monitor "PHILIPS 109P"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerLayout"
Identifier "Screen"
Screen "Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
#Section "DRI"
# Mode 0666
#EndSection