x.org notes
joshua stein <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
some things noted so far on a -current XF4 tree on -current i386
(thinkpad x40). /etc/X11 and /usr/X11R6 were wiped out before
building.
- i810 driver doesn't seem to want to run more than once. on
initial startup it works but if x is killed, a subsequent startup
results in:
X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: OpenBSD 3.6 i386 [ELF]
Current Operating System: OpenBSD hypotenuse.jcs.org 3.6 GENERIC#144 i386
Build Date: 06 November 2004
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
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/Xorg.0.log", Time: Mon Nov 8 09:26:58 2004
(==) Using config file: "/etc/X11/xorg.conf"
(EE) I810(0): Failed to allocate HW (ARGB) cursor space.
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
Fatal server error:
Caught signal 11. Server aborting
so if the x server ever exits, a reboot is required to start it
again.
- annoying key autorepeat problem already reported in bugzilla:
http://freedesktop.org/bugzilla/show_bug.cgi?id=1651
- Xnest seems broken:
jcs@hypotenuse:~> gdb Xnest
[..]
This GDB was configured as "i386-unknown-openbsd3.6"...
(gdb) set args -depth 16 -geometry 800x600 -name gimp-mdi :1
(gdb) run
Starting program: /usr/X11R6/bin/Xnest -depth 16 -geometry 800x600 -name gimp-mdi :1
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Program received signal SIGSEGV, Segmentation fault.
0x1c045d57 in getDrawableDamageRef ()
(gdb) where
#0 0x1c045d57 in getDrawableDamageRef ()
#1 0x1c048c7f in damagePaintWindow ()
#2 0x1c0aa82b in miWindowExposures ()
#3 0x1c00c90d in MapWindow ()
#4 0x1c0095a3 in InitRootWindow ()
#5 0x1c007660 in main ()
(gdb) quit