Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2996 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  [RESOLU] [Debian - Radeon 9600] Problème de résolution

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[RESOLU] [Debian - Radeon 9600] Problème de résolution

n°1075533
frans0023
Posté le 21-09-2008 à 00:18:14  profilanswer
 

Bonjour à tous,
 
J'ai installé une Debian Lenny récemment et je n'arrive pas à régler correctement la résolution de mon écran. Pourtant, je veux juste du 1280x1024@60Hz c'est assez classique je pense...
 
Tout d'abord, ce choix n'apparait pas dans la liste :
 
http://frans-web.com/planque/forums/ecran.png
 
 
J'ai donc cherché dans mon /etc/X11/xorg.conf et là, pas de trace de la moindre résolution  :heink:  

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver  "kbd"
 Option  "XkbRules" "xorg"
 Option  "XkbModel" "pc105"
 Option  "XkbLayout" "fr"
 Option  "XkbVariant" "latin9"
EndSection
 
Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
EndSection
 
Section "Device"
 Identifier "Configured Video Device"
EndSection
 
Section "Monitor"
 Identifier "Configured Monitor"
EndSection
 
Section "Screen"
 Identifier "Default Screen"
 Monitor  "Configured Monitor"
EndSection


 
 
Pour info le paquet xserver-xorg-video-radeo est installé.
 
Comment puis-je faire apparaitre la résolution 1280x1024 dans cette liste ?
 
Merci d'avance

Message cité 1 fois
Message édité par frans0023 le 23-09-2008 à 22:06:33
mood
Publicité
Posté le 21-09-2008 à 00:18:14  profilanswer
 

n°1075536
Fork Bomb
Obsédé textuel
Posté le 21-09-2008 à 00:32:02  profilanswer
 

Marque et modèle du moniteur.


---------------
Décentralisons Internet-Bépo-Troll Bingo - "Pour adoucir le mélange, pressez trois quartiers d’orange !"
n°1075540
frans0023
Posté le 21-09-2008 à 00:47:27  profilanswer
 

Dell LCD 19' e196FPf
https://support.dell.com/support/ed [...] /index.htm
 
 
 
Merci pour votre aide !
Je vais me coucher, à demain !


Message édité par frans0023 le 21-09-2008 à 00:53:17
n°1075550
frans0023
Posté le 21-09-2008 à 09:44:22  profilanswer
 

Personne ? :-)

n°1075563
sligor
Posté le 21-09-2008 à 11:32:54  profilanswer
 

bonjour peux-tu recopier ici la sortie de la commande xrandr en console ?

n°1075609
frans0023
Posté le 21-09-2008 à 17:19:44  profilanswer
 

sligor a écrit :

bonjour peux-tu recopier ici la sortie de la commande xrandr en console ?


Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1280 x 1200
VGA-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0m
m
   1280x800       60.0  
   1280x768       60.0  
   1024x768       60.0*  
   800x600        60.3  
   640x480        59.9  
DVI-0 disconnected (normal left inverted right x axis y axis)
S-video disconnected (normal left inverted right x axis y axis)

n°1075612
sligor
Posté le 21-09-2008 à 17:35:59  profilanswer
 

Il semble y avoir un bug, on va donc essayer de forcer la résolution:
tout d'abord manuellement en console:


$xrandr --newmode "1280x1024"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  +HSync +Vsync
$xrandr --addmode VGA 1280x1024
$xrandr --output VGA --mode 1280x1024


 
 
 
et si ça marche pour le garder dans la config il faut éditer le xorg.conf:

frans0023 a écrit :

Bonjour à tous,

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver  "kbd"
 Option  "XkbRules" "xorg"
 Option  "XkbModel" "pc105"
 Option  "XkbLayout" "fr"
 Option  "XkbVariant" "latin9"
EndSection
 
Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
EndSection
 
Section "Device"
 Identifier "Configured Video Device"
EndSection
 
Section "Monitor"
 Identifier "Configured Monitor"
        Modeline "1280x1024"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  +HSync +Vsync
        Option "PreferredMode" "1280x1024"
EndSection
 
Section "Screen"
 Identifier "Default Screen"
 Monitor  "Configured Monitor"
EndSection




 
 
sources:
http://wiki.debian.org/XStrikeForce/HowToRandR12
$man xrandr
 
et la doc de l'écran(Modes d'affichage Prédéfinis) https://support.dell.com/support/ed [...] ioications pour le +Hsync et +Vsync
 
j'ai eu le même bug avec une carte ATI, elle n'arrivait pas à détecter les résolutions supportées par l'écran

Message cité 1 fois
Message édité par sligor le 21-09-2008 à 17:38:45
n°1075645
frans0023
Posté le 21-09-2008 à 20:44:11  profilanswer
 

sligor a écrit :

Il semble y avoir un bug, on va donc essayer de forcer la résolution:
tout d'abord manuellement en console:


$xrandr --newmode "1280x1024"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  +HSync +Vsync
$xrandr --addmode VGA 1280x1024
$xrandr --output VGA --mode 1280x1024



 
La résolution change bien mais malheureusement l'auto adjust de l'écran n'arrive pas à bien se caler.
Ces valeurs ne semblent pas être OK.
Je chercherai plus en profondeur après avoir mangé !
 
Merci beaucoup

n°1075702
frans0023
Posté le 22-09-2008 à 07:32:06  profilanswer
 

C'est bon, ça marche !!
 
J'ai cherché les bonnes valeurs à passer à xrandr, je n'ai pas trouvé comment faire. Pour info comment calculer ces nombres ?
 
Après quelques recherches je suis tombé sur un xorg.conf pour mon écran. Ici: http://ubuntuforums.org/showthread.php?t=579943
 
Voilà ce que ça donne pour moi:
 

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
        Option          "XkbVariant"    "latin9"
EndSection
 
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection
 
Section "Device"
        Identifier      "Configured Video Device"
EndSection
 
Section "Monitor"
        Identifier      "DELL E196FP"
        Vendorname      "Dell"
        Modelname       "Dell E196FP"
        Horizsync       31.0-83.0
        Vertrefresh     56.0-76.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
  modeline  "1400x1050@75" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
  modeline  "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  modeline  "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  modeline  "1792x1344@60" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
 Gamma 1.0
EndSection
 
Section "Screen"
 Identifier "Default Screen"
 Device  "Configured Video Device"
 Monitor  "DELL E196FP"
 Defaultdepth 24
 SubSection "Display"
  Depth 24
  Virtual 1792 1344
  Modes  "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1400x1050@75" "832x624@75" "1600x1200@65" "800x600@60" "1600x1200@60" "800x600@75" "1792x1344@60" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
 EndSubSection
EndSection


 
Merci à Homer et Sligor


Message édité par frans0023 le 22-09-2008 à 07:32:52

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  [RESOLU] [Debian - Radeon 9600] Problème de résolution

 

Sujets relatifs
Serveur FTP pour Debian Etch[RESOLU]Activer Eth1/Broadcom sous Debian
[résolu] Problème disque dur au démarrage (grub 1.5 read error)[résolu]Script automatisation FTP + execution binaire
résolu problème carte réseau supplémentaire sous debianProblème de config noyau ?? Kernel panic [Résolu]
Plus de sujets relatifs à : [RESOLU] [Debian - Radeon 9600] Problème de résolution


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR