On 06/17/2013 03:04 PM, Belkacem Houari wrote:
Thanks for the quick réponse.
This is an old server which was running under Debian etch.
Vendor specs:
baysatroot-desktop
description: Desktop Computer
product: VT5440B
vendor: VIA
width: 32 bits
capabilities: smbios-2.3 dmi-2.3 smp-1.4 smp
configuration: chassis=desktop cpus=1
*-core
description: Motherboard
product: MK40V
vendor: Shuttle Inc
physical id: 0
*-firmware
description: BIOS
vendor: American Megatrends Inc.
physical id: 0
version: Version 07.00T
date: 04/02/01
size: 64KiB
capacity: 192KiB
This is the complete log file:
... snip ...
[ 2046.085] (EE) CHROME(0): Unknown Card-Ids (7205|1297| 240), Chipset:
KM400/KN400; please report to [email protected]
[ 2046.085] (WW) CHROME(0): CLE266 Revision seems to be Cx, yet 0 was
detected previously.
[ 2046.085] (EE)
[ 2046.085] (EE) Backtrace:
[ 2046.086] (EE) 0: /usr/bin/X (xorg_backtrace+0x49) [0xb778c289]
[ 2046.086] (EE) 1: /usr/bin/X (0xb75d5000+0x1bb08a) [0xb779008a]
[ 2046.086] (EE) 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb75b240c]
[ 2046.086] (EE) 3: /usr/lib/xorg/modules/drivers/openchrome_drv.so
(0xb701d000+0x1401e) [0xb703101e]
[ 2046.086] (EE) 4: /usr/bin/X (InitOutput+0xc2f) [0xb765a76f]
[ 2046.086] (EE) 5: /usr/bin/X (0xb75d5000+0x29740) [0xb75fe740]
[ 2046.086] (EE) 6: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf3)
[0xb722d4d3]
[ 2046.086] (EE) 7: /usr/bin/X (0xb75d5000+0x29cd9) [0xb75fecd9]
[ 2046.086] (EE)
[ 2046.087] (EE) Segmentation fault at address 0x0
[ 2046.087]
Fatal server error:
[ 2046.087] Caught signal 11 (Segmentation fault). Server aborting
[ 2046.087]
[ 2046.087] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 2046.087] (EE) Please also check the log file at "/var/log/Xorg.0.log"
for additional information.
[ 2046.087] (EE)
[ 2046.157] Server terminated with error (1). Closing log file.
Can you please update to latest git tree, apply the attached patch and
report back, possibly with logs ?
Btw, please don't top post and keep the mailing list CC'ed.
Regards,
Xavier
diff --git a/src/via_id.c b/src/via_id.c
index 1053293..785081c 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -57,6 +57,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"Soltek SL-75MIV2", VIA_KM400, 0x1106, 0x0000, VIA_DEVICE_CRT}, /* VIA/0x0000 */
{"VIA VT3205 (KM400)", VIA_KM400, 0x1106, 0x3205, VIA_DEVICE_CRT | VIA_DEVICE_TV}, /* borrowed by Soltek SL-B7C-FGR */
{"VIA VT7205 (KM400A)", VIA_KM400, 0x1106, 0x7205, VIA_DEVICE_CRT}, /* borrowed by Biostar iDEQ 200V/Chaintech 7VIF4 */
+ {"Shuttle MK40V", VIA_KM400, 0x1297, 0x0240, VIA_DEVICE_CRT},
{"Shuttle FX43", VIA_KM400, 0x1297, 0xF643, VIA_DEVICE_CRT | VIA_DEVICE_TV},
{"Giga-byte 7VM400(A)M", VIA_KM400, 0x1458, 0xD000, VIA_DEVICE_CRT},
{"MSI KM4(A)M-V", VIA_KM400, 0x1462, 0x7061, VIA_DEVICE_CRT}, /* aka "DFI KM400-MLV" */
_______________________________________________
Openchrome-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/openchrome-users
Main page: http://www.openchrome.org
Wiki: http://www.openchrome.org/trac/wiki/TOC