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 17/06/2007, à 22:50

Palavas les Flots Hilton

Xorg à la main 2

# 16 millions de couleurs
# Ecran, débit de pixels maximal : 140 MHz
# Fréquence horizontale : 30-83 kHz, fréquence verticale : 50-76 Hz
# Résolution recommandée : 1280 x 1024 à 60 Hz (native)
Je voudrais savoir ce qu'il faut mettre entre

Section "Monitor"
...
EndSection

Pour ne plus avoir des avertissements du type :

avertissement	(1920x1440,HP vs17) mode clock 341.35MHz exceeds DDC maximum 140MHz

Merci d'avance ...

#2 Le 18/06/2007, à 00:42

Jelly

Re : Xorg à la main 2

Hi,

Fais péter le xorg.conf smile

Hors ligne

#3 Le 18/06/2007, à 00:55

Palavas les Flots Hilton

Re : Xorg à la main 2

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

Section "Module"
  Load "i2c"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "type1"
  Load "vbe"
  load "v4l"
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 
#  option "Type" "stylus"
#  option "ForceDevice" "ISDV4"# Tablet PC ONLY
#  # /dev/input/event
#  # for USB
#EndSection

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

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

Section "Device"
  identifier "ATI Technologies, Inc. Radeon Xpress 200 (RS482)"
  boardname "ati"
  busid "PCI:1:5:0"
  driver "ati"
  screen 0
  option "MergedFB" "off"
EndSection

Section "Monitor"
  identifier "HP vs17"
  vendorname "Generic"
  modelname "Flat Panel 1280x1024"
  HorizSync 31.5-90
  VertRefresh 60
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +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
  modeline  "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
  modeline  "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
  gamma 0.7
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies, Inc. Radeon Xpress 200 (RS482)"
  Monitor "HP vs17"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 1920 1440
    modes "1280x1024@60" "1600x1200@60" "1024x768@60" "1792x1344@60" "800x600@60" "1856x1392@60" "640x480@60" "1920x1440@60"
  EndSubSection
EndSection

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

Section "DRI"
  Mode 0666
EndSection
Section "ServerFlags"
EndSection

Tu es direct toi !

#4 Le 18/06/2007, à 01:03

Palavas les Flots Hilton

Re : Xorg à la main 2

Voila ce qui m'embète dans mon /var/log/Xorg.0.log :

(WW) (1600x1200@60,HP vs17) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1792x1344@60,HP vs17) mode clock 204.8MHz exceeds DDC maximum 140MHz
(WW) (1856x1392@60,HP vs17) mode clock 218.3MHz exceeds DDC maximum 140MHz
(WW) (1920x1440@60,HP vs17) mode clock 234MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "640x350" (vrefresh out of range)
(II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x400" (vrefresh out of range)
(II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "720x400" (vrefresh out of range)
(II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
(II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
(II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)
(II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)
(II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
(II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1152x864" (vrefresh out of range)
(II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(WW) (1280x960,HP vs17) mode clock 148.5MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1280x960" (vrefresh out of range)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(WW) (1280x1024,HP vs17) mode clock 157.5MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,HP vs17) mode clock 162MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,HP vs17) mode clock 175.5MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,HP vs17) mode clock 189MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,HP vs17) mode clock 202.5MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1600x1200,HP vs17) mode clock 229.5MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(WW) (1792x1344,HP vs17) mode clock 204.8MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(WW) (1792x1344,HP vs17) mode clock 261MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(WW) (1856x1392,HP vs17) mode clock 218.3MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(WW) (1856x1392,HP vs17) mode clock 288MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(WW) (1920x1440,HP vs17) mode clock 234MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(WW) (1920x1440,HP vs17) mode clock 297MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "832x624" (vrefresh out of range)
(II) RADEON(0): Not using default mode "416x312" (vrefresh out of range)
(II) RADEON(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1152x768" (vrefresh out of range)
(II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1152x864" (vrefresh out of range)
(II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,HP vs17) mode clock 151MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,HP vs17) mode clock 155.8MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(WW) (1400x1050,HP vs17) mode clock 184MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(WW) (1680x1050,HP vs17) mode clock 147.14MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(WW) (1920x1200,HP vs17) mode clock 193.16MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(WW) (1920x1200,HP vs17) mode clock 230MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1920x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(WW) (1920x1440,HP vs17) mode clock 341.35MHz exceeds DDC maximum 140MHz
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)

#5 Le 18/06/2007, à 22:48

Palavas les Flots Hilton

Re : Xorg à la main 2

Mon écran gagne-t-il par KO

#6 Le 18/06/2007, à 22:48

Palavas les Flots Hilton

Re : Xorg à la main 2

Mon écran gagne-t-il par KO ?

#7 Le 18/06/2007, à 23:24

Jelly

Re : Xorg à la main 2

Non pas KO wink, round 2:

Divers points, afin de se simplifier la vie:

_Quels outils as-tu utilisé pour générer tes modelines?

_Ceci: "VertRefresh 60". Même si cela n'est pas pris en compte par xorg à partir du moment où une modeline est spécifiée, mieux vaut respecter la typo, on sait jamais...

VertRefresh 50.0 - 76.0

_idem:

HorizSync 30.0 - 83.0

_J'imagine que tu as essayé sans les modelines? Tu peux me le confirmer pour être sûre? Et que se passait-il?

J'ai d'autres questions mais j'ai oublié... Dans tout les cas, cette fois-ci je m'abonne au sujet tongue

Dernière modification par Jelly (Le 18/06/2007, à 23:26)

Hors ligne

#8 Le 18/06/2007, à 23:47

Palavas les Flots Hilton

Re : Xorg à la main 2

Pour VertRefresh et HorizSync, ça a marché comme sur des roulettes.

Section "Monitor"
  identifier "HP vs17"
  vendorname "Generic"
  modelname "Flat Panel 1280x1024"
  VertRefresh 50.0 - 76.0 #HorizSync 31.5-90
  HorizSync 30.0 - 83.0 #VertRefresh 60
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +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
  modeline  "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
  modeline  "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
  gamma 0.7
EndSection

Par contre, j'ai commenté tous les modeline et l'écran est resté noir avec un texte du genre "signal hors limites".
Pour le xorg.conf que j'ai, je dois t'avouer que je ne sais plus trop d'où il vient, j'étais en galère pour utiliser la 3D (j'ai abandonné) et j'ai tout essayé rapidement avec la pression de copain qui étaient derrière moi : "Linux c'est pas si cool, il est bizarre ton écran".

#9 Le 19/06/2007, à 00:07

Jelly

Re : Xorg à la main 2

oh intéressant. J'aurais dû préciser... Peux-tu sortir ton /var/log/Xorg.0.log lorsque toutes tes modelines sont commentées?
Je suis très confiant sur ce point, ça nous apportera une explication claire (cela nous permettra de savoir si ton système comprend partiellement, ou pas du tout, le BIOS de ton écran).

++

EDIT: je viens de voir que tu n'as pas les drivers ATI. Ce n'est pas directement lié au soucis, mais cela peut nous limiter... on verra wink

Dernière modification par Jelly (Le 19/06/2007, à 00:55)

Hors ligne

#10 Le 19/06/2007, à 00:32

Palavas les Flots Hilton

Re : Xorg à la main 2

J'ai trop de lignes, je sais qu'il y a un site ou je peut mettre ça mais je ne me souviens plus ...

#11 Le 19/06/2007, à 00:39

Jelly

Re : Xorg à la main 2

Essayes:

grep 'WW' /var/log/Xorg.0.log

Hors ligne

#12 Le 19/06/2007, à 00:47

Palavas les Flots Hilton

Re : Xorg à la main 2

        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/encodings".
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) (1280x960,HP L1906) mode clock 148.5MHz exceeds DDC maximum 140MHz
(WW) (1280x1024,HP L1906) mode clock 157.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 175.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 189MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 202.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 229.5MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 204.8MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 261MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 218.3MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 288MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 234MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 297MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 151MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 155.8MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 184MHz exceeds DDC maximum 140MHz
(WW) (1680x1050,HP L1906) mode clock 147.14MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 193.16MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 230MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 341.35MHz exceeds DDC maximum 140MHz
(WW) RADEON(0): Direct rendering disabled

#13 Le 19/06/2007, à 00:48

Palavas les Flots Hilton

Re : Xorg à la main 2

Sinon, j'ai retrouvé http://pastebin.com/931713

#14 Le 19/06/2007, à 00:52

Jelly

Re : Xorg à la main 2

Ah oui mais tu n'as pas commenté tes modelines ^^ ça donne quoi si tu les commentes?

Hors ligne

#15 Le 19/06/2007, à 00:59

Jelly

Re : Xorg à la main 2

Tiens je savais pas que tu n'avais pas les ATI proprio d'installé. Enfin bon, ce n'est pas directement lié au pb de toute façon.

Par contre ton écran devrait pouvoir faire du 75hz en 1280/1024 d'après son manuel.

Hors ligne

#16 Le 19/06/2007, à 01:08

Palavas les Flots Hilton

Re : Xorg à la main 2

C'est bizarre mais c'est le bon Xorg.0.log :
1. mon écran fait le message :

Signal d'entrée hors limites
Passer à 1280x1024-60Hz

2. Je fais Ctrl+Alt+F4
3. cp /var/log/Xorg.0.log Temp/
4. et ensuite je fais grep 'WW' Xorg.0.log

        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/encodings".
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) (1280x960,HP L1906) mode clock 148.5MHz exceeds DDC maximum 140MHz
(WW) (1280x1024,HP L1906) mode clock 157.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 175.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 189MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 202.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 229.5MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 204.8MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 261MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 218.3MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 288MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 234MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 297MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 151MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 155.8MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 184MHz exceeds DDC maximum 140MHz
(WW) (1680x1050,HP L1906) mode clock 147.14MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 193.16MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 230MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 341.35MHz exceeds DDC maximum 140MHz
(WW) RADEON(0): Direct rendering disabled

5. pour comparer : grep 'WW' /var/log/Xorg.0.log

        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/encodings".
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) (1600x1200@60,HP L1906) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1792x1344@60,HP L1906) mode clock 204.8MHz exceeds DDC maximum 140MHz
(WW) (1856x1392@60,HP L1906) mode clock 218.3MHz exceeds DDC maximum 140MHz
(WW) (1920x1440@60,HP L1906) mode clock 234MHz exceeds DDC maximum 140MHz
(WW) (1280x960,HP L1906) mode clock 148.5MHz exceeds DDC maximum 140MHz
(WW) (1280x1024,HP L1906) mode clock 157.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 175.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 189MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 202.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 229.5MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 204.8MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 261MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 218.3MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 288MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 234MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 297MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 151MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 155.8MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 184MHz exceeds DDC maximum 140MHz
(WW) (1680x1050,HP L1906) mode clock 147.14MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 193.16MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 230MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 341.35MHz exceeds DDC maximum 140MHz
(WW) RADEON(0): Direct rendering disabled

Les lignes 3 à 7 du second ne sont pas dans le premier.
Est-ce que cela ne vient pas de :

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies, Inc. Radeon Xpress 200 (RS482)"
  Monitor "HP L1906"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 1920 1440
    modes "1280x1024@60" "1600x1200@60" "1024x768@60" "1792x1344@60" "800x600@60" "1856x1392@60" "640x480@60" "1920x1440@60"
  EndSubSection
EndSection

#17 Le 19/06/2007, à 01:26

Jelly

Re : Xorg à la main 2

Hum.. je sais pas trop.

Mais deux choses sont sûre à priori:

1_Ton serveur X continu à faire appel à:

modes "1280x1024@60" "1600x1200@60" "1024x768@60" "1792x1344@60" "800x600@60" "1856x1392@60" "640x480@60" "1920x1440@60"

Malgré que tu commentes les modelines... Donc je t'invite à les enlever. Laisse uniquement "1280x1024".

2_Ton serveur X semble continuellement faire appel au BIOS de ton écran. Le problème (que j'ai personnellement rencontré dans le passé), est qu'il interprète mal ce BIOS.

Donc on force X à ignorer le BIOS de l'écran, et donc, de s'en tenir aux fréquences indiquées juste au-dessus. Pour cela, dans:

Section "Monitor"

Juste en dessous de tes fréquences, rajoutes:

Option         "UseEdidDpi" "FALSE"

Good?

EDIT: M**** erreur concernant le dernier code!!! C'est pas la mort, mais ce n'est pas

Option         "UseEdidDpi" "FALSE"

Mais:

Option "UseEDID" "FALSE"

Dernière modification par Jelly (Le 19/06/2007, à 01:31)

Hors ligne

#18 Le 19/06/2007, à 01:30

Palavas les Flots Hilton

Re : Xorg à la main 2

Merci beaucoup, mais là je dois faire à manger à ma femme et lui mettre un petit film car elle n'a pas la grande forme.
je te tiens au courant demain ...

#19 Le 19/06/2007, à 01:32

Jelly

Re : Xorg à la main 2

ok np, je rejoins ma moitié par la même occasion wink

++

Hors ligne

#20 Le 19/06/2007, à 23:11

Palavas les Flots Hilton

Re : Xorg à la main 2

Une option de plus :

Section "Monitor"
  identifier "HP L1906"
  vendorname "HP"
  modelname "L1906"
  VertRefresh 50.0 - 76.0 #HorizSync 31.5-90
  HorizSync 30.0 - 83.0 #VertRefresh 60
Option "UseEDID" "FALSE"
#  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
#  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
#  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +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
#  modeline  "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
#  modeline  "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
 # gamma 0.7
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies, Inc. Radeon Xpress 200 (RS482)"
  Monitor "HP L1906"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 1920 1440
    modes "1280x1024@60" #"1600x1200@60" "1024x768@60" "1792x1344@60" "800x600@60" "1856x1392@60" "640x480@60" "1920x1440@60"
  EndSubSection
EndSection

Donc un avertissement de plus dans le log :

(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/encodings".
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) (1280x960,HP L1906) mode clock 148.5MHz exceeds DDC maximum 140MHz
(WW) (1280x1024,HP L1906) mode clock 157.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 175.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 189MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 202.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 229.5MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 204.8MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 261MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 218.3MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 288MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 234MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 297MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 151MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 155.8MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 184MHz exceeds DDC maximum 140MHz
(WW) (1680x1050,HP L1906) mode clock 147.14MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 193.16MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 230MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 341.35MHz exceeds DDC maximum 140MHz
(WW) RADEON(0): Direct rendering disabled
(WW) RADEON(0): Option "UseEDID" is not used

#21 Le 19/06/2007, à 23:54

Jelly

Re : Xorg à la main 2

C'est tout bon, mais il faut que tu désactives toutes tes modelines sans exceptions.

Tu remplaces:

Section "Monitor"
  identifier "HP L1906"
  vendorname "HP"
  modelname "L1906"
  VertRefresh 50.0 - 76.0 #HorizSync 31.5-90
  HorizSync 30.0 - 83.0 #VertRefresh 60
Option "UseEDID" "FALSE"
#  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
#  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
#  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +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
#  modeline  "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
#  modeline  "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
 # gamma 0.7
EndSection

Par:

Section "Monitor"
  identifier "HP L1906"
  vendorname "HP"
  modelname "L1906"
  VertRefresh 50.0 - 76.0 
  HorizSync 30.0 - 83.0 
Option "UseEDID" "FALSE"
EndSection

Et la "Screen" doit être comme ceci:

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies, Inc. Radeon Xpress 200 (RS482)"
  Monitor "HP L1906"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    modes "1280x1024"
  EndSubSection
EndSection

Avec ça, il devrait utiliser les fréquences qu'on lui a donné.

Hors ligne

#22 Le 21/06/2007, à 04:55

Palavas les Flots Hilton

Re : Xorg à la main 2

Salut (et désolé du retard)
J'ai mis exactement ce que tu m'as proposé mais il n'y a pas de changement flagrant, à part au moment du login, par contre

(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/encodings".
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) (1280x960,HP L1906) mode clock 148.5MHz exceeds DDC maximum 140MHz
(WW) (1280x1024,HP L1906) mode clock 157.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 162MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 175.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 189MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 202.5MHz exceeds DDC maximum 140MHz
(WW) (1600x1200,HP L1906) mode clock 229.5MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 204.8MHz exceeds DDC maximum 140MHz
(WW) (1792x1344,HP L1906) mode clock 261MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 218.3MHz exceeds DDC maximum 140MHz
(WW) (1856x1392,HP L1906) mode clock 288MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 234MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 297MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 151MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 155.8MHz exceeds DDC maximum 140MHz
(WW) (1400x1050,HP L1906) mode clock 184MHz exceeds DDC maximum 140MHz
(WW) (1680x1050,HP L1906) mode clock 147.14MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 193.16MHz exceeds DDC maximum 140MHz
(WW) (1920x1200,HP L1906) mode clock 230MHz exceeds DDC maximum 140MHz
(WW) (1920x1440,HP L1906) mode clock 341.35MHz exceeds DDC maximum 140MHz
(WW) (2048x1536,HP L1906) mode clock 266.95MHz exceeds DDC maximum 140MHz
(WW) (2048x1536,HP L1906) mode clock 340.48MHz exceeds DDC maximum 140MHz
(WW) (2048x1536,HP L1906) mode clock 388.04MHz exceeds DDC maximum 140MHz
(WW) RADEON(0): Direct rendering disabled
(WW) RADEON(0): Option "UseEDID" is not used
(WW) RADEON(0): Direct rendering disabled

Merci en tout cas de ton aide.

#23 Le 21/06/2007, à 09:39

Jelly

Re : Xorg à la main 2

Ok, j'ai fait de plus amples recherches, il semblerait que chaque driver graphique possède ces propres options de réglages (type ""UseEdidDpi" ou "UseEDID"...Etc).

S'il te reste de la motivation, il faudrait que tu regardes dans le man du driver "ati", et vois les options disponibles.

Par curiosité, tu avais déjà essayé avec les drivers proprio?

Hors ligne

#24 Le 21/06/2007, à 18:04

Palavas les Flots Hilton

Re : Xorg à la main 2

Effectivement, je suis un peu découragé mais si tu veux bien continuer. J'aimerais quand même arriver au bout ...
le problème c'est que man ati est un peu léger :

ATI(4)                                                                                                                                                                 ATI(4)

NAME
       ati - ATI video driver

SYNOPSIS
       Section "Device"
         Identifier "devname"
         Driver "ati"
         ...
       EndSection

DESCRIPTION
       ati  is an Xorg wrapper driver for ATI video cards.  It autodetects whether your hardware has a Radeon, Rage 128, or Mach64 or earlier class of chipset, and loads the
       radeon(4), r128(4), or atimisc(4) driver as appropriate.

SUPPORTED HARDWARE
       The ati driver supports Radeon, Rage 128, and Mach64 and earlier chipsets by loading those drivers.  See those manpages for specific cards supported.

CONFIGURATION DETAILS
       Please refer to xorg.conf(5x) for general configuration details, and the specific card driver for driver configuration details.  driver.

SEE ALSO
       Xorg(1x), xorg.conf(5x), xorgconfig(1x), Xserver(1x), X(7)

AUTHORS
       See the individual driver pages for authors.

X Version 11                                                                 xf86-video-ati 6.6.2                                                                      ATI(4)

.
Sachant qu'en ce moment je ne me sers pas de la 3D, je peux virer le driver ati ...

#25 Le 21/06/2007, à 18:42

Jelly

Re : Xorg à la main 2

Ah ouai....

Tu as une carte Radeon donc regarde dans le man de radeon, en espérant que cela soit plus complet.

Sachant qu'en ce moment je ne me sers pas de la 3D, je peux virer le driver ati ...

Et bien je viens de découvrir un truc intéressant... Ta carte, et uniquement celle-ci parmi toutes les Radeon, est la SEULE a ne pouvoir bénéficier de la 3D avec les drivers libres.

Alors... c'est peut-être une bêtise, mais je me demande si ces drivers pourraient être la cause des problèmes rencontrés... S'il n'y a pas de support 3D, pourquoi les devs se casseraient la tête à travailler pour la 2D?

Dès lors, en fonction de tes observations sur le manpage de Radeon, l'installation des drivers proprio pourrait être intéressante... à tester.

Hors ligne