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 07/10/2007, à 19:40

Goupil46

Résolution d'écran [Résolu]

Bonsoir,
Je souhaite modifier ma résolution d'écran et sa vitesse de rafraîchissement.
Dans "Préférences de la résolution d'écran", la liste déroulante ne me donne pas ce que je souhaiterais:
Il y a 1024x768, mais je voudrais une résolution au dessus.
Quand à la fréquence, je suis à 75, alors qu'il me faudrait 60 Hz
Comment faire?
Merci pour vos réponses

Dernière modification par Goupil46 (Le 09/10/2007, à 15:27)


PC HP Pavilion 5929 fr. / Athlon 64 à 2.3 Ghz / Ram: 1 GO DDram / DD:160 Go  / DD externe WD 320 Go. / Carte graphique nVidia GeForce 6200 Turbocache (TM)
Ubuntu Gutsy Gibbon 7.10 en dual boot avec Windows XP Pro.

Hors ligne

#2 Le 07/10/2007, à 20:11

LiRYc

Re : Résolution d'écran [Résolu]

essaye de configurer l'ecran, ou à l'aide de la doc constructeur de l'ecran ou tu devrais trouver les frequences de rafraichissement optimales suportées ou alors il y a un outil avec une bas d'ecran ... sous gnome je me rapelle pas , mais sous KDE ya ca .. ceci dis suivant la la marque de l'ecran c'est pas facile a trouver ...

Hors ligne

#3 Le 08/10/2007, à 14:28

ptilou

Re : Résolution d'écran [Résolu]

La solution est dans le fichier /etc/X11/xorg.conf Cest là que sont définis les vitesses de rafraichissement, la résolution, la carte graphique et bien d'autres chose.
Donc; sudo gedit /etc/X11/xorg.conf
Le résultat est quelque chose du genre:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

# /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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

    # path to defoma fonts
    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/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    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" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "Écran générique"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV43 [GeForce 6600]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV43 [GeForce 6600]"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
        SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Dans la section "Sceen" tu as (j'ai souligné) la profondeur par défaut en l'occurence 24.
Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV43 [GeForce 6600]"
    Monitor        "Écran générique"
    DefaultDepth    24
Plus loin tu cherches
SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
    EndSubSection

C'est le mode affiché par défaut. Pour toi il doit commencer par "1280x768" (j'ai souligné) Insére la définition que tu souhaites et voila pour les définitions/

Pour les fréquences de rafraichissement c'est dans la section "Monitor"
Attention de mauvaises fréquences peuvent être très néfastes à ton écran plat.
Il ne reste plus qu'à redémarrer le serveurX ( déconnection et Alt Backskape ou carrément reboot)
La miracle au minimum les nouvelles résolution sont disponible dans le menu résolutions d'écran
Joyeux courage 



   

Souli


Il y a pire que le bruit des bottes : le silence des pantoufles

Hors ligne

#4 Le 08/10/2007, à 23:22

Goupil46

Re : Résolution d'écran [Résolu]

Merci pour vos réponses,

J'ai fait la recherche que tu m'as indiqué, Ptitlou, et voilà ce que ça donne::/


Section "Device"
    Identifier    "Carte vidéo générique"
    Driver        "nvidia"
    Busid        "PCI:1:0:0"
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option        "NoLogo"    "True"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    Horizsync    28-51
    Vertrefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Carte vidéo générique"
    Monitor        "Écran générique"
    Defaultdepth    24
    SubSection "Display"
        Depth    1
        Modes        "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    4
        Modes        "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    8
        Modes        "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    15
        Modes        "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    16
        Modes        "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    24
        Modes        "1024x768"    "800x600"    "640x480"
    EndSubSection
EndSection
sad
Ma carte graphique est une nVidia Geforce 6200 SE TurboCache (TM)
IRQ =20
Video Bios =05-44-02-37-06
Card type = PCI-Express
DMA Size = 39 bits
DMA Mask = 0x7 fffffffff
La définition recommandée est 1280x1024
Fréquence de rafraîchissement = 60 htz

Peux tu m'indiquer très précisément que modifier et comment, c'est mon premier passage sous Linux, et je ne comprend encore pas grand chose.
Merci par avance


PC HP Pavilion 5929 fr. / Athlon 64 à 2.3 Ghz / Ram: 1 GO DDram / DD:160 Go  / DD externe WD 320 Go. / Carte graphique nVidia GeForce 6200 Turbocache (TM)
Ubuntu Gutsy Gibbon 7.10 en dual boot avec Windows XP Pro.

Hors ligne

#5 Le 09/10/2007, à 13:28

ptilou

Re : Résolution d'écran [Résolu]

re bonjour
d'abord su tu es sous Feisty (7.04) tu doit avoir dans le menu systeme/administration une option "pilotes propriétaires"
Utilise la pour charger les drivers propriétaires nvidia.
Si tu es sous dapper edgy ou autre le lien suivant t"explique comment procéder
http://doc.ubuntu-fr.org/nvidia

Voila une fois les pilotes propriétaires installés tu peux passer aux autres modifs ( si nécessaire car bien souvent c'est suffisant)
Donc si tu n'as toujours pas plus que 1024x768 dans ton choix de résolution
Edite le fichier /etc/X11/xorg.conf sous sudo (sinon tu n'as pasles droits pour le modifier)
Dans un terminal tapes:

sudo gedit /etc/X11/xorg.conf
Il te deamande un mot de passe: c'est le tien
ton fichier apparait à l'écran. a la fin de ton fichier tu as:

SubSection "Display"
        Depth    24
        Modes        "1024x768"    "800x600"    "640x480"
    EndSubSection
EndSection

dans  le ligne Modes ajoute "1280v1024" comme ceci (souligné)

SubSection "Display"
        Depth    24
        Modes        "1280x1024" "1024x768"    "800x600"    "640x480"
    EndSubSection

En ce qui concerne le fréquence de rafraichissement c'est dans la section Monitor. Il faut connaitre les fréquences de rafraichissement horizontal et vertical
Un lien qui peut te servir sur les caractéristiques des écrans.
http://www.monitorworld.com/monitors_home.html
Après ces modif (résolution, et fréquence) il faut redémarrer le serveurx
Pour ça
Soit reboot
Soit déconnection, sur la mire d'accueil ( identifiant) tu fais Alt BackSpace ça redémarre le serveur x (ecran noir avant de revenir à la mire)

Sinon il est possible que comme pour la résolution de nouvelles fréquences soient dispo dans le menu graphique après l'install des pilotes et bien sur le redémarrage du serveurx

Joyeux courage


Il y a pire que le bruit des bottes : le silence des pantoufles

Hors ligne

#6 Le 09/10/2007, à 15:05

Goupil46

Re : Résolution d'écran [Résolu]

big_smile   Merci ptilou,
J'avais installé les pilotes propriétaires, hier, mais ça n'avait rien donné de plus.
Par contre, les modifs que tu m'as fait faire ont réussies. J'ai bien la bonne résolution. Pour la fréquence, il faut que je trouve les fréquences horizontales et verticales. Mon écran (HP vs 19)  n'est pas répertorié dans le lien que tu m'as donné. Je vais chercher...
Merci encore


PC HP Pavilion 5929 fr. / Athlon 64 à 2.3 Ghz / Ram: 1 GO DDram / DD:160 Go  / DD externe WD 320 Go. / Carte graphique nVidia GeForce 6200 Turbocache (TM)
Ubuntu Gutsy Gibbon 7.10 en dual boot avec Windows XP Pro.

Hors ligne

#7 Le 09/10/2007, à 15:26

Goupil46

Re : Résolution d'écran [Résolu]

Ca y est, tout est bon!!!
Je peux marquer "Résolu" à ma question.
Merci


PC HP Pavilion 5929 fr. / Athlon 64 à 2.3 Ghz / Ram: 1 GO DDram / DD:160 Go  / DD externe WD 320 Go. / Carte graphique nVidia GeForce 6200 Turbocache (TM)
Ubuntu Gutsy Gibbon 7.10 en dual boot avec Windows XP Pro.

Hors ligne

#8 Le 19/10/2007, à 12:31

jameswest

Re : Résolution d'écran [Résolu]

Bonjour,

J'ai le meme problème pour configurer la résolution de l'écran

Système/préférences/résolution de l'écran il me propose 800x600 ou 640x480

alors que xorg.conf est configuré comme ceci

# /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 "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/100dpi" 
	FontPath	"/usr/share/X11/fonts/75dpi" 
	FontPath	"/usr/share/fonts/X11/misc" 
	# path to defoma fonts 
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" 
EndSection 

Section "Module" 
	Load	"i2c" 
	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		"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" 
  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	"ATI Technologies, Inc. Rage 128 Pro Ultra TF" 
	Driver		"ati" 
	BusID		"PCI:1:0:0" 
EndSection 

Section "Monitor" 
	Identifier	"NEC CI A727" 
	Option		"DPMS" 
EndSection 

Section "Screen" 
	Identifier	"Default Screen" 
	Device		"ATI Technologies, Inc. Rage 128 Pro Ultra TF" 
	Monitor		"NEC CI A727" 
	DefaultDepth	24 
	SubSection "Display" 
		Depth		1 
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection 
	SubSection "Display" 
		Depth		4 
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection 
	SubSection "Display" 
		Depth		8 
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection 
	SubSection "Display" 
		Depth		15 
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection 
	SubSection "Display" 
		Depth		16 
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection 
	SubSection "Display" 
		Depth		24 
		Modes		"1280x1024" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "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" 
EndSection 

Section "DRI" 
	Mode	0666 
EndSection

Hors ligne

#9 Le 20/10/2007, à 00:25

Goupil46

Re : Résolution d'écran [Résolu]

Bonsoir,
As tu activé les pilotes propriétaires de ta carte graphique?


PC HP Pavilion 5929 fr. / Athlon 64 à 2.3 Ghz / Ram: 1 GO DDram / DD:160 Go  / DD externe WD 320 Go. / Carte graphique nVidia GeForce 6200 Turbocache (TM)
Ubuntu Gutsy Gibbon 7.10 en dual boot avec Windows XP Pro.

Hors ligne

#10 Le 24/10/2007, à 12:19

jameswest

Re : Résolution d'écran [Résolu]

Bonjour,

lorsque que je fais gestionnaire de pilote prioritaire,

Réponse : Votre matériel ne nécessite aucun pilote propriétaire

Hors ligne

#11 Le 24/10/2007, à 13:11

Goupil46

Re : Résolution d'écran [Résolu]

Quelle est ta carte graphique?


PC HP Pavilion 5929 fr. / Athlon 64 à 2.3 Ghz / Ram: 1 GO DDram / DD:160 Go  / DD externe WD 320 Go. / Carte graphique nVidia GeForce 6200 Turbocache (TM)
Ubuntu Gutsy Gibbon 7.10 en dual boot avec Windows XP Pro.

Hors ligne

#12 Le 24/10/2007, à 13:25

jameswest

Re : Résolution d'écran [Résolu]

Carte graphiqe : ATI Rage 128 Pro

Hors ligne

#13 Le 24/10/2007, à 13:36

Goupil46

Re : Résolution d'écran [Résolu]

Pour ATI, contrairement à nVidia, je pense qu'il y a des dipositions particulières à prendre pour trouver les pilotes.
Je ne peux pas t'aider davantage, car pour l'instant, je n'ai plus Ubuntu.
Je te conseille d'ouvrir un nouveau sujet sur le forum, car celui-ci est noté "Résolu" dans l'intitulé. De ce fait, personne ne va plus s'y interesser.
Il n'y a aucun doute, quelqu'un te donnera la solution.
Bon courage


PC HP Pavilion 5929 fr. / Athlon 64 à 2.3 Ghz / Ram: 1 GO DDram / DD:160 Go  / DD externe WD 320 Go. / Carte graphique nVidia GeForce 6200 Turbocache (TM)
Ubuntu Gutsy Gibbon 7.10 en dual boot avec Windows XP Pro.

Hors ligne

#14 Le 24/10/2007, à 13:40

jameswest

Re : Résolution d'écran [Résolu]

Meci,

Je vais ouvrir un autre sujet

Bonne journée

Hors ligne

#15 Le 24/10/2007, à 13:42

Goupil46

Re : Résolution d'écran [Résolu]

Jameswest,

Je viens de faire une recherche sur le forum, et j'ai trouvé ça:

http://forum.ubuntu-fr.org/viewtopic.php?id=140330

Peut être la fin de ton souci?

Bye


PC HP Pavilion 5929 fr. / Athlon 64 à 2.3 Ghz / Ram: 1 GO DDram / DD:160 Go  / DD externe WD 320 Go. / Carte graphique nVidia GeForce 6200 Turbocache (TM)
Ubuntu Gutsy Gibbon 7.10 en dual boot avec Windows XP Pro.

Hors ligne