I am using XFree86-4.1.0-19mdk and tried -17 also. But they both
seg fault when try to run xf86cfg. Just want to move the screen
a little bit to the left.
On the other system using 3.3.6, but XFree86-4.1.0-17mdk is installed
and it will run xf86cfg even though I don't need it on that one.
When I run it I get this:
[user] xf86cfg
*********************
Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
Loader running on linux
Segmentation fault
********************
The window starts to come up, but doesn't finish.
I tried strace on it and at the end it shows this before it
seg faults.
******************
open("/usr/X11R6/lib/modules/drivers/mga_drv.o", O_RDONLY) = 14
open("/usr/X11R6/lib/modules/drivers/linux/",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 14
open("/usr/X11R6/lib/modules/drivers/",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 14
open("/usr/X11R6/lib/modules/drivers/s3_drv.o", O_RDONLY) = 14
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
******************
looks like the last thing it tries is the s3_drv.o module.
I guess I could remove that module.
I am using the 'nv' driver for a RivaTNT video card.