|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#21 |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7263
|
visto che è l'unico screensaver disponibile su kde4 ho deciso di sistemarlo
prima di compilarlo.. vai nella cartella src e apri il file cometen3.cpp dopodichè commenta le linee dalla 67 alla 72 e dalla 74 alla 76 in pratica da così: Codice:
glShadeModel(GL_SMOOTH); glClearColor(0.0, 0.0, 0.0, 1.0); glClearDepth(1.0); glDepthFunc(GL_LEQUAL); glEnable(GL_POINT_SMOOTH); glEnable(GL_LINE_SMOOTH); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); glHint(GL_POINT_SMOOTH_HINT, GL_NICEST); glHint(GL_POLYGON_SMOOTH_HINT, GL_NICEST); glHint(GL_LINE_SMOOTH_HINT, GL_NICEST); glFrontFace(GL_CW); glPointParameterfARB(GL_POINT_FADE_THRESHOLD_SIZE_ARB, 60.0); glPointParameterfARB(GL_POINT_SIZE_MIN_ARB, 0.0); glPointParameterfARB(GL_POINT_SIZE_MAX_ARB, 1000.0); Codice:
glShadeModel(GL_SMOOTH); glClearColor(0.0, 0.0, 0.0, 1.0); glClearDepth(1.0); glDepthFunc(GL_LEQUAL); /*glEnable(GL_POINT_SMOOTH); glEnable(GL_LINE_SMOOTH); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); glHint(GL_POINT_SMOOTH_HINT, GL_NICEST); glHint(GL_POLYGON_SMOOTH_HINT, GL_NICEST); glHint(GL_LINE_SMOOTH_HINT, GL_NICEST);*/ glFrontFace(GL_CW); /*glPointParameterfARB(GL_POINT_FADE_THRESHOLD_SIZE_ARB, 60.0); glPointParameterfARB(GL_POINT_SIZE_MIN_ARB, 0.0); glPointParameterfARB(GL_POINT_SIZE_MAX_ARB, 1000.0);*/ |
|
|
|
|
|
#22 |
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
ho provato reinstallandolo sopra al precedente ma nn è cambiato niente!!!
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
|
|
|
|
#23 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7263
|
Quote:
sudo make uninstall poi anche: make clean e infine ricompilalo con i soliti make e sudo make install a me va che è una meraviglia infine considerazione idiota: assicurati di avere salvato le modifiche al file |
|
|
|
|
|
|
#24 |
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
niente da fare continua a girare da schifo
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
|
|
|
|
#25 |
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
Come nn detto ora! ho provato a ricompilarlo e installarlo senza modifiche, poi l'ho disinstallato e reinstallato cn le nuove modifiche! ora funziona!
però cavolo nn fa più niente ma come facevi a sapere le cose da commentare e quelle no?
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
|
|
|
|
#26 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7263
|
Quote:
il codice che ho commentato sono filtri per migliorare la resa delle immagini e delle estensioni per rendere la scena più realistica (probabilmente queste sono quelle che mancano) nel senso che le comete cambiano dimensione a seconda della loro distanza dalla camera (sempre che ho capito bene). potrei fare qualche esperimento in più per vedere se è possibile utilizzare queste (o altre) estensioni in maniera diversa, ma per adesso non ne ho voglia non sono proprio un esperto di OpenGL ma ci ho avuto a che fare qualche anno fa Ultima modifica di k0nt3 : 10-09-2008 alle 09:35. |
|
|
|
|
|
|
#27 |
|
Senior Member
Iscritto dal: Jan 2006
Città: Provincia di Lecco
Messaggi: 2199
|
ma scusa, sei sicuro di avere l'accelerazione abilitata??
dai un Codice:
$ glxinfo | grep direct che distribuzione stai usando comunque?
__________________
Main PC: CPU Intel i5-3470 CPU @3.20GHz \\ MB: ASRock Z77 Pro4-M \\ RAM 4x4GB DDR@1666MHz \\ VGA Tahiti LE [Radeon HD 7870 XT - 2GB] \\ Case Antec One |
|
|
|
|
|
#28 |
|
Senior Member
Iscritto dal: Jun 2001
Città: Gorizia/Trieste/Slovenia
Messaggi: 4338
|
per controllare se il dri è attivo dovrebbe essere sufficiente anche guardare i log di x server
__________________
Dio ha fatto il cavo, il diavolo il wireless. "CCIE-level challenges should stay in CCIE labs." (cit I.Pepelnjak) |
|
|
|
|
|
#29 | |
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
Quote:
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
|
|
|
|
|
#30 |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7263
|
ho contattato lo sviluppatore dello screensaver e adesso sta cercando di risolvere il problema.
a breve uscirà la nuova versione |
|
|
|
|
|
#31 | |
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
Quote:
cmq tu in xorg hai qualche parametro particolare? nn è che mi posteresti la tua configurazione?
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
|
|
|
|
|
#32 |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7263
|
io ho lasciato tutto come di default
Codice:
# 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 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. # # 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" 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 "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "0" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Monitor Generico" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" Monitor "Monitor Generico" DefaultDepth 24 SubSection "Display" Modes "1280x800" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" InputDevice "Synaptics Touchpad" EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
|
|
|
|
|
#33 | ||
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
Quote:
Quote:
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
||
|
|
|
|
|
#34 | |
|
Senior Member
Iscritto dal: Jan 2006
Città: Provincia di Lecco
Messaggi: 2199
|
Quote:
Codice:
[berseker@acerone ~]$ glxgears 10591 frames in 5.0 seconds = 2116.030 FPS 10613 frames in 5.0 seconds = 2122.542 FPS 10447 frames in 5.0 seconds = 2084.778 FPS 10949 frames in 5.0 seconds = 2189.688 FPS 10549 frames in 5.0 seconds = 2109.662 FPS
__________________
Main PC: CPU Intel i5-3470 CPU @3.20GHz \\ MB: ASRock Z77 Pro4-M \\ RAM 4x4GB DDR@1666MHz \\ VGA Tahiti LE [Radeon HD 7870 XT - 2GB] \\ Case Antec One |
|
|
|
|
|
|
#35 | |
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
Quote:
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
|
|
|
|
|
#36 | |
|
Senior Member
Iscritto dal: Jan 2006
Città: Provincia di Lecco
Messaggi: 2199
|
Quote:
nvidia-settings se non ce l'hai, installalo
__________________
Main PC: CPU Intel i5-3470 CPU @3.20GHz \\ MB: ASRock Z77 Pro4-M \\ RAM 4x4GB DDR@1666MHz \\ VGA Tahiti LE [Radeon HD 7870 XT - 2GB] \\ Case Antec One |
|
|
|
|
|
|
#37 |
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
sarebb? cmq avevo solo una voce abilitata che faceva riferimento al vsync in "X server XVIDEO settings"--->Video Texture Adaptor---->sinc to vblank e nn è cambiato niente! anche se cambio altre impostazioni e metto su High performance nelle impostazioni OpenGL bene o male il risultato è sempre lo stesso!
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
|
|
|
|
#38 |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7263
|
potrebbe dipendere anche dalla CPU, non è un test indicativo
|
|
|
|
|
|
#39 | |
|
Senior Member
Iscritto dal: Jan 2006
Città: Provincia di Lecco
Messaggi: 2199
|
Quote:
cmq come ha detto k0nt3 è un test che non vuol dire nulla.. non star li a mangiarti il fegato per il punteggio, piuttosto goditi la scheda e impara ad utilizzare al meglio il tuo pc
__________________
Main PC: CPU Intel i5-3470 CPU @3.20GHz \\ MB: ASRock Z77 Pro4-M \\ RAM 4x4GB DDR@1666MHz \\ VGA Tahiti LE [Radeon HD 7870 XT - 2GB] \\ Case Antec One |
|
|
|
|
|
|
#40 |
|
Senior Member
Iscritto dal: Oct 2004
Messaggi: 12632
|
come si vede in firma ho un penitum dual core e2160 overcloccato a 3 giga
siccome avevo intenzione di cambiar scheda per una passiva volevo vedere se ne valeva la pena o mi conveniva tenere l'integrata intel!! Inoltre voglio anche valutare quanto facciano schifo i driver per linux
__________________
"Non capisco quelli che dicono che per avere successo devono soffrire. Ma che so', scemi?" Intel Core 2 Quad Q9450 @ 2.66 Ghz, Asus P5K-VM, Ram 4 GB A-Data + 2 GB Kingmax 800 Mhz, Gigabyte GeForce GT 710 2 GB GDDR5 passiva (GV-N710D5SL-2GL), SSD Crucial BX500 CT120BX500SSD1 120 GB, Monitor LCD Samsung S22C300 21.5'', router D-Link DVA-5592 |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 17:01.




















