From: Ivan Kuten <ivan.kuten@promwad.com>
To: buildroot@busybox.net
Subject: [Buildroot] some tips for x11r7
Date: Sun, 23 Sep 2007 22:16:52 +0300 [thread overview]
Message-ID: <46F6BBA4.80002@promwad.com> (raw)
Hello,
Here are some tips to make very basic compiling and running x11r7 on arm.
(svn revision 19976)
1) apply xserver_xorg-server-localstatedir.patch ( makes X to create Xorg.0.log in /var/log/ )
2) do this magic command on target:
ln -s 03000000,2 /etc/arm_systype
Otherwise you will get "xf86EnableIOPorts failed to set IOPL for IO" errors.
3) hand-copy your X11 fonts (mine are localed in /usr/X11R6/lib/X11/fonts/misc) to /usr/lib/X11/fonts/misc on the target.
Buildroot currently fails to create font.alias and font.dir listings.
4) hand-copy from build_arm/staging_dir/usr/lib/xorg/modules to usr/lib/xorg/modules on the target, they are not installed
automatically by buildroot.
5) hand-copy fbdev_drv.so from build_arm/xdriver_xf86-video-fbdev-0.3.1/src/.libs to
usr/lib/xorg/modules/drivers. It is not installed automatically by buildroot.
6) hand-copy evdev_drv.so, kbd_drv.so, keyboard_drv.so, mouse_drv.so from
their build dirs to /usr/lib/xorg/modules/input on the target. These libs are also not installed
automatically.
7) Create your /etc/X11/xorg.conf via /usr/bin/xorgconfig on the target.
...
Section "Files"
FontPath "/usr/lib/X11/fonts/misc/"
...
Section "Device"
Identifier "mycard1"
Driver "fbdev"
EndSection
8) start your X using "fbdev" driver:
X -allowMouseOpenFail -pointer "mouse" :0
9) Test your X app (I checked xclock application)
Best regards,
Ivan
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------
next reply other threads:[~2007-09-23 19:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-23 19:16 Ivan Kuten [this message]
[not found] ` <46F7CBF7.8040103@apexar.com.ar>
2007-09-24 17:31 ` [Buildroot] some tips for x11r7 Ivan Kuten
[not found] ` <46F8FB49.8050808@apexar.com.ar>
2007-09-26 12:15 ` Kuten Ivan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46F6BBA4.80002@promwad.com \
--to=ivan.kuten@promwad.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.