귀찮으니 img 받아서 그냥 까세요 수준으로 대격변 ㄷㄷ
[링크 : https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)]
귀찮아서.. 스크립트 분석하면 될걸.. 썡으로 뒤지는중
일단 화면 갱신이 꽤나 느린데
/etc $ grep -rni "fbcp" ./ ./rc.local:21:fbcp & |
[링크 : https://github.com/tasanakorn/rpi-fbcp]
동영상을 보면 확실히 fbcp를 통해 복사하는거라 그런지 화면 갱신이 느리다. (cpu는 5% 미만이긴 하지만)
그래서 아래처럼 설정하고 다시 찰칵
기분인진 몰라도 확실히 좀 빨라진 기분?
$ cat /boot/config.txt # For more options and information see # http://www.raspberrypi.org/documentation/configuration/config-txt.md # Some settings may impact device functionality. See link above for details # uncomment if you get no picture on HDMI for a default "safe" mode #hdmi_safe=1 # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan #disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # uncomment to force a console size. By default it will be display's size minus # overscan. #framebuffer_width=1280 #framebuffer_height=720 # uncomment if hdmi display is not detected and composite is being output #hdmi_force_hotplug=1 # uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 #hdmi_mode=1 # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes #hdmi_drive=2 # uncomment to increase signal to HDMI, if you have interference, blanking, or # no display #config_hdmi_boost=4 # uncomment for composite PAL #sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. #arm_freq=800 # Uncomment some or all of these to enable the optional hardware interfaces dtparam=i2c_arm=on #dtparam=i2s=on dtparam=spi=on #enable_uart=1 # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on dtoverlay=waveshare35a:rotate=270 #dtoverlay=ads7846,cs=1,penirq=17,penirq_pull=2,speed=1000000,keep_vref_on=1,swapxy=1,pmax=255,xohms=60,xmin=200,xmax=3900,ymin=200,ymax=3900 #hdmi_force_hotplug=1 #max_usb_current=1 #hdmi_group=2 #hdmi_mode=1 #hdmi_mode=87 #hdmi_cvt 480 320 60 6 0 0 0 #hdmi_drive=2 #display_rotate=2 |
[링크 : https://github.com/swkim01/waveshare-dtoverlays/issues/7]
$ cat /usr/share/X11/xorg.conf.d/99-fbturbo.conf # This is a minimal sample config file, which can be copied to # /etc/X11/xorg.conf in order to make the Xorg server pick up # and load xf86-video-fbturbo driver installed in the system. # # When troubleshooting, check /var/log/Xorg.0.log for the debugging # output and error messages. #The driver is made by Waveshare&Spotpear # Run "man fbturbo" to get additional information about the extra # configuration options for tuning the driver. Section "Device" Identifier "Allwinner A10/A13 FBDEV" Driver "fbturbo" Option "fbdev" "/dev/fb0" Option "SwapbuffersWait" "true" EndSection Section "Device" Identifier "Waveshare 35a spi" Driver "fbturbo" Option "fbdev" "/dev/fb1" Option "SwapbuffersWait" "true" EndSection Section "Monitor" Identifier "primary" EndSection Section "Screen" Identifier "primary" Device "Waveshare 35a spi" Monitor "rpi spi" EndSection |
일단 mame를 깔고
$ sudo apt-get install gnome-video-arcade mame mame-tools Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: liblua5.3-0 libsdl2-2.0-0 libsdl2-ttf-2.0-0 mame-data Suggested packages: devhelp mame-doc mame-extra The following NEW packages will be installed: gnome-video-arcade liblua5.3-0 libsdl2-2.0-0 libsdl2-ttf-2.0-0 mame mame-data mame-tools 0 upgraded, 7 newly installed, 0 to remove and 49 not upgraded. Need to get 45.0 MB of archives. |
gnome 어쩌구 말고
mame를 실행하니 CPU는 미쳐 날뛰고(라즈베리 2B인데 오버 해야하나..)
/dev/fb1 덤프해서 보니 RGB565 480x320으로 복원
+
HDMI로 해도 느린건 마찬가지(아니 해상도 높아져서 더 느려진 기분.. 실행이 안되고 뻗는 수준?)
0.78 구버전을 구해서 빌드 해보려니 소스를 못 받는다.. 아놔
'embeded > raspberry pi' 카테고리의 다른 글
라즈베리 파이 USB 사운드 카드로 녹음 및 재생하기 (4) | 2018.09.10 |
---|---|
라즈베리 파이 SPI 속도 (0) | 2018.05.18 |
odroid u3 headless setup중 문제.. (0) | 2018.05.14 |
rpi firmata (0) | 2018.05.11 |
라즈베리 2B 효용성에 대해서... (2) | 2018.05.09 |