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

 


 Mot :   Pseudo :  
 
 Page :   1  2  3  4
Page Suivante
Auteur Sujet :

[HOWTO/SOLUCE] Prise en charge AGP sous mdk 10.0

n°439931
MemphisRai​nes187
Mon eleanor - Je t aurais :)
Posté le 24-03-2004 à 18:06:12  profilanswer
 

Reprise du message précédent :

Dark_Schneider a écrit :


 
c'est kde ki freeze car knotify envoie du son or le serveur de son ne peut sortir le son, donc le reste du bureau attends ke le son sorte -> CTRL+ALT+BACKSPACE ou attendre ou basculer en console et killer arts ( killall -9 artsd )


 
La j avais plus rien du tout ... enfin j ai fait backspace op ca a voullu relance et il s est planter lamentablement :/


---------------
Quelque fois il vaut mieux se taire et passer pour un con plutot que de l ouvrir et de le confirmer.
mood
Publicité
Posté le 24-03-2004 à 18:06:12  profilanswer
 

n°439940
Dark_Schne​ider
Close the World, Open the Net
Posté le 24-03-2004 à 18:11:51  profilanswer
 

pour la gestion de l'AGP, tu as utilisé la directive install ? si oui, alors je pense savoir d'où cela vient :D


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°439981
MemphisRai​nes187
Mon eleanor - Je t aurais :)
Posté le 24-03-2004 à 18:55:13  profilanswer
 

Dark_Schneider a écrit :

pour la gestion de l'AGP, tu as utilisé la directive install ? si oui, alors je pense savoir d'où cela vient :D


 
C est a dire directive install ?
Si tu parles de se que l install me dit de faire alors oui j ai fais comme marque


---------------
Quelque fois il vaut mieux se taire et passer pour un con plutot que de l ouvrir et de le confirmer.
n°440001
Dark_Schne​ider
Close the World, Open the Net
Posté le 24-03-2004 à 19:12:35  profilanswer
 

MemphisRaines187> cf le HOWTO ke j'ai donné en première : directive install
 
install module commande(s)


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°440236
sakuraba
Posté le 24-03-2004 à 21:48:48  profilanswer
 

MemphisRaines187 a écrit :


 
 
Hum tu peux me donner ton fichier Xfree plz et se que tu as dans /etc/modprobe.conf ainsi que dans /etc/modprobe.preload
 
Ca m aiderais enormement :)


 
mon fichier XFree  

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


 
mon modprobe.conf

Code :
  1. alias ieee1394-controller ohci1394
  2. alias eth0 sk98lin
  3. alias sound-slot-0 snd-intel8x0
  4. install scsi_hostadapter /sbin/modprobe imm; /sbin/modprobe ppa; /bin/true
  5. install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0 && { /sbin/modprobe snd-pcm-oss; /bin/true; }
  6. install usb-interface /sbin/modprobe usb-uhci; /sbin/modprobe ehci-hcd; /bin/true
  7. remove snd-intel8x0 { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe -r --first-time --ignore-remove snd-intel8x0


 
mon modprobe.preload

Code :
  1. # /etc/modprobe.preload: kernel modules to load at boot time.
  2. #
  3. # This file should contain the names of kernel modules that are
  4. # to be loaded at boot time, one per line.  Comments begin with
  5. # a `#', and everything on the line after them are ignored.
  6. # this file is for module-init-tools (kernel 2.5 and above) ONLY
  7. # for old kernel use /etc/modules
  8. scsi_hostadapter
  9. intel-agp


 
voila j'espere que ça va vous aider


---------------
Newsletter RCZ : inscriptions compliquées ou réceptions tardives ? Mon blog la partage sans délai. C est ici que ça se passe : https://gravelparis.com/
n°452392
jc the gre​at
Posté le 09-04-2004 à 14:02:44  profilanswer
 

[:toyot]

mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4
Page Suivante

Aller à :
Ajouter une réponse
 

Sujets relatifs
[Suse] prb de prise en charge réseau[ALSA] Module ne se Charge pas tout seul quand Ressource demandée
Modif LILO pour prise en compte XPNvidia driver mdk9.2 Failed to verify AGP usage ...
Cygwin et prise de main linux par winXP, ça ne marche pas :([HOWTO] Installation d'un noyau 2.6 sous mandrake 9.2
[HOWTO] Installation des pilotes nforce et NVIDIA sous Mandrake 9.2Prise main a distance Mandrake 9.2 / + HP OV
[question] Calcul de charge 
Plus de sujets relatifs à : [HOWTO/SOLUCE] Prise en charge AGP sous mdk 10.0


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)