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 28/10/2005, à 10:54

SilverHawk

Choix de la bonne résolution de l'écran impossible

Bonjour,

Suite à un problème d'affichage qui tremblotait, j'ai édit mon fichier xorg.conf comme ci-dessous :



Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
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"
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	"ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	Modeline	"1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1920x1440" "1920x1200" "1680x1050" "1600x1200" "1440x900" "1280x800" "1280x768" "1200x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1920x1440" "1920x1200" "1680x1050" "1600x1200" "1440x900" "1280x800" "1280x768" "1200x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1920x1440" "1920x1200" "1680x1050" "1600x1200" "1440x900" "1280x800" "1280x768" "1200x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1920x1440" "1920x1200" "1680x1050" "1600x1200" "1440x900" "1280x800" "1280x768" "1200x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1920x1440" "1920x1200" "1680x1050" "1600x1200" "1440x900" "1280x800" "1280x768" "1200x800" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1920x1440" "1920x1200" "1680x1050" "1600x1200" "1440x900" "1280x800" "1280x768" "1200x800" "1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Mais une fois redémarré, lorsque je vais dans "Système -> Préférences -> Résolution de l'écran", Il ne me propose pas certaines résolutions que j'ai dans le fichier xorg.conf et me les remplace par d'autres. J'ai le choix entre :

1920x1200
1600x1200
1024x768
1920x1080
1280x1024
1152x864
800x600
640x480

Il m'affiche cela quelque soit les valeurs que j'entre dans le xorg.conf et même si je fais un "sudo dpkg-reconfigure xserver-xorg" et que je sélectionne les résolutions que je veux.

Quelqu'un sait comment y remédier ?

D'avance merci

Hors ligne

#2 Le 28/10/2005, à 11:07

Stemp

Re : Choix de la bonne résolution de l'écran impossible

Salut,

Peut-être te faut-il modifier les Fréquences Horizontales et Verticales de ton écran :

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   30-70
    VertRefresh 50-150
    Option "DPMS"

Tu devrais trouver ces valeurs dans la documentation de ton écran, sinon vive Google wink


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#3 Le 28/10/2005, à 12:51

SilverHawk

Re : Choix de la bonne résolution de l'écran impossible

Non, ça ne change rien. J'ai toujours le problème même en rajoutant les lignes que tu m'as données. D'autres propositions pour résoudre mon problème ?

Hors ligne