SIRAGON ML-1010 y DEBIAN

Posted by Unknown | Posted on 15:10

Funciona a la perfeccion

Comments (1)

Aqui le dejo el xorg para la laptop ml-1010 de siragon, trabajando con el driver opencrhome.

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "DRI"
Mode 0666
EndSection


# Template Generico de xorg


Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

# **********************************************************************
# Dispositivos de Entrada
# **********************************************************************
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbVariant" "es"
EndSection



Section "Monitor"
DisplaySize 265 167
Identifier "Monitor[0]"
ModelName "1024x600@60Hz"
UseModes "Modes[0]"
Option "DPMS"
HorizSync 31.5-55
VertRefresh 40-70
EndSection

Section "Device"

Identifier "openchrome"
Driver "openchrome"
Option "UseBIOS" "no"
Option "XaaNoImageWriteRect"
Option "SWcursor"
Option "ForcePanel"
Option "ActiveDevice" "LCD,CRT"
Option "PanelSize" "1024x600"

EndSection

Section "InputDevice"
Identifier "Generic Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mouse0"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Screen"
Identifier "Screen1"
Device "openchrome"
Monitor "Monitor[0]"

#Resoluciones########

#DefaultDepth 8
#DefaultDepth 16
DefaultDepth 24
#DefaultDepth 32

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x600" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 24
Modes "1024x600" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 32
Modes "1024x600" "800x600" "640x480"
EndSubsection
################
#############################
#
# ServerLayout sections.
#


EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen 1"
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Generic Mouse" "CorePointer"
InputDevice "Generic Mouse1" "SendCoreEvents"



EndSection

Section "Modes"
Identifier "Modes[0]"
Modeline "1024x600" 50.0 1024 1104 1176 1248 600 603 619 630
Modeline "1024x600" 75 1024 1032 1176 1344 600 601 603 625
Modeline "1024x600" 62 1024 1104 1184 1280 600 612 627 640
EndSection

Publicar un comentario