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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  Install driver ATI sur mdk10

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Install driver ATI sur mdk10

n°555906
smirnoff
Posté le 12-09-2004 à 16:35:15  profilanswer
 

Bonjour, je suis assez noobs sous linux et j' ai essayé d' installer les drivers pour ma radeon 9800xt en suivant le HowTo de ati entre autre.
Et biensur, ca marche pas, pourtant pas de méchants messages d' erreurs, juste un ti warning.
voilà si vous pouvez me dire quoi faire, merci bien :)
 


[root@localhost nicolas]# rpm -Uvh fglrx-4.3.0-3.12.0.i386.rpm
Préparation...              ########################################### [100%]
        paquetage fglrx-4.3.0-3.12.0 déjà installé
        le fichier /usr/X11R6/lib/libGL.so.1.2 de l'installation de fglrx-4.3.0-3.12.0 entre en conflit avec le fichier du paquetage libxfree86-4.3-32.1.100mdk
[root@localhost nicolas]# rpm -Uvh --force fglrx-4.3.0-3.12.0.i386.rpm
Préparation...              ########################################### [100%]
   1:fglrx                  ########################################### [100%]
*** Trying to install a precompiled kernel module.
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
done.
*** Warning ***
The QT based control panel application did not load in any version.
 ===
ATI display drivers successfully installed
please run 'fglrxconfig' now
 ===


 
Et apres config et redemarrage:
 


[root@localhost nicolas]# fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4


Message édité par smirnoff le 12-09-2004 à 16:52:16
mood
Publicité
Posté le 12-09-2004 à 16:35:15  profilanswer
 

n°555921
Initiatik
Posté le 12-09-2004 à 17:21:19  profilanswer
 

Salut,
 
Pour installer correctement les drivers ATI, je te conseille de suivre le protocole fourni à cette adresse:
 
http://forums.pcper.com/showthread.php?t=325166

n°555922
bimon
Posté le 12-09-2004 à 17:24:50  profilanswer
 

pour commencer je te conseil d'aller la: http://www.lea-linux.org/pho/read. [...] 88&t=17430
c'est un très bon topic.
si t'as un chipset nvidia il faut activer l'agpgart au fglrxconfig et charger les modules avant de redémarrer X:
#modprobe fglrx
#modprobe agpgart
#modprobe nvidia-agp
voila ce que je peux te dire en gros mais va voir le topic, il est vraiment bien!!

n°555927
Tomake
Posté le 12-09-2004 à 17:37:09  profilanswer
 

Le Monsieur a dit qu'il voulait installer des drivers ati :o


---------------
"Parfois brutal, toujours loyal"
n°555986
Dark_Schne​ider
Close the World, Open the Net
Posté le 12-09-2004 à 19:16:01  profilanswer
 

tomake> binom parle juste du support AGP
 


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°556653
smirnoff
Posté le 14-09-2004 à 10:42:12  profilanswer
 

Oki, merci bien, je vais aller voir les liens d' ici peu, pas trop le temps ces temps ci :(

n°556828
diancech
Posté le 14-09-2004 à 15:32:02  profilanswer
 

>le fichier /usr/X11R6/lib/libGL.so.1.2 de l'installation de >fglrx-4.3.0-3.12.0 entre en conflit avec le fichier du paquetage >libxfree86-4.3-32.1.100mdk  
 
Problème de conflit avec les lib d'Xfree !!
 
Fait un rpm -i --force nom_fichier.rpm pour installer!!

n°556873
Dark_Schne​ider
Close the World, Open the Net
Posté le 14-09-2004 à 17:18:47  profilanswer
 

il a fait le --force ;)


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°558458
dastormtro​oper
Posté le 18-09-2004 à 02:06:10  profilanswer
 

@helloz everybody
 
Après de longue heures de config, j'arrive enfin à faire fonctionner ma powercolor X800 pro vivo sous linux.
 
J'ai utilisé les derniers drivers dispo suir le site ati.
 
Oui, mais....
 
Je tente de faire fonctionner mes deux écran en dual head, et il n'y en a qu'un qui fonctionne, le deuxième reste déséperement noir !
 
écran 0 = tft Lg sur prise vga de la carte
écran 1 = tft samsung sur prise dvi de la carte.
 
Voici mon XF86Config-4 pour ceux qui auraient une idée de là où ça part en sucette, merci !
 

Code :
  1. # File: XF86Config-4
  2. # File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
  3. # **********************************************************************
  4. # Refer to the XF86Config(4/5) man page for details about the format of
  5. # this file.
  6. # **********************************************************************
  7. # **********************************************************************
  8. # DRI Section
  9. # **********************************************************************
  10. Section "dri"
  11. # Access to OpenGL ICD is allowed for all users:
  12.     Mode 0666
  13. # Access to OpenGL ICD is restricted to a specific user group:
  14. #    Group 100    # users
  15. #    Mode 0660
  16. EndSection
  17. # **********************************************************************
  18. # Module section -- this  section  is used to specify
  19. # which dynamically loadable modules to load.
  20. # **********************************************************************
  21. #
  22. Section "Module"
  23. # This loads the DBE extension module.
  24.     Load        "dbe"   # Double buffer extension
  25. # This loads the miscellaneous extensions module, and disables
  26. # initialisation of the XFree86-DGA extension within that module.
  27.     SubSection  "extmod"
  28. #      Option    "omit xfree86-dga"
  29.     EndSubSection
  30. # This loads the Type1 and FreeType font modules
  31.     Load        "type1"
  32.     Load        "freetype"
  33. # This loads the GLX module
  34.     Load        "glx"   # libglx.a
  35.     Load        "dri"   # libdri.a
  36. EndSection
  37. # **********************************************************************
  38. # Files section.  This allows default font and rgb paths to be set
  39. # **********************************************************************
  40. Section "Files"
  41. # The location of the RGB database.  Note, this is the name of the
  42. # file minus the extension (like ".txt" or ".db" ).  There is normally
  43. # no need to change the default.
  44.     RgbPath "/usr/X11R6/lib/X11/rgb"
  45. # Multiple FontPath entries are allowed (which are concatenated together),
  46. # as well as specifying multiple comma-separated entries in one FontPath
  47. # command (or a combination of both methods)
  48. #
  49. # If you don't have a floating point coprocessor and emacs, Mosaic or other
  50. # programs take long to start up, try moving the Type1 and Speedo directory
  51. # to the end of this list (or comment them out).
  52. #
  53. #    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
  54.     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
  55.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  56. #    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  57.     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
  58.     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
  59.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
  60. #    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
  61. # The module search path.  The default path is shown here.
  62. #    ModulePath "/usr/X11R6/lib/modules"
  63. EndSection
  64. # **********************************************************************
  65. # Server flags section.
  66. # **********************************************************************
  67. Section "ServerFlags"
  68. # Uncomment this to cause a core dump at the spot where a signal is
  69. # received.  This may leave the console in an unusable state, but may
  70. # provide a better stack trace in the core dump to aid in debugging
  71. #    Option "NoTrapSignals"
  72. # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
  73. # This allows clients to receive this key event.
  74. #    Option "DontZap"
  75. # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
  76. # sequences.  This allows clients to receive these key events.
  77. #    Option "Dont Zoom"
  78. # Uncomment this to disable tuning with the xvidtune client. With
  79. # it the client can still run and fetch card and monitor attributes,
  80. # but it will not be allowed to change them. If it tries it will
  81. # receive a protocol error.
  82. #    Option "DisableVidModeExtension"
  83. # Uncomment this to enable the use of a non-local xvidtune client.
  84. #    Option "AllowNonLocalXvidtune"
  85. # Uncomment this to disable dynamically modifying the input device
  86. # (mouse and keyboard) settings.
  87. #    Option "DisableModInDev"
  88. # Uncomment this to enable the use of a non-local client to
  89. # change the keyboard or mouse settings (currently only xset).
  90. #    Option "AllowNonLocalModInDev"
  91. EndSection
  92. # **********************************************************************
  93. # Input devices
  94. # **********************************************************************
  95. # **********************************************************************
  96. # Core keyboard's InputDevice section
  97. # **********************************************************************
  98. Section "InputDevice"
  99.     Identifier "Keyboard1"
  100.     Driver "Keyboard"
  101. # For most OSs the protocol can be omitted (it defaults to "Standard" ).
  102. # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
  103. # uncomment the following line.
  104. #    Option "Protocol"   "Xqueue"
  105.     Option "AutoRepeat" "500 30"
  106. # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  107. #    Option "Xleds"      "1 2 3"
  108. #    Option "LeftAlt"    "Meta"
  109. #    Option "RightAlt"   "ModeShift"
  110. # To customise the XKB settings to suit your keyboard, modify the
  111. # lines below (which are the defaults).  For example, for a non-U.S.
  112. # keyboard, you will probably want to use:
  113. #    Option "XkbModel"   "pc102"
  114. # If you have a US Microsoft Natural keyboard, you can use:
  115. #    Option "XkbModel"   "microsoft"
  116. #
  117. # Then to change the language, change the Layout setting.
  118. # For example, a german layout can be obtained with:
  119. #    Option "XkbLayout"  "de"
  120. # or:
  121. #    Option "XkbLayout"  "de"
  122. #    Option "XkbVariant" "nodeadkeys"
  123. #
  124. # If you'd like to switch the positions of your capslock and
  125. # control keys, use:
  126. #    Option "XkbOptions" "ctrl:swapcaps"
  127. # These are the default XKB settings for XFree86
  128. #    Option "XkbRules"   "xfree86"
  129. #    Option "XkbModel"   "pc101"
  130. #    Option "XkbLayout"  "us"
  131. #    Option "XkbVariant" ""
  132. #    Option "XkbOptions" ""
  133. #    Option "XkbDisable"
  134.     Option "XkbRules" "xfree86"
  135.     Option "XkbModel" "microsoft"
  136.     Option "XkbLayout" "fr"
  137. EndSection
  138. # **********************************************************************
  139. # Core Pointer's InputDevice section
  140. # **********************************************************************
  141. Section "InputDevice"
  142. # Identifier and driver
  143.     Identifier "Mouse1"
  144.     Driver "mouse"
  145.     Option "Protocol"   "ExplorerPS/2"
  146.     Option "Device"     "/dev/mouse"
  147.     Option "ZAxisMapping" "4 5"
  148.     Option "Emulate3Buttons" "no"
  149. # When using XQUEUE, comment out the above two lines, and uncomment
  150. # the following line.
  151. #    Option "Protocol"   "Xqueue"
  152. # Baudrate and SampleRate are only for some Logitech mice. In
  153. # almost every case these lines should be omitted.
  154. #    Option "BaudRate"   "9600"
  155. #    Option "SampleRate" "150"
  156. # Emulate3Buttons is an option for 2-button Microsoft mice
  157. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
  158. #    Option "Emulate3Timeout"    "50"
  159. # ChordMiddle is an option for some 3-button Logitech mice
  160. #    Option "ChordMiddle"
  161. EndSection
  162. # **********************************************************************
  163. # Other input device sections
  164. # this is optional and is required only if you
  165. # are using extended input devices.  This is for example only.  Refer
  166. # to the XF86Config man page for a description of the options.
  167. # **********************************************************************
  168. #
  169. # Section "InputDevice"
  170. #    Identifier  "Mouse2"
  171. #    Driver      "mouse"
  172. #    Option      "Protocol"      "MouseMan"
  173. #    Option      "Device"        "/dev/mouse2"
  174. # EndSection
  175. #
  176. # Section "InputDevice"
  177. #    Identifier "spaceball"
  178. #    Driver     "magellan"
  179. #    Option     "Device"         "/dev/cua0"
  180. # EndSection
  181. #
  182. # Section "InputDevice"
  183. #    Identifier "spaceball2"
  184. #    Driver     "spaceorb"
  185. #    Option     "Device"         "/dev/cua0"
  186. # EndSection
  187. #
  188. # Section "InputDevice"
  189. #    Identifier "touchscreen0"
  190. #    Driver     "microtouch"
  191. #    Option     "Device"         "/dev/ttyS0"
  192. #    Option     "MinX"           "1412"
  193. #    Option     "MaxX"           "15184"
  194. #    Option     "MinY"           "15372"
  195. #    Option     "MaxY"           "1230"
  196. #    Option     "ScreenNumber"   "0"
  197. #    Option     "ReportingMode"  "Scaled"
  198. #    Option     "ButtonNumber"   "1"
  199. #    Option     "SendCoreEvents"
  200. # EndSection
  201. #
  202. # Section "InputDevice"
  203. #    Identifier "touchscreen1"
  204. #    Driver     "elo2300"
  205. #    Option     "Device"         "/dev/ttyS0"
  206. #    Option     "MinX"           "231"
  207. #    Option     "MaxX"           "3868"
  208. #    Option     "MinY"           "3858"
  209. #    Option     "MaxY"           "272"
  210. #    Option     "ScreenNumber"   "0"
  211. #    Option     "ReportingMode"  "Scaled"
  212. #    Option     "ButtonThreshold"    "17"
  213. #    Option     "ButtonNumber"   "1"
  214. #    Option     "SendCoreEvents"
  215. # EndSection
  216. # **********************************************************************
  217. # Monitor section
  218. # **********************************************************************
  219. # Any number of monitor sections may be present
  220. Section "Monitor"
  221.     Identifier  "Monitor0"  # Le premier écran (HPL1820 sur port VGA)
  222.     HorizSync   30-80
  223.     VertRefresh 56-75
  224.     Option "DPMS"
  225. # === mode lines based on GTF ===
  226. # VGA @ 100Hz
  227. # Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
  228. # SVGA @ 100Hz
  229. # Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
  230. # XVGA @ 100Hz
  231. # Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
  232. # 1152x864 @ 60Hz
  233. # Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
  234. # 1152x864 @ 85Hz
  235. # Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
  236. # 1152x864 @ 100Hz
  237. # Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
  238. # 1280x960 @ 75Hz
  239. # Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
  240. # 1280x960 @ 100Hz
  241. # Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
  242. # SXGA @ 100Hz
  243. # Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
  244. # SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
  245. # Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
  246. # 1600x1000 @ 60Hz
  247. # Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
  248. # 1600x1000 @ 75Hz
  249. # Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
  250. # 1600x1000 @ 85Hz
  251. # Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
  252. # 1600x1000 @ 100Hz
  253. # Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
  254. # 1600x1024 @ 60Hz
  255. # Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
  256. # 1600x1024 @ 75Hz
  257. # Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
  258. # 1600x1024 @ 76Hz
  259. # Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
  260. # 1600x1024 @ 85Hz
  261. # Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
  262. # 1920x1080 @ 60Hz
  263. # Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
  264. # 1920x1080 @ 75Hz
  265. # Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
  266. # 1920x1200 @ 60Hz
  267. # Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
  268. # 1920x1200 @ 75Hz
  269. # Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
  270. # 2048x1536 @ 60
  271. # Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
  272. # 2048x1536 @ 60
  273. # Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
  274. # 1400x1050 @ 60Hz M9 Laptop mode
  275. # ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
  276. # 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
  277. # Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
  278. # 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
  279. # Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync
  280. EndSection
  281. # Specs and modelines for the second monitor
  282. Section "Monitor"
  283.     Identifier  "Monitor1" # Le deuxième écran (Samsung 191T sur port DVI)
  284.     HorizSync   30 - 80  # According the manufacture specs!
  285.     VertRefresh 56 - 85  # According the manufacture specs!
  286.     Option "DPMS"
  287. EndSection
  288.    
  289.    
  290. # **********************************************************************
  291. # Graphics device section
  292. # **********************************************************************
  293. # Any number of graphics device sections may be present
  294. # Standard VGA Device:
  295. Section "Device"
  296.     Identifier  "Standard VGA"
  297.     VendorName  "Unknown"
  298.     BoardName   "Unknown"
  299. # The chipset line is optional in most cases.  It can be used to override
  300. # the driver's chipset detection, and should not normally be specified.
  301. #    Chipset     "generic"
  302. # The Driver line must be present.  When using run-time loadable driver
  303. # modules, this line instructs the server to load the specified driver
  304. # module.  Even when not using loadable driver modules, this line
  305. # indicates which driver should interpret the information in this section.
  306.     Driver      "vga"
  307. # The BusID line is used to specify which of possibly multiple devices
  308. # this section is intended for.  When this line isn't present, a device
  309. # section can only match up with the primary video device.  For PCI
  310. # devices a line like the following could be used.  This line should not
  311. # normally be included unless there is more than one video device
  312. # installed.
  313. #    BusID       "PCI:0:10:0"
  314. #    VideoRam    256
  315. #    Clocks      25.2 28.3
  316. EndSection
  317. # === ATI device section ===
  318. Section "Device"
  319.     Identifier                          "ATI Graphics Adapter 0"
  320.     Driver                              "fglrx"
  321. # ### generic DRI settings ###
  322. # === disable PnP Monitor  ===
  323.     #Option                              "NoDDC"
  324. # === disable/enable XAA/DRI ===
  325.     Option "no_accel"                   "no"
  326.     Option "no_dri"                     "no"
  327. # === misc DRI settings ===
  328.     Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
  329. # ### FireGL DDX driver module specific settings ###
  330. # === Screen Management ===
  331.     Option "DesktopSetup"               "0x00000000"
  332.     Option "MonitorLayout"              "CRT, TMDS"
  333.     Option "IgnoreEDID"                 "off"
  334.     Option "HSync2"                     "30 - 80"
  335.     Option "VRefresh2"                  "56 - 75"
  336.     Option "ScreenOverlap"              "0"
  337. # === TV-out Management ===
  338.     Option "NoTV"                       "yes"   
  339.     Option "TVStandard"                 "PAL-B"   
  340.     Option "TVHSizeAdj"                 "0"   
  341.     Option "TVVSizeAdj"                 "0"   
  342.     Option "TVHPosAdj"                  "0"   
  343.     Option "TVVPosAdj"                  "0"   
  344.     Option "TVHStartAdj"                "0"   
  345.     Option "TVColorAdj"                 "0"   
  346.     Option "GammaCorrectionI"           "0x00000000"
  347.     Option "GammaCorrectionII"          "0x00000000"
  348. # === OpenGL specific profiles/settings ===
  349.     Option "Capabilities"               "0x00000000"
  350. # === Video Overlay for the Xv extension ===
  351.     Option "VideoOverlay"               "on"
  352. # === OpenGL Overlay ===
  353. # Note: When OpenGL Overlay is enabled, Video Overlay
  354. #       will be disabled automatically
  355.     Option "OpenGLOverlay"              "off"
  356. # === Center Mode (Laptops only) ===
  357.     Option "CenterMode"                 "off"
  358. # === Pseudo Color Visuals (8-bit visuals) ===
  359.     Option "PseudoColorVisuals"         "off"
  360. # === QBS Management ===
  361.     Option "Stereo"                     "off"
  362.     Option "StereoSyncEnable"           "1"
  363. # === FSAA Management ===
  364.     Option "FSAAEnable"                 "yes"
  365.     Option "FSAAScale"                  "2"
  366.     Option "FSAADisableGamma"           "no"
  367.     Option "FSAACustomizeMSPos"         "no"
  368.     Option "FSAAMSPosX0"                "0.000000"
  369.     Option "FSAAMSPosY0"                "0.000000"
  370.     Option "FSAAMSPosX1"                "0.000000"
  371.     Option "FSAAMSPosY1"                "0.000000"
  372.     Option "FSAAMSPosX2"                "0.000000"
  373.     Option "FSAAMSPosY2"                "0.000000"
  374.     Option "FSAAMSPosX3"                "0.000000"
  375.     Option "FSAAMSPosY3"                "0.000000"
  376.     Option "FSAAMSPosX4"                "0.000000"
  377.     Option "FSAAMSPosY4"                "0.000000"
  378.     Option "FSAAMSPosX5"                "0.000000"
  379.     Option "FSAAMSPosY5"                "0.000000"
  380. # === Misc Options ===
  381.     Option "UseFastTLS"                 "0"
  382.     Option "BlockSignalsOnLock"         "on"
  383.     Option "UseInternalAGPGART"         "no"
  384.     Option "ForceGenericCPU"            "no"
  385.     Option "EnablePrivateBackZ"         "yes" # Enable on both heads for FSAA
  386.     BusID "PCI:3:0:0"    # ATI primary Device 4a49
  387.     Screen 0
  388. EndSection
  389. # Device section for the second head
  390. # Options are copied from the first head for the fglrx driver.
  391. # You can only configure FSAA.
  392. Section "Device"
  393.     Identifier                          "ATI Graphics Adapter 1"
  394.     Driver                              "fglrx"
  395. # === Screen Management ===
  396.     Option "DesktopSetup"               "0x00000000"    #Don't change this for dualhead
  397. # === FSAA Management ===
  398. # If you have no FSAA options on your second Device, then by default you won't have FSAA
  399. # on the second head.
  400.     Option "FSAAEnable"                 "no" # Disable FSAA on second head
  401.     Option "FSAAScale"                  "1" # Disable FSAA on second head
  402.     Option "FSAADisableGamma"           "no"
  403.     Option "FSAACustomizeMSPos"         "no"
  404.     Option "FSAAMSPosX0"                "0.000000"
  405.     Option "FSAAMSPosY0"                "0.000000"
  406.     Option "FSAAMSPosX1"                "0.000000"
  407.     Option "FSAAMSPosY1"                "0.000000"
  408.     Option "FSAAMSPosX2"                "0.000000"
  409.     Option "FSAAMSPosY2"                "0.000000"
  410.     Option "FSAAMSPosX3"                "0.000000"
  411.     Option "FSAAMSPosY3"                "0.000000"
  412.     Option "FSAAMSPosX4"                "0.000000"
  413.     Option "FSAAMSPosY4"                "0.000000"
  414.     Option "FSAAMSPosX5"                "0.000000"
  415.     Option "FSAAMSPosY5"                "0.000000"
  416. # === Misc Options ===
  417.     Option "EnablePrivateBackZ"         "yes" # Enable on both heads for FSAA
  418.     BusID "PCI:3:0:0"    # Ati secondary Device 4a69
  419.     Screen 1 # This refers to second head
  420. EndSection
  421. # **********************************************************************
  422. # Screen sections
  423. # **********************************************************************
  424. # Any number of screen sections may be present.  Each describes
  425. # the configuration of a single screen.  A single specific screen section
  426. # may be specified from the X server command line with the "-screen"
  427. # option.
  428. Section "Screen"
  429.     Identifier  "Screen0"
  430.     Device      "ATI Graphics Adapter 0"
  431.     Monitor     "Monitor0"
  432.     DefaultDepth 24
  433.     #Option "backingstore"
  434.     Subsection "Display"
  435.         Depth       24
  436.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  437.         ViewPort    0 0  # initial origin if mode is smaller than desktop
  438. #        Virtual     1280 1024
  439.     EndSubsection
  440. EndSection
  441. Section "Screen"
  442.     Identifier  "Screen1"
  443.     Device      "ATI Graphics Adapter 1" # Device to use
  444.     Monitor     "Monitor1" # Monitor description it will use
  445.     DefaultDepth 24
  446.     #Option "backingstore"
  447.     Subsection "Display"
  448.         Depth       24
  449.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  450.         ViewPort    0 0  # initial origin if mode is smaller than desktop
  451. #        Virtual     1280 1024
  452.     EndSubsection
  453. EndSection
  454. # **********************************************************************
  455. # ServerLayout sections.
  456. # **********************************************************************
  457. # Any number of ServerLayout sections may be present.  Each describes
  458. # the way multiple screens are organised.  A specific ServerLayout
  459. # section may be specified from the X server command line with the
  460. # "-layout" option.  In the absence of this, the first section is used.
  461. # When now ServerLayout section is present, the first Screen section
  462. # is used alone.
  463. Section "ServerLayout"
  464. # The Identifier line must be present
  465.     Identifier  "Server Layout"
  466. # Each Screen line specifies a Screen section name, and optionally
  467. # the relative position of other screens.  The four names after
  468. # primary screen name are the screens to the top, bottom, left and right
  469. # of the primary screen.
  470.     Screen "Screen0"
  471.     Screen "Screen1" LeftOf "Screen0" # ecran 1 à gauche de l'écran 0
  472.    
  473. # Each InputDevice line specifies an InputDevice section name and
  474. # optionally some options to specify the way the device is to be
  475. # used.  Those options include "CorePointer", "CoreKeyboard" and
  476. # "SendCoreEvents".
  477.     InputDevice "Mouse1" "CorePointer"
  478.     InputDevice "Keyboard1" "CoreKeyboard"
  479. EndSection
  480. ### EOF ###

n°562924
dastormtro​oper
Posté le 28-09-2004 à 09:51:54  profilanswer
 

Bon, entre temps il y a eu de l'amélioration.
 
J'arrive à obtenir le clone mode (deux écrans identiques !) mais le plus intérressant serait le mode Big Desktop (Xinerama quoi)
 
J'arrive à le faire fonctionner à une petite erreur près: les deux écran sont identiques au lieu d'avoir un écran gauche et un écran droit !
 
Je poste mon nouveau XF86Config ce soir si tout va bien.


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

  Install driver ATI sur mdk10

 

Sujets relatifs
Install Gentoo et mot de passe[Bootsplash] Erreur d'install du paquet debian [Resolu]
[MDK10] remplacer shorewallproblem install linux Mandrake 9.2
Driver linux ATI Radeon 9700problem install linux Mandrake 9.2
install debian Sarge à partir des fichiers ISO,c possible?+CD-netinstmodule pour une carte scsi chipset symbios 53C875J inclu dans mdk10 ?
KNOPPIX: échec install 
Plus de sujets relatifs à : Install driver ATI sur mdk10


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