[RESOLU en partie] xorg.conf sur Aspire 1350 (lenny)

Bonsoir,

La situation :
Un portable Acer Aspire 1350 qui tournait sous Etch.
Je le passe sous Lenny, et je n’ai plus de mode graphique.

Au lancement j’ai le message
(EE) Screen(s) found, but none have a usable configuration

Après plusieurs heures de recherche, je suis toujours bloqué.
Le fichier xorg.conf est ridiculement vide …

Quelqu’un a-t-il une idée, une piste, voire une solution ? :bulb:

Merci

yo!

une de mes reponses sur un autre post

[quote]salut

Essaye (sur un tty pas dans un terminal graphique ctrl+alt+F1)de régénérer un xorg.conf

killall xdm (ou kdm ou gdm )

Xorg -configure

X -config /root/xorg.conf.new

si tu as un écran noir tu édite /root/xorg.conf.new

nano /root/xorg.conf.new

tu rajoute ça a la section screen

DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection

X -config /root/xorg.conf.new

attention tu demarres xorg en root !![/quote]

si ca marche

tu fais une sauvegarde de xorg.conf et tu copis le nouveau (en root)

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
cp /root/xorg.conf.new etc/X11/xorg.conf

Merci pour cette solution.

Malheureusement le résultat est le même…

J’en arrive à croire que la solution va consister à réinstaller Etch, récupérer xorg.conf et tenter de l’utiliser tel que sous Lenny …

Merci quand même.

:slightly_smiling:

Nooooon, réinstaller juste pour un fichier xorg.conf c’est dommage

essaye déjà cette commande :

Sinon en cherchant sur le net (même sur ce forum) tu dois surmeent trouver des fichier de conf + ou - standard

Cette manip a déjà été faite.
Sans succès.

De même que des recherches et des solutions (vaines) magiques.

Je n’ai pas vraiment envie de devoir comprendre la structure de xorg.conf. Du moins pour l’instant.
C’est vrai que c’est long, mais je vais donc réinitialiser le portable en V4.

Merci

Je ne suis pas parvenu à réinstaller etch…
Mais sous Lenny avec le xorg.conf suivant ça tourne

# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
	Load	"dbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"       "xorg"
    Option        "XkbModel"       "pc105"
    Option        "XkbLayout"      "fr"
    Option        "XkbVariant"     "latin9"
EndSection

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"VIAExt"
	Driver		"openchrome"
	BusID		"PCI:1:0:0"
	Option		"ActiveDevice"	"CRT"
#	Option "LCDDualEdge" "true"
EndSection

Section "Device"
	Identifier	"VIAInt"
	Driver		"openchrome"
	BusID		"PCI:1:0:0"
	Option		"ActiveDevice"	"LCD"
#	Option "LCDDualEdge" "true"
EndSection

Section "Monitor"
	Identifier	"BenQMonitor"
	Option		"DPMS"
	HorizSync	31-81
	VertRefresh	56-76
EndSection

Section "Monitor"
	Identifier	"AveratecLCD"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"FP91G"
	Device		"VIAExt"
	Monitor		"BenQMonitor"
	DefaultDepth	24
	SubSection "Display"
		Viewport	0 0
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport	0 0
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport	0 0
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"LCD"
	Device		"VIAInt"
	Monitor		"AveratecLCD"
	DefaultDepth	24
	SubSection "Display"
		Viewport	0 0
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport	0 0
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport	0 0
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "ServerLayout"
	Identifier	"ExternalDisplay"

  Option "Xinerama" "true"
  Screen        "FP91G"
  Screen        "LCD" RightOf "FP91G"

	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "ServerFlags"
	DefaultServerLayout "Road"
EndSection

Section "ServerLayout"
	Identifier	"Road"
	Screen		"LCD"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

J’ai récupéré ça dans un quelconque Forum US et j’ai seulement adapté la partie Keyboard.

Je pense qu’il y a certainement un ménage sérieux à faire pour avoir la bonne configuration.

Et cela ne supprime pas le bug de la distribution.

Si j’ai bien compris le dernier xorg.conf, tu as deux écrans. Un crt (en 1280x1024) a droite de ton portable (qui est en (1024x768), le driver de ta carte graphique est pour un chip OpenChrome de VIA.
As tu bien ces drivers de dispo sur ta machine ? essaye de mettre “vesa” à la place de “openchrome”, c’est le driver générique pour X. Mais bon après si ca fonctionne … :unamused:

Après c’est sur que l’on peut passer un certain temps sur la config d’un xorg.conf, moi c’etait pour me faire une config “multi-seat”

Il y a certainement (comme je l’ai écrit) à modifier ce fichier configuration.

Pour l’instant je n’ai même pas vérifié dans une log qu’il n’y a pas d’erreur.
Disons que j’en suis au stade où, d’absence de GUI, je suis passé à une interface fonctionnelle.
Reste à la rendre propre et optimum.

Je prends note de vos remarques.

Merci

salut,
J’ai eu le meme pb sur ubuntu
essaye ca

HorizSync   48.4
VertRefresh 60

il y a un liens ou un mec montre l’intégral de son fichier de conf
interpc.fr/mapage/billaud/ac … re1350.htm
je fais l’ essai en ce moment sur debian5

c’est bon ca marche pour moi sur deb5 en modifiant

Section “Monitor”
Identifier “Configured Monitor”
HorizSync 31.5 - 48.5
VertRefresh 59.0 - 75.0
EndSection

@+ :smt006