[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#277884: xserver-xfree86: 32bit X crashes on 64bit amd64 kernel



Package: xserver-xfree86
Version: 4.3.0.dfsg.1-10
Followup-For: Bug #277884


Hi,

X still crashes with the 2.6.10+ kernels when NX protection is enabled. With
the NX protection disabled (noexec=off) it works.

The patch with mprotect() doesn't seem to work with a 64bit kernel. The command
returns -1 EINVAL. Below is the strace.

Peter


execve("/usr/bin/X11/X", ["/usr/bin/X11/X"], [/* 27 vars */]) = 0
uname({sys="Linux", node="beeky", ...}) = 0
brk(0)                                  = 0x804b000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x5556c000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=77050, ...}) = 0
old_mmap(NULL, 77050, PROT_READ, MAP_PRIVATE, 3, 0) = 0x5556d000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360Y\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1253924, ...}) = 0
old_mmap(NULL, 1260140, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x55580000
old_mmap(0x556a9000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x129000) = 0x556a9000
old_mmap(0x556b1000, 10860, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x556b1000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x556b4000
set_thread_area({entry_number:-1 -> 11, base_addr:0x556b42a0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0x5556d000, 77050)               = 0
brk(0)                                  = 0x804b000
brk(0x806c000)                          = 0x806c000
brk(0)                                  = 0x806c000
open("/etc/X11/Xwrapper.config", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0600, st_size=771, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x5556d000
read(3, "# Xwrapper.config (Debian X Wind"..., 4096) = 771
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x5556d000, 4096)                = 0
lstat64("/etc/X11/X", {st_mode=S_IFLNK|0755, st_size=20, ...}) = 0
readlink("/etc/X11/X", "/usr/bin/X11/XFree86", 1024) = 20
access("/etc/X11/X", X_OK)              = 0
getuid32()                              = 0
umask(0)                                = 022
mkdir("/tmp/.X11-unix", 01777)          = -1 EEXIST (File exists)
umask(022)                              = 0
lstat64("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat64("/dev/dri", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
setresuid32(-1, 0, -1)                  = 0
getpriority(PRIO_PROCESS, 0)            = 20
setpriority(PRIO_PROCESS, 0, 0)         = 0
getpriority(PRIO_PROCESS, 0)            = 20
chdir("/etc/X11")                       = 0
execve("/usr/bin/X11/XFree86", ["/usr/bin/X11/X"], [/* 27 vars */]) = 0
uname({sys="Linux", node="beeky", ...}) = 0
brk(0)                                  = 0x8206000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x5556c000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=77050, ...}) = 0
old_mmap(NULL, 77050, PROT_READ, MAP_PRIVATE, 3, 0) = 0x5556d000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\27"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=67468, ...}) = 0
old_mmap(NULL, 70528, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x55580000
old_mmap(0x55591000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x10000) = 0x55591000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libm.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\00005\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=134464, ...}) = 0
old_mmap(NULL, 136944, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x55592000
old_mmap(0x555b3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x20000) = 0x555b3000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libdl.so.2", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\32"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9872, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x555b4000
old_mmap(NULL, 8632, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x555b5000
old_mmap(0x555b7000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x555b7000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\30\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=32324, ...}) = 0
old_mmap(NULL, 35336, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x555b8000
old_mmap(0x555c0000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x7000) = 0x555c0000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360Y\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1253924, ...}) = 0
old_mmap(NULL, 1260140, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x555c1000
old_mmap(0x556ea000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x129000) = 0x556ea000
old_mmap(0x556f2000, 10860, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x556f2000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x556f5000
set_thread_area({entry_number:-1 -> 11, base_addr:0x556f5080, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0x5556d000, 77050)               = 0
geteuid32()                             = 0
getuid32()                              = 0
geteuid32()                             = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
brk(0)                                  = 0x8206000
brk(0x8227000)                          = 0x8227000
brk(0)                                  = 0x8227000
close(0)                                = 0
close(1)                                = 0
write(2, "", 0)                         = 0
getpgrp()                               = 2350
open("/tmp/.tX0-lock", O_WRONLY|O_CREAT|O_EXCL, 0644) = 0
getpid()                                = 2351
write(0, "      2351\n", 11)            = 11
fchmod(0, 0444)                         = 0
close(0)                                = 0
link("/tmp/.tX0-lock", "/tmp/.X0-lock") = 0
unlink("/tmp/.tX0-lock")                = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
stat64("/var/log/XFree86.0.log", {st_mode=S_IFREG|0644, st_size=3513, ...}) = 0
rename("/var/log/XFree86.0.log", "/var/log/XFree86.0.log.old") = 0
open("/var/log/XFree86.0.log", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 0
geteuid32()                             = 0
getuid32()                              = 0
geteuid32()                             = 0
rt_sigaction(SIGALRM, {0x80e5750, [ALRM], 0}, NULL, 8) = 0
setitimer(ITIMER_REAL, {it_interval={0, 20000}, it_value={0, 20000}}, NULL) = 0
setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
uname({sys="Linux", node="beeky", ...}) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 1
setsockopt(1, SOL_TCP, TCP_NODELAY, [1], 4) = 0
setsockopt(1, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(1, {sa_family=AF_INET, sin_port=htons(6000), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
setsockopt(1, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
listen(1, 128)                          = 0
getsockname(1, {sa_family=AF_INET, sin_port=htons(6000), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
uname({sys="Linux", node="beeky", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 3
umask(0)                                = 022
mkdir("/tmp/.X11-unix", 01777)          = -1 EEXIST (File exists)
lstat64("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
unlink("/tmp/.X11-unix/X0")             = 0
bind(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0
listen(3, 128)                          = 0
umask(022)                              = 0
ioctl(1, SIOCGIFCONF, {64, {{"lo", {AF_INET, inet_addr("127.0.0.1")}}, {"eth0", {AF_INET, inet_addr("10.0.0.1")}}}}) = 0
ioctl(1, SIOCGIFFLAGS, 0xffffd080)      = 0
ioctl(1, SIOCGIFBRDADDR, 0xffffd080)    = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, {0x80e40d0, [HUP], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x80e4100, [INT], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {0x80e4100, [TERM], 0}, {SIG_DFL}, 8) = 0
open("/etc/X0.hosts", O_RDONLY)         = -1 ENOENT (No such file or directory)
rt_sigaction(SIGUSR1, {SIG_IGN}, {SIG_DFL}, 8) = 0
getppid()                               = 2350
gettimeofday({1106326773, 309468}, NULL) = 0
write(2, "XFree86 Version 4.3.0", 21XFree86 Version 4.3.0)   = 21
write(0, "XFree86 Version 4.3.0", 21)   = 21
write(2, ".1", 2.1)                       = 2
write(0, ".1", 2)                       = 2
write(2, " (Debian 4.3.0.dfsg.1-10 2004121"..., 62 (Debian 4.3.0.dfsg.1-10 20041215174925 fabbione@fabbione.net)) = 62
write(0, " (Debian 4.3.0.dfsg.1-10 2004121"..., 62) = 62
write(2, "\nRelease Date: 15 August 2003\n", 30
Release Date: 15 August 2003
) = 30
write(0, "\nRelease Date: 15 August 2003\n", 30) = 30
write(2, "X Protocol Version 11, Revision "..., 47X Protocol Version 11, Revision 0, Release 6.6
) = 47
write(0, "X Protocol Version 11, Revision "..., 47) = 47
write(2, "Build Operating System: Linux 2."..., 49Build Operating System: Linux 2.4.26 i686 [ELF] 
) = 49
write(0, "Build Operating System: Linux 2."..., 49) = 49
open("/etc/localtime", O_RDONLY)        = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1074, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x5556d000
read(4, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\r\0"..., 4096) = 1074
close(4)                                = 0
munmap(0x5556d000, 4096)                = 0
write(2, "Build Date: 15 December 2004\n", 29Build Date: 15 December 2004
) = 29
write(0, "Build Date: 15 December 2004\n", 29) = 29
write(2, "\nThis version of XFree86 has bee"..., 603
This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

) = 603
write(0, "\nThis version of XFree86 has bee"..., 603) = 603
write(2, "Module Loader present\n", 22Module Loader present
) = 22
write(0, "Module Loader present\n", 22) = 22
open("/proc/sys/kernel/tainted", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x5556d000
read(4, "0\n", 1024)                    = 2
close(4)                                = 0
munmap(0x5556d000, 4096)                = 0
open("/proc/version", O_RDONLY)         = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x5556d000
read(4, "Linux version 2.6.11-rc1-bk9 (ro"..., 1024) = 123
close(4)                                = 0
munmap(0x5556d000, 4096)                = 0
write(2, "OS Kernel: Linux version 2.6.11-"..., 135OS Kernel: Linux version 2.6.11-rc1-bk9 (root@beeky) (gcc version 3.3.2 20030908 (Debian prerelease)) #2 Fri Jan 21 16:07:48 UTC 2005 
) = 135
write(0, "OS Kernel: Linux version 2.6.11-"..., 135) = 135
write(2, "Markers: (--) probed, (**) from "..., 204Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
) = 204
write(0, "Markers: (--) probed, (**) from "..., 204) = 204
time(NULL)                              = 1106326773
write(2, "(==) ", 5(==) )                    = 5
write(0, "(==) ", 5)                    = 5
write(2, "Log file: \"/var/log/XFree86.0.lo"..., 67Log file: "/var/log/XFree86.0.log", Time: Fri Jan 21 17:59:33 2005
) = 67
write(0, "Log file: \"/var/log/XFree86.0.lo"..., 67) = 67
getuid32()                              = 0
open("/root/XF86Config", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/etc/X11/XF86Config-4", O_RDONLY) = 4
write(2, "(==) ", 5(==) )                    = 5
write(0, "(==) ", 5)                    = 5
write(2, "Using config file: \"/etc/X11/XF8"..., 43Using config file: "/etc/X11/XF86Config-4"
) = 43
write(0, "Using config file: \"/etc/X11/XF8"..., 43) = 43
fstat64(4, {st_mode=S_IFREG|0644, st_size=3077, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x5556d000
read(4, "# XF86Config-4 (XFree86 X Window"..., 4096) = 3077
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x5556d000, 4096)                = 0
write(0, "(==) ", 5)                    = 5
write(0, "ServerLayout \"Default Layout\"\n", 30) = 30
write(0, "(**) ", 5)                    = 5
write(0, "|-->Screen \"Default Screen\" (0)\n", 32) = 32
write(0, "(**) ", 5)                    = 5
write(0, "|   |-->Monitor \"Generic Monitor"..., 34) = 34
write(0, "(**) ", 5)                    = 5
write(0, "|   |-->Device \"Generic Video Ca"..., 36) = 36
write(0, "(**) ", 5)                    = 5
write(0, "|-->Input Device \"Generic Keyboa"..., 36) = 36
write(0, "(**) ", 5)                    = 5
write(0, "Option \"XkbRules\"", 17)     = 17
write(0, " \"xfree86\"", 10)            = 10
write(0, "\n", 1)                       = 1
write(0, "(**) ", 5)                    = 5
write(0, "XKB: rules: \"xfree86\"\n", 22) = 22
write(0, "(**) ", 5)                    = 5
write(0, "Option \"XkbModel\"", 17)     = 17
write(0, " \"pc104\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "(**) ", 5)                    = 5
write(0, "XKB: model: \"pc104\"\n", 20) = 20
write(0, "(**) ", 5)                    = 5
write(0, "Option \"XkbLayout\"", 18)    = 18
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(0, "(**) ", 5)                    = 5
write(0, "XKB: layout: \"us\"\n", 18)   = 18
write(0, "(==) ", 5)                    = 5
write(0, "Keyboard: CustomKeycode disabled"..., 33) = 33
write(0, "(**) ", 5)                    = 5
write(0, "|-->Input Device \"Configured Mou"..., 36) = 36
write(0, "(**) ", 5)                    = 5
write(0, "|-->Input Device \"Generic Mouse\""..., 33) = 33
stat64("/usr/lib/X11/fonts/misc", {st_mode=S_IFDIR|0755, st_size=24576, ...}) = 0
stat64("/usr/lib/X11/fonts/misc/fonts.dir", {st_mode=S_IFREG|0644, st_size=39669, ...}) = 0
stat64("/usr/lib/X11/fonts/cyrillic", 0xffffd75c) = -1 ENOENT (No such file or directory)
write(0, "(WW) ", 5)                    = 5
write(0, "The directory \"/usr/lib/X11/font"..., 60) = 60
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat64("/usr/lib/X11/fonts/100dpi/", 0xffffd75c) = -1 ENOENT (No such file or directory)
write(0, "(WW) ", 5)                    = 5
write(0, "The directory \"/usr/lib/X11/font"..., 59) = 59
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat64("/usr/lib/X11/fonts/75dpi/", {st_mode=S_IFDIR|0755, st_size=28672, ...}) = 0
stat64("/usr/lib/X11/fonts/75dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=33476, ...}) = 0
stat64("/usr/lib/X11/fonts/Type1", 0xffffd75c) = -1 ENOENT (No such file or directory)
write(0, "(WW) ", 5)                    = 5
write(0, "The directory \"/usr/lib/X11/font"..., 57) = 57
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat64("/usr/lib/X11/fonts/CID", 0xffffd75c) = -1 ENOENT (No such file or directory)
write(0, "(WW) ", 5)                    = 5
write(0, "The directory \"/usr/lib/X11/font"..., 55) = 55
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat64("/usr/lib/X11/fonts/Speedo", 0xffffd75c) = -1 ENOENT (No such file or directory)
write(0, "(WW) ", 5)                    = 5
write(0, "The directory \"/usr/lib/X11/font"..., 58) = 58
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat64("/usr/lib/X11/fonts/100dpi", 0xffffd75c) = -1 ENOENT (No such file or directory)
write(0, "(WW) ", 5)                    = 5
write(0, "The directory \"/usr/lib/X11/font"..., 58) = 58
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat64("/usr/lib/X11/fonts/75dpi", {st_mode=S_IFDIR|0755, st_size=28672, ...}) = 0
stat64("/usr/lib/X11/fonts/75dpi/fonts.dir", {st_mode=S_IFREG|0644, st_size=33476, ...}) = 0
write(0, "(**) ", 5)                    = 5
write(0, "FontPath set to \"unix/:7100,/usr"..., 113) = 113
write(0, "(==) ", 5)                    = 5
write(0, "RgbPath set to \"/usr/X11R6/lib/X"..., 40) = 40
write(0, "(==) ", 5)                    = 5
write(0, "ModulePath set to \"/usr/X11R6/li"..., 43) = 43
open("/dev/mem", O_RDONLY)              = 4
mmap2(NULL, 4096, PROT_READ, MAP_SHARED, 4, 0xf8) = 0x5556d000
munmap(0x5556d000, 4096)                = 0
close(4)                                = 0
rt_sigaction(SIGSEGV, {0x8084380, [SEGV], SA_RESTART}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, {0x8084380, [ILL], SA_RESTART}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, {0x8084380, [FPE], SA_RESTART}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, {0x8084380, [BUS], SA_RESTART}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSYS, {0x8084380, [SYS], SA_RESTART}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXCPU, {0x8084380, [XCPU], SA_RESTART}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXFSZ, {0x8084380, [XFSZ], SA_RESTART}, {SIG_DFL}, 8) = 0
geteuid32()                             = 0
open("/dev/tty0", O_WRONLY)             = 4
ioctl(4, VIDIOC_QUERYCAP or VT_OPENQRY, 0x81c61f4) = 0
close(4)                                = 0
write(0, "(--) ", 5)                    = 5
write(0, "using VT number 7\n\n", 19)   = 19
setpgid(0, 0)                           = 0
open("/dev/vc/7", O_RDWR|O_NONBLOCK)    = -1 ENOENT (No such file or directory)
open("/dev/tty7", O_RDWR|O_NONBLOCK)    = 4
getgid32()                              = 0
getuid32()                              = 0
chown32("/dev/tty7", 0, 0)              = 0
getgid32()                              = 0
getuid32()                              = 0
chown32("/dev/tty0", 0, 0)              = 0
ioctl(4, VT_GETSTATE, 0xffffd890)       = 0
open("/dev/tty", O_RDWR)                = 5
ioctl(5, TIOCNOTTY)                     = 0
close(5)                                = 0
ioctl(4, VIDIOC_G_COMP or VT_ACTIVATE, 0x7) = 0
ioctl(4, VIDIOC_S_COMP or VT_WAITACTIVE, 0x7) = 0
ioctl(4, VIDIOC_RESERVED or VT_GETMODE, 0xffffd868) = 0
rt_sigaction(SIGUSR1, {0x809a530, [USR1], SA_RESTART}, {SIG_IGN}, 8) = 0
ioctl(4, VIDIOC_ENUM_FMT or VT_SETMODE, 0xffffd868) = 0
ioctl(4, KDSETMODE, 0x1)                = 0
open("/dev/apm_bios", O_RDWR)           = -1 ENODEV (No such device)
write(0, "(WW) ", 5)                    = 5
write(0, "Open APM failed (/dev/apm_bios) "..., 49) = 49
open("/usr/X11R6/lib/X11/rgb.txt", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=17371, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x5556d000
read(5, "! $Xorg: rgb.txt,v 1.3 2000/08/1"..., 4096) = 4096
read(5, "43\t\trosy brown\n188 143 143\t\tRosy"..., 4096) = 4096
read(5, "\tturquoise4\n  0 255 255\t\tcyan1\n "..., 4096) = 4096
read(5, "38 174 238\t\tplum2\n205 150 205\t\tp"..., 4096) = 4096
read(5, "7 \t\tgray85\n217 217 217 \t\tgrey85\n"..., 4096) = 987
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x5556d000, 4096)                = 0
ioperm(0, 0x400, 0x1)                   = 0
iopl(0x3)                               = 0
ioperm(0x40, 0x4, 0)                    = 0
ioperm(0x60, 0x4, 0)                    = 0
write(0, "(II) ", 5)                    = 5
write(0, "Module ABI versions:\n", 21)  = 21
write(0, "\tXFree86 ANSI C Emulation: 0.2\n", 31) = 31
write(0, "\tXFree86 Video Driver: 0.6\n", 27) = 27
write(0, "\tXFree86 XInput driver : 0.4\n", 29) = 29
write(0, "\tXFree86 Server Extension : 0.2\n", 32) = 32
write(0, "\tXFree86 Font Renderer : 0.4\n", 29) = 29
write(0, "(II) ", 5)                    = 5
write(0, "Loader running on linux\n", 24) = 24
write(0, "(II) ", 5)                    = 5
write(0, "LoadModule: \"bitmap\"", 20)  = 20
write(0, "\n", 1)                       = 1
stat64("/usr/X11R6/lib/modules/drivers/linux/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/X11R6/lib/modules/drivers/linux/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
getdents64(5, /* 3 entries */, 4096)    = 80
stat64("/usr/X11R6/lib/modules/drivers/linux/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/linux/..", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/linux/v4l_drv.o", {st_mode=S_IFREG|0644, st_size=13828, ...}) = 0
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
stat64("/usr/X11R6/lib/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/X11R6/lib/modules/drivers/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
getdents64(5, /* 42 entries */, 4096)   = 1400
stat64("/usr/X11R6/lib/modules/drivers/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/..", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/atimisc_drv.o", {st_mode=S_IFREG|0644, st_size=165200, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/apm_drv.o", {st_mode=S_IFREG|0644, st_size=116348, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/ark_drv.o", {st_mode=S_IFREG|0644, st_size=15536, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/ati_drv.o", {st_mode=S_IFREG|0644, st_size=49088, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/cirrus_alpine.o", {st_mode=S_IFREG|0644, st_size=34464, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/chips_drv.o", {st_mode=S_IFREG|0644, st_size=152148, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/siliconmotion_drv.o", {st_mode=S_IFREG|0644, st_size=77916, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/cirrus_drv.o", {st_mode=S_IFREG|0644, st_size=9572, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/cirrus_laguna.o", {st_mode=S_IFREG|0644, st_size=25968, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/cyrix_drv.o", {st_mode=S_IFREG|0644, st_size=23392, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/fbdev_drv.o", {st_mode=S_IFREG|0644, st_size=16580, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/glide_drv.o", {st_mode=S_IFREG|0644, st_size=12312, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/glint_drv.o", {st_mode=S_IFREG|0644, st_size=271732, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/i128_drv.o", {st_mode=S_IFREG|0644, st_size=53964, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/i740_drv.o", {st_mode=S_IFREG|0644, st_size=42892, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/i810_drv.o", {st_mode=S_IFREG|0644, st_size=166228, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/imstt_drv.o", {st_mode=S_IFREG|0644, st_size=16724, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/mga_drv.o", {st_mode=S_IFREG|0644, st_size=217332, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/neomagic_drv.o", {st_mode=S_IFREG|0644, st_size=72428, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/newport_drv.o", {st_mode=S_IFREG|0644, st_size=15728, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/nv_drv.o", {st_mode=S_IFREG|0644, st_size=74148, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/r128_drv.o", {st_mode=S_IFREG|0644, st_size=97224, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/radeon_drv.o", {st_mode=S_IFREG|0644, st_size=150432, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/rendition_drv.o", {st_mode=S_IFREG|0644, st_size=38416, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/s3_drv.o", {st_mode=S_IFREG|0644, st_size=54908, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/s3virge_drv.o", {st_mode=S_IFREG|0644, st_size=77844, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/savage_drv.o", {st_mode=S_IFREG|0644, st_size=77656, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/trident_drv.o", {st_mode=S_IFREG|0644, st_size=147972, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/sis_drv.o", {st_mode=S_IFREG|0644, st_size=597628, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/tdfx_drv.o", {st_mode=S_IFREG|0644, st_size=68556, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/tga_drv.o", {st_mode=S_IFREG|0644, st_size=47916, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/vmware_drv.o", {st_mode=S_IFREG|0644, st_size=34592, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/tseng_drv.o", {st_mode=S_IFREG|0644, st_size=68500, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/vesa_drv.o", {st_mode=S_IFREG|0644, st_size=21552, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/vga_drv.o", {st_mode=S_IFREG|0644, st_size=16672, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/nsc_drv.o", {st_mode=S_IFREG|0644, st_size=271460, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/riva128.o", {st_mode=S_IFREG|0644, st_size=43332, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/dummy_drv.o", {st_mode=S_IFREG|0644, st_size=10436, ...}) = 0
stat64("/usr/X11R6/lib/modules/drivers/via_drv.o", {st_mode=S_IFREG|0644, st_size=336512, ...}) = 0
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
stat64("/usr/X11R6/lib/modules/input/linux/", 0xffffc6ec) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/modules/input/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/X11R6/lib/modules/input/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
getdents64(5, /* 23 entries */, 4096)   = 808
stat64("/usr/X11R6/lib/modules/input/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/..", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/digitaledge_drv.o", {st_mode=S_IFREG|0644, st_size=12384, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/calcomp_drv.o", {st_mode=S_IFREG|0644, st_size=11424, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/citron_drv.o", {st_mode=S_IFREG|0644, st_size=41748, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/dynapro_drv.o", {st_mode=S_IFREG|0644, st_size=8196, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/dmc_drv.o", {st_mode=S_IFREG|0644, st_size=8644, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/elographics_drv.o", {st_mode=S_IFREG|0644, st_size=13644, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/hyperpen_drv.o", {st_mode=S_IFREG|0644, st_size=16156, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/microtouch_drv.o", {st_mode=S_IFREG|0644, st_size=13628, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/mouse_drv.o", {st_mode=S_IFREG|0644, st_size=39488, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/mutouch_drv.o", {st_mode=S_IFREG|0644, st_size=16444, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/penmount_drv.o", {st_mode=S_IFREG|0644, st_size=9116, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/spaceorb_drv.o", {st_mode=S_IFREG|0644, st_size=8048, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/summa_drv.o", {st_mode=S_IFREG|0644, st_size=16420, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/void_drv.o", {st_mode=S_IFREG|0644, st_size=2888, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/wacom_drv.o", {st_mode=S_IFREG|0644, st_size=71208, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/magellan_drv.o", {st_mode=S_IFREG|0644, st_size=8696, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/kbd_drv.o", {st_mode=S_IFREG|0644, st_size=9032, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/tek4957_drv.o", {st_mode=S_IFREG|0644, st_size=8924, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/fpit_drv.o", {st_mode=S_IFREG|0644, st_size=7544, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/palmax_drv.o", {st_mode=S_IFREG|0644, st_size=10848, ...}) = 0
stat64("/usr/X11R6/lib/modules/input/js_x_drv.o", {st_mode=S_IFREG|0644, st_size=5432, ...}) = 0
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
stat64("/usr/X11R6/lib/modules/multimedia/linux/", 0xffffc6ec) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/modules/multimedia/", 0xffffc6ec) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/modules/extensions/linux/", 0xffffc6ec) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/X11R6/lib/modules/extensions/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
getdents64(5, /* 9 entries */, 4096)    = 272
stat64("/usr/X11R6/lib/modules/extensions/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/extensions/..", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/extensions/libGLcore.a", {st_mode=S_IFREG|0644, st_size=2228290, ...}) = 0
brk(0)                                  = 0x8227000
brk(0x8248000)                          = 0x8248000
stat64("/usr/X11R6/lib/modules/extensions/libdbe.a", {st_mode=S_IFREG|0644, st_size=16580, ...}) = 0
stat64("/usr/X11R6/lib/modules/extensions/libdri.a", {st_mode=S_IFREG|0644, st_size=31644, ...}) = 0
stat64("/usr/X11R6/lib/modules/extensions/libextmod.a", {st_mode=S_IFREG|0644, st_size=170178, ...}) = 0
stat64("/usr/X11R6/lib/modules/extensions/libglx.a", {st_mode=S_IFREG|0644, st_size=449536, ...}) = 0
stat64("/usr/X11R6/lib/modules/extensions/librecord.a", {st_mode=S_IFREG|0644, st_size=25916, ...}) = 0
stat64("/usr/X11R6/lib/modules/extensions/libxtrap.a", {st_mode=S_IFREG|0644, st_size=39578, ...}) = 0
getdents64(5, /* 0 entries */, 4096)    = 0
close(5)                                = 0
stat64("/usr/X11R6/lib/modules/fonts/linux/", 0xffffc6ec) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/lib/modules/fonts/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/X11R6/lib/modules/fonts/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
fstat64(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
getdents64(5, /* 7 entries */, 4096)    = 216
stat64("/usr/X11R6/lib/modules/fonts/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/fonts/..", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/lib/modules/fonts/libfreetype.a", {st_mode=S_IFREG|0644, st_size=300610, ...}) = 0
stat64("/usr/X11R6/lib/modules/fonts/libbitmap.a", {st_mode=S_IFREG|0644, st_size=83016, ...}) = 0
close(5)                                = 0
write(0, "(II) ", 5)                    = 5
write(0, "Loading /usr/X11R6/lib/modules/f"..., 49) = 49
open("/usr/X11R6/lib/modules/fonts/libbitmap.a", O_RDONLY) = 5
read(5, "!<arch>\n/               11031383"..., 256) = 256
lseek(5, 0, SEEK_SET)                   = 0
read(5, "!<arch>\n", 8)                 = 8
read(5, "/               1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 68
lseek(5, 828, SEEK_SET)                 = 828
read(5, "bdfread.o/      1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 888
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 888, SEEK_SET)                 = 888
lseek(5, 888, SEEK_SET)                 = 888
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 12564, SEEK_SET)               = 12564
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 440) = 440
lseek(5, 12480, SEEK_SET)               = 12480
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 81) = 81
lseek(5, 14408, SEEK_SET)               = 14408
read(5, "\213\0\0\0\2\17\0\0\352\1\0\0\2\20\0\0\r\2\0\0\1\2\0\0"..., 2120) = 2120
lseek(5, 13004, SEEK_SET)               = 13004
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 784) = 784
lseek(5, 13788, SEEK_SET)               = 13788
read(5, "\0bdfReadBitmap\0bdfSkipBitmap\0bdf"..., 620) = 620
lseek(5, 952, SEEK_SET)                 = 952
read(5, "U\211\345W1\377VS\201\354\\\4\0\0\213E\10\211\275\310\373"..., 9362) = 9362
mprotect(0x822ba10, 9362, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
mprotect(0, 0, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
lseek(5, 10328, SEEK_SET)               = 10328
read(5, "ENDCHAR\0missing \'ENDCHAR\'\n\0\0\0\0\0\0"..., 2115) = 2115
mprotect(0x822df38, 2115, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 16528, SEEK_SET)               = 16528
read(5, "bdfutils.o/     1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 16588
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 16588, SEEK_SET)               = 16588
lseek(5, 16588, SEEK_SET)               = 16588
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 18544, SEEK_SET)               = 18544
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 520) = 520
lseek(5, 18453, SEEK_SET)               = 18453
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 89) = 89
lseek(5, 19768, SEEK_SET)               = 19768
read(5, "\n\0\0\0\1\t\0\0\26\0\0\0\1\3\0\0\37\0\0\0\1\n\0\0\'\0"..., 328) = 328
lseek(5, 20096, SEEK_SET)               = 20096
read(5, "\0\0\0\0\1\3\0\0\4\0\0\0\1\3\0\0\10\0\0\0\1\3\0\0\f\0\0"..., 88) = 88
lseek(5, 20184, SEEK_SET)               = 20184
read(5, "X\1\0\0\1\1\0\0\\\1\0\0\1\1\0\0`\1\0\0\1\1\0\0d\1\0\0\1"..., 88) = 88
lseek(5, 19064, SEEK_SET)               = 19064
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 448) = 448
lseek(5, 19512, SEEK_SET)               = 19512
read(5, "\0SpecialAtoms\0bdfError\0bdfFileLi"..., 256) = 256
lseek(5, 16652, SEEK_SET)               = 16652
read(5, "U\211\345\203\354\30\211]\374\241\0\0\0\0\215]\f\211D$"..., 1294) = 1294
mprotect(0x822f6e0, 1294, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 17964, SEEK_SET)               = 17964
read(5, "\340\0\0\0\354\0\0\0\371\0\0\0\6\1\0\0\21\1\0\0\34\1\0"..., 48) = 48
mprotect(0x822a2d8, 48, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 18028, SEEK_SET)               = 18028
read(5, "BDF Error on line %d: \0BDF Warni"..., 388) = 388
mprotect(0x822fcb0, 388, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 20272, SEEK_SET)               = 20272
read(5, "bitmap.o/       1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 20332
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 20332, SEEK_SET)               = 20332
lseek(5, 20332, SEEK_SET)               = 20332
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 21384, SEEK_SET)               = 21384
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 400) = 400
lseek(5, 21309, SEEK_SET)               = 21309
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 73) = 73
lseek(5, 21980, SEEK_SET)               = 21980
read(5, "\333\2\0\0\1\1\0\0\3\3\0\0\2\7\0\0D\3\0\0\1\1\0\0", 24) = 24
lseek(5, 21784, SEEK_SET)               = 21784
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 144) = 144
lseek(5, 21928, SEEK_SET)               = 21928
read(5, "\0nonExistantChar\0bitmapGetGlyphs"..., 50) = 50
lseek(5, 20396, SEEK_SET)               = 20396
read(5, "U\211\345WVS\203\354$\213U\10\213]\34\213u\f\213Bt\213"..., 874) = 874
mprotect(0x8230280, 874, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
mprotect(0, 0, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
lseek(5, 22004, SEEK_SET)               = 22004
read(5, "bitmaputil.o/   1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 22064
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 22064, SEEK_SET)               = 22064
lseek(5, 22064, SEEK_SET)               = 22064
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 25048, SEEK_SET)               = 25048
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 440) = 440
lseek(5, 24964, SEEK_SET)               = 24964
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 81) = 81
lseek(5, 25932, SEEK_SET)               = 25932
read(5, "5\0\0\0\1\1\0\0?\0\0\0\1\1\0\0G\0\0\0\1\1\0\0O\0\0\0\1"..., 232) = 232
lseek(5, 25488, SEEK_SET)               = 25488
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 272) = 272
lseek(5, 25760, SEEK_SET)               = 25760
read(5, "\0initMinMetrics\0initMaxMetrics\0b"..., 171) = 171
lseek(5, 22128, SEEK_SET)               = 22128
read(5, "U\211\345WVS\203\354,\213E\10\213@t\307E\330\0\0\0\0\307"..., 2698) = 2698
mprotect(0x8231088, 2698, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 24828, SEEK_SET)               = 24828
read(5, "\377\177\377\177\377\177\377\177\377\177\377\377\0\200"..., 24) = 24
mprotect(0x8230a58, 24, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 24880, SEEK_SET)               = 24880
read(5, "Error: Couldn\'t allocate ink_met"..., 47) = 47
mprotect(0x8230ba0, 47, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 26164, SEEK_SET)               = 26164
read(5, "bitscale.o/     1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 26224
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 26224, SEEK_SET)               = 26224
lseek(5, 26224, SEEK_SET)               = 26224
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 44248, SEEK_SET)               = 44248
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 520) = 520
lseek(5, 44156, SEEK_SET)               = 44156
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 89) = 89
lseek(5, 46664, SEEK_SET)               = 46664
read(5, "\16\0\0\0\1\2\0\0&\0\0\0\2\36\0\0=\0\0\0\2\37\0\0P\0\0"..., 1440) = 1440
lseek(5, 48104, SEEK_SET)               = 48104
read(5, "\0\0\0\0\1\1\0\0\4\0\0\0\1\1\0\0\10\0\0\0\1\1\0\0\f\0\0"..., 664) = 664
lseek(5, 48768, SEEK_SET)               = 48768
read(5, "\300\4\0\0\1\1\0\0\304\4\0\0\1\1\0\0\310\4\0\0\1\1\0\0"..., 128) = 128
lseek(5, 44768, SEEK_SET)               = 44768
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
lseek(5, 45792, SEEK_SET)               = 45792
read(5, "\0BitmapScaleBitmaps\0PrinterScale"..., 872) = 872
lseek(5, 26288, SEEK_SET)               = 26288
read(5, "U\211\345V\276\24\0\0\0S\203\354\20\273@\0\0\0\215\264"..., 15085) = 15085
mprotect(0x8234d30, 15085, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 41392, SEEK_SET)               = 41392
read(5, "p-\0\0p-\0\0p-\0\0p-\0\0p-\0\0p-\0\0\3601\0\0\200\2\0\0"..., 940) = 940
mprotect(0x82388b8, 940, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 42352, SEEK_SET)               = 42352
read(5, "FOUNDRY\0FAMILY_NAME\0WEIGHT_NAME\0"..., 1767) = 1767
mprotect(0x8238d20, 1767, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 48896, SEEK_SET)               = 48896
read(5, "bitmapfunc.o/   1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 48956
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 48956, SEEK_SET)               = 48956
lseek(5, 48956, SEEK_SET)               = 48956
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 50172, SEEK_SET)               = 50172
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 480) = 480
lseek(5, 50087, SEEK_SET)               = 50087
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 85) = 85
lseek(5, 51560, SEEK_SET)               = 51560
read(5, "\23\0\0\0\2\24\0\0!\0\0\0\2\25\0\0009\0\0\0\2\26\0\0d\0"..., 160) = 160
lseek(5, 51720, SEEK_SET)               = 51720
read(5, "\0\0\0\0\1\t\0\0\4\0\0\0\1\n\0\0\10\0\0\0\1\t\0\0\f\0\0"..., 560) = 560
lseek(5, 50652, SEEK_SET)               = 50652
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
lseek(5, 51164, SEEK_SET)               = 51164
read(5, "\0readers\0renderers\0pcfReadFont\0p"..., 395) = 395
lseek(5, 49020, SEEK_SET)               = 49020
read(5, "U\211\345WVS\203\354<\213E\24\213@\f\211\4$\350\374\377"..., 480) = 480
mprotect(0x823a598, 480, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 49500, SEEK_SET)               = 49500
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 416) = 416
mprotect(0x823a800, 416, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 49916, SEEK_SET)               = 49916
read(5, ".pcf\0.pcf.Z\0.pcf.gz\0.snf\0.snf.Z\0"..., 134) = 134
mprotect(0x823aa50, 134, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 52280, SEEK_SET)               = 52280
read(5, "pcfread.o/      1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 52340
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 52340, SEEK_SET)               = 52340
lseek(5, 52340, SEEK_SET)               = 52340
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 62652, SEEK_SET)               = 62652
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 440) = 440
lseek(5, 62571, SEEK_SET)               = 62571
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 81) = 81
lseek(5, 64144, SEEK_SET)               = 64144
read(5, "\2\0\0\0\1\3\0\0\20\0\0\0\1\24\0\0\36\0\0\0\2\25\0\0.\0"..., 1008) = 1008
lseek(5, 63092, SEEK_SET)               = 63092
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 640) = 640
lseek(5, 63732, SEEK_SET)               = 63732
read(5, "\0pcfGetLSB32\0position\0pcfGetINT3"..., 410) = 410
lseek(5, 52404, SEEK_SET)               = 52404
read(5, "U\270\0\0\0\0\211\345\203\354\30\211D$\4\241\0\0\0\0\211"..., 9080) = 9080
mprotect(0x823c2b0, 9080, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
mprotect(0, 0, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
lseek(5, 61492, SEEK_SET)               = 61492
read(5, "PCF Error: \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1042) = 1042
mprotect(0x823e6c0, 1042, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 65152, SEEK_SET)               = 65152
read(5, "pcfwrite.o/     1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 65212
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 65212, SEEK_SET)               = 65212
lseek(5, 65212, SEEK_SET)               = 65212
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 71528, SEEK_SET)               = 71528
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 440) = 440
lseek(5, 71447, SEEK_SET)               = 71447
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 81) = 81
lseek(5, 72644, SEEK_SET)               = 72644
read(5, "\t\0\0\0\1\1\0\0-\0\0\0\1\1\0\0\r\1\0\0\1\1\0\0\250\2\0"..., 200) = 200
lseek(5, 71968, SEEK_SET)               = 71968
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 432) = 432
lseek(5, 72400, SEEK_SET)               = 72400
read(5, "\0pcfWrite\0current_position\0pcfPu"..., 244) = 244
lseek(5, 65276, SEEK_SET)               = 65276
read(5, "U\211\345\213E\20]\1\5\0\0\0\0\351\374\377\377\377\215"..., 6033) = 6033
mprotect(0x823f470, 6033, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
mprotect(0, 0, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
lseek(5, 71324, SEEK_SET)               = 71324
read(5, "can\'t go backwards... %d > %d\n\0\0"..., 86) = 86
mprotect(0x8240c98, 86, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 72844, SEEK_SET)               = 72844
read(5, "snfread.o/      1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 72904
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 72904, SEEK_SET)               = 72904
lseek(5, 72904, SEEK_SET)               = 72904
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 77236, SEEK_SET)               = 77236
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 440) = 440
lseek(5, 77153, SEEK_SET)               = 77153
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 81) = 81
lseek(5, 78744, SEEK_SET)               = 78744
read(5, "\2\0\0\0\1\3\0\0\20\0\0\0\1\24\0\0\36\0\0\0\2\25\0\0.\0"..., 576) = 576
lseek(5, 77676, SEEK_SET)               = 77676
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 656) = 656
lseek(5, 78332, SEEK_SET)               = 78332
read(5, "\0snfReadCharInfo\0snfReadxCharInf"..., 412) = 412
lseek(5, 72968, SEEK_SET)               = 72968
read(5, "U\270\0\0\0\0\211\345\203\354\30\211D$\4\241\0\0\0\0\211"..., 3718) = 3718
mprotect(0x8241ee8, 3718, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
mprotect(0, 0, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
lseek(5, 76712, SEEK_SET)               = 76712
read(5, "SNF Error: \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 404) = 404
mprotect(0x8242e08, 404, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 79320, SEEK_SET)               = 79320
read(5, "fontink.o/      1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 79380
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 79380, SEEK_SET)               = 79380
lseek(5, 79380, SEEK_SET)               = 79380
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 81032, SEEK_SET)               = 81032
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 400) = 400
lseek(5, 80957, SEEK_SET)               = 80957
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 73) = 73
lseek(5, 81680, SEEK_SET)               = 81680
read(5, "(\0\0\0\1\1\0\0\272\2\0\0\1\1\0\0z\3\0\0\2\n\0\0", 24) = 24
lseek(5, 81432, SEEK_SET)               = 81432
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 176) = 176
lseek(5, 81608, SEEK_SET)               = 81608
read(5, "\0ink_mask_msb\0ink_mask_lsb\0FontC"..., 72) = 72
lseek(5, 79444, SEEK_SET)               = 79444
read(5, "U\211\345W1\377VS\203\3540\213U\10\307E\330\0\0\0\0\17"..., 1457) = 1457
mprotect(0x82433e8, 1457, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 80904, SEEK_SET)               = 80904
read(5, "\200@ \20\10\4\2\1\1\2\4\10\20 @\200", 16) = 16
mprotect(0x8241658, 16, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 81704, SEEK_SET)               = 81704
read(5, "bitmapmod.o/    1103138350  0   "..., 60) = 60
lseek(5, 0, SEEK_CUR)                   = 81764
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 256) = 256
lseek(5, 81764, SEEK_SET)               = 81764
lseek(5, 81764, SEEK_SET)               = 81764
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 52) = 52
lseek(5, 82148, SEEK_SET)               = 82148
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 480) = 480
lseek(5, 82061, SEEK_SET)               = 82061
read(5, "\0.symtab\0.strtab\0.shstrtab\0.rel."..., 85) = 85
lseek(5, 82928, SEEK_SET)               = 82928
read(5, "\t\0\0\0\1\n\0\0\21\0\0\0\1\n\0\0\26\0\0\0\2\f\0\0", 24) = 24
lseek(5, 82952, SEEK_SET)               = 82952
read(5, "\0\0\0\0\1\3\0\0\4\0\0\0\1\3\0\0\30\0\0\0\1\3\0\0 \0\0"..., 64) = 64
lseek(5, 82628, SEEK_SET)               = 82628
read(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 208) = 208
lseek(5, 82836, SEEK_SET)               = 82836
read(5, "\0VersRec\0bitmapSetup\0bitmapModul"..., 92) = 92
lseek(5, 81828, SEEK_SET)               = 81828
read(5, "U\211\345\203\354\10\307\4$\0\0\0\0\213E\10\243\10\0\0"..., 35) = 35
mprotect(0x8243eb8, 35, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 81892, SEEK_SET)               = 81892
read(5, "\0\0\0\0\7\0\0\0\305\375#\357:\2\334\20\341\355f\2\1\0"..., 76) = 76
mprotect(0x8244170, 76, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 81968, SEEK_SET)               = 81968
read(5, "bitmap\0The XFree86 Project\0XFree"..., 56) = 56
mprotect(0x82440f0, 56, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EINVAL (Invalid argument)
lseek(5, 83016, SEEK_SET)               = 83016
read(5, "", 60)                         = 0
close(5)                                = 0
write(0, "(II) ", 5)                    = 5
write(0, "Module bitmap: vendor=\"The XFree"..., 44) = 44
write(0, "\tcompiled for 4.3.0", 19)    = 19
write(0, ".1", 2)                       = 2
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "\tModule class: XFree86 Font Rend"..., 37) = 37
write(0, "\tABI class: XFree86 Font Rendere"..., 47) = 47
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
rt_sigaction(SIGSEGV, {SIG_IGN}, {0x8084380, [SEGV], SA_RESTART}, 8) = 0
write(2, "\n   *** If unresolved symbols we"..., 112
   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.
) = 112
write(0, "\n   *** If unresolved symbols we"..., 112) = 112
write(2, "\nFatal server error:\n", 21
Fatal server error:
) = 21
write(0, "\nFatal server error:\n", 21) = 21
write(2, "Caught signal 11.  Server aborti"..., 35Caught signal 11.  Server aborting
) = 35
write(0, "Caught signal 11.  Server aborti"..., 35) = 35
write(2, "\n", 1
)                       = 1
write(0, "\n", 1)                       = 1
write(2, "\nWhen reporting a problem relate"..., 117
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
) = 117
write(0, "\nWhen reporting a problem relate"..., 117) = 117
write(2, "This can be found in the log fil"..., 60This can be found in the log file "/var/log/XFree86.0.log".
) = 60
write(0, "This can be found in the log fil"..., 60) = 60
write(2, "Please report problems to submit"..., 50Please report problems to submit@bugs.debian.org.
) = 50
write(0, "Please report problems to submit"..., 50) = 50
write(2, "\n", 1
)                       = 1
write(0, "\n", 1)                       = 1
unlink("/tmp/.X0-lock")                 = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [SEGV], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
nanosleep({1, 0}, {1, 0})               = 0
ioctl(4, KDSETMODE, 0)                  = 0
ioctl(4, VIDIOC_RESERVED or VT_GETMODE, 0xffffd4fc) = 0
ioctl(4, VIDIOC_ENUM_FMT or VT_SETMODE, 0xffffd4fc) = 0
ioctl(4, VIDIOC_G_COMP or VT_ACTIVATE, 0x2) = 0
close(4)                                = 0
close(0)                                = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
gettid()                                = 2351
tgkill(2351, 2351, SIGABRT)             = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT (core dumped) +++


-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxr-xr-x  1 root root 20 2003-12-21 18:57 /etc/X11/X -> /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1745740 2004-12-15 20:19 /usr/bin/X11/XFree86

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600]

/etc/X11/XF86Config-4 does not match checksum in /var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 3077 2005-01-16 16:01 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"vbe"
EndSection
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "Device"
	Identifier	"Generic Video Card"
	Driver		"fbdev"
	BusID		"PCI:01:00:00"
	Option		"UseFBDev"		"true"
EndSection
Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-94
	VertRefresh	50-75
	Option		"DPMS"
EndSection
Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection
Section "DRI"
	Mode	0666
EndSection


XFree86 X server log files on system:
-rw-r--r--  1 root root 25864 2005-01-21 18:35 /var/log/XFree86.0.log

Contents of most recent XFree86 X server log file
/var/log/XFree86.0.log:
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10 20041215174925 fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26 i686 [ELF] 
Build Date: 15 December 2004

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.6.11-rc1-bk9 (root@beeky) (gcc version 3.3.2 20030908 (Debian prerelease)) #6 Fri Jan 21 17:33:05 UTC 2005 
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Jan 21 18:35:05 2005
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80008d48, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3188 card 1106,3188 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 10ec,8169 card 1462,702c rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1106,3044 card 1462,702d rev 80 class 0c,00,10 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1462,7020 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1462,7020 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1462,7020 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1462,7020 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1462,7020 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1462,7020 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1462,7020 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1106,3227 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1462,0080 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,4152 card 1043,c002 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4172 card 1043,c003 rev 00 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xcfe00000 - 0xcfefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x8fd00000 - 0xcfcfffff (0x40000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x4152) rev 0, Mem @ 0xb0000000/28, 0xcfef0000/16, I/O @ 0xa800/8, BIOS @ 0xcfec0000/17
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x4172) rev 0, Mem @ 0xa0000000/28, 0xcfee0000/16
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xcfffbd00 - 0xcfffbdff (0x100) MX[B]
	[1] -1	0	0xcfffb000 - 0xcfffb7ff (0x800) MX[B]
	[2] -1	0	0xcfffbf00 - 0xcfffbfff (0x100) MX[B]
	[3] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[4] -1	0	0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
	[5] -1	0	0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
	[6] -1	0	0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
	[7] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[8] -1	0	0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
	[9] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[10] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[11] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[12] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[13] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[14] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[16] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[B]
	[17] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[18] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[19] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[20] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[23] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xcfffbd00 - 0xcfffbdff (0x100) MX[B]
	[1] -1	0	0xcfffb000 - 0xcfffb7ff (0x800) MX[B]
	[2] -1	0	0xcfffbf00 - 0xcfffbfff (0x100) MX[B]
	[3] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[4] -1	0	0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
	[5] -1	0	0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
	[6] -1	0	0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
	[7] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[8] -1	0	0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
	[9] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[10] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[11] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[12] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[13] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[14] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[16] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[B]
	[17] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[18] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[19] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[20] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[23] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xcfffbd00 - 0xcfffbdff (0x100) MX[B]
	[6] -1	0	0xcfffb000 - 0xcfffb7ff (0x800) MX[B]
	[7] -1	0	0xcfffbf00 - 0xcfffbfff (0x100) MX[B]
	[8] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[9] -1	0	0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
	[10] -1	0	0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
	[11] -1	0	0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
	[12] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[13] -1	0	0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[17] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[18] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[19] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[20] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[21] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[22] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[23] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[B]
	[24] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[25] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[27] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[28] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
	[29] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[30] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 2.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "fbdev"
(II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o
(II) Module fbdev: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) FBDEV: driver for framebuffer: fbdev, afb
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.0.2
	ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xcfffbd00 - 0xcfffbdff (0x100) MX[B]
	[6] -1	0	0xcfffb000 - 0xcfffb7ff (0x800) MX[B]
	[7] -1	0	0xcfffbf00 - 0xcfffbfff (0x100) MX[B]
	[8] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[9] -1	0	0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
	[10] -1	0	0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
	[11] -1	0	0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
	[12] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[13] -1	0	0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[17] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[18] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[19] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[20] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[21] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[22] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[23] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[B]
	[24] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[25] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[26] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[27] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[28] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
	[29] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[30] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
(**) FBDEV(0): claimed PCI slot 1:0:0
(II) FBDEV(0): using default device
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xcfffbd00 - 0xcfffbdff (0x100) MX[B]
	[6] -1	0	0xcfffb000 - 0xcfffb7ff (0x800) MX[B]
	[7] -1	0	0xcfffbf00 - 0xcfffbfff (0x100) MX[B]
	[8] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[9] -1	0	0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
	[10] -1	0	0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
	[11] -1	0	0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
	[12] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[13] -1	0	0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[20] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[21] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[22] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[23] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[24] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[25] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[26] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[B]
	[27] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[28] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[29] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[30] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[31] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
	[32] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[33] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
	[34] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[35] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) FBDEV(0): Depth 24, (--) framebuffer bpp 32
(==) FBDEV(0): RGB weight 888
(==) FBDEV(0): Default visual is TrueColor
(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDEV(0): hardware: ATI Radeon AR  (video memory: 131072kB)
(II) FBDEV(0): checking modes against framebuffer device...
(II) FBDEV(0): 	mode "1024x768" ok
(II) FBDEV(0): checking modes against monitor...
(--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
(**) FBDEV(0):  Built-in mode "current": 98.9 MHz, 70.2 kHz, 85.5 Hz
(II) FBDEV(0): Modeline "current"   98.90  1024 1056 1216 1408  768 782 788 822 -hsync -vsync -csync
(==) FBDEV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(**) FBDEV(0): using shadow framebuffer
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/X11R6/lib/modules/libshadow.a
(II) Module shadow: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B]
	[1] 0	0	0xb0000000 - 0xbfffffff (0x10000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xcfffbd00 - 0xcfffbdff (0x100) MX[B]
	[8] -1	0	0xcfffb000 - 0xcfffb7ff (0x800) MX[B]
	[9] -1	0	0xcfffbf00 - 0xcfffbfff (0x100) MX[B]
	[10] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[11] -1	0	0xcfee0000 - 0xcfeeffff (0x10000) MX[B](B)
	[12] -1	0	0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
	[13] -1	0	0xcfec0000 - 0xcfedffff (0x20000) MX[B](B)
	[14] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[15] -1	0	0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] 0	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[23] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[24] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[25] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[26] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[27] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[28] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[29] -1	0	0x0000dc00 - 0x0000dc0f (0x10) IX[B]
	[30] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[31] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[32] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[33] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[34] -1	0	0x0000d000 - 0x0000d07f (0x80) IX[B]
	[35] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[36] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
	[37] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[38] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(==) FBDEV(0): Backing store disabled
(**) Option "dpms"
(**) FBDEV(0): DPMS enabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Generic Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Generic Mouse: ps2EnableDataReporting: succeeded
Could not init font path element unix/:7100, removing from list!
SetClientVersion: 0 8


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (650, 'unstable'), (600, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.11-rc1-bk9
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xserver-xfree86 depends on:
ii  debconf [debconf-2.0]    1.4.42          Debian configuration management sy
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  libgcc1                  1:3.4.3-7       GCC support library
ii  xserver-common           4.3.0.dfsg.1-10 files and utilities common to all 
ii  zlib1g                   1:1.2.2-4       compression library - runtime

-- debconf information:
* xserver-xfree86/config/device/identifier: Generic Video Card
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: true
* xserver-xfree86/config/monitor/selection-method: Medium
  xserver-xfree86/config/doublequote_in_string_error:
* shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/device/bus_id: PCI:01:00:00
* xserver-xfree86/config/inputdevice/keyboard/layout: us
* xserver-xfree86/config/monitor/horiz-sync: 30-94
* xserver-xfree86/config/monitor/identifier: Generic Monitor
  shared/no_known_x-server:
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/device/video_ram:
* xserver-xfree86/config/monitor/mode-list: 1600x1200 @ 75Hz
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal:
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers:
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/device/driver: fbdev
* xserver-xfree86/config/monitor/vert-refresh: 50-75
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1024x768
  xserver-xfree86/config/device/bus_id_error:
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
* xserver-xfree86/config/inputdevice/keyboard/options:
  xserver-xfree86/config/nonnumeric_string_error:
* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
  shared/multiple_possible_x-servers:
  xserver-xfree86/config/null_string_error:
* xserver-xfree86/config/monitor/range_input_error:
  xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant:
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true



Reply to: