[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Consulta sobre compiz



Tengo un laptop Dell XPS M1210 con una tarjeta de video Intel 945GM y
me funciona Compiz-Fusión increible..

Los pasos que sequí están aquí:
http://debinfor.cl/blog/?page_id=53


Y aquí adjunto mi xorg.conf:

###############################################
Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"latam"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	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 "Device"
 Identifier "Intel Corporation 82945G/GZ Integrated Graphics Controller"
 Driver "i810"
 BusID "PCI:0:2:0"
 VideoRam	128
 Option          "DRI" "true"
 #Option          "RenderAccel" "true"
 Option          "XAANoOffscreenPixmaps" "true"
 Option          "AllowGLXWithComposite" "true"
EndSection

#Section "DRI"
#Group	0
#Mode 0666
#EndSection


Section "Monitor"
	Identifier	"Monitor genérico"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
        Device "Intel Corporation 82945G/GZ Integrated Graphics Controller"
	Monitor		"Monitor genérico"
	DefaultDepth	16
	SubSection "Display"
		Modes		"1280x800" "1024x768"
	EndSubSection
EndSection

Section "Extensions"
        Option          "Composite" "Enable"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection
################################################


-- 
Saludos Cordiales.-
Alfredo Rico.
San Cristóbal - Venezuela.



Reply to: