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

Re: Actualización xserver-xorg me ha dejado sin X



El día 28 de septiembre de 2009 15:31, Enzo Cappa <zcappa@gmail.com> escribió:
> Por lo que veo en el log estas usando una placa de video Intel. Ultimamente
> tienen muchos problemas, de hecho actualmente la única forma en la que la
> puedo usar es con el driver vesa.
> Es decir, en el archivo /etc/X11/xorg.conf, debería estar la sección device
> como sigue:
>
> Section "Device"
>        Identifier      "Configured Video Device"
>        Driver      "vesa"
> EndSection
>
> Si encontrás una solución mejor, por favor comentalo, ya que extraño bastante
> la aceleracion 3d. Saludos!
>

A mi me funciona de esta manera:

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

Section "Module"
	Load "dri"
	Load "glx"
	Load "dbe"
EndSection

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Option		"Device" "/dev/input/mice"
	Driver		"mouse"
EndSection

Section "InputDevice"
	Identifier "Synaptics Touchpad"
	Driver "synaptics"
	Option "SendCoreEvents" "true"
	Option "Device" "/dev/psaux"
	Option "Protocol" "auto-dev"
	Option "HorizEdgeScroll" "1"
	Option "VertEdgeScroll" "1"
	Option "SHMConfig" "true"
	#Option "CornerCoasting" "1"
	Option "EdgeMotionUseAlways" "1"
	Option "TapButton1" "1"
	Option "TapButton2" "2"
	Option "TapButton3" "3"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver "intel"
	Option "DRI" "true"
	Option "AccelMethod" "EXA"
	Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection

Section "ServerLayout"
	Option "AllowEmptyInput" "false"
	Option "AutoAddDevices" "false"
	Option "AutoEnableDevices" "false"
	Identifier "Default Layout"
	Screen "Default Screen"
	InputDevice "Configured Mouse"
	InputDevice "Synaptics Touchpad"
	Option "AIGLX" "true"
EndSection

-----------------------------------------------------------------------------------------

Suerte.

Marcos Delgado.


Reply to: