Pagina 1 di 1
Compiz Fusion e Awn dopo aggiornamente Gutsy
Inviato: domenica 21 ottobre 2007, 10:48
da Milux
Ho eseguito ieri l'aggiornamento a Gutsy dopo aver eliminato tutti i repo di 3° parti. Precedentemente avevo installato compiz fusion e avant window navigator dal repo di trevino e funzionavano egreggiamente

(incluso Compizconfig Settings Manager). Adesso dopo l'aggiornamento mi ritrovo senza avant window navigator, Compizconfig Settings Manager (che risulta essere installato ma ancora dai repo di trevino), non riesco a capire se compiz è abilitato o no... (bad) prima avevo uno script d'avvio sia per compiz che per awn.
Quindi vorrei capire come abilitare compizfusion, far funzionare Compizconfig Settings Manager e installare awn compatibile con Gutsy. Avete qualche repo da consigliarmi?
Grazie dell'aiuto
Re: Compiz Fusion e Awn dopo aggiornamente Gutsy
Inviato: domenica 21 ottobre 2007, 22:09
da Luck
Vai in Preferenze->Aspetto->e nell'ultima scheda cosa trovi selezionato?
Re: Compiz Fusion e Awn dopo aggiornamente Gutsy
Inviato: giovedì 15 novembre 2007, 21:03
da joker982
stesso problema (solo con compiz fusion)
con la 7.04 ubuntu andava tutto bene
dopo avere fatto l'upgrade automatico a 7.10 non va più
sono andato su Preferenze->Aspetto->e nell'ultima scheda non mi fa andare su custom, ma al massimo su extra
poi ho provato a digitare
Codice: Seleziona tutto
~$ glxinfo| grep rendering
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
mentre, prima di installare compiz e glx su 7.04, la risposta era si
(dopo averli installati mi diceva di nuovo no)
e un problema di driver scheda video? ho una nvidia
Re: Compiz Fusion e Awn dopo aggiornamente Gutsy
Inviato: giovedì 15 novembre 2007, 21:19
da joker982
provando a vedere se abilitati i driver nvidia ( che avevo installato su 7.04 così
)
ora ho questo risultato:
Codice: Seleziona tutto
james@maratona:~$ sudo nvidia-glx-config enable
Error: your X configuration has been altered.
This script cannot proceed automatically. If you believe that this
not correct, you can update the md5sum entry executing the following
command:
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
otherwise edit manually /etc/X11/xorg.conf to change the Driver section
from nv to nvidia.
boh....sono andato su /etc/X11/xorg.conf
e il file è questo:
Codice: Seleziona tutto
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/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 "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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 "HorizScrollDelta" "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 "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
Monitor "Generic Monitor"
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 "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
avete idee di cosa io debba fare??