Quicklinks

EndUser

Test/Virtualisaton


Installieren

Kernel - Tuning

Network

Display / Pads

Bock Devices

Printer

USB-Devices

BenutzerSW

Server

Install Notes

General/Hints

anoyances.org

Collection of installation & troublshooting info related to my linux (debian/mint/ubuntu) installations

Pollin LS-7T Produkte-Info

http://www.pollin.de/shop/dt/NTMwOTc4OTk-/Bauelemente_Bauteile/Aktive_Bauelemente/Displays/7_17_78_cm_Display_Set_mit_Touchscreen_LS_7T_HDMI_DVI_VGA_CVBS.html
[gewisse Treiber zum download, sollte im Raspbian ohne gehen.]

Touchscreen-Input

http://www.saudumm.me/raspberry-pi-touch-displays-kalibrierung/
lsusb
Bus 001 Device 004: ID 0eef:0001 D-WAV Scientific Co., Ltd eGalax TouchScreen
Das Device wird erkannt, aber eine Callibrierung ist nötig.

wget http://adafruit-download.s3.amazonaws.com/xinput-calibrator_0.7.5-1_armhf.deb
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb

Display

http://elchs-kramkiste.de/lapurd/node/170 (configs von /boot/config.txt)
referenziert auf hier
Obwohl in der Pollin-Anleitung eine Auflösung von 1.024 x 600 Pixel genannt wurde, scheint das LCD nativ die Auflösung 1.280 x 720 (Codes 4 und 19, CEA und nicht DMT) zu bevorzugen.

Analyse und korrekte Installation / pog

pi@pi-jessie ~ $ tvservice -s
state 0x120009 [HDMI CEA (16) RGB lim 16:9], 1920x1080 @ 60.00Hz, progressive
pi@pi-jessie ~ $ tvservice -d Ls7Tedid
pi@pi-jessie ~ $ edidparser Ls7Tedid

HDMI:EDID DMT mode (47) 1440x900p @ 60 Hz with pixel clock 106 MHz has a score of 102760
HDMI:EDID preferred mode remained as CEA (4) 1280x720p @ 60 Hz with pixel clock 74 MHz
HDMI:EDID has HDMI support and audio support

Gewisse Settings möglich über

 tvservice --explicit="CEA 4 DVI"  (gewünschte Params)
 fbset -depth 8
 fbset -g 1280 720 1280 720 16
# Pollin 7 Zoll Display
hdmi_force_hotplug=1

framebuffer_width=1024
framebuffer_height=600
framebuffer_depth=24

hdmi_group=2

hdmi_mode=87

hdmi_cvt=1024 600 60 3 0 0 0
# Pollin Display Ende
gpu_mem=16
#disable_overscan=0

overscan_left=-24
overscan_right=-24
overscan_top=-32
overscan_bottom=-32

hdmi_group=1
hdmi_mode=19

boottime

/boot/config.txt wird ausgelesen (wenn vorhanden), analog BIOS-Settings.
https://www.raspberrypi.org/documentation/configuration/config-txt.md
Sections möglich für unterschiedliche Monitore.

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on November 20, 2015, at 10:39 PM, visited:$PageCount