Ecran plus reconnu (il l'était avant )

Ecran plus reconnu (il l'était avant ) - Hardware - Linux et OS Alternatifs

Marsh Posté le 23-11-2006 à 20:33:47    

Bonsoir tout le monde,
 pour faire court, le pc derrière lequel je suis a un écran LG flatron l1915s et tourne sur kubuntu 6.10 fraîchement installée (distribution très décevante, mais ce n'est pas le problème). L'écran était jusqu'à présent convenablement reconnu, et je pouvais atteindre le 1280*1024 à 75hz. Maintenant quand je fais détecter l'écran, que ce soit via dpkg-reconfigure ou  dans le menu "réglages système", il me propose des plages de rafraîchissement absurdes et je suis contraint d'utiliser le 640*480.
J'ai installé/désinstallé quelques paquets juste avant de rencontrer ce problème. Si quelqu'un pouvait me dire ce qu'il faut faire pour que mon écran soit detecté comme avant ce serait cool :)

Reply

Marsh Posté le 23-11-2006 à 20:33:47   

Reply

Marsh Posté le 23-11-2006 à 20:45:37    

Ton xorg, stp.


---------------
Décentralisons Internet-Bépo-Troll Bingo - "Pour adoucir le mélange, pressez trois quartiers d’orange !"
Reply

Marsh Posté le 23-11-2006 à 20:48:40    

Code :
  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16. Section "Files"
  17. FontPath "/usr/share/X11/fonts/misc"
  18. FontPath "/usr/share/X11/fonts/cyrillic"
  19. FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
  20. FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
  21. FontPath "/usr/share/X11/fonts/Type1"
  22. FontPath "/usr/share/X11/fonts/100dpi"
  23. FontPath "/usr/share/X11/fonts/75dpi"
  24. FontPath "/usr/share/fonts/X11/misc"
  25. # path to defoma fonts
  26. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  27. EndSection
  28. Section "Module"
  29. Load "bitmap"
  30. Load "ddc"
  31. Load "dri"
  32. Load "extmod"
  33. Load "freetype"
  34. Load "glx"
  35. Load "int10"
  36. Load "type1"
  37. Load "vbe"
  38. EndSection
  39. Section "InputDevice"
  40. Identifier "Generic Keyboard"
  41. Driver  "kbd"
  42. Option  "CoreKeyboard"
  43. Option  "XkbRules" "xorg"
  44. Option  "XkbModel" "pc105"
  45. Option  "XkbLayout" "fr"
  46. EndSection
  47. Section "InputDevice"
  48. Identifier "Configured Mouse"
  49. Driver  "mouse"
  50. Option  "CorePointer"
  51. Option  "Device"  "/dev/input/mice"
  52. Option  "Protocol"  "ExplorerPS/2"
  53. Option  "ZAxisMapping"  "4 5"
  54. EndSection
  55. Section "InputDevice"
  56.   Driver        "wacom"
  57.   Identifier    "stylus"
  58.   Option        "Device"        "/dev/wacom"          # Change to
  59.                                                       # /dev/input/event
  60.                                                       # for USB
  61.   Option        "Type"          "stylus"
  62.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  63. EndSection
  64. Section "InputDevice"
  65.   Driver        "wacom"
  66.   Identifier    "eraser"
  67.   Option        "Device"        "/dev/wacom"          # Change to
  68.                                                       # /dev/input/event
  69.                                                       # for USB
  70.   Option        "Type"          "eraser"
  71.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  72. EndSection
  73. Section "InputDevice"
  74.   Driver        "wacom"
  75.   Identifier    "cursor"
  76.   Option        "Device"        "/dev/wacom"          # Change to
  77.                                                       # /dev/input/event
  78.                                                       # for USB
  79.   Option        "Type"          "cursor"
  80.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  81. EndSection
  82. Section "Device"
  83. Identifier "Carte vid� g��ique"
  84. Driver  "fglrx"
  85. BusID  "PCI:1:0:0"
  86. EndSection
  87. Section "Monitor"
  88. Identifier "Generic Monitor"
  89. Option  "DPMS"
  90. HorizSync 30-65
  91. VertRefresh 50-75
  92. EndSection
  93. Section "Screen"
  94. Identifier "Default Screen"
  95. Device  "Carte vid� g��ique"
  96. Monitor  "Generic Monitor"
  97. DefaultDepth 24
  98. SubSection "Display"
  99.  Depth  1
  100.  Modes  "1280x1024" "1152x864" "1024x768"
  101. EndSubSection
  102. SubSection "Display"
  103.  Depth  4
  104.  Modes  "1280x1024" "1152x864" "1024x768"
  105. EndSubSection
  106. SubSection "Display"
  107.  Depth  8
  108.  Modes  "1280x1024" "1152x864" "1024x768"
  109. EndSubSection
  110. SubSection "Display"
  111.  Depth  15
  112.  Modes  "1280x1024" "1152x864" "1024x768"
  113. EndSubSection
  114. SubSection "Display"
  115.  Depth  16
  116.  Modes  "1280x1024" "1152x864" "1024x768"
  117. EndSubSection
  118. SubSection "Display"
  119.  Depth  24
  120.  Modes  "1280x1024" "1152x864" "1024x768"
  121. EndSubSection
  122. EndSection
  123. Section "ServerLayout"
  124. Identifier "Default Layout"
  125. Screen  "Default Screen"
  126. InputDevice "Generic Keyboard"
  127. InputDevice "Configured Mouse"
  128. InputDevice     "stylus" "SendCoreEvents"
  129. InputDevice     "cursor" "SendCoreEvents"
  130. InputDevice     "eraser" "SendCoreEvents"
  131. EndSection
  132. Section "DRI"
  133. Mode 0666
  134. EndSection

Reply

Marsh Posté le 23-11-2006 à 20:49:14    

c'est un peu le bordel :s
(Je rappelle que jusqu'à il y a une heure l'écran était parfaitement détécté, je ne pense pas que le problème se situe au niveau du fichier de config. Si jamais je ne trouvais pas d'autre solution je le modifierai à la main, mais j'aimerais bien que mon écran soit detecté tout seul.)


Message édité par Edes le 23-11-2006 à 20:51:25
Reply

Marsh Posté le 23-11-2006 à 20:55:39    

Tes fréquences de raffraichissement horizontales et verticales me semblent un peu faiblardes.
C'est celles du constructeur ?


---------------
Décentralisons Internet-Bépo-Troll Bingo - "Pour adoucir le mélange, pressez trois quartiers d’orange !"
Reply

Marsh Posté le 23-11-2006 à 20:57:44    

nan  j'ai préféré  mettre un réglage de base. Mais je crois que je vais essayer de configurer l'écran manuellement. Curieux tout de même qu'il ne soit plus reconnu d'un coup...

Reply

Marsh Posté le 23-11-2006 à 21:06:55    

Mets les valeurs de ton livret.
Si tu l'as plus, vas sur le site du constructeur et trouves une fiche technique.


---------------
Décentralisons Internet-Bépo-Troll Bingo - "Pour adoucir le mélange, pressez trois quartiers d’orange !"
Reply

Marsh Posté le 23-11-2006 à 21:18:29    

Je viens de le faire, mais ce n'était pas vraiment ma question.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed