[carte graphique] confusion sur module chargé (résolu)

Reconnaissance et configuration du matériel / kernel linux
Répondre
archer
Hankyu
Messages : 11
Inscription : mar. 26 févr. 2013, 12:29

[carte graphique] confusion sur module chargé (résolu)

Message par archer »

Bonjour,

Mon ordinateur est un acer aspire 5002WLMi.
Ma config est :
--> version de Archlinux

Code : Tout sélectionner

`--> uname -a
Linux julien.home 3.7.9-2-ARCH #1 SMP PREEMPT Mon Feb 25 12:04:25 CET 2013 x86_64 GNU/Linux
--> carte graphique

Code : Tout sélectionner

`--> lspci|grep VGA
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter
--> driver téléchargé

Code : Tout sélectionner

--> pacman -Q xf86-video-sis 
xf86-video-sis 0.10.7-3
Hors la commande lshw -c video ne me renvoie pas mon driver

Code : Tout sélectionner

--> lshw -c video 
  *-display NON-RÉCLAMÉ   
       description: VGA compatible controller
       produit: 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter
       fabriquant: Silicon Integrated Systems [SiS]
       identifiant matériel: 0
       information bus: pci@0000:01:00.0
       version: 00
       bits: 32 bits
       horloge: 66MHz
       fonctionnalités: pm agp agp-3.0 vga_controller cap_list
       configuration: latency=0
       ressources: mémoire:e8000000-efffffff mémoire:e2100000-e211ffff portE/S:a000(taille=128)

Code : Tout sélectionner

--> lsmod | grep sis | sed -re 's#^([a-zA-Z0-9_-]*) *.*#\1#g' | xargs modinfo | grep 'filename:' 
filename:       /lib/modules/3.7.9-2-ARCH/kernel/drivers/net/ethernet/sis/sis900.ko.gz
filename:       /lib/modules/3.7.9-2-ARCH/kernel/drivers/net/mii.ko.gz
filename:       /lib/modules/3.7.9-2-ARCH/kernel/drivers/i2c/busses/i2c-sis96x.ko.gz
filename:       /lib/modules/3.7.9-2-ARCH/kernel/drivers/i2c/i2c-core.ko.gz
filename:       /lib/modules/3.7.9-2-ARCH/kernel/drivers/ata/pata_sis.ko.gz
filename:       /lib/modules/3.7.9-2-ARCH/kernel/drivers/ata/libata.ko.gz
Un modinfo sur chacun de ces drivers n'indique pas que ce sont des drivers pour ma carte graphique.

J'ai donc cherché à voir ce qui se passait avec dmesg :

Code : Tout sélectionner

# dmesg|grep -i vga
[    0.127713] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.127716] vgaarb: loaded
[    0.127718] vgaarb: bridge control possible 0000:01:00.0
[    0.801389] fb0: VESA VGA frame buffer device

dmesg|grep -i vesa
[    0.788491] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    0.788493] vesafb: scrolling: redraw
[    0.788497] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.788576] vesafb: framebuffer at 0xe8000000, mapped to 0xffffc90000880000, using 1216k, total 1216k
[    0.801389] fb0: VESA VGA frame buffer device

# dmesg|grep -i sis 
[    0.000000] ACPI: FACP 0000000077ef9e5f 00074 (v01 SiS    755F     06040000 PTL  000F4240)
[    0.120088] pci 0000:00:02.0: Enabling SiS 96x SMBus
[    1.010483] pata_sis 0000:00:02.5: version 0.5.2
[    1.010536] pata_sis 0000:00:02.5: SiS 962/963 MuTIOL IDE UDMA133 controller
[    1.012640] scsi0 : pata_sis
[    1.012908] scsi1 : pata_sis
[    6.414504] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x8100
[    7.078019] sis900.c: v1.08.10 Apr. 2 2006
[    7.661596] eth0: SiS 900 PCI Fast Ethernet at 0x0000000000011800, IRQ 19, 00:c0:9f:fd:0d:57
Ce qui me donne l'impression que c'est vesafb qui est chargé, mais lsmod|grep vesa ne retourne rien...

J'ai donc cherché dans mes log de xorg :

Code : Tout sélectionner

[    13.974] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    13.974] 
X.Org X Server 1.13.2.901 (1.13.3 RC 1)
Release Date: 2013-02-15
[    13.974] X Protocol Version 11, Revision 0
[    13.974] Build Operating System: Linux 3.7.5-1-ARCH x86_64 
[    13.974] Current Operating System: Linux julien.home 3.7.9-2-ARCH #1 SMP PREEMPT Mon Feb 25 12:04:25 CET 2013 x86_64
[    13.974] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=eb020629-9c8f-4f0a-9fbb-bb06e5bb5bc1 ro quiet
[    13.975] Build Date: 18 February 2013  03:52:56PM
[    13.975]  
[    13.975] Current version of pixman: 0.28.2
[    13.975] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.975] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.975] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 28 12:33:19 2013
[    14.250] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    14.380] (==) No Layout section.  Using the first Screen section.
[    14.380] (==) No screen section available. Using defaults.
[    14.380] (**) |-->Screen "Default Screen Section" (0)
[    14.380] (**) |   |-->Monitor "<default monitor>"
[    14.380] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    14.380] (==) Automatically adding devices
[    14.380] (==) Automatically enabling devices
[    14.380] (==) Automatically adding GPU devices
[    14.496] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    14.496] 	Entry deleted from font path.
[    14.649] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    14.649] 	Entry deleted from font path.
[    14.649] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    14.650] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    14.650] 	Entry deleted from font path.
[    14.650] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    14.650] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[    14.650] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.650] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.650] (II) Loader magic: 0x7fcc20
[    14.650] (II) Module ABI versions:
[    14.650] 	X.Org ANSI C Emulation: 0.4
[    14.650] 	X.Org Video Driver: 13.1
[    14.650] 	X.Org XInput driver : 18.0
[    14.650] 	X.Org Server Extension : 7.0
[    14.652] (--) PCI:*(0:1:0:0) 1039:6330:1025:0083 rev 0, Mem @ 0xe8000000/134217728, 0xe2100000/131072, I/O @ 0x0000a000/128
[    14.687] Initializing built-in extension Generic Event Extension
[    14.687] Initializing built-in extension SHAPE
[    14.687] Initializing built-in extension MIT-SHM
[    14.687] Initializing built-in extension XInputExtension
[    14.687] Initializing built-in extension XTEST
[    14.687] Initializing built-in extension BIG-REQUESTS
[    14.687] Initializing built-in extension SYNC
[    14.687] Initializing built-in extension XKEYBOARD
[    14.687] Initializing built-in extension XC-MISC
[    14.687] Initializing built-in extension SECURITY
[    14.687] Initializing built-in extension XINERAMA
[    14.687] Initializing built-in extension XFIXES
[    14.687] Initializing built-in extension RENDER
[    14.687] Initializing built-in extension RANDR
[    14.687] Initializing built-in extension COMPOSITE
[    14.687] Initializing built-in extension DAMAGE
[    14.687] Initializing built-in extension MIT-SCREEN-SAVER
[    14.687] Initializing built-in extension DOUBLE-BUFFER
[    14.687] Initializing built-in extension RECORD
[    14.687] Initializing built-in extension DPMS
[    14.687] Initializing built-in extension X-Resource
[    14.687] Initializing built-in extension XVideo
[    14.687] Initializing built-in extension XVideo-MotionCompensation
[    14.687] Initializing built-in extension XFree86-VidModeExtension
[    14.688] Initializing built-in extension XFree86-DGA
[    14.688] Initializing built-in extension XFree86-DRI
[    14.688] Initializing built-in extension DRI2
[    14.688] (II) LoadModule: "glx"
[    14.986] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.189] (II) Module glx: vendor="X.Org Foundation"
[    15.189] 	compiled for 1.13.2.901, module version = 1.0.0
[    15.189] 	ABI class: X.Org Server Extension, version 7.0
[    15.189] (==) AIGLX enabled
[    15.195] Loading extension GLX
[    15.195] (==) Matched sis as autoconfigured driver 0
[    15.195] (==) Matched vesa as autoconfigured driver 1
[    15.195] (==) Matched modesetting as autoconfigured driver 2
[    15.195] (==) Matched fbdev as autoconfigured driver 3
[    15.195] (==) Assigned the driver to the xf86ConfigLayout
[    15.195] (II) LoadModule: "sis"
[    15.195] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
[    15.340] (II) Module sis: vendor="X.Org Foundation"
[    15.340] 	compiled for 1.13.0, module version = 0.10.7
[    15.340] 	Module class: X.Org Video Driver
[    15.340] 	ABI class: X.Org Video Driver, version 13.1
[    15.340] (II) LoadModule: "vesa"
[    15.341] (WW) Warning, couldn't open module vesa
[    15.341] (II) UnloadModule: "vesa"
[    15.341] (II) Unloading vesa
[    15.341] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.341] (II) LoadModule: "modesetting"
[    15.341] (WW) Warning, couldn't open module modesetting
[    15.341] (II) UnloadModule: "modesetting"
[    15.341] (II) Unloading modesetting
[    15.342] (EE) Failed to load module "modesetting" (module does not exist, 0)
[    15.342] (II) LoadModule: "fbdev"
[    15.342] (WW) Warning, couldn't open module fbdev
[    15.342] (II) UnloadModule: "fbdev"
[    15.342] (II) Unloading fbdev
[    15.342] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.342] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
	SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
	SIS340
[    15.342] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40)
[    15.343] (++) using VT number 7

[    15.352] (WW) Falling back to old probe method for sis
[    15.352] (--) Assigning device section with no busID to primary device
[    15.352] (--) Chipset SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX] found
[    15.367] (II) SIS(0): SiS driver (2005/09/20-1, compiled for X.org 1.13.0.0)
[    15.367] (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
[    15.367] (II) SIS(0): *** See http://www.winischhofer.eu/linuxsisvga.shtml
[    15.367] (II) SIS(0): *** for documentation and updates.
[    15.368] (--) SIS(0): sisfb not found
[    15.368] (--) SIS(0): Relocated I/O registers at 0xA000
[    15.383] (II) Loading sub module "ramdac"
[    15.383] (II) LoadModule: "ramdac"
[    15.383] (II) Module "ramdac" already built-in
[    15.383] (II) SIS(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.383] (==) SIS(0): Depth 24, (--) framebuffer bpp 32
[    15.384] (==) SIS(0): RGB weight 888
[    15.384] (==) SIS(0): Default visual is TrueColor
[    15.384] (--) SIS(0): Video BIOS version "2.27.g8" found (new SiS data layout)
[    15.384] (==) SIS(0): Using HW cursor
[    15.384] (==) SIS(0): Color HW cursor is enabled
[    15.384] (II) SIS(0): Using VRAM command queue, size 512k
[    15.384] (==) SIS(0): Hotkey display switching is enabled
[    15.384] (II) SIS(0): WARNING: Using the Hotkey might freeze your machine, regardless
[    15.384] (II) SIS(0):          whether enabled or disabled. This is no driver bug.
[    15.384] (==) SIS(0): SiSCtrl utility interface is disabled
[    15.384] (II) SIS(0): For information on SiSCtrl, see
		http://www.winischhofer.eu/linuxsispart1.shtml#sisctrl
[    15.384] (==) SIS(0): DRI disabled
[    15.384] (II) SIS(0): Checking OS for SSE support is not supported in this version of X.org
[    15.384] (II) SIS(0): If your OS supports SSE, set the option "UseSSE" to "on".
[    15.384] (--) SIS(0): 131072K shared video RAM (UMA)
[    15.385] (--) SIS(0): DRAM type: DDR SDRAM
[    15.385] (--) SIS(0): Memory clock: 198.861 MHz
[    15.385] (--) SIS(0): DRAM bus width: 64 bit
[    15.385] (--) SIS(0): Linear framebuffer at 0xE8000000
[    15.385] (--) SIS(0): MMIO registers at 0xE2100000 (size 64K)
[    15.385] (--) SIS(0): VideoRAM: 131072 KB
[    15.385] (II) SIS(0): Using 130496K of framebuffer memory at offset 0K
[    15.385] (--) SIS(0): Hardware supports two video overlays
[    15.385] (II) SIS(0): 
	Dear SiS76x user, your machine is using a shared memory framebuffer.
	Due to hardware limitations of the SiS chip in combination with the
	AMD CPU, video overlay support is very limited on this machine. If you
	experience flashing lines in the video and/or the graphics display
	during video playback, reduce the color depth and/or the resolution
	and/or the refresh rate. Alternatively, use the video blitter.
[    15.385] (--) SIS(0): Detected SiS302LV video bridge (Charter/UMC-1, ID 1; Rev 0xe1)
[    16.524] (--) SIS(0): No CRT1/VGA detected
[    16.524] (--) SIS(0): Detected LCD/plasma panel (1280x800, 2, non-exp., RGB18 [2cc106])
[    16.524] (==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
[    16.524] (II) SIS(0): CRT1 gamma correction is enabled
[    16.524] (II) SIS(0): Separate Xv gamma correction for CRT1 is disabled
[    16.524] (II) SIS(0): CRT2 gamma correction is enabled
[    16.524] (--) SIS(0): Memory bandwidth at 32 bpp is 397.722 MHz
[    16.524] (--) SIS(0): Detected LCD PanelDelayCompensation1 0x04 (for LCD=CRT1)
[    16.524] (--) SIS(0): 302LV/302ELV: Using EMI 0x600d703f (LCD)
[    16.524] (II) Loading sub module "ddc"
[    16.524] (II) LoadModule: "ddc"
[    16.524] (II) Module "ddc" already built-in
[    16.524] (--) SIS(0): CRT2 DDC probing failed
[    16.524] (==) SIS(0): Min pixel clock is 10 MHz
[    16.524] (--) SIS(0): Max pixel clock is 290 MHz
[    16.524] (II) SIS(0): Replaced entire mode list with built-in modes
[    16.525] (II) SIS(0): Correcting missing CRT2 monitor HSync range
[    16.525] (II) SIS(0): Correcting missing CRT2 monitor VRefresh range
[    16.525] (II) SIS(0): "Unknown reason" in the following list means that the mode
[    16.525] (II) SIS(0): is not supported on the chipset/bridge/current output device.
[    16.525] (II) SIS(0): <default monitor>: Using hsync range of 30.00-80.00 kHz
[    16.525] (II) SIS(0): <default monitor>: Using vrefresh range of 59.00-61.00 Hz
[    16.525] (II) SIS(0): <default monitor>: Using vrefresh value of 71.00 Hz
[    16.525] (WW) SIS(0): Unable to estimate virtual size
[    16.525] (II) SIS(0): Clock range:  10.00 to 290.64 MHz
[    16.525] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
[    16.525] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[    16.525] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[    16.525] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[    16.525] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[    16.525] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
[    16.525] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[    16.525] (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[    16.525] (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[    16.525] (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[    16.525] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[    16.525] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[    16.525] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[    16.525] (II) SIS(0): Not using default mode "800x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "800x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1024x576" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1024x576" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1280x720" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1280x720" (hsync out of range)
[    16.525] (II) SIS(0): Not using default mode "1280x960" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x960" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x768" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1280x768" (hsync out of range)
[    16.525] (II) SIS(0): Not using default mode "1400x1050" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1400x1050" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1152x864" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1152x864" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1152x864" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "848x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "856x480" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1360x768" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x800" (vrefresh out of range)
[    16.525] (II) SIS(0): Not using default mode "1280x800" (hsync out of range)
[    16.525] (II) SIS(0): Not using default mode "1680x1050" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1920x1080" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x854" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x854" (unknown reason)
[    16.525] (II) SIS(0): Not using default mode "1280x854" (unknown reason)
[    16.526] (--) SIS(0): Virtual size is 1280x800 (pitch 1280)
[    16.526] (**) SIS(0): *Default mode "1280x800" (1280x800) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
[    16.526] (**) SIS(0): *Default mode "1280x768" (1280x768) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
[    16.526] (**) SIS(0): *Default mode "1280x720" (1280x720) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
[    16.526] (**) SIS(0): *Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
[    16.526] (**) SIS(0): *Default mode "1024x576" (1024x576) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
[    16.526] (**) SIS(0): *Default mode "960x600" (960x600) (For CRT device: 41.5 MHz, 37.1 kHz, 60.0 Hz)
[    16.526] (**) SIS(0): *Default mode "960x540" (960x540) (For CRT device: 37.3 MHz, 33.8 kHz, 60.0 Hz)
[    16.526] (**) SIS(0): *Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz)
[    16.526] (**) SIS(0): *Default mode "768x576" (768x576) (For CRT device: 35.0 MHz, 35.9 kHz, 60.1 Hz)
[    16.526] (**) SIS(0): *Default mode "720x576" (720x576) (For CRT device: 32.7 MHz, 35.9 kHz, 60.1 Hz)
[    16.526] (**) SIS(0): *Default mode "856x480" (856x480) (For CRT device: 33.9 MHz, 31.7 kHz, 59.8 Hz)
[    16.526] (**) SIS(0): *Default mode "848x480" (848x480) (For CRT device: 33.7 MHz, 31.0 kHz, 60.0 Hz)
[    16.526] (**) SIS(0): *Default mode "800x480" (800x480) (For CRT device: 39.8 MHz, 37.7 kHz, 60.0 Hz)
[    16.526] (**) SIS(0): *Default mode "720x480" (720x480) (For CRT device: 28.3 MHz, 31.6 kHz, 61.0 Hz)
[    16.526] (**) SIS(0): *Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz)
[    16.526] (**) SIS(0): *Default mode "640x400" (640x400) (For CRT device: 25.1 MHz, 31.6 kHz, 71.6 Hz)
[    16.526] (**) SIS(0): *Default mode "512x384" (512x384) (For CRT device: 32.6 MHz, 48.5 kHz, 60.1 Hz (D))
[    16.526] (**) SIS(0): *Default mode "400x300" (400x300) (For CRT device: 20.0 MHz, 37.9 kHz, 60.3 Hz (D))
[    16.526] (**) SIS(0): *Default mode "320x240" (320x240) (For CRT device: 12.5 MHz, 31.3 kHz, 60.7 Hz (D))
[    16.526] (**) SIS(0): *Default mode "320x200" (320x200) (For CRT device: 12.5 MHz, 31.3 kHz, 70.9 Hz (D))
[    16.526] (==) SIS(0): DPI set to (96, 96)
[    16.526] (II) Loading sub module "fb"
[    16.526] (II) LoadModule: "fb"
[    16.526] (II) Loading /usr/lib/xorg/modules/libfb.so
[    16.546] (II) Module fb: vendor="X.Org Foundation"
[    16.546] 	compiled for 1.13.2.901, module version = 1.0.0
[    16.546] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.546] (II) Loading sub module "exa"
[    16.546] (II) LoadModule: "exa"
[    16.546] (II) Loading /usr/lib/xorg/modules/libexa.so
[    16.555] (II) Module exa: vendor="X.Org Foundation"
[    16.555] 	compiled for 1.13.2.901, module version = 2.6.0
[    16.555] 	ABI class: X.Org Video Driver, version 13.1
[    16.555] (--) Depth 24 pixmap format is 32 bpp
[    16.555] (II) Loading sub module "vbe"
[    16.555] (II) LoadModule: "vbe"
[    16.555] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    16.570] (II) Module vbe: vendor="X.Org Foundation"
[    16.571] 	compiled for 1.13.2.901, module version = 1.1.0
[    16.571] 	ABI class: X.Org Video Driver, version 13.1
[    16.571] (II) Loading sub module "int10"
[    16.571] (II) LoadModule: "int10"
[    16.571] (II) Loading /usr/lib/xorg/modules/libint10.so
[    16.579] (II) Module int10: vendor="X.Org Foundation"
[    16.579] 	compiled for 1.13.2.901, module version = 1.0.0
[    16.579] 	ABI class: X.Org Video Driver, version 13.1
[    16.579] (II) SIS(0): initializing int10
[    16.580] (II) SIS(0): Primary V_BIOS segment is: 0xc000
[    16.581] (II) SIS(0): VESA BIOS detected
[    16.581] (II) SIS(0): VESA VBE Version 3.0
[    16.581] (II) SIS(0): VESA VBE Total Mem: 16384 kB
[    16.581] (II) SIS(0): VESA VBE OEM: SiS
[    16.581] (II) SIS(0): VESA VBE OEM Software Rev: 1.0
[    16.581] (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[    16.581] (II) SIS(0): VESA VBE OEM Product: 6330
[    16.581] (II) SIS(0): VESA VBE OEM Product Rev: 2.27.g8
[    16.583] (II) SIS(0): Setting standard mode 0x16
[    17.211] (II) SIS(0): SiS76x/UMA: two video overlay(s) available in current mode
[    17.287] (II) EXA(0): Offscreen pixmap area of 129531904 bytes
[    17.287] (II) EXA(0): Driver registered support for the following operations:
[    17.287] (II)         Solid
[    17.287] (II)         Copy
[    17.287] (--) SIS(0): CPU frequency 1600.00Mhz
[    17.289] (II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
[    17.299] (--) SIS(0): 	Checked libc memcpy()... 	381.3 MiB/s
[    17.308] (--) SIS(0): 	Checked built-in-1 memcpy()... 	381.4 MiB/s
[    17.316] (--) SIS(0): 	Checked built-in-2 memcpy()... 	381.3 MiB/s
[    17.317] (--) SIS(0): Using built-in-1 method for aligned data transfers to video RAM
[    17.317] (--) SIS(0): Using built-in-1 method for unaligned data transfers to video RAM
[    17.317] (--) SIS(0): CPU frequency 1600.00Mhz
[    17.319] (II) SIS(0): Benchmarking video RAM to system RAM memory transfer methods:
[    17.428] (--) SIS(0): 	Checked libc memcpy()... 	24.3 MiB/s
[    17.535] (--) SIS(0): 	Checked built-in-1 memcpy()... 	24.6 MiB/s
[    17.644] (--) SIS(0): 	Checked built-in-2 memcpy()... 	24.5 MiB/s
[    17.645] (--) SIS(0): Using built-in-1 method for aligned data transfers from video RAM
[    17.645] (--) SIS(0): Using built-in-1 method for unaligned data transfers from video RAM
[    17.645] (==) SIS(0): Backing store disabled
[    17.645] (==) SIS(0): Silken mouse enabled
[    17.646] (==) SIS(0): DPMS enabled
[    17.646] (II) SIS(0): Using SiS300/315/330/340 series HW Xv
[    17.646] (II) SIS(0): Default Xv adaptor is Video Overlay
[    17.684] (II) SIS(0): Initialized SISCTRL extension version 0.1
[    17.684] (II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
[    17.684] (==) RandR enabled
[    17.697] (II) AIGLX: Screen 0 is not DRI2 capable
[    17.697] (II) AIGLX: Screen 0 is not DRI capable
[    18.890] (II) AIGLX: Loaded and initialized swrast
[    18.890] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    19.454] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    19.455] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.455] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.455] (II) LoadModule: "evdev"
[    19.455] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.476] (II) Module evdev: vendor="X.Org Foundation"
[    19.476] 	compiled for 1.13.0, module version = 2.7.3
[    19.476] 	Module class: X.Org XInput Driver
[    19.476] 	ABI class: X.Org XInput driver, version 18.0
[    19.476] (II) Using input driver 'evdev' for 'Power Button'
[    19.476] (**) Power Button: always reports core events
[    19.476] (**) evdev: Power Button: Device: "/dev/input/event6"
[    19.476] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.476] (--) evdev: Power Button: Found keys
[    19.476] (II) evdev: Power Button: Configuring as keyboard
[    19.476] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[    19.476] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.476] (**) Option "xkb_rules" "evdev"
[    19.476] (**) Option "xkb_model" "pc104"
[    19.476] (**) Option "xkb_layout" "fr"
[    19.594] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    19.594] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.594] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.594] (II) Using input driver 'evdev' for 'Power Button'
[    19.594] (**) Power Button: always reports core events
[    19.594] (**) evdev: Power Button: Device: "/dev/input/event4"
[    19.594] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.594] (--) evdev: Power Button: Found keys
[    19.594] (II) evdev: Power Button: Configuring as keyboard
[    19.594] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event4"
[    19.594] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    19.594] (**) Option "xkb_rules" "evdev"
[    19.595] (**) Option "xkb_model" "pc104"
[    19.595] (**) Option "xkb_layout" "fr"
[    19.596] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    19.596] (II) No input driver specified, ignoring this device.
[    19.596] (II) This device may have been added with another device file.
[    19.597] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    19.597] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    19.597] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    19.597] (II) Using input driver 'evdev' for 'Sleep Button'
[    19.597] (**) Sleep Button: always reports core events
[    19.597] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[    19.597] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    19.597] (--) evdev: Sleep Button: Found keys
[    19.597] (II) evdev: Sleep Button: Configuring as keyboard
[    19.597] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event5"
[    19.597] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    19.597] (**) Option "xkb_rules" "evdev"
[    19.597] (**) Option "xkb_model" "pc104"
[    19.597] (**) Option "xkb_layout" "fr"
[    19.599] (II) config/udev: Adding input device C-Media Electronics Inc. Philips SPA5210 (/dev/input/event1)
[    19.599] (**) C-Media Electronics Inc. Philips SPA5210: Applying InputClass "evdev keyboard catchall"
[    19.599] (**) C-Media Electronics Inc. Philips SPA5210: Applying InputClass "evdev keyboard catchall"
[    19.599] (II) Using input driver 'evdev' for 'C-Media Electronics Inc. Philips SPA5210'
[    19.599] (**) C-Media Electronics Inc. Philips SPA5210: always reports core events
[    19.599] (**) evdev: C-Media Electronics Inc. Philips SPA5210: Device: "/dev/input/event1"
[    19.599] (--) evdev: C-Media Electronics Inc. Philips SPA5210: Vendor 0xd8c Product 0x126
[    19.599] (--) evdev: C-Media Electronics Inc. Philips SPA5210: Found keys
[    19.599] (II) evdev: C-Media Electronics Inc. Philips SPA5210: Configuring as keyboard
[    19.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.1/usb3/3-2/3-2:1.2/input/input1/event1"
[    19.599] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. Philips SPA5210" (type: KEYBOARD, id 9)
[    19.599] (**) Option "xkb_rules" "evdev"
[    19.599] (**) Option "xkb_model" "pc104"
[    19.600] (**) Option "xkb_layout" "fr"
[    19.601] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    19.601] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    19.601] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    19.601] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    19.601] (**) AT Translated Set 2 keyboard: always reports core events
[    19.601] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    19.601] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    19.602] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    19.602] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    19.602] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    19.602] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    19.602] (**) Option "xkb_rules" "evdev"
[    19.602] (**) Option "xkb_model" "pc104"
[    19.602] (**) Option "xkb_layout" "fr"
[    19.603] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[    19.603] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    19.603] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    19.603] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    19.603] (II) LoadModule: "synaptics"
[    19.604] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    19.615] (II) Module synaptics: vendor="X.Org Foundation"
[    19.615] 	compiled for 1.13.2, module version = 1.6.3
[    19.615] 	Module class: X.Org XInput Driver
[    19.615] 	ABI class: X.Org XInput driver, version 18.0
[    19.615] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    19.615] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    19.615] (**) Option "Device" "/dev/input/event7"
[    19.620] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[    19.620] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[    19.620] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    19.620] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    19.620] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons
[    19.620] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    19.620] (**) Option "TapButton1" "1"
[    19.620] (**) Option "TapButton2" "2"
[    19.620] (**) Option "TapButton3" "3"
[    19.620] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    19.620] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    19.623] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[    19.623] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    19.623] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    19.623] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[    19.623] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[    19.637] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    19.637] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    19.637] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    19.637] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    19.637] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    19.638] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    19.638] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    19.639] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    19.639] (II) No input driver specified, ignoring this device.
[    19.639] (II) This device may have been added with another device file.
J'ai bien sûr suivi ce tutoriel : https://wiki.archlinux.org/index.php/Xf86-video-sis, mais je n'ai pas de fichier rc.conf (utilisation de systemd) et de fichier xorg.conf. Pour ce dernier j'ai des fichiers pour chaque item dans xorg.conf-d :

Code : Tout sélectionner

--> ls /etc/X11/xorg.conf.d 
10-evdev.conf  10-keybord.conf  10-quirks.conf  50-synaptics.conf
J'ai blacklisté vesa :

Code : Tout sélectionner

# cat /etc/modprobe.d/modprobe.conf
blacklist b43legacy
blacklist bcma 
blacklist vesafb
Je n'ai pas réussi à "autoriser" sisctrl car je ne vois pas où mettre l'instruction : "EnableSiSCtrl" "yes"
Je suis bloqué à ce niveau, sauriez-vous m'aider à avancer ? J'aimerai être sûr d'avoir chargé le driver sis...

Merci
Dernière modification par archer le jeu. 28 févr. 2013, 13:20, modifié 2 fois.
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [carte graphique] confusion sur module chargé

Message par oktoberfest »

Salut,

pour le chargement d'un module c'est par ici : http://wiki.archlinux.fr/Kernel_modules#Chargement

Pour le xorg, tu crées un fichier /etc/X11/xorg.conf.d/20-sis.conf (le nom importe peu, il faut juste qu'il finisse par .conf) et tu mets les informations qu'il te faut.
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
archer
Hankyu
Messages : 11
Inscription : mar. 26 févr. 2013, 12:29

Re: [carte graphique] confusion sur module chargé

Message par archer »

Merci pour ta réponse Oktoberfest !
J'ai créé le fichier comme tu me l'as recommandé et je peux avoir accès à sisctrl.
Bonne chose !!

Maintenant je me pose encore des questions :D
Voici mon fichier de conf :

Code : Tout sélectionner

Section "Module"
    Load "glx"
    Load "sis"
    Load "ramdac"
    Load "ddc"
    Load "fb"
    Load "exa"
    Load "vbe"
    Load "int10"
EndSection    

Section "Device"
    Identifier "Card0"
    Driver "sis"
    Card    "** Sis (generic)   [sis]"
    BusID "PCI:1:0:0"

    Option "UseFBDev"   "true"
    Option "EnableSisCtrl" "yes"
    Option "ForceCRT1Type"  "LCD"
    Option "ForceCRT2Type"  "NONE"
    Option "CRT1Gamma"  "on"
    Option "CRT2Gamma"  "on"
    Option "Brightness" "0.000 0.000 0.000"
    Option "Contrast" "0.000 0.000 0.000"
    Option "CRT1Saturation" "0"
    Option "XvOnCRT2" "yes"
    Option "XvDefaultContrast" "2"
    Option "XvDefaultBrightness" "10"
    Option "XvDefaultHue" "0"
    Option "XvDefaultSaturation" "0"
    Option "XvDefaultDisableGfxLR" "no"
    Option "XvGamma" "off"
EndSection
    
Section "DRI"
     Mode         0666
EndSection
Je cross-check avec sisctrl, et c'st bon.

En revanche, je ne vois pas mes modules chargés avec lsmod, qu'en pensez-vous ?

Merci encore
archer
Hankyu
Messages : 11
Inscription : mar. 26 févr. 2013, 12:29

Re: [carte graphique] confusion sur module chargé

Message par archer »

Une autre info :

Code : Tout sélectionner

--> dmesg|grep vesa
[    0.788560] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    0.788563] vesafb: scrolling: redraw
[    0.788567] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.788646] vesafb: framebuffer at 0xe8000000, mapped to 0xffffc90000880000, using 1216k, total 1216k
Etrange ou normal ?

je suis super perplexe :roll:
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [carte graphique] confusion sur module chargé

Message par oktoberfest »

As-tu chargé le module sis-agp via /etc/modules-load.d (cf wiki mentionné précédemment) ?
Ensuite pour vesa, tu peux le désinstaller, cela évitera qu'il soit chargé :

Code : Tout sélectionner

# pacman -Rs xf86-video-vesa
Si jamais tu as un souci, tu pourras toujours le réinstaller s'il est nécessaire.
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
archer
Hankyu
Messages : 11
Inscription : mar. 26 févr. 2013, 12:29

Re: [carte graphique] confusion sur module chargé

Message par archer »

merci Oktoberfest pour ton aide !

ta réponse fait entièrement sens et j'avais bien pris soin de désinstaller xf86-video-vesa au préalable et j'était d'autant plus confus que j'avais uniquement installé xf86-video-sis et qu'il n'apparaissait pas dans lsmod...et que j'avais bien l'affichage graphique ! sans driver apparemment chargé...miracle.

j'ai maintenant sis-agp qui apparaît bien dans lsmod...

en revanche lshw -c video ne me donne toujours pas le nom du driver
et

Code : Tout sélectionner

--> dmesg|grep vesa
[    0.781732] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    0.781735] vesafb: scrolling: redraw
[    0.781739] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.781819] vesafb: framebuffer at 0xe8000000, mapped to 0xffffc90000880000, using 1216k, total 1216k
Je me demande si vesa n'est pas chargé par défaut pour tty au cas où je ne me connecte pas dans l'environnement graphique lxde ?
Au vue de la résolution, ça me fait un peu penser à ça...

Il y a toujours des choses qui m'échappent quant à ce driver sis qui n'apparaissait pas dans lsmod...

Si personne n'a d'idée à ce sujet, je classe en résolu ?

Merci encore Oktoberfest pour ton aide.
archer
Hankyu
Messages : 11
Inscription : mar. 26 févr. 2013, 12:29

Re: [carte graphique] confusion sur module chargé

Message par archer »

J'ai encore une petite question lié à ce problème des drivers...

Quelle va être la différence entre charger le driver à partir de /etc/mkinitcpio.cong
MODULES="sis-agp"

et

le placer dans /etc/modules-load.d/sis-agp.conf

?

Merci, à bientôt
oktoberfest
Maître du Kyudo
Messages : 1855
Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France

Re: [carte graphique] confusion sur module chargé

Message par oktoberfest »

Il s'agit de vesafb et pas vesa. Cela a à voir avec le framebuffer (http://fr.wikipedia.org/wiki/Framebuffer_Linux).
A ta place je m'arrêterais ici, pas sur que cela soit judicieux de vouloir le désactiver (à supposer qu'on puisse)

Pour répondre à ta dernière question :
- dans /etc/mkinitcpio.conf : le module est chargé au plus tôt (avant même que ta partition / soit montée)
- dans /etc/modules-lod.d : le module est chargé via systemd, pendant l'initialisation du système.

dans /etc/mkinitcpio.conf il n'est nécessaire de mettre que les modules dont tu as besoin pour pouvoir monter ta racine, et je ne pense pas que ton driver graphique en fasse partie :copain:
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [carte graphique] confusion sur module chargé

Message par tuxce »

Salut, tu confonds module xorg et module noyau.
xf86-video-sis ne contient que les modules xorg.
lsmod liste les modules noyau.

vesafb est compilé dans le noyau (pas en module), c'est pour ça qu'il apparaît dans le log et non pas dans lsmod.

Code : Tout sélectionner

$ zgrep -i fb_vesa /proc/config.gz  
CONFIG_FB_VESA=y
Pour ce qui est des modules noyau pour une carte graphique sis, tu as :

Code : Tout sélectionner

$ zgrep -i "\(drm\|fb\)_sis" /proc/config.gz  
CONFIG_DRM_SIS=m
# CONFIG_FB_SIS is not set
$ modinfo -F description sis
SIS 300/630/540 and XGI V3XE/V5/V8
Le module DRM ne semble pas correspondre à ta carte et le module FB n'est pas inclus

Pour sis-agp, il me semble qu'il se charge tout seul. La première fois que tu l'as vu, c'est pas toi qui l'avait chargé, si ?
archer
Hankyu
Messages : 11
Inscription : mar. 26 févr. 2013, 12:29

Re: [carte graphique] confusion sur module chargé (résolu)

Message par archer »

Super !

et bien merci encore pour toutes ces réponses et le temps passé à y répondre.

Merci et bonne journée
archer
Hankyu
Messages : 11
Inscription : mar. 26 févr. 2013, 12:29

Re: [carte graphique] confusion sur module chargé (résou)

Message par archer »

@tuxce:

Si c'est moi qui l'ai chargé via /etc/module-load.d/sis-agp.conf

J'ai lancé les commandes que tu as indiquées :

Code : Tout sélectionner

--> zgrep -i "\(drm\|fb\)_sis" /proc/config.gz  
CONFIG_DRM_SIS=m
# CONFIG_FB_SIS is not set
`--> modinfo -F description sis
SIS 300/630/540 and XGI V3XE/V5/V8
Est-ce que je dois enlever mon fichier /etc/module-load.d/sis-agp.conf ?
Merci
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [carte graphique] confusion sur module chargé (résou)

Message par tuxce »

C'était pas des commandes à lancer, c'était juste pour te montrer où étaient les infos :)
archer a écrit :Est-ce que je dois enlever mon fichier /etc/module-load.d/sis-agp.conf ?
Du coup non, vu que c'est toi qui le charge.
archer
Hankyu
Messages : 11
Inscription : mar. 26 févr. 2013, 12:29

Re: [carte graphique] confusion sur module chargé (résolu)

Message par archer »

Très bien,

c'est plus clair pour moi maintenant, au moins je saurais où aller chercher les infos dans le futur.

Merci, bonne journée
Répondre