Un xorg.conf, por caridad

¿Me podría alguien pasar un xorg.conf?

Resulta que acabo de instalar debian en el pc viejo y al instalar xserver-xorg no me inicia el servidor gráfico. Despues de hacer un dpkg-reconfigure xserver-xorg y ver que no hace absolutamente nada he mirado en el xorg.conf y está vacío (genial).

Después de esto llevo un rato dando vueltas por internet y me he encontrado con que es cosa de las nuevas versiones de Xorg y parece que ahora se encarga de las configuraciones udev. Co**nudo.

Así que, lo dicho, ¿algún xorg.conf por ahí para arreglar esto un poco? Mil gracias adelantadas.

Saludos!
¿Y no te sirve un X -configure?
99% seguro que solo necesitas añadir la linea "Driver" a la seccion de la tarjeta grafica.
Y si, es normal que venga vacio, pero X.org usara los datos que le pongas, en lugar de sus autodetecciones.
pues na, pa lo poco que cuesta, te lo pego:

Section "Monitor"
   Identifier "Monitor0"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "All"
   BoardName   "All"
   Option "NoLogo" "1"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultColorDepth 24
   SubSection "Display"
      Depth     24
      Modes "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection




tu mismo.
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
qebin escribió:# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Yo tengo el Xorg asi y me funciona todo (el touchpad a veces), debería modificarlo??? Mi tarjeta es uns sis fea que no tiene ni aceleración gráfica.
qebin escribió:# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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



este xorg no es algo.... inutil???
jorchube escribió:

este xorg no es algo.... inutil???


Jajaja...algo inutil? Ese xorg no hace nada!

manugarrote escribió:Yo tengo el Xorg asi y me funciona todo (el touchpad a veces), debería modificarlo??? Mi tarjeta es uns sis fea que no tiene ni aceleración gráfica.


Pues, el touchpad te va a veces porque a veces lo detecta y a veces no, si metes la configuración del touchpad en el xorg te irá siempre igual.
maeseoki escribió:
jorchube escribió:

este xorg no es algo.... inutil???


Jajaja...algo inutil? Ese xorg no hace nada!


es que quería decirlo con tacto xD
¿Cómo se configura ahora el xorg.conf? En mis tiempos tenía cosas como ésta [+risas] :
Driver\t"mouse"
  Option\t"CorePointer"
  Option\t"Device" "/dev/input/mice"


He booteado un live cd de Ubuntu para echarle un ojo al xorg.conf y es igual de inútil que el que han posteado. ¿Alguien me echa una mano?
manugarrote escribió:¿Cómo se configura ahora el xorg.conf? En mis tiempos tenía cosas como ésta [+risas] :

Como configurar, se configura igual. La gracia es que hoy en dia, no se configura, salvo necesidad.
Vamos, todo va autodetectado, segun lo que udev y cia digan que hay, a no ser que tu explicitamente vayas y le pongas ahi otra cosa.
JanKusanagi escribió:
manugarrote escribió:¿Cómo se configura ahora el xorg.conf? En mis tiempos tenía cosas como ésta [+risas] :

Como configurar, se configura igual. La gracia es que hoy en dia, no se configura, salvo necesidad.
Vamos, todo va autodetectado, segun lo que udev y cia digan que hay, a no ser que tu explicitamente vayas y le pongas ahi otra cosa.

En tal caso, ¿Ubuntu me detecta todo sin problemas (el live cd) y Debian (la que tengo instalada) no? [comor?]
es la misma version de xserver?
jorchube escribió:es la misma version de xserver?

La de mi debian Squeeze
manu@debian:~$ xdpyinfo | grep version
version number:    11.0
X.Org version: 1.4.2


La del livecd de Ubuntu 9.04
ubuntu@ubuntu:~$ xdpyinfo | grep version
version number:    11.0
X.Org version: 1.6.0


Tiene lógica que la de este último, al estar más actualizada, tenga mejor reconocimiento. GRACIAS!!!!
Todo el mundo que ha enredado con linux un ratico se ha encontrado con este problema. No necesitas un xorg nuevo.

Sal del entorno gráfico. Ponte como root:

(solo hay que renombrar el xorg) Si no recuerdo mal es:

-mv /etc/X11/xorg.conf /etc/X11/xorgviejo (lo de viejo es un ejemplo, puedes ponerle el nombre que quieras, pero luego asegurate de recordarlo).

Luego reboot y listo.
Ops. perdón por no contestar antes. Gracias a todos los que habeis contestado.

El caso es que no sale, no hay manera. Debe ser cosa de la trajeta gráfica porque he hecho una instalación limpia en mi portátil de Sid y todo perfectamente al instalar Xorg. Sin embargo, haciendo el mismo proceso en el PC viejo al iniciar las X, el monitor pega un petardazo y sólo salen unas lineas azules/rojas en la parte superior de la pantalla.

Lo que me extraña es que hace sólo unos días, instalé Linux Mint 6 en ese PC y funcionaba perfectamente (el monitor, porque de rendimiento iba penoso xDDD).

En fin, seguiré trasteando.

Saludos!
has probado lo que te dijo Baek?
ashitaka escribió:Ops. perdón por no contestar antes. Gracias a todos los que habeis contestado.

El caso es que no sale, no hay manera. Debe ser cosa de la trajeta gráfica porque he hecho una instalación limpia en mi portátil de Sid y todo perfectamente al instalar Xorg. Sin embargo, haciendo el mismo proceso en el PC viejo al iniciar las X, el monitor pega un petardazo y sólo salen unas lineas azules/rojas en la parte superior de la pantalla.

Lo que me extraña es que hace sólo unos días, instalé Linux Mint 6 en ese PC y funcionaba perfectamente (el monitor, porque de rendimiento iba penoso xDDD).

En fin, seguiré trasteando.

Saludos!


Pues instala mint, saca e xorg.conf y pásalo a Sid
17 respuestas