Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/05/2013, à 15:08

SingingLarvae

Problème Xorg sur PackardBell Easynote C3300

Bonjour à tous,

Je cherche à installer sur un vieux coucou (un ordinateur portable Packard Bell EasyNote C3300) un serveur X sur une distribution ubuntu-server.

Aucun problème pour installer ubuntu-server 12.10, je suis en ligne de commande sans problème. Par contre, impossible d’obtenir une session X gnome (installé via la commande « sudo apt-get install --no-install-recommends ubuntu-desktop »). [A noter que c’est la même chose avec un live CD ubuntu-desktop 12.10 ou 13.04, aucun d’entre eux ne parvient à tourner sous X…]

A l’heure actuelle, j’ai retiré toute la configuration automatique (c’est à dire tout le contenu du répertoire /usr/share/X11/xorg.conf.d/ ) et j’ai configuré X via un fichier /etc/X11/xorg.conf dont le contenu est disponible ci-après :

 Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen         "Screen"
	InputDevice    "Mouse" "AlwaysCore"
	InputDevice    "Keyboard"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse"
	Driver      "synaptics"
EndSection

Section "Monitor"
	Identifier   "Monitor"
	HorizSync 28-72
	VertRefresh 43-60
EndSection

Section "Device"
	Identifier  "Card"
	Driver "sis"
EndSection

Section "Screen"
	Identifier "Screen"
	Device     "Card"
	Monitor    "Monitor"
	SubSection "Display"
		Depth 24
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
EndSection 

Le log du serveur X (/var/log/Xorg.0.log) est disponible ci-après

[   717.819] 
X.Org X Server 1.13.0
Release Date: 2012-09-05
[   717.821] X Protocol Version 11, Revision 0
[   717.822] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[   717.824] Current Operating System: Linux marc 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012 i686
[   717.824] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=e14cc80a-8b28-445b-9ab1-33cb6c2b9d64 ro text
[   717.830] Build Date: 11 April 2013  12:55:37PM
[   717.834] xorg-server 2:1.13.0-0ubuntu6.2 (For technical support please see http://www.ubuntu.com/support) 
[   717.837] Current version of pixman: 0.26.0
[   717.842] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   717.842] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   717.855] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 13 14:34:36 2013
[   717.859] (==) Using config file: "/etc/X11/xorg.conf"
[   717.860] (==) ServerLayout "X.org Configured"
[   717.860] (**) |-->Screen "Screen" (0)
[   717.860] (**) |   |-->Monitor "Monitor"
[   717.861] (**) |   |-->Device "Card"
[   717.861] (**) |-->Input Device "Mouse"
[   717.861] (**) |-->Input Device "Keyboard"
[   717.861] (==) Automatically adding devices
[   717.861] (==) Automatically enabling devices
[   717.861] (==) Automatically adding GPU devices
[   717.861] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   717.861] 	Entry deleted from font path.
[   717.861] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   717.861] 	Entry deleted from font path.
[   717.861] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   717.861] 	Entry deleted from font path.
[   717.862] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[   717.862] 	Entry deleted from font path.
[   717.862] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   717.862] 	Entry deleted from font path.
[   717.862] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   717.862] 	Entry deleted from font path.
[   717.862] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[   717.862] 	Entry deleted from font path.
[   717.862] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	built-ins
[   717.862] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[   717.862] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   717.862] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   717.862] (WW) Disabling Keyboard
[   717.862] (II) Loader magic: 0xb7778640
[   717.862] (II) Module ABI versions:
[   717.862] 	X.Org ANSI C Emulation: 0.4
[   717.862] 	X.Org Video Driver: 13.0
[   717.862] 	X.Org XInput driver : 18.0
[   717.862] 	X.Org Server Extension : 7.0
[   717.866] (--) PCI:*(0:1:0:0) 1039:6325:1033:821a rev 0, Mem @ 0xf0000000/134217728, 0xec300000/131072, I/O @ 0x0000a000/128
[   717.867] (II) Open ACPI successful (/var/run/acpid.socket)
[   717.871] Initializing built-in extension Generic Event Extension
[   717.875] Initializing built-in extension SHAPE
[   717.879] Initializing built-in extension MIT-SHM
[   717.883] Initializing built-in extension XInputExtension
[   717.887] Initializing built-in extension XTEST
[   717.890] Initializing built-in extension BIG-REQUESTS
[   717.894] Initializing built-in extension SYNC
[   717.898] Initializing built-in extension XKEYBOARD
[   717.902] Initializing built-in extension XC-MISC
[   717.906] Initializing built-in extension SECURITY
[   717.910] Initializing built-in extension XINERAMA
[   717.914] Initializing built-in extension XFIXES
[   717.917] Initializing built-in extension RENDER
[   717.921] Initializing built-in extension RANDR
[   717.924] Initializing built-in extension COMPOSITE
[   717.928] Initializing built-in extension DAMAGE
[   717.931] Initializing built-in extension MIT-SCREEN-SAVER
[   717.934] Initializing built-in extension DOUBLE-BUFFER
[   717.937] Initializing built-in extension RECORD
[   717.939] Initializing built-in extension DPMS
[   717.942] Initializing built-in extension X-Resource
[   717.944] Initializing built-in extension XVideo
[   717.946] Initializing built-in extension XVideo-MotionCompensation
[   717.949] Initializing built-in extension XFree86-VidModeExtension
[   717.951] Initializing built-in extension XFree86-DGA
[   717.953] Initializing built-in extension XFree86-DRI
[   717.955] Initializing built-in extension DRI2
[   717.955] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   717.955] (II) LoadModule: "glx"
[   717.956] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   717.977] (II) Module glx: vendor="X.Org Foundation"
[   717.977] 	compiled for 1.13.0, module version = 1.0.0
[   717.978] 	ABI class: X.Org Server Extension, version 7.0
[   717.978] (==) AIGLX enabled
[   717.979] Loading extension GLX
[   717.979] (II) LoadModule: "sis"
[   717.981] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
[   717.991] (II) Module sis: vendor="X.Org Foundation"
[   717.992] 	compiled for 1.12.99.902, module version = 0.10.7
[   717.992] 	Module class: X.Org Video Driver
[   717.992] 	ABI class: X.Org Video Driver, version 13.0
[   717.992] (II) LoadModule: "synaptics"
[   717.993] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   718.014] (II) Module synaptics: vendor="X.Org Foundation"
[   718.014] 	compiled for 1.12.99.905, module version = 1.6.2
[   718.014] 	Module class: X.Org XInput Driver
[   718.014] 	ABI class: X.Org XInput driver, version 18.0
[   718.014] (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
[   718.015] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40)
[   718.015] (--) using VT number 7

[   718.023] (WW) Falling back to old probe method for sis
[   718.024] (--) Assigning device section with no busID to primary device
[   718.024] (--) Chipset SIS650/M650/651/740 found
[   718.024] (II) SIS(0): SiS driver (2005/09/20-1, compiled for X.org 1.12.99.902)
[   718.024] (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
[   718.024] (II) SIS(0): *** See http://www.winischhofer.eu/linuxsisvga.shtml
[   718.024] (II) SIS(0): *** for documentation and updates.
[   718.025] (--) SIS(0): sisfb not found
[   718.025] (--) SIS(0): Relocated I/O registers at 0xA000
[   718.025] (II) Loading sub module "ramdac"
[   718.025] (II) LoadModule: "ramdac"
[   718.025] (II) Module "ramdac" already built-in
[   718.025] (==) SIS(0): Depth 24, (--) framebuffer bpp 32
[   718.025] (==) SIS(0): RGB weight 888
[   718.026] (==) SIS(0): Default visual is TrueColor
[   718.026] (WW) SIS(0): Could not find/read video BIOS
[   718.026] (==) SIS(0): Using HW cursor
[   718.026] (==) SIS(0): Color HW cursor is enabled
[   718.026] (II) SIS(0): Using VRAM command queue, size 512k
[   718.026] (==) SIS(0): Hotkey display switching is enabled
[   718.026] (II) SIS(0): WARNING: Using the Hotkey might freeze your machine, regardless
[   718.027] (II) SIS(0):          whether enabled or disabled. This is no driver bug.
[   718.027] (==) SIS(0): SiSCtrl utility interface is disabled
[   718.027] (II) SIS(0): For information on SiSCtrl, see
		http://www.winischhofer.eu/linuxsispart1.shtml#sisctrl
[   718.027] (==) SIS(0): DRI disabled
[   718.027] (II) SIS(0): Checking OS for SSE support is not supported in this version of X.org
[   718.027] (II) SIS(0): If your OS supports SSE, set the option "UseSSE" to "on".
[   718.027] (--) SIS(0): DIMM0 is DDR SDRAM
[   718.027] (--) SIS(0): DIMM1 is not installed
[   718.027] (--) SIS(0): DIMM2 is not installed
[   718.027] (--) SIS(0): DIMM3 is not installed
[   718.027] (--) SIS(0): DRAM type: DDR SDRAM
[   718.027] (--) SIS(0): Memory clock: 200.452 MHz
[   718.036] (--) SIS(0): DRAM bus width: 64 bit
[   718.036] (--) SIS(0): Linear framebuffer at 0xF0000000
[   718.036] (--) SIS(0): MMIO registers at 0xEC300000 (size 64K)
[   718.036] (--) SIS(0): VideoRAM: 65536 KB
[   718.036] (II) SIS(0): Using 64960K of framebuffer memory at offset 0K
[   718.036] (--) SIS(0): Hardware supports one video overlay
[   718.036] (--) SIS(0): Detected SiS302LV video bridge (Charter/UMC-1, ID 1; Rev 0xe1)
[   719.167] (--) SIS(0): No CRT1/VGA detected
[   719.167] (--) SIS(0): Detected LCD/plasma panel (1024x768, 1, non-exp., RGB24 [02e200])
[   719.168] (==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
[   719.168] (II) SIS(0): CRT1 gamma correction is enabled
[   719.168] (II) SIS(0): Separate Xv gamma correction for CRT1 is disabled
[   719.168] (II) SIS(0): CRT2 gamma correction is enabled
[   719.168] (--) SIS(0): Using Xv overlay by default on CRT2
[   719.168] (--) SIS(0): Memory bandwidth at 32 bpp is 400.904 MHz
[   719.168] (--) SIS(0): Detected LCD PanelDelayCompensation 0x02 (for LCD=CRT2)
[   719.168] (--) SIS(0): Detected LCD PanelDelayCompensation1 0x00 (for LCD=CRT1)
[   719.168] (--) SIS(0): 302LV/302ELV: Using EMI 0x60081026 (LCD)
[   719.168] (II) Loading sub module "ddc"
[   719.168] (II) LoadModule: "ddc"
[   719.168] (II) Module "ddc" already built-in
[   719.168] (--) SIS(0): CRT2 DDC probing failed
[   719.168] (==) SIS(0): Min pixel clock is 10 MHz
[   719.168] (--) SIS(0): Max pixel clock is 278 MHz
[   719.168] (II) SIS(0): Replaced entire mode list with built-in modes
[   719.168] (II) SIS(0): Correcting bogus CRT2 monitor HSync range
[   719.168] (II) SIS(0): Correcting bogus CRT2 monitor VRefresh range
[   719.168] (II) SIS(0): "Unknown reason" in the following list means that the mode
[   719.168] (II) SIS(0): is not supported on the chipset/bridge/current output device.
[   719.168] (II) SIS(0): Monitor: Using hsync range of 30.00-80.00 kHz
[   719.168] (II) SIS(0): Monitor: Using vrefresh range of 59.00-61.00 Hz
[   719.168] (II) SIS(0): Monitor: Using vrefresh value of 71.00 Hz
[   719.168] (II) SIS(0): Clock range:  10.00 to 278.18 MHz
[   719.168] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
[   719.168] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[   719.168] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[   719.169] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[   719.169] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[   719.169] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[   719.169] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
[   719.169] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[   719.169] (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[   719.169] (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[   719.169] (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[   719.169] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[   719.169] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[   719.169] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[   719.169] (II) SIS(0): Not using default mode "800x480" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "800x480" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "1024x576" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "1024x576" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "1280x720" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x720" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x720" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x960" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x960" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x768" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x768" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x768" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1400x1050" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1400x1050" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1152x864" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1152x864" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1152x864" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "848x480" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "856x480" (vrefresh out of range)
[   719.169] (II) SIS(0): Not using default mode "1360x768" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x800" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x800" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x800" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1680x1050" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1920x1080" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x854" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x854" (unknown reason)
[   719.169] (II) SIS(0): Not using default mode "1280x854" (unknown reason)
[   719.170] (--) SIS(0): Virtual size is 1024x768 (pitch 1024)
[   719.170] (**) SIS(0): *Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
[   719.170] (**) SIS(0): *Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz)
[   719.170] (**) SIS(0): *Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz)
[   719.170] (**) SIS(0):  Default mode "1024x576" (1024x576) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
[   719.170] (**) SIS(0):  Default mode "960x600" (960x600) (For CRT device: 41.5 MHz, 37.1 kHz, 60.0 Hz)
[   719.170] (**) SIS(0):  Default mode "960x540" (960x540) (For CRT device: 37.3 MHz, 33.8 kHz, 60.0 Hz)
[   719.170] (**) SIS(0):  Default mode "768x576" (768x576) (For CRT device: 35.0 MHz, 35.9 kHz, 60.1 Hz)
[   719.170] (**) SIS(0):  Default mode "720x576" (720x576) (For CRT device: 32.7 MHz, 35.9 kHz, 60.1 Hz)
[   719.170] (**) SIS(0):  Default mode "856x480" (856x480) (For CRT device: 33.9 MHz, 31.7 kHz, 59.8 Hz)
[   719.170] (**) SIS(0):  Default mode "848x480" (848x480) (For CRT device: 33.7 MHz, 31.0 kHz, 60.0 Hz)
[   719.170] (**) SIS(0):  Default mode "800x480" (800x480) (For CRT device: 39.8 MHz, 37.7 kHz, 60.0 Hz)
[   719.170] (**) SIS(0):  Default mode "720x480" (720x480) (For CRT device: 28.3 MHz, 31.6 kHz, 61.0 Hz)
[   719.170] (**) SIS(0):  Default mode "640x400" (640x400) (For CRT device: 25.1 MHz, 31.6 kHz, 71.6 Hz)
[   719.170] (**) SIS(0):  Default mode "512x384" (512x384) (For CRT device: 32.6 MHz, 48.5 kHz, 60.1 Hz (D))
[   719.170] (**) SIS(0):  Default mode "400x300" (400x300) (For CRT device: 20.0 MHz, 37.9 kHz, 60.3 Hz (D))
[   719.170] (**) SIS(0):  Default mode "320x240" (320x240) (For CRT device: 12.5 MHz, 31.3 kHz, 60.7 Hz (D))
[   719.170] (**) SIS(0):  Default mode "320x200" (320x200) (For CRT device: 12.5 MHz, 31.3 kHz, 70.9 Hz (D))
[   719.170] (==) SIS(0): DPI set to (96, 96)
[   719.170] (II) Loading sub module "fb"
[   719.170] (II) LoadModule: "fb"
[   719.170] (II) Loading /usr/lib/xorg/modules/libfb.so
[   719.197] (II) Module fb: vendor="X.Org Foundation"
[   719.197] 	compiled for 1.13.0, module version = 1.0.0
[   719.197] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   719.197] (II) Loading sub module "exa"
[   719.197] (II) LoadModule: "exa"
[   719.197] (II) Loading /usr/lib/xorg/modules/libexa.so
[   719.198] (II) Module exa: vendor="X.Org Foundation"
[   719.198] 	compiled for 1.13.0, module version = 2.6.0
[   719.198] 	ABI class: X.Org Video Driver, version 13.0
[   719.198] (--) Depth 24 pixmap format is 32 bpp
[   719.198] (II) Loading sub module "vbe"
[   719.198] (II) LoadModule: "vbe"
[   719.198] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   719.224] (II) Module vbe: vendor="X.Org Foundation"
[   719.224] 	compiled for 1.13.0, module version = 1.1.0
[   719.224] 	ABI class: X.Org Video Driver, version 13.0
[   719.224] (II) Loading sub module "int10"
[   719.224] (II) LoadModule: "int10"
[   719.224] (II) Loading /usr/lib/xorg/modules/libint10.so
[   719.224] (II) Module int10: vendor="X.Org Foundation"
[   719.224] 	compiled for 1.13.0, module version = 1.0.0
[   719.224] 	ABI class: X.Org Video Driver, version 13.0
[   719.224] (II) SIS(0): initializing int10
[   719.226] (II) SIS(0): Primary V_BIOS segment is: 0xc000
[   719.256] (II) SIS(0): VESA BIOS detected
[   719.256] (II) SIS(0): VESA VBE Version 3.0
[   719.256] (II) SIS(0): VESA VBE Total Mem: 65472 kB
[   719.256] (II) SIS(0): VESA VBE OEM: SiS
[   719.256] (II) SIS(0): VESA VBE OEM Software Rev: 1.0
[   719.256] (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[   719.256] (II) SIS(0): VESA VBE OEM Product: 6325
[   719.256] (II) SIS(0): VESA VBE OEM Product Rev: 1.15.11f5
[   719.823] (II) SIS(0): Setting standard mode 0x64
[   720.531] (II) EXA(0): Offscreen pixmap area of 63373312 bytes
[   720.531] (II) EXA(0): Driver registered support for the following operations:
[   720.531] (II)         Solid
[   720.531] (II)         Copy
[   720.531] (II)         UploadToScreen
[   720.531] (II)         DownloadFromScreen
[   720.531] (--) SIS(0): CPU frequency 1666.84Mhz
[   720.533] (II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
[   720.551] (--) SIS(0): 	Checked libc memcpy()... 	265.6 MiB/s
[   720.567] (--) SIS(0): 	Checked built-in-1 memcpy()... 	265.9 MiB/s
[   720.617] (--) SIS(0): 	Checked built-in-2 memcpy()... 	57.4 MiB/s
[   720.634] (--) SIS(0): 	Checked MMX memcpy()... 	258.0 MiB/s
[   720.650] (--) SIS(0): 	Checked 3DNow! memcpy()... 	250.4 MiB/s
[   720.666] (--) SIS(0): 	Checked MMX2 memcpy()... 	253.8 MiB/s
[   720.667] (--) SIS(0): Using built-in-1 method for aligned data transfers to video RAM
[   720.667] (--) SIS(0): Using built-in-1 method for unaligned data transfers to video RAM
[   720.667] (--) SIS(0): CPU frequency 1666.84Mhz
[   720.669] (II) SIS(0): Benchmarking video RAM to system RAM memory transfer methods:
[   720.826] (--) SIS(0): 	Checked libc memcpy()... 	17.5 MiB/s
[   720.981] (--) SIS(0): 	Checked built-in-1 memcpy()... 	17.5 MiB/s
[   721.138] (--) SIS(0): 	Checked built-in-2 memcpy()... 	17.5 MiB/s
[   721.225] (--) SIS(0): 	Checked MMX memcpy()... 	33.4 MiB/s
[   721.312] (--) SIS(0): 	Checked 3DNow! memcpy()... 	33.3 MiB/s
[   721.400] (--) SIS(0): 	Checked MMX2 memcpy()... 	32.5 MiB/s
[   721.400] (--) SIS(0): Using MMX method for aligned data transfers from video RAM
[   721.400] (--) SIS(0): Using MMX method for unaligned data transfers from video RAM
[   721.400] (==) SIS(0): Backing store disabled
[   721.400] (==) SIS(0): Silken mouse enabled
[   721.401] (==) SIS(0): DPMS enabled
[   721.401] (II) SIS(0): Using SiS300/315/330/340 series HW Xv by default on CRT2
[   721.442] (II) SIS(0): Initialized SISCTRL extension version 0.1
[   721.442] (II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
[   721.442] (==) RandR enabled
[   721.457] (II) AIGLX: Screen 0 is not DRI2 capable
[   721.457] (II) AIGLX: Screen 0 is not DRI capable
[   721.480] (II) AIGLX: Loaded and initialized swrast
[   721.480] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   721.499] (II) XKB: reuse xkmfile /tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[   721.502] (II) Using input driver 'synaptics' for 'Mouse'
[   721.502] (**) Option "AlwaysCore"
[   721.502] (**) Mouse: always reports core events
[   721.502] (--) synaptics: Mouse: auto-dev sets device to /dev/input/event5
[   721.502] (**) Option "Device" "/dev/input/event5"
[   721.502] (--) synaptics: Mouse: x-axis range 0 - 1023
[   721.502] (--) synaptics: Mouse: y-axis range 0 - 767
[   721.503] (--) synaptics: Mouse: pressure range 0 - 127
[   721.503] (II) synaptics: Mouse: device does not report finger width.
[   721.503] (--) synaptics: Mouse: buttons: left right middle
[   721.503] (--) synaptics: Mouse: Vendor 0x2 Product 0x8
[   721.503] (--) synaptics: Mouse: invalid finger width range.  defaulting to 0 - 15
[   721.503] (--) synaptics: Mouse: touchpad found
[   721.503] (**) Mouse: always reports core events
[   721.503] (II) XINPUT: Adding extended input device "Mouse" (type: TOUCHPAD, id 6)
[   721.503] (**) synaptics: Mouse: (accel) MinSpeed is now constant deceleration 2.5
[   721.503] (**) synaptics: Mouse: MaxSpeed is now 1.75
[   721.503] (**) synaptics: Mouse: AccelFactor is now 0.156
[   721.503] (**) Mouse: (accel) keeping acceleration scheme 1
[   721.503] (**) Mouse: (accel) acceleration profile 1
[   721.503] (**) Mouse: (accel) acceleration factor: 2.000
[   721.503] (**) Mouse: (accel) acceleration threshold: 4
[   721.503] (--) synaptics: Mouse: touchpad found
[   721.507] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   721.507] (II) No input driver specified, ignoring this device.
[   721.507] (II) This device may have been added with another device file.
[   721.507] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   721.507] (II) No input driver specified, ignoring this device.
[   721.507] (II) This device may have been added with another device file.
[   721.508] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   721.508] (II) No input driver specified, ignoring this device.
[   721.508] (II) This device may have been added with another device file.
[   721.508] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   721.508] (II) No input driver specified, ignoring this device.
[   721.509] (II) This device may have been added with another device file.
[   721.509] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event4)
[   721.509] (II) No input driver specified, ignoring this device.
[   721.509] (II) This device may have been added with another device file.
[   721.509] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[   721.509] (II) No input driver specified, ignoring this device.
[   721.509] (II) This device may have been added with another device file.
[   721.510] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event5)
[   721.510] (II) No input driver specified, ignoring this device.
[   721.510] (II) This device may have been added with another device file.
[   721.510] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[   721.510] (II) No input driver specified, ignoring this device.
[   721.510] (II) This device may have been added with another device file.
[   725.649] (EE) 
[   725.649] (EE) Backtrace:
[   725.700] (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0xb7700cd9]
[   725.700] (EE) 1: /usr/bin/X (0xb7559000+0x1abbc6) [0xb7704bc6]
[   725.700] (EE) 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb753640c]
[   725.700] (EE) 3: /usr/lib/xorg/modules/drivers/sis_drv.so (0xb6f76000+0x4ea82) [0xb6fc4a82]
[   725.700] (EE) 4: /usr/lib/xorg/modules/drivers/sis_drv.so (0xb6f76000+0x3a629) [0xb6fb0629]
[   725.700] (EE) 5: /usr/lib/xorg/modules/drivers/sis_drv.so (0xb6f76000+0x28aeb) [0xb6f9eaeb]
[   725.700] (EE) 6: /usr/lib/xorg/modules/libexa.so (0xb6f05000+0x5278) [0xb6f0a278]
[   725.701] (EE) 7: /usr/lib/xorg/modules/libexa.so (0xb6f05000+0x578f) [0xb6f0a78f]
[   725.701] (EE) 8: /usr/lib/xorg/modules/libexa.so (0xb6f05000+0x5967) [0xb6f0a967]
[   725.701] (EE) 9: /usr/lib/xorg/modules/libexa.so (0xb6f05000+0x618a) [0xb6f0b18a]
[   725.701] (EE) 10: /usr/lib/xorg/modules/libexa.so (0xb6f05000+0x3e9f) [0xb6f08e9f]
[   725.701] (EE) 11: /usr/lib/xorg/modules/libexa.so (0xb6f05000+0xa1b2) [0xb6f0f1b2]
[   725.701] (EE) 12: /usr/lib/xorg/modules/libexa.so (0xb6f05000+0xacc3) [0xb6f0fcc3]
[   725.701] (EE) 13: /usr/bin/X (0xb7559000+0x1295eb) [0xb76825eb]
[   725.701] (EE) 14: /usr/bin/X (miPaintWindow+0x266) [0xb76e03c6]
[   725.701] (EE) 15: /usr/bin/X (miClearToBackground+0x11c) [0xb76f857c]
[   725.701] (EE) 16: /usr/bin/X (0xb7559000+0x38311) [0xb7591311]
[   725.701] (EE) 17: /usr/bin/X (0xb7559000+0x3cba5) [0xb7595ba5]
[   725.701] (EE) 18: /usr/bin/X (0xb7559000+0x2a10a) [0xb758310a]
[   725.702] (EE) 19: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf3) [0xb71b84d3]
[   725.702] (EE) 20: /usr/bin/X (0xb7559000+0x2a4e9) [0xb75834e9]
[   725.702] (EE) 
[   725.702] (EE) Segmentation fault at address 0x0
[   725.702] 
Fatal server error:
[   725.702] Caught signal 11 (Segmentation fault). Server aborting
[   725.702] 
[   725.702] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   725.702] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   725.702] (EE) 
[   725.708] (II) UnloadModule: "synaptics"
[   725.719] (II) SIS(0): Restoring by setting old mode 0x62
[   726.930] Server terminated with error (1). Closing log file.

Lorsque je lance X via startx, tout se passe de manière normale jusqu'à ce qu'apparaisse la souris (que je peux déplacer correctement) et 2-3 secondes après... c'est le crash !

J’aurai tendance à dire qu’il y a problème avec le touchpad, mais je n’en suis pas sur. Et je n’ai encore rien de trouvé de probant en fouillant sur la toile…

Bref, toute aide ou piste serait la bienvenue !

Merci d'avance

Hors ligne