PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > new list user
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

new list user

Réponse
 
LinkBack Outils de la discussion
Vieux 02/12/2006, 22h00   #1 (permalink)
steve reilly
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut new list user

Hi,


Having a problem with something stupid I did with one of my computers running
debian etch. Using the computer primarily to serve 2 sites, a a blog, and a
local LUG site..

Took the drive out of one pc with a slower processor, and put it in a newer pc
I built with an athlon sempron processor and 1 gig ram. Much, Much faster!!!
The obvious problem is, X server no longer starts, as xorg.conf is tailored
for the other computer.

I edited xorg.conf, and changed the device to the name of my video card, which
I copied identically from where it is listed with lspci, and changed the
driver name to trident which is what the card is.

it doesnt work, I know I have to change the screen too, but Im not sure where
to get the correct info to put here. monitor type and such

My question is, is there a utility to run that will re detect my video
hardware, and build a new xorg.conf so I can use x on this computer? Im
going crazy with different combinations of xorg.conf and cant get any to work
correctly!!

thank you.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/12/2006, 22h10   #2 (permalink)
Igor Guerrero Fonseca
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: new list user

I think your problem will solve with this:

sudo dpkg-reconfigure -phigh xserver-xorg

El sáb, 02-12-2006 a las 16:51 -0500, steve reilly escribió:
> Hi,
>
>
> Having a problem with something stupid I did with one of my computers running
> debian etch. Using the computer primarily to serve 2 sites, a a blog, and a
> local LUG site..
>
> Took the drive out of one pc with a slower processor, and put it in a newer pc
> I built with an athlon sempron processor and 1 gig ram. Much, Much faster!!!
> The obvious problem is, X server no longer starts, as xorg.conf is tailored
> for the other computer.
>
> I edited xorg.conf, and changed the device to the name of my video card, which
> I copied identically from where it is listed with lspci, and changed the
> driver name to trident which is what the card is.
>
> it doesnt work, I know I have to change the screen too, but Im not sure where
> to get the correct info to put here. monitor type and such
>
> My question is, is there a utility to run that will re detect my video
> hardware, and build a new xorg.conf so I can use x on this computer? Im
> going crazy with different combinations of xorg.conf and cant get any to work
> correctly!!
>
> thank you.
>
>

--
http://igordevlog.blogspot.com/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/12/2006, 22h20   #3 (permalink)
Alejandro Bárcena Campos
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: new list user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

steve reilly wrote:
> Hi,
>
>
> Having a problem with something stupid I did with one of my computers running
> debian etch. Using the computer primarily to serve 2 sites, a a blog, and a
> local LUG site..
>
> Took the drive out of one pc with a slower processor, and put it in a newer pc
> I built with an athlon sempron processor and 1 gig ram. Much, Much faster!!!
> The obvious problem is, X server no longer starts, as xorg.conf is tailored
> for the other computer.
>
> I edited xorg.conf, and changed the device to the name of my video card, which
> I copied identically from where it is listed with lspci, and changed the
> driver name to trident which is what the card is.
>
> it doesnt work, I know I have to change the screen too, but Im not sure where
> to get the correct info to put here. monitor type and such
>
> My question is, is there a utility to run that will re detect my video
> hardware, and build a new xorg.conf so I can use x on this computer? Im
> going crazy with different combinations of xorg.conf and cant get any to work
> correctly!!
>
> thank you.
>
>

dpkg-reconfigure xserver-xorg

- --
Saludos,
Alejandro Bárcena Campos

A bad day: "Transfer completed (5720468 bytes, 1 CPS)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFcfY8pZP6bMridNYRAg9aAJ42N6FVoxbwlDNVlCuXk4 7ppUynnQCfTB5I
oFFkfF7pf1GTBfRtBzjBdKw=
=H8Ot
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/12/2006, 22h40   #4 (permalink)
steve reilly
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: new list user

On Saturday 02 December 2006 17:08, Igor Guerrero Fonseca wrote:
> I think your problem will solve with this:
>
> sudo dpkg-reconfigure -phigh xserver-xorg
>



hi,

thank you. I think im making a step in the right direction. I tried that but
got an error message........
"xserver-xorg postinst warning: not updating /etc/X11/X; file has been
customized".

Do you know is there a way to FORCE it?


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/12/2006, 23h00   #5 (permalink)
Igor Guerrero Fonseca
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: new list user

sudo dpkg-reconfigure -phigh xserver-xorg --force

El sáb, 02-12-2006 a las 17:30 -0500, steve reilly escribió:
> On Saturday 02 December 2006 17:08, Igor Guerrero Fonseca wrote:
> > I think your problem will solve with this:
> >
> > sudo dpkg-reconfigure -phigh xserver-xorg
> >

>
>
> hi,
>
> thank you. I think im making a step in the right direction. I tried that but
> got an error message........
> "xserver-xorg postinst warning: not updating /etc/X11/X; file has been
> customized".
>
> Do you know is there a way to FORCE it?
>
>

--
http://igordevlog.blogspot.com/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/12/2006, 23h20   #6 (permalink)
steve reilly
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: new list user

On Saturday 02 December 2006 17:53, you wrote:



> sudo dpkg-reconfigure -phigh xserver-xorg --force



Thank you Igor,



how frustrating!!

I tried the above and get the same error message

not updating /etc/X11/X; file has been
customized".


I also tried sudo dpkg-reconfigure -phigh xserver-xorg


and got the same error message

not updating /etc/X11/X; file has been
customized".


It seems to me when you give the command to FORCE! it would DO just THAT?
Why would it give the same error message?
  Réponse avec citation
Vieux 02/12/2006, 23h40   #7 (permalink)
Alan Ianson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: new list user

On Saturday 02 December 2006 15:15, steve reilly wrote:
> On Saturday 02 December 2006 17:53, you wrote:
> > sudo dpkg-reconfigure -phigh xserver-xorg --force

>
> Thank you Igor,
>
>
>
> how frustrating!!


Indeed! That is a bug.

> I tried the above and get the same error message
>
> not updating /etc/X11/X; file has been
> customized".
>
>
> I also tried sudo dpkg-reconfigure -phigh xserver-xorg
>
>
> and got the same error message
>
> not updating /etc/X11/X; file has been
> customized".
>
>
> It seems to me when you give the command to FORCE! it would DO just THAT?
> Why would it give the same error message?


I just renamed my xorg.conf to xorg.conf.org and ran dpkg-reconfigure
xserver-xorg and a new xorg.conf was created.
  Réponse avec citation
Vieux 03/12/2006, 00h20   #8 (permalink)
Douglas Tutty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: new list user

On Sat, Dec 02, 2006 at 05:30:59PM -0500, steve reilly wrote:
> On Saturday 02 December 2006 17:08, Igor Guerrero Fonseca wrote:
> > I think your problem will solve with this:
> >
> > sudo dpkg-reconfigure -phigh xserver-xorg
> >

>
>
> hi,
>
> thank you. I think im making a step in the right direction. I tried that but
> got an error message........
> "xserver-xorg postinst warning: not updating /etc/X11/X; file has been
> customized".
>
> Do you know is there a way to FORCE it?


/usr/bin/dexconf
man dexconf

I wish this was documented somewhere. Someone on the lists pointed it
out to me when I had the same problem.

Doug.




--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h23.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13828 seconds with 16 queries