Pagina 2 di 3 primaprima 1 2 3 ultimoultimo
Visualizzazione dei risultati da 11 a 20 su 25

Discussione: compiz/beryl

  1. #11
    Originariamente inviato da moskitoita
    Perchè?
    module-assistant...
    cioè??
    a me li mi dice di andare da shell pura terminando la sessione grafica e di installare i driver da li con una serie di (non difficili) operazioni e poi riavviare. La guida li è per ubuntu, ma io ricordo che l'avevo fatto mi pare con synaptic, ma su debian non ci sono li i driver nvidia, sicuramente non ci sono gli stessi repository. Forse aggiungendo i repository di ubuntu per i driver nvidia lo posso fare anche da li, qualcuno li sa??
    "L'utopia è come l'orizzonte: cammino due passi, e si allontana di due passi. Cammino di dieci passi, e si allontana di dieci passi. E allora, a cosa serve l'utopia? A questo: serve per continuare a camminare."
    Eduardo Galeano
    Il mio sito
    "if you want people to RTFM, make a better FM!"

  2. #12
    Utente di HTML.it L'avatar di moskitoita
    Registrato dal
    Feb 2004
    Messaggi
    1,255
    apri /etc/apt/sources.list e sostituisci main con main non-free contrib

  3. #13
    Originariamente inviato da moskitoita
    apri /etc/apt/sources.list e sostituisci main con main non-free contrib
    ecco cosa mi ero scordato di fare !
    cmq, per chi non lo sapesse, posto come ho fatto:

    sudo gedit /etc/apt/soures.list
    E dopo ogni link aggiungo come detto sopra main contrib non-free
    salvo
    sudo apt-get update
    e il gioco è fatto...

    Adesso quali devo installare?
    nvidia-glx
    nvidia-glx-dev
    nvidia-glx-legacy
    nvidia-glx-legacy-dev

    o cos'altro?
    se installo il glx-dev poi non mi fa installare il legacy, cioè, o l'uno o l'altro, non so quale devo mettere...
    "L'utopia è come l'orizzonte: cammino due passi, e si allontana di due passi. Cammino di dieci passi, e si allontana di dieci passi. E allora, a cosa serve l'utopia? A questo: serve per continuare a camminare."
    Eduardo Galeano
    Il mio sito
    "if you want people to RTFM, make a better FM!"

  4. #14
    Utente di HTML.it L'avatar di moskitoita
    Registrato dal
    Feb 2004
    Messaggi
    1,255
    Prima dai questi comandi (supponendo tu abbia una scheda vecchiotta)

    apt-get install nvidia-kernel-legacy-source module-assistant
    m-a -i prepare
    m-a a-i -i -t -f nvidia-kernel-legacy

    poi installi
    nvidia-glx-legacy

    pioi installi compiz, beryl, compiz fusion

  5. #15
    Originariamente inviato da moskitoita
    pioi installi compiz, beryl, compiz fusion
    Non so se valga anche per debian, per feisty ho seguito due guide che indicavano entrambe di disinstallare tutto ciò che rimaneva di compiz e beryl prima di installare compiz fusion..

  6. #16
    non so quanto i driver legacy siano compatibili con compiz beryl (almeno la mia scheda (nvidia geforce 2 gts,64MB) usa i driver legacy e per questo non è compatibile.
    dovresti andarti a cercare la versione più recente dei driver nvidia con il supporto alla tua scheda...ma è tanto sbattimento,io ci ho rinunciato,per vedere un paio di finestre gommose non vale la pena (e poi non è supportato da enlightenment,mannagg').
    le prestazioni non dipendono dalle risorse di sistema,ma dalle risorse della gpu.(anche se avere beryl o compiz attivati influisce nelle risorse).

  7. #17
    allora, ho installato i driver, poi ho scaricato il file .tar.gz dal sito di compiz (se c'è in .deb avvertitemi, ho cercato, ma niente...) poi gli ho dato il ./config e poi quando gli do il make mi da questo
    codice:
    debian:/home/psykopear/Desktop/compiz-0.4.0# make
    make: *** No targets specified and no makefile found.  Stop.
    e il majeinstall ovviamente
    codice:
    debian:/home/psykopear/Desktop/compiz-0.4.0# make install
    make: *** No rule to make target `install'.  Stop.
    che c'è che non va? asp, per completezza posto il risultato del ./config:

    codice:
    debian:/home/psykopear/Desktop/compiz-0.4.0# ./configure --prefix=/usr --enable-librsvg --enable-gtk
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    ./configure: line 2603: /bin: is a directory
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for library containing strerror... none required
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognize dependent libraries... pass_all
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... no
    checking for g95... no
    checking for xlf95... no
    checking for f95... no
    checking for fort... no
    checking for ifort... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for ftn... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether  accepts -g... no
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking for correct ltmain.sh version... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for ANSI C header files... (cached) yes
    checking for stdlib.h... (cached) yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for unistd.h... (cached) yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for catalogs to be installed...  cs de es fi fr hu it ja pl pt_BR sv zh_CN zh_TW af ar bg bn bs ca cy da el en_GB en_US et gl gu he hi hr id ka km ko lo lt mk mr nb nl pa pt ro ru sk sl sr ta tr uk vi xh zu
    checking whether byte ordering is bigendian... no
    checking for pkg-config... no
    checking for COMPIZ... configure: error: The pkg-config script could not be found or is too old.  Make sure it
    is in your PATH or set the PKG_CONFIG environment variable to the full
    path to pkg-config.
    
    Alternatively, you may set the environment variables COMPIZ_CFLAGS
    and COMPIZ_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    
    To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
    See `config.log' for more details.
    "L'utopia è come l'orizzonte: cammino due passi, e si allontana di due passi. Cammino di dieci passi, e si allontana di dieci passi. E allora, a cosa serve l'utopia? A questo: serve per continuare a camminare."
    Eduardo Galeano
    Il mio sito
    "if you want people to RTFM, make a better FM!"

  8. #18
    Utente di HTML.it L'avatar di moskitoita
    Registrato dal
    Feb 2004
    Messaggi
    1,255
    codice:
    checking for pkg-config... no
    checking for COMPIZ... configure: error: The pkg-config script could not be found or is too old.  Make sure it
    is in your PATH or set the PKG_CONFIG environment variable to the full
    path to pkg-config.
    
    Alternatively, you may set the environment variables COMPIZ_CFLAGS
    and COMPIZ_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    
    To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
    See `config.log' for more details.
    ti manca pkg-config; apt-get install pkg-config

  9. #19
    se il ./configure non va a buon fine,è inutile procedere con il make e il make install.

    il problema sta qui:
    codice:
    checking for pkg-config... no
    checking for COMPIZ... configure: error: The pkg-config script could not be found or is too old.  Make sure it
    is in your PATH or set the PKG_CONFIG environment variable to the full
    path to pkg-config.
    
    Alternatively, you may set the environment variables COMPIZ_CFLAGS
    and COMPIZ_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    
    To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
    See `config.log' for more details.
    installa o aggiorna pkg-config.
    poi io non so una cippa di compiz e magari non serve,ma il configure dice questo

    edit:ach,moskitoita è un lampo

  10. #20
    ok, fatto come detto, adesso alla fie mi da sto out
    codice:
    No package 'libpng' found
    No package 'xcomposite' found
    No package 'xfixes' found
    No package 'xdamage' found
    No package 'xrandr' found
    No package 'xinerama' found
    No package 'ice' found
    No package 'sm' found
    No package 'libstartup-notification-1.0' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables COMPIZ_CFLAGS
    and COMPIZ_LIBS to avoid the need to call pkg-config.
    Devo installare tutti i pacchetti sopra elencati??
    "L'utopia è come l'orizzonte: cammino due passi, e si allontana di due passi. Cammino di dieci passi, e si allontana di dieci passi. E allora, a cosa serve l'utopia? A questo: serve per continuare a camminare."
    Eduardo Galeano
    Il mio sito
    "if you want people to RTFM, make a better FM!"

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.