Kali Linux RaspberryPi2 7" Touchscreen LCD
----[/boot/config.txt]---
# If there is not designation, a screen is bluer
[pi2]
device_tree=bcm2709-rpi-2-b.dtb
# >> learn.adafruit.com/adafruit-dpi-display-kippah-ttl-tft/in...
overscan_left=-32
overscan_right=-32
overscan_top=-32
overscan_bottom=-32
# Disable spi and i2c, we need these pins.
dtparam=spi=off
dtparam=i2c_arm=off
# enable the DPI display
enable_dpi_lcd=1
display_default_lcd=1
# set up the hsync/vsync/clock polarity and format
dpi_output_format=454661
# set up the size to 800x480
dpi_group=2
dpi_mode=87
hdmi_cvt=800 480 60 6
#display rotate (left edge on the top)
display_rotate=3
---[/etc/X11/xorg.conf.d/99-calibration.conf]---
Section "InputClass"
Identifier "calibration"
MatchProduct "Microchip Technology Inc. AR1100 HID-MOUSE"
Option "Calibration" "4015 108 -132 4180"
Option "SwapAxes" "1"
EndSection
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Kali Linux RaspberryPi2 7" Touchscreen LCD
----[/boot/config.txt]---
# If there is not designation, a screen is bluer
[pi2]
device_tree=bcm2709-rpi-2-b.dtb
# >> learn.adafruit.com/adafruit-dpi-display-kippah-ttl-tft/in...
overscan_left=-32
overscan_right=-32
overscan_top=-32
overscan_bottom=-32
# Disable spi and i2c, we need these pins.
dtparam=spi=off
dtparam=i2c_arm=off
# enable the DPI display
enable_dpi_lcd=1
display_default_lcd=1
# set up the hsync/vsync/clock polarity and format
dpi_output_format=454661
# set up the size to 800x480
dpi_group=2
dpi_mode=87
hdmi_cvt=800 480 60 6
#display rotate (left edge on the top)
display_rotate=3
---[/etc/X11/xorg.conf.d/99-calibration.conf]---
Section "InputClass"
Identifier "calibration"
MatchProduct "Microchip Technology Inc. AR1100 HID-MOUSE"
Option "Calibration" "4015 108 -132 4180"
Option "SwapAxes" "1"
EndSection
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -