|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Member
Iscritto dal: Feb 2007
Città: Romagna ma col cuore in Toscana, e spero nel prossimo futuro in Spagna
Messaggi: 361
|
Grafica 3D con linux
Ho istallato di poco Google Earth, ma va lentissimo e a scatti, come se non riusciscce ad elaborare un minimo di grafica 3D
Mi sapreste indicare come controllare che la scheda video funzioni al massimo e se non è così, come farla lavorare? Grazie dell'attenzione ![]()
__________________
Chiesa Valdese - Remember, my child: Without innocence the cross is only iron, - Grazie Daniele di regalarmi ogni giorno il tuo amore! - Per l'Alternativa - Chi ci pensa nel miele, annega - La Filosofia è come la Russia, piena di paludi e spesso invasa dai tedeschi. (Roger Nimier) |
![]() |
![]() |
![]() |
#2 | |
Senior Member
Iscritto dal: May 2007
Città: DiSaronno Originale
Messaggi: 2376
|
Quote:
2) Quale scheda video hai? 3) Sono installati i driver della tua scheda video? Se non sai dove vedere, apri un terminale, digita Codice:
cat /etc/X11/xorg.conf
__________________
Dell XPS 9570 Powered by Arch Linux || Motorola One Vision Ho concluso con raffaelev, Iceworld, stebru, Dichy, AXIP, Quakeman e Swampo |
|
![]() |
![]() |
![]() |
#3 |
Member
Iscritto dal: Feb 2007
Città: Romagna ma col cuore in Toscana, e spero nel prossimo futuro in Spagna
Messaggi: 361
|
1)la distro è Ubuntu
2)Ho una scheda video "Intel® Graphics Media Accelerator 950* 3)Ecco l'output del comando che mi hai suggerito # 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 "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection *il link ti riporta alla sezione tecnica della scheda video sul sito del produttore del modello di notebook che ho io, un EasyNote V5908
__________________
Chiesa Valdese - Remember, my child: Without innocence the cross is only iron, - Grazie Daniele di regalarmi ogni giorno il tuo amore! - Per l'Alternativa - Chi ci pensa nel miele, annega - La Filosofia è come la Russia, piena di paludi e spesso invasa dai tedeschi. (Roger Nimier) |
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Nov 2005
Messaggi: 3334
|
se il contenuto del xorg.conf è tutto qui, direi che ti manca la configurazione per l'uso dell'accelerazione hardware.
Aggiungi all'inizio del file la sezione: Codice:
Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" Load "xgl" EndSection Codice:
Section "DRI" Mode 0666 EndSection Come esempio ti posto di seguito il mio xorg.cong che è configurato per una intel integrata (notebook) e abilitato per l'uso di compiz. Codice:
# /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 "Files" 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" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" Load "xgl" 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 "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" Driver "i810" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Monitor Generico" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" Monitor "Monitor Generico" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x800" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection
__________________
Debian/Sid - Ducati |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: May 2007
Città: DiSaronno Originale
Messaggi: 2376
|
Non ho mai avuto schede intel, comunque lo xorg.conf postato da palmy è corretto, ora non ricordo se sono già preinstallati i driver video intel in Ubuntu.
__________________
Dell XPS 9570 Powered by Arch Linux || Motorola One Vision Ho concluso con raffaelev, Iceworld, stebru, Dichy, AXIP, Quakeman e Swampo |
![]() |
![]() |
![]() |
#6 |
Member
Iscritto dal: Feb 2007
Città: Romagna ma col cuore in Toscana, e spero nel prossimo futuro in Spagna
Messaggi: 361
|
Ringrazio tutti e due per la vostra attenzione e collaborazione
![]() Palmy, dici che posso copiare il tuo file Xorg che mi hai postato? Se la risposta è no, mi sapresti indicare dove potrei trovare un aiuto per la configurazione manuale? Purtroppo Google Earth continua ad andare da schifo
__________________
Chiesa Valdese - Remember, my child: Without innocence the cross is only iron, - Grazie Daniele di regalarmi ogni giorno il tuo amore! - Per l'Alternativa - Chi ci pensa nel miele, annega - La Filosofia è come la Russia, piena di paludi e spesso invasa dai tedeschi. (Roger Nimier) Ultima modifica di Dream_River : 13-11-2008 alle 20:30. |
![]() |
![]() |
![]() |
#7 | |
Senior Member
Iscritto dal: Nov 2007
Messaggi: 8368
|
Quote:
nun sugno palmy, ma gia' che ci sono... non ricordo se il tuo chipset grafico sia pilotato dallo stesso driver (in grassetto). forse anche il busid potrebbe essere diverso, ma basta dare da terminale 'lspci' per saperlo. dipende anche dalla risoluzione supportata dal tuo display, che potrebbe differire. Codice:
Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" Driver "i810" BusID "PCI:0:2:0" EndSection
__________________
chi semina vento... |
|
![]() |
![]() |
![]() |
#8 |
Member
Iscritto dal: Feb 2007
Città: Romagna ma col cuore in Toscana, e spero nel prossimo futuro in Spagna
Messaggi: 361
|
La risoluzione dello schermo è la stessa.
Però se io do il comando da te suggerito mi viene fuori 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02) 00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) 02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) 05:02.0 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02) 05:02.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 01) 05:02.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01) 05:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection (rev 02) Che per me è sancrito ![]()
__________________
Chiesa Valdese - Remember, my child: Without innocence the cross is only iron, - Grazie Daniele di regalarmi ogni giorno il tuo amore! - Per l'Alternativa - Chi ci pensa nel miele, annega - La Filosofia è come la Russia, piena di paludi e spesso invasa dai tedeschi. (Roger Nimier) |
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: May 2007
Città: DiSaronno Originale
Messaggi: 2376
|
Il driver è quello giusto.
Immagino tu abbia già provato a disinstallarlo e reinstallarlo. Immagino anche che hai preso la versione presente nei repo. Guarda, io ho smesso di usare ubuntu da mesi, ma mi ricordo che la versione pacchettizzata nei repo di Google Earth dava parecchi problemi e si consigliava in generale di scaricare il sw direttamente dal sito ufficiale. E' un file .bin che si installa da terminale col comando "sh nome_file.bin" da root Intanto per vedere se l'accelerazione 3d funziona potresti testarlo con compiz. Vedi cubi ruotare? ![]() P.S. Qual è ubuntu, la 8.04?
__________________
Dell XPS 9570 Powered by Arch Linux || Motorola One Vision Ho concluso con raffaelev, Iceworld, stebru, Dichy, AXIP, Quakeman e Swampo |
![]() |
![]() |
![]() |
#10 |
Senior Member
Iscritto dal: Mar 2005
Messaggi: 1653
|
L'accelerazione 3D con quella scheda dovrebbe funzionare out of the box, senza mettere mano a xorg. Su un mio laptop con Ubuntu 8.04 (64 bit) Google Earth funziona correttamente. Per vedere se l'accelerazione 3D è funzionante, prova a dare il comando:
Codice:
glxinfo | grep -i direct Se l'accelerazione 3D è attiva, ricordati che per usare Google Earth è meglio disattivare gli effetti 3D del desktop (cubi, trasparenze e frocerie™ varie).
__________________
gica78r@ncc-1701:~$ tar -c tar: Codardamente mi rifiuto di creare un archivio vuoto ![]() |
![]() |
![]() |
![]() |
#11 | ||||
Member
Iscritto dal: Feb 2007
Città: Romagna ma col cuore in Toscana, e spero nel prossimo futuro in Spagna
Messaggi: 361
|
Quote:
Quote:
![]() Quote:
Quote:
__________________
Chiesa Valdese - Remember, my child: Without innocence the cross is only iron, - Grazie Daniele di regalarmi ogni giorno il tuo amore! - Per l'Alternativa - Chi ci pensa nel miele, annega - La Filosofia è come la Russia, piena di paludi e spesso invasa dai tedeschi. (Roger Nimier) |
||||
![]() |
![]() |
![]() |
#12 | |
Member
Iscritto dal: Feb 2007
Città: Romagna ma col cuore in Toscana, e spero nel prossimo futuro in Spagna
Messaggi: 361
|
Quote:
Ho tolto tutti gli effetti grafici, la situazione è un pò migliorata (Adesso almeno il globo terrestre lo vedo per intero e non diventa più una sfera nera con all'interno una macchia bianca) però rimane comunque scattoso
__________________
Chiesa Valdese - Remember, my child: Without innocence the cross is only iron, - Grazie Daniele di regalarmi ogni giorno il tuo amore! - Per l'Alternativa - Chi ci pensa nel miele, annega - La Filosofia è come la Russia, piena di paludi e spesso invasa dai tedeschi. (Roger Nimier) |
|
![]() |
![]() |
![]() |
#13 | |
Senior Member
Iscritto dal: Apr 2003
Città: Roma
Messaggi: 1997
|
Quote:
E' un problema di Google Earth ![]()
__________________
That was a love song. This is a love song too. It's called: Rocking Hole - Yeah, yeah, yeah. [Last.fm] ~ [Okiwii.net] ~ [Anobii] ~ [Facebook] |
|
![]() |
![]() |
![]() |
#14 |
Registered User
Iscritto dal: May 2005
Città: far away from home
Messaggi: 1038
|
Da me con quella scheda è proprio inusabile.
|
![]() |
![]() |
![]() |
#15 |
Member
Iscritto dal: Mar 2008
Messaggi: 50
|
In effetti Ubuntu con la grafica e i driver video non và troppo d'accordo...
Io sono passato ad archlinux. Comunque a parte queste inezie, tanto la distro è solo una questione di gusti, hai modo di provare l'accellerazione 3d con qualche altra applicazione per linux? Magari il problema non è quello...
__________________
Il browser game perfetto? Fallo tu! Se non rispetti le regole sei solo fuffa Toshiba Satellite A210-1AY, informazioni e trucchetti. Guida all'installazione di Ubuntu e Archlinux sul nostro notebook! http://a210-1ay.blogspot.com/ |
![]() |
![]() |
![]() |
#16 |
Senior Member
Iscritto dal: Apr 2003
Città: Roma
Messaggi: 1997
|
Ma anche a me fa così con quella scheda video.
Semplicemente non è adeguata per fare una accelerazione hardware 3D così "pesante" ( perfino sul mio portatile che ho una nvidia 7300 a volte scattichia ) e la colpa non è nemmeno di Ubuntu.
__________________
That was a love song. This is a love song too. It's called: Rocking Hole - Yeah, yeah, yeah. [Last.fm] ~ [Okiwii.net] ~ [Anobii] ~ [Facebook] |
![]() |
![]() |
![]() |
#17 | |
Member
Iscritto dal: Mar 2008
Messaggi: 50
|
Quote:
Un pò come il tempo che impiega google maps quando fai uno zoom, mica è il delay nel rendering, semplicemente deve recuperare le immagini e mandarle sul tuo pc ![]()
__________________
Il browser game perfetto? Fallo tu! Se non rispetti le regole sei solo fuffa Toshiba Satellite A210-1AY, informazioni e trucchetti. Guida all'installazione di Ubuntu e Archlinux sul nostro notebook! http://a210-1ay.blogspot.com/ |
|
![]() |
![]() |
![]() |
#18 |
Member
Iscritto dal: Dec 2004
Messaggi: 88
|
Io con una ati ho avuto gli stessi problemi, che a quanto pare erano legati ad una particolare versione del driver.
Prova a cambiare driver (nel tuo caso penso voglia dire cambiare kernel). |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 17:27.