Hola, tengo mi debian en squeeze y durante todo este tiempo estube usandolo sin tocar la configuración de X y de lo automatizado que se puso xorg, ahora el xorg.conf no se crea ni haciendo "sudo dpkg-reconfigure xserver-xorg" y antes, lenny por lo menos creaba un xorg.conf con la configuración del teclado y mouse pero ahora nada, lo cual me molesta ya que mi SiS 630 es muy lenta en 32 bits para lo que es ver videos en general, pero en 16 anda perfecto.
Resumiendo: Si uso mi xorg.conf que copie de mi anterior instalación de lenny las X no inician y si lo uso sin el xorg.conf las X inician pero en 32 bits
Este es mi xorg.conf tal cual como lo tenia en lenny funcionando:
Código:
# xorg.conf (X.Org 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 "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
#Load "type1"
#Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "ServerFlags"
Option "DontZoom" "true"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "SiS 630 AGP"
Driver "sis"
VideoRam 65536
Option "DRI" "true"
Option "EnableSiSCtrl" "yes"
Option "AGPSize" "16"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Samsung SyncMaster 753s"
VendorName "Samsung"
ModelName "SyncMaster 753s"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "SiS 630 AGP"
Monitor "Samsung SyncMaster 753s"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
y este es el log:
Código:
X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux T-102 2.6.30-ncl-1.0 #2 Sun Oct 25 14:02:01 ARST 2009 i686
Build Date: 13 October 2009 11:25:51AM
xorg-server 2:1.6.5-1 (buildd@murphy.debian.org)
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 25 15:54:18 2009
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 107 of section DRI in file /etc/X11/xorg.conf
Unexpected EOF. Missing EndSection keyword?
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
¿Alguien tiene una idea de que puede estar mal?