Rénald CASAGRAUDE a écrit : > > On lundi, sep 16, 2002, at 15:37 Europe/Paris, santi wrote: > > après avoir installé la woody (à partir des 7 CD officiels), j'ai > > vainement > > essayé d'obtenir un fichier XF86Config-4 qui marche, tandis qu'avec un > > fichier XF86Config obtenu avec la xf86config, aucun problème. > > > > Quelqu'un aurait-il réussi ? > > > > J'ai > > - une souris optique sur le port ps/2 > > - une carte matrox G200 > > - un écran LCD iiyama > > essaye : > $ sudo dpkg-reconfigure xserver-xfree86 > sinon > $ sudo X -configure J'ai essayé ces deux méthodes, mais le fichier XF86Config-4 obtenu ne marche pas.
Il me donne, comme la commande qui suit, un écran noir avec au milieu un rectangle blanc où est écrit en rouge : Inpu Not Supported > $ sudo xf86cfg Georges Mariano a écrit : > > On Mon, 16 Sep 2002 15:37:56 +0200 > santi <[EMAIL PROTECTED]> wrote: > > > - une carte matrox G200 > > faut pas un noyau 2.4.* pour ces cartes (G200, G400) ?? > > ?? > J'ai bien un noyau 2.4.18 Voici le contenu du fichier XF86Config.new produit et ce qui en résulte au lancement du test. 17:15:34(root)~> cat XF86Config.new Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" # FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" # FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" EndSection Section "Monitor" Identifier "Monitor0" VendorName "IVM" ModelName "AX3817UT" HorizSync 24.0 - 60.0 VertRefresh 55.0 - 75.0 EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "PciRetry" # [<bool>] #Option "SyncOnGreen" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShowCache" # [<bool>] #Option "Overlay" # [<str>] #Option "MGASDRAM" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "ColorKey" # <i> #Option "SetMclk" # <freq> #Option "OverclockMem" # [<bool>] #Option "VideoKey" # <i> #Option "Rotate" # [<str>] #Option "TexturedVideo" # [<bool>] #Option "Crtc2Half" # [<bool>] #Option "Crtc2Ram" # <i> #Option "Int10" # [<bool>] #Option "AGPMode" # <i> #Option "DigitalScreen" # [<bool>] #Option "TV" # [<bool>] #Option "TVStandard" # [<str>] #Option "CableType" # [<str>] #Option "NoHal" # [<bool>] #Option "SwappedHead" # [<bool>] #Option "DRI" # [<bool>] Identifier "Card0" Driver "mga" VendorName "Matrox" BoardName "MGA G200 AGP" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection 17:15:48(root)~> XFree86 -xf86config /root/XF86Config.new This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to XFree86@XFree86.Org and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs) XFree86 Version 4.1.0.1 / X Window System (protocol Version 11, revision 0, vendor release 6510) Release Date: 21 December 2001 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/FAQ) Build Operating System: Linux 2.4.17 i686 [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Mon Sep 16 17:15:59 2002 (++) Using config file: "/root/XF86Config.new" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (--) using VT number 7 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (--) PCI:*(1:0:0) Matrox MGA G200 AGP rev 1, Mem @ 0xe8000000/24, 0xe4000000/14, 0xe5000000/23 (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a (II) Module drm: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a (II) Module pex5: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.13.0 (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a (II) Module xie: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o (II) Module mga: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.1 (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400 (--) Chipset mgag200 found (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 (==) MGA(0): Depth 8, (==) framebuffer bpp 8 (WW) Warning, couldn't open module mga_hal (EE) MGA: Failed to load module "mga_hal" (module does not exist, 0) (II) MGA(0): Matrox HAL module not found - using builtin mode setup instead (--) MGA(0): Chipset: "mgag200" (==) MGA(0): Using AGP 1x mode (--) MGA(0): Linear framebuffer at 0xE8000000 (--) MGA(0): MMIO registers at 0xE4000000 (--) MGA(0): Pseudo-DMA transfer window at 0xE5000000 (==) MGA(0): BIOS at 0xC0000 (--) MGA(0): Video BIOS info block at offset 0x07540 (--) MGA(0): Found and verified enhanced Video BIOS info block (==) MGA(0): Write-combining range (0xe8000000,0x1000000) (--) MGA(0): VideoRAM: 8192 kByte (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.2.0 (==) MGA(0): Write-combining range (0xe8000000,0x800000) (II) MGA(0): I2C bus "DDC" initialized. (II) MGA(0): I2C device "DDC:ddc2" registered. (II) MGA(0): I2C device "DDC:ddc2" removed. (II) MGA(0): I2C device "DDC:ddc2" registered. (II) MGA(0): I2C device "DDC:ddc2" removed. (II) MGA(0): I2C Monitor info: 0x83aaa10 (II) MGA(0): Manufacturer: IVM Model: 384c Serial#: 35052 (II) MGA(0): Year: 2002 Week: 9 (II) MGA(0): EDID Version: 1.3 (II) MGA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) MGA(0): Sync: Separate (II) MGA(0): Max H-Image Size [cm]: horiz.: 30 vert.: 23 (II) MGA(0): Gamma: 2.30 (II) MGA(0): DPMS capabilities: Off; RGB/Color Display (II) MGA(0): First detailed timing is preferred mode (II) MGA(0): redX: 0.621 redY: 0.343 greenX: 0.298 greenY: 0.584 (II) MGA(0): blueX: 0.146 blueY: 0.109 whiteX: 0.304 whiteY: 0.329 (II) MGA(0): Supported VESA Video Modes: (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): [EMAIL PROTECTED] (II) MGA(0): Manufacturer's mask: 0 (II) MGA(0): Supported Future Video Modes: (II) MGA(0): #0: hsize: 1024 vsize 768 refresh: 60 vid: 16481 (II) MGA(0): #1: hsize: 1024 vsize 768 refresh: 75 vid: 20321 (II) MGA(0): #2: hsize: 800 vsize 600 refresh: 60 vid: 16453 (II) MGA(0): #3: hsize: 800 vsize 600 refresh: 75 vid: 20293 (II) MGA(0): #4: hsize: 640 vsize 480 refresh: 60 vid: 16433 (II) MGA(0): #5: hsize: 640 vsize 480 refresh: 75 vid: 20273 (II) MGA(0): Supported additional Video Mode: (II) MGA(0): clock: 65.0 MHz Image Size: 304 x 228 mm (II) MGA(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0 (II) MGA(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0 (II) MGA(0): Serial No: 15072H2235052 (II) MGA(0): Ranges: V min: 55 V max: 75 Hz, H min: 24 H max: 60 kHz, PixClock max 80 MHz (II) MGA(0): Monitor name: AX3817UT (II) MGA(0): end of I2C Monitor info (==) MGA(0): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(0): Min pixel clock is 12 MHz (==) MGA(0): Max pixel clock is 250 MHz (II) MGA(0): Monitor0: Using hsync range of 24.00-60.00 kHz (II) MGA(0): Monitor0: Using vrefresh range of 55.00-75.00 Hz (II) MGA(0): Clock range: 12.00 to 250.00 MHz (II) MGA(0): Not using default mode "640x350" (vrefresh out of range) (II) MGA(0): Not using default mode "640x400" (vrefresh out of range) (II) MGA(0): Not using default mode "720x400" (vrefresh out of range) (II) MGA(0): Not using default mode "640x480" (vrefresh out of range) (II) MGA(0): Not using default mode "800x600" (vrefresh out of range) (II) MGA(0): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "1152x864" (hsync out of range) (II) MGA(0): Not using default mode "1280x960" (hsync out of range) (II) MGA(0): Not using default mode "1280x1024" (hsync out of range) (II) MGA(0): Not using default mode "1280x1024" (hsync out of range) (II) MGA(0): Not using default mode "1280x1024" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1856x1392" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1920x1440" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1400x1050" (hsync out of range) (II) MGA(0): Not using default mode "1400x1050" (hsync out of range) (--) MGA(0): Virtual size is 1280x960 (pitch 1280) (**) MGA(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (--) MGA(0): Display dimensions: (30, 23) cm (--) MGA(0): DPI set to (108, 106) (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 (==) MGA(0): Write-combining range (0xe8000000,0x800000) (--) MGA(0): 64 DWORD fifo (==) MGA(0): Default visual is PseudoColor (II) MGA(0): [drm] bpp: 8 depth: 8 (EE) MGA(0): [dri] Direct rendering only supported in 16 and 32 bpp modes (II) MGA(0): Using 5592 lines for offscreen memory. (II) MGA(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Driver provided FillMono8x8PatternRects replacement Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (==) MGA(0): Backing store disabled (==) MGA(0): Silken mouse enabled (==) MGA(0): Direct rendering disabled PEXExtensionInit: Couldn't open default PEX font file Roman_M (**) Mouse0: Protocol: "IMPS/2" (**) Mouse0: Core Pointer (==) Mouse0: Buttons: 3 (II) Keyboard "Keyboard0" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) Et ça plante ! Des idées sur ce module "mga_hal" ? Merci d'avance, Santi.