Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.
Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Qualche nota
1)Compiz 0.5 buttatelo..è storia ormai
2)I drivers nvidia sono buggatissimi
compiz lo potete usare ok...ma scordatevi
a)Giochi in fullscreen,a meno che non disatti
viate compiz
b)Lo switch di console,ossia se passate
a tty6...non tornate su X,provare per
capire...
3)Tutto sommato è comunque usabile
4)I pacchetti su mytux sono vecchi
risalgono al 15/6 se non erro,il server
mi da errore di upload e i gestori
sembrano svaniti nel nulla,quindi se volete
che vi uppi pacchetti freschi ogni 15 giorni...
mi dovete dare uno spazio ftp
Visto che la current al momento è identica
alla 12 posso fornire gli slackbuilds,e le patch
ai gestori di slacky,basta chiedere.
Gconf2 GRAZIE A DIO non è necessario
con 2 patches create da me lo saltate
infatti se notate bene i pacchetti di mytux
non richiedono il palloso gconf2.
5)Utenti ati,xgl....mi dispiace
ma dovete arraggiarvi e sudare...
ati ha un supporto linux pessimo
,vi conviene passare a nvidia.
vabbè stavo già facendo io uno script ... a mio parere è meglio pubblicare uno script su slacky che compila tutto via git ... per non ha molto senso fare pacchetti tgz diretti visto che è in continua evoluzione ... meglio creare uno script che faccia la compilazione / crea / installa i pacchetti... ok
se mi passi gli slackbuild e le patch... per lo script ci penso io... poi passiamo tutto a Loris
Ottima idea,l'importante è che crei
i pacchetti,personalmente odio
il disordinato make install!
Passami una mail in privato
e ti sendo tutto
non so dove sbattere la testa help!! monto una ATI Mobility Radeo con driver proprietary
roger@roger:~$ compiz
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
roger@roger:~$ glxinfo | grep rendering
direct rendering: Yes
roger@roger:~$ kde-window-decorator & compiz --replace gconf &
[1] 4024
[2] 4025
roger@roger:~$ kde-window-decorator: Could not acquire decoration manager selection on screen 0 display ":0.0"
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#
# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# **********************************************************************
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
# Load "type1"
Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/xorg/modules"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# Device configured by xorgconfig:
Section "Device"
Identifier "My Video Card"
Driver "fglrx"
#Driver "radeon"
#Driver "vesa"
# unsupported card
#VideoRam 131072
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 24
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
Option "AIGLX" "true"
# The Identifier line must be present
Identifier "Simple Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
Sono riuscito senza troppi intoppi a far andare compiz (pacchetto del dvd), ho però un problema più fastidioso che realmente un problema: mi si allargano le anteprime dei desktop (kpager) spostandomi tutte le altre applet di kicker (orologio vassoio ecc.) a nascondersi oltre lo schermo... qualcuno ha riscontrato un problema simile? è veramente fastidioso....
ho provato anche a cercare la fine di kicker sull'altro lato del cubo ma nada hahahha
Salve a tutti, ho provato ad installare l'ultimo driver nvidia 100........ho provato a lanciare compiz, e tutto sembrava funzionare bene, però poi ho visto che se lanciavo firefox o aprivo delle finestre mancavano i bordi ed il sistema si bloccava se provavo a killare compiz ..........allora ho reinstallato il driver che usavo prima il 9755 e tutto ha ripreso a funzionare bene, però volevo sapere se qualcuno ha avuto problemi con quel driver con compiz come ha risolto il problema???
slucky ha scritto:Salve a tutti, ho provato ad installare l'ultimo driver nvidia 100........ho provato a lanciare compiz, e tutto sembrava funzionare bene, però poi ho visto che se lanciavo firefox o aprivo delle finestre mancavano i bordi ed il sistema si bloccava se provavo a killare compiz ..........allora ho reinstallato il driver che usavo prima il 9755 e tutto ha ripreso a funzionare bene, però volevo sapere se qualcuno ha avuto problemi con quel driver con compiz come ha risolto il problema???
Io, lasciando l'ultimo driver, ho risolto installando compiz-fusion con i pacchetti gentilmente forniti da sya54M e seguendo questo topic.
slucky ha scritto:Salve a tutti, ho provato ad installare l'ultimo driver nvidia 100........ho provato a lanciare compiz, e tutto sembrava funzionare bene, però poi ho visto che se lanciavo firefox o aprivo delle finestre mancavano i bordi ed il sistema si bloccava se provavo a killare compiz ..........allora ho reinstallato il driver che usavo prima il 9755 e tutto ha ripreso a funzionare bene, però volevo sapere se qualcuno ha avuto problemi con quel driver con compiz come ha risolto il problema???
Ciao e buona Slack a tutti!!!
leggi i post indietro... devi passare un parametro ora non ricordo...
monto una ATI Mobility Radeo con driver proprietary
ovvio non supportano aiglx ... o usi xgl oppure usi i driver open "radeon"
ho ancora "qualche (1000000000)" perplessità ... ho trovato il link per scaricate i binari di XGL e sta compilando... alla fine faro' il pacchetto tgz, mi chiedevo a quali rischi potrei andare in contro ... e se ce la possibilita di ritornare indietro con un removepkg
monto una ATI Mobility Radeo con driver proprietary
ovvio non supportano aiglx ... o usi xgl oppure usi i driver open "radeon"
ho ancora "qualche (1000000000)" perplessità ... ho trovato il link per scaricate i binari di XGL e sta compilando... alla fine faro' il pacchetto tgz, mi chiedevo a quali rischi potrei andare in contro ... e se ce la possibilita di ritornare indietro con un removepkg
grazie.... (:oops: voglio anch'io il cubo)
...ma se stai scaricando i binari cosa stai compilando?
Dove hai trovato i binari? Sul sito di xgl io ho trovato solo i sorgenti cvs.
Se fai i tgz allora con removepkg li potrai rimuovere. Al max dovrai ripristinare alcuni pacchetti della slack 12 (almeno credo).
Facci sapere quando hai creato i tgz. Anche a me (vedi viewtopic.php?t=19659&highlight=xgl&sid ... 63649d47ad) interessano i tgz di xgl (con relative dipendenze).
submax82 ha scritto:
ovvio non supportano aiglx ... o usi xgl oppure usi i driver open "radeon"
ho ancora "qualche (1000000000)" perplessità ... ho trovato il link per scaricate i binari di XGL e sta compilando... alla fine faro' il pacchetto tgz, mi chiedevo a quali rischi potrei andare in contro ... e se ce la possibilita di ritornare indietro con un removepkg
grazie.... (:oops: voglio anch'io il cubo)
...ma se stai scaricando i binari cosa stai compilando?
Dove hai trovato i binari? Sul sito di xgl io ho trovato solo i sorgenti cvs.
Se fai i tgz allora con removepkg li potrai rimuovere. Al max dovrai ripristinare alcuni pacchetti della slack 12 (almeno credo).
Facci sapere quando hai creato i tgz. Anche a me (vedi viewtopic.php?t=19659&highlight=xgl&sid ... 63649d47ad) interessano i tgz di xgl (con relative dipendenze).
intendevo dire i sorgenti cvs, comunque il pacchetto e' fatto...ma non funziona, si installa perfettamente pero al startx si inchioda alla partenza quando legge il file xorg.conf , molti [EE] , non trova i moduli....non so?
slucky ha scritto:Leggiti il post di alessiodf nella prima pagina di questo topic, e aggiungi tutte quelle opzioni al tuo xorg.conf, mi pare che anche l'autore ha una ati e poi riprova e vedi se funziona
Ciao
Grazie ora funziona tutto con tutti gli effettazzi, non mi ero accorto che avevo ancora installato i driver closed
C' è però ancora una cosa che non mi torna
theZeus@0pt1mumPr1m3:~$ glxinfo | grep rendering
libGL warning: 3D driver claims to not support visual 0x4b
direct rendering: Yes
e questo problema non lo manifestava con i driver closed
John-Cena ha scritto:
francogdn ha scritto:
Chiedevo conferma a John-Cena, dato che anche a lui il comando glxinfo | grep rendering ha restituito direct rendering: No.
Volevo capire se il direct rendering fosse indispensabile per il funzionamento di Compiz.
Per il resto, credo che farò i primi esperimenti, se avrò tempo, questo weekend. Se riesco a far funzionare Compiz sulla SiS ti avvertirò "urgentemente".
Raga ho compilato ed avviato il plugin 3d ...ora vorrei capire come riuscire a far apparire i suoi effetti perchè non mi appare niente di nuovo.....(edito i file di configurazione a mano...)
Notizia dell'ultimo momento:
Ho installato ccsm seguendo le indicazioni di waka_jawaka .....mopstruoso!!Tutto straconfigurabile e funziona alla perferzione!!!:D
"Stat rosa pristina nomina, nomina nuda tenemus." [ Umberto Eco - Il nome della rosa]
"Faber est suae quisque fortunae ." [ Appio Claudio Cieco]
allora ho un nuovo problema:
ho installato compiz 0.5.2 utilizzando gli slackbuild di gohanz (mi sono limitato a modificare il prefix in /usr/local/ ),ho installato anche il suo ccsm (scritto col python) che non so perchè non mi partiva.Allora ho deciso ti tornare al vecchio ccsm che si trova su mytux.org e l'ho installato.Tutto bene,il problema sorge quando tento di modificare le animazioni (il plugin animation),ccsm si blocca!!!!non sò proprio come fare!!!:(:(:(:(:(:(:(:(:(:(
"Stat rosa pristina nomina, nomina nuda tenemus." [ Umberto Eco - Il nome della rosa]
"Faber est suae quisque fortunae ." [ Appio Claudio Cieco]