Gracias de nuevo.
con
# dpkg -l |grep -i "xfree86"
me devuelve el listado con los tres paquetes. Correcto.
con
# dpkg-reconfigure xserver-xfree86
sigo en las mismas. Los mismos errores:
"UnloadingModule "scanpci"
Unloading /usr/X!!R6/lib/modules/libscanpci.a"
(...)
SAVAGE: driver (version 1.1.16...)
Primary Device is: PCI 01:00:0
Assigning device section with no busID to primary device
No devices detected
Fatal server error:
no screens found"

Este es mi archivo de configuración:
Section "Files" 
FontPath        "unix/:7100"            # local font server
        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/Speedo"     
FontPath        "/usr/lib/X11/fonts/100dpi"     
FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"        
Load    "GLcore"        
Load    "bitmap"        
Load    "dbe"   
Load    "ddc"   
Load    "dri"   
Load    "extmod"        
Load    "freetype"      
Load    "glx"   
Load    "int10" 
Load    "pex5"  
Load    "record"        
Load    "speedo"        
Load    "type1" 
Load    "vbe"   
Load    "xie"
EndSection

Section "InputDevice"   
Identifier      "Generic Keyboard"      
Driver          "keyboard"      
Option          "CoreKeyboard"  
Option          "XkbRules"      "xfree86"       
Option          "XkbModel"      "pc104" 
Option          "XkbLayout"     "es"
EndSection

Section "InputDevice"
Identifier      "Configured Mouse"      
Driver          "mouse" 
Option          "CorePointer"   
Option          "Device"                "/dev/psaux"    
Option          "Protocol"              "PS/2"  
Option          "Emulate3Buttons"       "true"  
Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
Identifier      "Generic Mouse" 
Driver          "mouse" 
Option          "SendCoreEvents"        "true"  
Option          "Device"                "/dev/input/mice"
Option          "Protocol"              "ImPS/2"        
Option          "Emulate3Buttons"       "true"  
Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
Identifier      "Generic Video Card"
Driver          "savage"
EndSection
Section "Monitor"       
Identifier      "Generic Monitor"       
HorizSync       28-49   
VertRefresh     43-72
Option          "DPMS"
EndSection

Section "Screen"        
Identifier      "Default Screen"
Device          "Generic Video Card"    
Monitor         "Generic Monitor"       
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 "ServerLayout"  
Identifier      "Default Layout"        
Screen          "Default Screen"        
InputDevice     "Generic Keyboard"
InputDevice     "Configured Mouse"      
InputDevice     "Generic Mouse"
EndSection

Section "DRI"   
Mode    0666
EndSection
### END DEBCONF SECTION




----- Mensaje Original -----
De: Rubén Gómez Antolí <[EMAIL PROTECTED]>
Fecha: Miercoles, Octubre 22, 2003 8:45 pm
Asunto: Re: Sin X en Woody (monitor HP Pavilion f50s)

> Hola a todos,
> 
> Emili wrote:
> 
> > Sigo probando, sin suerte.
> > Cuando hago
> > # dpkg-reconfigure xfree86
> > me sale "Package xfree86 is not installed... xfree86 is not 
> fully 
> > installed"
> > pero con 
> 
> Vale, el error es mio, perdoname, nunca me acuerdo de como es la 
> línea 
> de marras. En concreto es:
> 
> Guarida:~# dpkg-reconfigure xserver-xfree86
> 
> Y desde ahi, ya configuras.
> 
> >
> > # apt-get install xserver-xfree86
> > me devuelve "Sorry, server-xfree86 is already the newest version"
> > y con
> > # apt-get -f install
> > obtengo "0 packages upgrades, 0 newly installed..." 
> 
> Mandanos mejor algo asi:
> 
> Guarida:~# dpkg -l |grep -i "xfree86"
> ii  xfree86-common 4.1.0-16woody1 X Window System (XFree86) 
> infrastructureii  xlibmesa3      4.1.0-16woody1 XFree86 version of 
> Mesa 3D graphics 
> library
> ii  xserver-xfree8 4.1.0-16woody1 the XFree86 X server
> 
> >
> > No entiendo: por una parte parece que la instalación de xfree86 
> está 
> > incompleta pero por otra parte resulta que no. 
> 
> Es probable que la instalación este completa, pero no así la 
> configuración.
> >
> > Y al reconfigurar las X, el archivo /var/log/XFree86.0.log tiene 
> esta 
> > línea:
> > "UnloadingModule "scanpci"
> > Unloading /usr/X!!R6/lib/modules/libscanpci.a"
> > y hacia el final:
> > "SAVAGE: driver (version 1.1.16...)
> > Primary Device is: PCI 01:00:0
> > Assigning device section with no busID to primary device
> > No devices detected
> > Fatal server error:
> > no screens found"
> 
> Decididamente, hay algo mal en tu fichero de configuración, ¿nos 
> lo 
> puedes mandar?
> 
> Echale un vistazo al como pertinente y despues revisa el fichero 
> de 
> configuración. Si no ves nada, mandanoslo.
> 
> >
> > ¿Podéis darme alguna pista?
> > Gracias
> 
> A ver si damos con la tecla ahora.
> 
> Salud y Revolución.
> 
> Lobo.
> 
> -- 
> Libertad es poder elegir en cualquier momento. Ahora yo elijo 
> GNU/Linux,para no atar mis manos con las cadenas del soft propietario.
> ---------
> Desde El Ejido, en Almeria, usuario registrado linux #294013
> http://www.counter.li.org
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
>

Responder a