I am porting Xwindows to support GTK+.
The base parts are based on LEM.
If I use startx in lem project, I did not have any errors but I had very ugly xwindows.
It is the same as running "xinit" instead of "startx."
I mean I can not use GNOME.
With RedHat's startx the system tries to set host network configurations.
It did look like little bit complicated.
So, I used "xinit" instead of "startx."
When I tried to run my program which is related to image processing, however, I have had following errors:
Gdk-WARNING **: locale not supported by Xlib, locale set to C
Gdk-WARNING **: can not set locale modifiers
Gdk-ERROR **: BadValue
serial 76 error_code 2 request_code 53 minor_code 0
1. what can I do to run "startx"?
2. How can I solve the above errors?
Thanks a lot,bkna