#1 Le 04/06/2007, à 18:01
- Santo
[Résolu] Résolution bloquée en 1024x768
Bonjour à tous,
Je suis sur Ubuntu Feisty et je possède un Ati X1300 Pro.
J'ai installé les pilotes propriétaires, et je ne peux pas dépasser le 1024x768. J'ai tenté une modification du xorg.conf (rajout des résolutions en plus), mais rien n'y fait (X ne démarre pas ...).
Je n'ai trouvé aucune piste similaire à la mienne sur le forum, si quelqu'un peut m'aiguiller ou m'aider tout court, j'en serais très reconnaissant.
Merci d'avance.
Santo
Dernière modification par Santo (Le 06/06/2007, à 12:33)
Hors ligne
#2 Le 04/06/2007, à 18:12
- Jelly
Re : [Résolu] Résolution bloquée en 1024x768
Bonjour,
Si tu met que 1280x1024 dans ton xorg.conf par exemple, X ne démarre pas, c'est ça?
Tu nous montre cette partie de ton xorg.conf?
Alex.
Hors ligne
#3 Le 04/06/2007, à 19:15
- Santo
Re : [Résolu] Résolution bloquée en 1024x768
Alors pour le xorg.conf, le voilà :
# /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 "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "vesa"
BusID "PCI:1:0:0"
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
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
Sinon c'est exactement ça, si j change les lignes
Modes "1024x768" "800x600" "640x480"
par
Modes "1280x1024" "1024x768" "800x600" "640x480"
alors X ne démarre pas.
Hors ligne
#4 Le 04/06/2007, à 19:36
- Jelly
Re : [Résolu] Résolution bloquée en 1024x768
Ah... mais dis-moi:
Driver "vesa"
Tu disais avoir installé les drivers proprio pourtant tu es encore en vesa là. Je connais pas la procédure pour les cartes ATI, mais tu devrais avoir:
Driver "fglrx"
ou
Driver "ati"
Parce qu'il est vrai que les drivers vesa sont très limités...
Hors ligne
#5 Le 05/06/2007, à 07:16
- Santo
Re : [Résolu] Résolution bloquée en 1024x768
Arf oui désolé j'ai refait une install toute fraîche après avoir planté le système pour une raison complètement inconnue (dans l'ordre : freeze d'origine inconnue, Ctrl+Alt+Backspace, redémarrage, plus rien ...).
Je remets les drivers proprios ce soir et je repost, mais a priori il y a pas de grand changement à part le "fglrx" à la place du "vesa".
EDIT : Allez tiens le voilà :
# /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 "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "fglrx"
Busid "PCI:1:0:0"
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
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
Section "Extensions"
Option "Composite" "0"
EndSection
Dernière modification par Santo (Le 05/06/2007, à 17:46)
Hors ligne
#6 Le 05/06/2007, à 20:03
- Santo
Re : [Résolu] Résolution bloquée en 1024x768
Up ! Personne n'a d'idée ?
Hors ligne
#7 Le 06/06/2007, à 04:28
- taxus
Re : [Résolu] Résolution bloquée en 1024x768
Moi j'ai suivi la procédure dans la documentation (chercher «résolution»), soit de réexécuter le script de détection automatique, mais en spécifiant manuellement les résolutions et les fréquences de rafraîchissement de mon écran (le mode expert, «advanced») puisque l'autodétection ne reconnaissait pas ma résolution maximale de 1280x1024.
Bien plus simple que d'éditer le xorg.conf. Dans mon cas, ça a marché. Je crois que c'est parce que mon écran ACL 19" Samsung 930B ne répond pas à la détection Plug & Play (branchement analogique). Alors j'ai forcé les valeurs.
Dans mon cas, j'ai spécifié:
résolutions: cocher (ajouter) 1280x1024
fréquences de rafraîchissement horizontal: 31-80
fréquences de rafraîchissement vertical: 60,72,75
J'ai consulté le manuel de mon écran pour ces valeurs, dans la section Spécifications techniques (je l'ai trouvé sur le site de mon fabricant). J'ai donc noté une fréquence minimale de 31 kHz et maximale de 80 kHz pour le rafraîchissement horizontal, et les fréquences 60, 72 et 75 Hz pour le rafraîchissement vertical, en arrondissant à l'unité.
Un écran ACL a un faible nombre de fréquences de rafraîchissement vertical, alors j'ai spécifié celles permises par mon écran, toutes résolutions confondues. Un écran cathodique classique supporte plutôt une portée de fréquences (ex. 60-85).
La combinaison des fréquences disponibles détermine les résolutions et fréquences permises, d'où l'importance (à mon avis) de spécifier les bonnes valeurs.
(Par exemple, bien que les fréquences de rafr. vert. permises par mon écran sont de 60, 72 et 75, seules 60 et 75 sont disponibles à 1280x1024.)
Dernière modification par taxus (Le 06/06/2007, à 04:30)
Hors ligne
#8 Le 06/06/2007, à 12:32
- Santo
Re : [Résolu] Résolution bloquée en 1024x768
J'ai résolu le problème par un simple :
sudo dpkg-reconfigure xserver-xorg
.
J'ai ensuite répondu aux questions (j'ai eu tout bon ! ), et j'ai pu sélectionner 1280x1024 après un redémarrage du serveur X.
Allez un petit "résolu" et c réglé. Merci pour votre aide.
Hors ligne