Can't work on EeePC X101H with 9.0-STABLE(amd64)
KIRIYAMA Kazuhiko
kiri at pis.elm.toba-cmt.ac.jp
Mon May 7 06:05:20 UTC 2012
At Tue, 01 May 2012 16:04:40 +0900,
my wrote:
>
> Hi,
> I'm trying to work on EeePC X101H with 9.0-STABLE(amd64),but can't do that.
> I've tried to test 4 cases as folows:
>
> (1) 8.2-STABLE(i386) + xf86-video-intel29-2.9.1
> All is fine and nothing trouble.
> o uname -a
> FreeBSD sotsuken 8.2-STABLE FreeBSD 8.2-STABLE #8: Sun May 1 09:07:28 JST 2011 admin at kazu.pis:/usr/obj/usr/src/sys/GENERIC i386
> o dmesg.boot
> http://www.openedu.org/~kiri/trouble/x11/dmesg.boot.8.2-S-i386
> o Xorg.0.log
> http://www.openedu.org/~kiri/trouble/x11/Xorg.0.log.8.2-S-i386.intel-2.9.1
> o xorg.conf
> http://www.openedu.org/~kiri/trouble/x11/xorg.conf.8.2-S-i386
>
> (2) 10.0-CURRENT(i386) + xf86-video-intel29-2.9.1
> Almost are fine and no trouble.
> o uname -a
> FreeBSD sotsuken 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Fri Oct 7 04:57:44 JST 2011 admin at sotsuken:/usr/obj/usr/src/sys/GENERIC i386
> o dmesg.boot
> http://www.openedu.org/~kiri/trouble/x11/dmesg.boot.10.0-C-i386
> o Xorg.0.log
> http://www.openedu.org/~kiri/trouble/x11/Xorg.0.log.10.0-C-i386.intel-2.9.1
> o xorg.conf
> http://www.openedu.org/~kiri/trouble/x11/xorg.conf.10.0-C-i386
>
> (3) 9.0-STABLE(amd64) + xf86-video-intel-2.7.1
> All is freezed and can't do nothing.
> o uname -a
> FreeBSD kazu.pis 9.0-STABLE FreeBSD 9.0-STABLE #1: Tue Mar 27 00:27:38 JST 2012 admin at t1:/usr/obj/usr/src/sys/GENERIC amd64
> o dmesg.boot
> http://www.openedu.org/~kiri/trouble/x11/dmesg.boot.9.0-S-amd64
> o Xorg.0.log
> http://www.openedu.org/~kiri/trouble/x11/Xorg.0.log.9.0-S-amd64.intel-2.7.1
> o xorg.conf
> http://www.openedu.org/~kiri/trouble/x11/xorg.conf.9.0-S-amd64
>
> (4) 9.0-STABLE(amd64) + xf86-video-intel-2.17.0
> All is freezed and can't do nothing.
> o uname -a
> FreeBSD kazu.pis 9.0-STABLE FreeBSD 9.0-STABLE #1: Tue Mar 27 00:27:38 JST 2012 admin at t1:/usr/obj/usr/src/sys/GENERIC amd64
> o dmesg.boot
> http://www.openedu.org/~kiri/trouble/x11/dmesg.boot.9.0-S-amd64
> o Xorg.0.log
> http://www.openedu.org/~kiri/trouble/x11/Xorg.0.log.9.0-S-amd64.intel-2.17.0
> o xorg.conf
> http://www.openedu.org/~kiri/trouble/x11/xorg.conf.9.0-S-amd64
>
> I recognized that intel driver of amd64 for xorg does not developed yet.
> Is there any patch for amd64?
I found that x11 stuff is now updating and testing patch has been
opened[1]. So I've tested [1] and almost fine but i18n fonts except
UTF-8 could not be recognized yet which will be posted another thread.
I've done as follows:
(1) get latest 9.0-STABLE src and make world & kernel and reboot
admin at kazu:~[111]% uname -a
FreeBSD kazu.pis 9.0-STABLE FreeBSD 9.0-STABLE #3: Sun May 6 00:18:48 JST
2012 root at kazu.pis:/usr/obj/usr/src/sys/GENERIC amd64
admin at kazu:~[112]%
(2) patch drm-all.13.0-stable9.1.patch.new[2] to /usr/sys
drm-all.13.0-stable9.1.patch.new is created for latest 9.0-STABLE from
drm-all.13.0-stable9.1.patch[3]
(3) make kernel and reboot
(4) portupgrade -afrvR xf86-video-intel-2.17.0 with WITH_NEW_XORG=yes and
WITH_KMS=yes
I've confirmed ports-current is now updated by new xorg-7.5.2 by diff -ruN
/usr/ports and [4].
And then I've few problems:
(1) mouse can't move and keyboard set us101
I set
moused_enable="YES"
hald_enable="YES"
dbus_enable="YES"
keymap="jp.106"
in /etc/rc.conf and
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
in /etc/X11/xorg.conf of InputDevice section,but mouse cursor doesn't
move and keyboard set us101. I changed to
moused_enable="NO"
and
Section "ServerFlags"
Option "AllowEmptyInput" "off"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psm0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
,then good to work.
(2) can't switch to ttys
Is ths fixed by [5]?
Thanks with regards.
[1] http://freebsd.1045724.n5.nabble.com/CFT-Xorg-Upgrade-7-5-2-tt5458293.html#a5461792
[2] https://sites.google.com/site/junkkiri/drm-all.13.0-stable9.1.patch.new?attredirects=0&d=1
[3] https://docs.google.com/leaf?id=0BxbPi2OX4_B-NWY3NWU3MzEtNDBjYy00NTljLThlZGItMWFlYjIyYjI4Yjk3&hl=en_US
[4] https://trillian.chruetertee.ch/svn/ports/tags/xorg_7_5_2
[5] http://freebsd.1045724.n5.nabble.com/Re-ports-166813-x11-xdm-can-not-be-started-via-etc-ttys-after-FBSD-10-0-CURRENT-amd64-r233944-commitc-tt5686792.html
>
> --
> Kazuhiko Kiriyama
> Toba National College of Maritime Technology
> kiri at pis.elm.toba-cmt.ac.jp
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
>
More information about the freebsd-x11
mailing list