embeded/raspberry pi2015. 8. 12. 19:38

귀차니즘이 이겨서.. 진척이 없는중...

OTL


아무튼 device / monitor / screen 세개를 이용해서

적절히 설정하면 되는거 같긴한데... 끄응..


---

Xinerama를 꺼주면 창을 넘길 수 없다.

그런데.. 터치랑 마우스랑 같이 인식해버리네.. 분리할 방법은 없으려나?

pi@raspberrypi /usr/share/X11/xorg.conf.d $ cat 99-fbturbo.conf

# 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.

#

# Run "man fbturbo" to get additional information about the extra

# configuration options for tuning the driver.


Section "Device"

        Identifier      "rpi"

        Driver          "fbturbo"

        Option          "fbdev" "/dev/fb0"

        Option          "SwapbuffersWait" "true"

EndSection


Section "Device"

        Identifier      "spi"

        Driver          "fbturbo"

        Option          "fbdev" "/dev/fb1"

        Option          "SwapbuffersWait" "true"

EndSection


Section "InputClass"

        Identifier      "calibration"

        MatchProduct    "ADS7846 Touchscreen"

        Option          "Calibration"   "237 3965 3888 214"

        Option          "SwapAxes"      "1"

        Option          "InvertX" "1"

        Option          "InvertY" "1"

EndSection


Section "Monitor"

        Identifier      "rpi hdmi"

EndSection


Section "Monitor"

        Identifier      "rpi spi"

EndSection


Section "Screen"

        Identifier      "primary"

        Device          "rpi"

        Monitor         "rpi hdmi"

EndSection


Section "Screen"

        Identifier      "secondary"

        Device          "spi"

        Monitor         "rpi spi"

EndSection


Section "ServerLayout"

        Identifier      "default"

        Screen 0        "primary" 0 0

        Screen 1        "secondary" LeftOf "primary"

        Option          "Xinerama" "1"

EndSection 

[링크 : https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=12761]


xinerama 관련 내용

[링크 : https://help.ubuntu.com/community/XineramaHowTo]


아래는 공식(?) 내용들..

[링크 : http://www.x.org/archive/X11R7.7/doc/man/man5/xorg.conf.5.xhtml]

[링크 : http://linux.die.net/man/5/xorg.conf]

[링크 : https://wiki.archlinux.org/index.php/Multihead]



2010/02/16 - [Linux] - Xwindow 해상도 설정하기

'embeded > raspberry pi' 카테고리의 다른 글

라즈베리 파이 화상 키보드  (2) 2015.08.14
라즈베리 파이에 multiseat .. ?  (0) 2015.08.13
ubuntu mate on rpi2  (0) 2015.08.12
openelec lirc.conf 설정  (11) 2015.08.11
라즈베리 파이 fbtft 관련 검색내용  (0) 2015.08.10
Posted by 구차니