Hi , all . i can manage to run openbsd4.5 on primepower250 . this machine is sparc64 . i put japanese on konqueror with uim-anthy .
-bash-3.2$ cat comment-out.bat cat $1 | egrep -v '(^#|^;)' | grep '[A-z]' and 1. ./comment-out.bat /etc/sysctl.conf machdep.allowaperture=2 # See xf86(4) 2. ./comment-out.bat /etc/X11/xorg.conf (this xorg.conf is in /usr/X11R6/README ) Section "ServerLayout" Identifier "wsfb" Screen 0 "Screen0" 0 0 InputDevice "wsmouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/OTF" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "sun" Option "XkbModel" "jp106" Option "XkbLayout" "jp" EndSection Section "InputDevice" Identifier "wsmouse0" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" EndSection Section "InputDevice" Identifier "zsmouse0" Driver "mouse" Option "Protocol" "SunMouse" Option "Device" "/dev/ttyc" Option "Baudrate" "1200" EndSection Section "InputDevice" Identifier "commouse0" Driver "mouse" Option "Protocol" "SunMouse" Option "Device" "/dev/tty00" Option "Baudrate" "1200" EndSection Section "Monitor" Identifier "Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5-60 VertRefresh 50-70 EndSection Section "Device" Identifier "Wsdisplay0" Driver "wsfb" Option "device" "/dev/ttyC0" EndSection Section "Screen" Identifier "Screen0" Device "Wsdisplay0" Monitor "Monitor" DefaultDepth 8 SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection ----------------------------- sorry for my poor english . written By tuyosi takesima