Pagina 1 di 2

Mac Bar [RISOLTO] Grazie

Inviato: venerdì 18 aprile 2008, 16:03
da Bruco92
Allora, ho fatto 3mila ricerche, installato di tutto...

ora... come cacchio si fa a fare questa cakkissima mac bar??  >:( >:( :( :(

Please aiutatemi...

Re: Mac Bar

Inviato: venerdì 18 aprile 2008, 16:06
da mistermax80

Re: Mac Bar

Inviato: venerdì 18 aprile 2008, 16:07
da 369
ce ne sono 3
1) kiba dock
2) AWN (avant window navigator)
3) cairo dock

scegli quale vuoi mettere e t'aiutiamo, magari cerca anche nel forum

Re: Mac Bar

Inviato: venerdì 18 aprile 2008, 16:09
da Bruco92
vostro consiglio? scusate se vi rompo!!! forse meglio cairo xk avn i ha ftt bestemmiare x neinte

Re: Mac Bar

Inviato: venerdì 18 aprile 2008, 16:13
da mistermax80
IO awn l'ho installata semza problemi... la cairo mi ha datto dei problemi e non l'ho mai installata...
Fai come vuoi secondo è uguale... puoi incontrare i problemi con l'una e con l'altra...

Re: Mac Bar

Inviato: venerdì 18 aprile 2008, 16:15
da Bruco92
provo con cairo...

Re: Mac Bar

Inviato: venerdì 18 aprile 2008, 16:32
da Bruco92
ok,ho installato tutto...ora come faccio a fare la barra? ho usato cairo

Re: Mac Bar

Inviato: venerdì 18 aprile 2008, 20:26
da Bruco92
scusate come faccio a cavare il nero attorno alla barra? da noia vedere quel rettangolo nero... help uso Cairo-dock

http://img86.imageshack.us/my.php?image=schermata1tm1.png

Vi prego rispondete

Re: Mac Bar

Inviato: venerdì 18 aprile 2008, 21:19
da Bruco92
vi prego, rispondete

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 21:32
da Ipnorospo
hai il composite attivo?

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 21:33
da Bruco92
il cosa please?XD

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 21:39
da 369
Bruco92 ha scritto: il cosa please?XD
assicurati che nel tuo xorg l'estensione "Composite" sia attivata
(anche se dalla versione 7.1 di xorg questa è già attiva)
per verificare

Codice: Seleziona tutto

sudo gedit /etc/X11/xorg.conf
e alla fine del file di testo ci deve essere qualcosa tipo

Codice: Seleziona tutto

Section
Composite Extension "enable" 
(non ricordo precisamente la sintassi ;))

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 21:42
da Bruco92
non esiste composite  :'(

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 21:48
da Ipnorospo
modello della scheda video?posta comunque il tuo xorg.conf...

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 21:51
da Bruco92

Codice: Seleziona tutto

# 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"
	Option		"XkbOptions"	"lv3:ralt_switch"
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"
	VideoRam	64000
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	HorizSync	28-50
	VertRefresh	43-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
	Monitor		"Monitor Generico"
	DefaultDepth	16
	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

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 22:04
da 369
Dunque il modello è una Intel Corporation Mobile 915GM/GMS/910GML Express giusto?

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 22:07
da Bruco92
si dovrebbe essere quello :)

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 22:09
da Ipnorospo
posta il risultato di: glxinfo | grep rendering
poi se provi ad abilitare compiz che errore ti dà?

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 22:12
da Bruco92

Codice: Seleziona tutto

bruco@bruco-laptop:~$ glxinfo | grep rendering
direct rendering: Yes
compiz sn quegli effetti ke abilito da dove cambio sfondo e tema? se si funzionano alla perfezione!!!

Re: Mac Bar ULTIMO PROBLEMA VELOCE; RISPONDERE PLEASE

Inviato: venerdì 18 aprile 2008, 22:13
da Bruco92
fermi tutti...ora funziona tutto, è sparita la barra nera