Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 03/05/2007, à 12:20

Junkie_Crew

Probleme resolution ecran portable Acer carte graphique intel i925GM

Bonjour,

Cela fait quelques semaines que je cherche une solution à mon problème de résolution d'écran, et je craque! J'ai donc décidé de laisser mon premier message sur le forum.

Voici le problème :

A la maison, sur mon écran 19" la résolution est acceptable (1280x1024 je crois). Leproblème c'est lorsque mon portable fonctionne avec son propre écran, alors je n'ai le choix que d'un résolution max de 1024x768. Ceci est doublement gênant : premièrement car c'est assez faible comme résolution, et deuxièmement parce que ce n'est pas adapté au format 16/10 de l'écran.

Je cherche donc un moyen pour avoir un choix de resolutions adapté aux deux écrans que j'utilise (séparément, ce n'est pas un problème de multi écran).

Je vous mets ici mon fichier xorg.conf car j'ai vu que la solution venait souvent de la.

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/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 "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Carte video generique"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"Carte video generique"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1280x960" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1280x960" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1280x960" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1280x960" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1280x960" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Je suis totalement débutant sur linux, donc essayer de simplifier le plus possible.

Merci beaucoup !!!

Hors ligne

#2 Le 03/05/2007, à 14:24

Sergessss

Re : Probleme resolution ecran portable Acer carte graphique intel i925GM

Installation du driver intel ( pour edgy)

  sudo apt-get install xserver-xorg-video-intel

Puis on édite le fichier xorg.conf

  sudo gedit /etc/X11/xorg.conf

Dans le section "Device" après "driver" il doit y avoir "vesa " ou "i810" remplacer par "intel"

enregistrer

  Control + Alt + backspace  pour redémarrer le serveur graphique

Cette méthode fonctionne très bien sous edgy et constitue une meilleure alternative que 915resolution.
Le driver n'existe pas encore sous Feisty.
Ensuite dans le xorg.conf il faut définir les deux écrans et pointer sur celui que tu veux utiliser

#écran interne
Section "Device"
	Identifier	"Carte vidéo générique"
	Driver		"intel"
	BusID		"PCI:0:2:0"
#	Option		"MonitorLayout"		"CRT,LFP"
	Screen		0
EndSection

Section "Monitor"
	Identifier	"ecran interne"
	Option		"DPMS"
	HorizSync	30-82
	VertRefresh	56-76
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Carte vidéo générique"
	Monitor		"ecran interne"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x768" "1024x768" "800x600"
	EndSubSection
EndSection

#écran acer
Section "Device"
	Identifier	"VGA"
	Driver		"intel"
	BusID		"PCI:0:2:0"
	Option		"MonitorLayout"		"CRT"
	#Screen		1
EndSection

Section "Monitor"
	Identifier	"ecran acer"
	Option		"DPMS"
	HorizSync	30-82
	VertRefresh	56-76
EndSection

Section "Screen"
	Identifier	"Acer Screen"
	Device		"VGA"
	Monitor		"ecran acer"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1680x1050" "1440x900" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1680x1050" "1440x900" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1680x1050" "1440x900" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1680x1050" "1440x900" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1680x1050" "1440x900" "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1680x1050" "1440x900" "1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	#Screen	0	"Default Screen"
	Screen		"Acer Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Hors ligne

#3 Le 03/05/2007, à 14:52

Junkie_Crew

Re : Probleme resolution ecran portable Acer carte graphique intel i925GM

Merci, ca a très bien fonctionné !

Dernière modification par Junkie_Crew (Le 03/05/2007, à 14:54)

Hors ligne

#4 Le 03/05/2007, à 16:39

Junkie_Crew

Re : Probleme resolution ecran portable Acer carte graphique intel i925GM

Juste une petite précision :

Est ce que cela veut dire que je dois changer la résolution à chaque démarrage lorsque l'écran a changé ou y a t il un moyen (comme windows fait) pour qu'il détecte lui même s'il y a un écran de sortie externe.

Merci

Hors ligne

#5 Le 02/06/2007, à 10:56

MikaOuette

Re : Probleme resolution ecran portable Acer carte graphique intel i925GM

Bonjour,
et merci beaucoup sergessss pour cette solution qui marche MAIS (et oui il y a un MAIS ...)
j'ai du revenir en arriere et re-installer le driver i810 et desintaller celui intel car depuis que
j'avais installer ce driver mon wifi a base de chipset bcm4318 ne voulait absolument plus ce connecter au
reseau... et finallement j'ai du utiliser 915resolution ( qui marche parfaitement par ailleur )