On Tue, Dec 14, 2010, Loren Davis wrote: > I'd take a closer look at the following lines in your Xorg log. Is your > configuration correct? Do you have the right drivers installed?
It's a basic installation and I have not (yet) created an xorg.conf file, i.e., X uses the builtin configuration: (==) Using default built-in configuration (30 lines) using truss (thanks for the hint, I should have thought of that...) I see: 0.0001 stat64("/usr/lib/X11/locale/common/ximlocal.so.2", 0x08045C70) Err#2 ENOENT 0.0000 stat64("/usr/lib/X11/locale/common/ximcp.so.2", 0x08045C70) = 0 0.0001 resolvepath("/usr/lib/X11/locale/common/ximcp.so.2", "/usr/lib/X11/locale/common/ximcp.so.2", 1023) = 37 0.0000 open("/usr/lib/X11/locale/common/ximcp.so.2", O_RDONLY) = 6 0.0001 mmapobj(6, MMOBJ_INTERPRET, 0xFEA60808, 0x08045CDC, 0x00000000) = 0 0.0000 close(6) = 0 0.0000 memcntl(0xFEA00000, 24264, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0 0.0002 write(4, "0118\r\011\0 `02\r\0 `02".., 72) = 72 0.0001 read(4, "1C\0 =\0\r\0 `020701\0\0".., 32) = 32 0.0000 read(4, "01\0 ?\0\0\0\0\0\0\0\0\0".., 32) = 32 0.0001 munmap(0xFEA00000, 126342) = 0 0.0000 munmap(0xFEA2F000, 4476) = 0 0.0001 fstat64(2, 0x08045E70) = 0 Failed to open input method 0.0000 write(2, " F a i l e d t o o p".., 28) = 28 nanosleep(0x08046E00, 0x08046E08) (sleeping...) 3.0001 nanosleep(0x08046E00, 0x08046E08) = 0 ^ There's my 3s delay. I tried some different settings for LANG, LC_ALL, LC_CTYPE, but so far I wasn't able to get rid of that message. /usr/lib/X11/locale/common/ has: ximcp.so@ xlcGB18030.so@ xlibi18n.so@ xomGeneric.so@ ximcp.so.2* xlcGB18030.so.2* xlibi18n.so.2* xomGeneric.so.2* xlcDef.so@ xlcUTF8Load.so@ xlocale.so@ xlcDef.so.2* xlcUTF8Load.so.2* xlocale.so.2* I'm wondering whether there's some package that I need to install (or whether I'm looking in the wrong place and it's about something else). And maybe this isn't the real problem, because the system is even slow after all xterms started and I'm switching virtual desktops (using fvwm2). _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org