Se connecter avec
S'enregistrer | Connectez-vous

Probleme de Direct Rendering

Dernière réponse : dans Le monde de Linux
Lassé par la pub ? Créez un compte

oui je l'ai load

mon xorg.config

  1. Section "Files"
  2. FontPath "unix/:7100" # local font server
  3. # if the local font server has problems, we can fall back on these
  4. FontPath "/usr/lib/X11/fonts/misc"
  5. FontPath "/usr/lib/X11/fonts/cyrillic"
  6. FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
  7. FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
  8. FontPath "/usr/lib/X11/fonts/Type1"
  9. FontPath "/usr/lib/X11/fonts/CID"
  10. FontPath "/usr/lib/X11/fonts/100dpi"
  11. FontPath "/usr/lib/X11/fonts/75dpi"
  12. # paths to defoma fonts
  13. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  14. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "bitmap"
  19. Load "dbe"
  20. Load "ddc"
  21. Load "dri"
  22. # Load "extmod"
  23. SubSection "extmod"
  24. Option "omit xfree86-dga"
  25. EndSubSection
  26. Load "freetype"
  27. Load "glx"
  28. Load "int10"
  29. Load "record"
  30. Load "type1"
  31. Load "vbe"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Generic Keyboard"
  36. Driver "keyboard"
  37. Option "CoreKeyboard"
  38. Option "XkbRules" "xorg"
  39. Option "XkbModel" "pc105"
  40. Option "XkbLayout" "fr-latin9"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44. Identifier "Configured Mouse"
  45. Driver "mouse"
  46. Option "CorePointer"
  47. Option "Device" "/dev/input/mice"
  48. Option "Protocol" "ImPS/2"
  49. Option "Emulate3Buttons" "true"
  50. Option "ZAxisMapping" "4 5"
  51. EndSection
  52.  
  53. Section "Device"
  54. Identifier "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)"
  55. Driver "fglrx"
  56. BusID "PCI:1:0:0"
  57. EndSection
  58.  
  59. Section "Device"
  60. Identifier "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)2"
  61. Driver "fglrx"
  62. BusID "PCI:1:0:1"
  63. EndSection
  64.  
  65. Section "Monitor"
  66. Identifier "L70S+"
  67. Option "DPMS"
  68. HorizSync 30-65
  69. VertRefresh 50-75
  70. EndSection
  71.  
  72. Section "Monitor"
  73. Identifier "L50S"
  74. Option "DPMS"
  75. HorizSync 30-65
  76. VertRefresh 50-75
  77. EndSection
  78.  
  79. Section "Screen"
  80. Identifier "Default Screen"
  81. Device "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)"
  82. Monitor "L70S+"
  83. DefaultDepth 24
  84. SubSection "Display"
  85. Depth 1
  86. Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  87. EndSubSection
  88. SubSection "Display"
  89. Depth 4
  90. Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  91. EndSubSection
  92. SubSection "Display"
  93. Depth 8
  94. Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  95. EndSubSection
  96. SubSection "Display"
  97. Depth 15
  98. Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  99. EndSubSection
  100. SubSection "Display"
  101. Depth 16
  102. Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  103. EndSubSection
  104. SubSection "Display"
  105. Depth 24
  106. Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
  107. EndSubSection
  108. EndSection
  109.  
  110. Section "Screen"
  111. Identifier "Second Screen"
  112. Device "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)2"
  113. Monitor "L50S"
  114. DefaultDepth 24
  115. SubSection "Display"
  116. Depth 1
  117. Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
  118. EndSubSection
  119. SubSection "Display"
  120. Depth 4
  121. Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
  122. EndSubSection
  123. SubSection "Display"
  124. Depth 8
  125. Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
  126. EndSubSection
  127. SubSection "Display"
  128. Depth 15
  129. Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
  130. EndSubSection
  131. SubSection "Display"
  132. Depth 16
  133. Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
  134. EndSubSection
  135. SubSection "Display"
  136. Depth 24
  137. Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
  138. EndSubSection
  139. EndSection
  140.  
  141. Section "ServerLayout"
  142. Identifier "Default Layout"
  143. Option "Xinerama" "on"
  144. Screen "Default Screen"
  145. Screen "Second Screen" RightOf "Default Screen"
  146. InputDevice "Generic Keyboard"
  147. InputDevice "Configured Mouse"
  148. EndSection
  149.  
  150.  
  151. Section "DRI"
  152. Mode 0666
  153. EndSection

Comme ceci ?

  1. Section "ServerLayout"
  2. Identifier "Default Layout"
  3. Option "Xinerama" "off"
  4. Screen "Default Screen"
  5. InputDevice "Generic Keyboard"
  6. InputDevice "Configured Mouse"
  7. EndSection


Parce qu'aprés si je veux le desinstaller Xinerama, il faut desinstaller plein de prog dependant ...
Lassé par la pub ? Créez un compte