HackCracked
Noviembre 25, 2009, 06:24:18 am *
Bienvenido(a), Visitante. Por favor, ingresa o regístrate.

Ingresar con nombre de usuario, contraseña y duración de la sesión
Noticias: Bienvenido a HackCracked!
 
Páginas: [1]
  Imprimir  
Autor Tema: SuperXorg "Xorg.conf" generico  (Leído 33 veces)
DJ_DEXTER
Administrator
Miembro Activo de HackCracked
*****

Lo que haces ahora se vera en el futuro

Karma: 13
Mensajes: 291


Ver Perfil WWW Email
« : Julio 18, 2009, 09:18:19 pm »

Hola, aca les dejo 1 xorg.conf que si es generico en si, usa el driver vesa, el cual es generico....

y les servira como un salvavidas, asi que tenganlo siempre a mano

xorg.conf

Código:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
# Xorg Generico, mejorado por DJ_DEXTER
# psdata: si los graficos andan lento es porque usa el driver generico Vesa
# soporta la gran mayoria de los monitores

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
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" "es"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Mi placa de emergencia"
Driver "vesa"
Option "UseEDID" "False"
Option "PanelSize" "1024x768"
EndSection

Section "Monitor"
    Identifier    "Monitor de emergencia"
    HorizSync     30-71
    VertRefresh    50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Monitor de emergencia"
Device "Mi placa de emergencia"
DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600"
    EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection

Espero que les sirva

Saludos!!!
En línea

Páginas: [1]
  Imprimir  
 
Ir a:  

Impulsado por MySQL Impulsado por PHP Powered by SMF 1.1.10 | SMF © 2006-2008, Simple Machines LLC
THE MATRIX ONLINE, characters, names and all related indicia are trademarks of and © Warner Bros & S.O.E. Entertainment Inc.
:: The Matrix Online theme by Rumbaar ::
XHTML 1.0 válido! CSS válido!