Problem with PiTFT

EL Wire/Tape/Panels, LEDs, pixels and strips, LCDs and TFTs, etc products from Adafruit

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
bobrovel
 
Posts: 1
Joined: Thu Oct 23, 2014 8:30 am

Problem with PiTFT

Post by bobrovel »

Hi
i have installed a PiTFT display (https://www.adafruit.com/product/1601) on my Rasp and followed the procedure to upgrade my rasp OS with the PiTFT library.
The display works well during raspberry startup process (it display the console startup information) but it doesn't work when i launch STARTX command (the display appears white with a mouse pointer in the middle - not possible to control it)

This is my dmesg output

Code: Select all

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.12.26+ (ladyada@ladyada-VirtualBox) (gcc version 4.4.7 (Ubuntu/Linaro 4.4.7-1ubuntu2) ) #7 PREEMPT Wed Sep 17 14:25:24 EDT 2014
[    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine: BCM2708
[    0.000000] cma: CMA: reserved 8 MiB at 1b800000
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 114688
[    0.000000] free_area_init_node: node 0, pgdat c0670468, node_mem_map c0721000
[    0.000000]   Normal zone: 896 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 114688 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 113792
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708.boardrev=0xe bcm2708.serial=0x44586ab6 smsc95xx.macaddr=B8:27:EB:58:6A:B6 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  dwc_otg.speed=1 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:VGA8x8
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 439204K/458752K available (4815K kernel code, 243K rwdata, 1352K rodata, 146K init, 701K bss, 19548K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xdc800000 - 0xff000000   ( 552 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdc000000   ( 448 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc060dee4   (6168 kB)
[    0.000000]       .init : 0xc060e000 - 0xc0632a44   ( 147 kB)
[    0.000000]       .data : 0xc0634000 - 0xc0670d60   ( 244 kB)
[    0.000000]        .bss : 0xc0670d6c - 0xc0720228   ( 702 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:394
[    0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
[    0.000000] Switching to timer-based delay loop
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty1] enabled
[    0.001267] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
[    0.001332] pid_max: default: 32768 minimum: 301
[    0.001790] Mount-cache hash table entries: 512
[    0.002584] Initializing cgroup subsys memory
[    0.002694] Initializing cgroup subsys devices
[    0.002736] Initializing cgroup subsys freezer
[    0.002770] Initializing cgroup subsys blkio
[    0.002908] CPU: Testing write buffer coherency: ok
[    0.003400] Setting up static identity map for 0xc04965e0 - 0xc049663c
[    0.005325] devtmpfs: initialized
[    0.021678] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[    0.023308] NET: Registered protocol family 16
[    0.028733] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.029446] cpuidle: using governor ladder
[    0.029498] cpuidle: using governor menu
[    0.030010] bcm2708.uart_clock = 0
[    0.032084] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.032148] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.032186] mailbox: Broadcom VideoCore Mailbox driver
[    0.032289] bcm2708_vcio: mailbox at f200b880
[    0.032402] bcm_power: Broadcom power driver
[    0.032442] bcm_power_open() -> 0
[    0.032469] bcm_power_request(0, 8)
[    0.533192] bcm_mailbox_read -> 00000080, 0
[    0.533236] bcm_power_request -> 0
[    0.533438] Serial: AMBA PL011 UART driver
[    0.533628] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83, base_baud = 0) is a PL011 rev3
[    0.894540] console [ttyAMA0] enabled
[    0.921275] bio: create slab <bio-0> at 0
[    0.927012] SCSI subsystem initialized
[    0.931042] usbcore: registered new interface driver usbfs
[    0.936765] usbcore: registered new interface driver hub
[    0.942350] usbcore: registered new device driver usb
[    0.949051] Switched to clocksource stc
[    0.953319] FS-Cache: Loaded
[    0.956492] CacheFiles: Loaded
[    0.972722] NET: Registered protocol family 2
[    0.978202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.985632] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.992212] TCP: Hash tables configured (established 4096 bind 4096)
[    0.998664] TCP: reno registered
[    1.001966] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    1.007841] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    1.014560] NET: Registered protocol family 1
[    1.019568] RPC: Registered named UNIX socket transport module.
[    1.025531] RPC: Registered udp transport module.
[    1.030349] RPC: Registered tcp transport module.
[    1.035076] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.042581] bcm2708_dma: DMA manager at f2007000
[    1.047344] bcm2708_gpio: bcm2708_gpio_probe c0641e70
[    1.052899] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[    1.062477] audit: initializing netlink socket (disabled)
[    1.067987] type=2000 audit(0.910:1): initialized
[    1.243218] VFS: Disk quotas dquot_6.5.2
[    1.247495] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.256456] FS-Cache: Netfs 'nfs' registered for caching
[    1.263409] NFS: Registering the id_resolver key type
[    1.268606] Key type id_resolver registered
[    1.272935] Key type id_legacy registered
[    1.277685] msgmni has been set to 873
[    1.283528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.291406] io scheduler noop registered
[    1.295367] io scheduler deadline registered (default)
[    1.300995] io scheduler cfq registered
[    1.306091] BCM2708FB: allocated DMA memory 5bc00000
[    1.311292] BCM2708FB: allocated DMA channel 0 @ f2007000
[    1.321089] Console: switching to colour frame buffer device 82x52
[    1.330324] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[    1.338094] uart-pl011 dev:f1: no DMA platform data
[    1.343239] kgdb: Registered I/O driver kgdboc.
[    1.348498] vc-cma: Videocore CMA driver
[    1.352617] vc-cma: vc_cma_base      = 0x00000000
[    1.357388] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.362933] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.377880] brd: module loaded
[    1.386273] loop: module loaded
[    1.389861] vchiq: vchiq_init_state: slot_zero = 0xdb800000, is_master = 0
[    1.397801] Loading iSCSI transport class v2.0-870.
[    1.404077] usbcore: registered new interface driver smsc95xx
[    1.411977] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.619484] Core Release: 2.80a
[    1.624094] Setting default values for core params
[    1.630402] Finished setting default values for core params
[    1.837432] Using Buffer DMA mode
[    1.842229] Periodic Transfer Interrupt Enhancement - disabled
[    1.849521] Multiprocessor Interrupt Enhancement - disabled
[    1.856519] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.862336] Dedicated Tx FIFOs mode
[    1.867669] WARN::dwc_otg_hcd_init:1042: FIQ DMA bounce buffers: virt = 0xdbc14000 dma = 0x5bc14000 len=9024
[    1.880461] FIQ FSM acceleration enabled for :
[    1.880461] Non-periodic Split Transactions
[    1.880461] Periodic Split Transactions
[    1.880461] High-Speed Isochronous Endpoints
[    1.902687] dwc_otg: Microframe scheduler enabled
[    1.902789] WARN::hcd_init:473: FIQ at 0xc0364444
[    1.908909] WARN::hcd_init:474: FIQ ASM at 0xc0364858 length 36
[    1.916338] WARN::hcd_init:500: MPHI regs_base at 0xdc806000
[    1.923447] dwc_otg bcm2708_usb: DWC OTG Controller
[    1.929804] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[    1.938540] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    1.945532] Init: Port Power? op_state=1
[    1.950886] Init: Power Port (0)
[    1.955790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.964050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.972716] usb usb1: Product: DWC OTG Controller
[    1.978813] usb usb1: Manufacturer: Linux 3.12.26+ dwc_otg_hcd
[    1.986074] usb usb1: SerialNumber: bcm2708_usb
[    1.992925] hub 1-0:1.0: USB hub found
[    1.998205] hub 1-0:1.0: 1 port detected
[    2.004075] dwc_otg: FIQ enabled
[    2.004098] dwc_otg: NAK holdoff enabled
[    2.004109] dwc_otg: FIQ split-transaction FSM enabled
[    2.004130] Module dwc_common_port init
[    2.004583] usbcore: registered new interface driver usb-storage
[    2.012515] mousedev: PS/2 mouse device common for all mice
[    2.020342] bcm2835-cpufreq: min=700000 max=900000 cur=700000
[    2.027622] bcm2835-cpufreq: switching to governor powersave
[    2.034784] bcm2835-cpufreq: switching to governor powersave
[    2.041966] sdhci: Secure Digital Host Controller Interface driver
[    2.049604] sdhci: Copyright(c) Pierre Ossman
[    2.055421] sdhci: Enable low-latency mode
[    2.099271] mmc0: SDHCI controller on BCM2708_Arasan [platform] using platform's DMA
[    2.110191] mmc0: BCM2708 SDHC host at 0x20300000 DMA 2 IRQ 77
[    2.117637] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.124948] ledtrig-cpu: registered to indicate activity on CPUs
[    2.134707] hidraw: raw HID events driver (C) Jiri Kosina
[    2.149281] usbcore: registered new interface driver usbhid
[    2.156320] usbhid: USB HID core driver
[    2.162285] TCP: cubic registered
[    2.169186] Initializing XFRM netlink socket
[    2.177029] NET: Registered protocol family 17
[    2.185231] Key type dns_resolver registered
[    2.199294] Indeed it is in host mode hprt0 = 00021501
[    2.209561] registered taskstats version 1
[    2.229840] Waiting for root device /dev/mmcblk0p2...
[    2.301256] mmc0: read SD Status register (SSR) after 4 attempts
[    2.317133] mmc0: new high speed SDHC card at address aaaa
[    2.324774] mmcblk0: mmc0:aaaa SU08G 7.40 GiB
[    2.332696]  mmcblk0: p1 p2
[    2.356368] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.367633] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    2.376727] devtmpfs: mounted
[    2.381804] Freeing unused kernel memory: 144K (c060e000 - c0632000)
[    2.429220] usb 1-1: new full-speed USB device number 2 using dwc_otg
[    2.437856] Indeed it is in host mode hprt0 = 00021501
[    2.649686] usb 1-1: not running at top speed; connect to a high speed hub
[    2.663393] usb 1-1: New USB device found, idVendor=0424, idProduct=9512
[    2.671902] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.681701] hub 1-1:1.0: USB hub found
[    2.687564] hub 1-1:1.0: 3 ports detected
[    2.969403] usb 1-1.1: new full-speed USB device number 3 using dwc_otg
[    3.079608] usb 1-1.1: not running at top speed; connect to a high speed hub
[    3.096538] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    3.114383] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.134604] smsc95xx v1.0.4
[    3.205220] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:58:6a:b6
[    3.329531] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[    3.439762] usb 1-1.2: not running at top speed; connect to a high speed hub
[    3.459966] usb 1-1.2: New USB device found, idVendor=0bda, idProduct=8176
[    3.468570] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.497120] usb 1-1.2: Product: 802.11n WLAN Adapter
[    3.509312] usb 1-1.2: Manufacturer: Realtek
[    3.515249] usb 1-1.2: SerialNumber: 00e04c000001
[    4.064144] udevd[156]: starting version 175
[    5.100335] bcm2708_i2c_init_pinmode(0,0)
[    5.107594] bcm2708_i2c_init_pinmode(0,1)
[    5.157783] Adafruit Industries' Raspberry Pi PWM driver v1.0
[    5.306408] bcm2708_i2c bcm2708_i2c.0: BSC0 Controller at 0x20205000 (irq 79) (baudrate 100000)
[    5.529648] bcm2708_spi bcm2708_spi.0: master is unqueued, this is deprecated
[    5.648331] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x20204000 (irq 80)
[    5.760485] bcm2708_i2c_init_pinmode(1,2)
[    5.766315] bcm2708_i2c_init_pinmode(1,3)
[    5.856695] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x20804000 (irq 79) (baudrate 100000)
[    6.420728] bcm2708-i2s bcm2708-i2s.0: Failed to create debugfs directory
[    7.464258] usbcore: registered new interface driver rtl8192cu
[    7.941633] pcm512x 1-004d: Failed to reset device: -5
[    7.948647] pcm512x: probe of 1-004d failed with error -5
[    7.989228] pcm512x 1-004c: Failed to reset device: -5
[    7.996200] pcm512x: probe of 1-004c failed with error -5
[   10.780396] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[   11.258513] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[   12.331536] i2c /dev entries driver
[   12.508262] Driver for 1-wire Dallas network protocol.
[   12.529594] w1-gpio w1-gpio: gpio pin 4, gpio pullup pin -1
[   12.828171] lirc_dev: IR Remote Control driver registered, major 248
[   12.918474] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[   13.889114] lirc_rpi: auto-detected active high receiver on GPIO pin 18
[   13.901846] lirc_rpi lirc_rpi.0: lirc_dev: driver lirc_rpi registered at minor = 0
[   13.915026] lirc_rpi: driver registered!
[   14.193317] fbtft_device:  SPI devices registered:
[   14.199834] fbtft_device:      spidev spi0.0 500kHz 8 bits mode=0x00
[   14.207693] fbtft_device:      spidev spi0.1 500kHz 8 bits mode=0x00
[   14.215573] fbtft_device:  'fb' Platform devices registered:
[   14.222758] fbtft_device:      bcm2708_fb id=-1 pdata? no
[   14.229644] fbtft_device:  I2C devices registered:
[   14.235816] fbtft_device:       i2c-0  addr 48896  IRQ 0
[   14.242541] fbtft_device:       i2c-1  addr 48896  IRQ 1
[   14.258126] fbtft_device:      pcm5122 1-004d  addr 77  IRQ 0
[   14.269240] fbtft_device:      wm8804 1-003b  addr 59  IRQ 0
[   14.276366] fbtft_device:      pcm5122 1-004c  addr 76  IRQ 0
[   14.359128] fbtft_device: Deleting spi0.1 (spi0.1)
[   14.373227] stmpe-spi spi0.1: unknown chip id: 0x0
[   14.389277] stmpe-spi: probe of spi0.1 failed with error -22
[   14.396424] fbtft_device: Deleting spi0.0 (spi0.0)
[   14.410695] fbtft_device:  GPIOS used by 'adafruitrt28':
[   14.417446] fbtft_device:    'dc' = GPIO25
[   14.439367] fbtft_device:  SPI devices registered:
[   14.445598] fbtft_device:      stmpe610 spi0.1 500kHz 8 bits mode=0x00
[   14.464869] fbtft_device:      fb_ili9340 spi0.0 32000kHz 8 bits mode=0x00
[   14.622022] Adafruit Industries' power switch driver v1.7
[   15.017141] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 4 KiB DMA buffer memory, fps=20, spi0.0 at 32 MHz
[   20.406488] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   23.783644] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   25.382673] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[   27.873809] bcm2835-cpufreq: switching to governor ondemand
[   27.873841] bcm2835-cpufreq: switching to governor ondemand
[   34.892638] Bluetooth: Core ver 2.16
[   34.894945] NET: Registered protocol family 31
[   34.894975] Bluetooth: HCI device and connection manager initialized
[   34.895021] Bluetooth: HCI socket layer initialized
[   34.895042] Bluetooth: L2CAP socket layer initialized
[   34.895103] Bluetooth: SCO socket layer initialized
[   34.940393] Bluetooth: RFCOMM TTY layer initialized
[   34.940474] Bluetooth: RFCOMM socket layer initialized
[   34.940490] Bluetooth: RFCOMM ver 1.11
[   34.952429] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   34.952461] Bluetooth: BNEP filters: protocol multicast
[   34.952507] Bluetooth: BNEP socket layer initialized
[   38.846458] Adding 102396k swap on /var/swap.  Priority:-1 extents:1 across:102396k SSFS
[   40.152925] bcm2708_fb_blank blank_mode=1
[   40.153362] bcm2708_fb_blank returns=1 p[1]=0x80000000
[   41.719941] bcm2708_fb_blank blank_mode=0
[   41.720725] bcm2708_fb_blank returns=0 p[1]=0x80000000
[   48.805226] bcm2835_audio_set_ctls:558  Controls set for stream 0
[   48.805622] bcm2835_audio_set_ctls:558  Controls set for stream 0
[   48.934834] bcm2835_audio_set_ctls:558  Controls set for stream 0
[   48.935283] bcm2835_audio_set_ctls:558  Controls set for stream 0
[   49.092200] bcm2835_audio_set_ctls:558  Controls set for stream 0
[   49.092575] bcm2835_audio_set_ctls:558  Controls set for stream 0
[  641.833461] bcm2708_fb_blank blank_mode=0
[  641.833998] bcm2708_fb_blank returns=0 p[1]=0x80000000
[  641.834054] bcm2708_fb_blank blank_mode=1
[  641.834346] bcm2708_fb_blank returns=1 p[1]=0x80000000
[ 4044.331556] smsc95xx 1-1.1:1.0 eth0: link down
[ 4045.624893] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 4045.719480] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 4058.556438] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 4058.829476] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup

and this is my X log (/var/log/Xorg.1.log)

[  5478.428]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[  5478.431] X Protocol Version 11, Revision 0
[  5478.432] Build Operating System: Linux 3.2.0-2-mx5 armv7l Debian
[  5478.433] Current Operating System: Linux raspstream1 3.12.26+ #7 PREEMPT Wed Sep 17 14:25:24 EDT 2014 armv6l
[  5478.434] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708.boardrev=0xe bcm2708.serial=0x44586ab6 smsc95xx.macaddr=B8:27:EB:58:6A:B6 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  dwc_otg.speed=1 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:VGA8x8
[  5478.442] Build Date: 18 December 2013  05:20:52PM
[  5478.443] xorg-server 2:1.12.4-6+deb7u2 (Julien Cristau <[email protected]>)
[  5478.444] Current version of pixman: 0.33.1
[  5478.445]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  5478.446] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  5478.455] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Oct 23 12:35:59 2014
[  5478.458] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  5478.459] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  5478.462] (==) No Layout section.  Using the first Screen section.
[  5478.462] (==) No screen section available. Using defaults.
[  5478.462] (**) |-->Screen "Default Screen Section" (0)
[  5478.462] (**) |   |-->Monitor "<default monitor>"
[  5478.465] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  5478.465] (==) Automatically adding devices
[  5478.465] (==) Automatically enabling devices
[  5478.466] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[  5478.466]    Entry deleted from font path.
[  5478.466] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  5478.466]    Entry deleted from font path.
[  5478.466] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  5478.466]    Entry deleted from font path.
[  5478.466] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  5478.467]    Entry deleted from font path.
[  5478.467] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  5478.467]    Entry deleted from font path.
[  5478.467] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  5478.467]    Entry deleted from font path.
[  5478.467] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  5478.468]    Entry deleted from font path.
[  5478.468] (==) FontPath set to:
        /usr/share/fonts/X11/Type1,
        built-ins
[  5478.468] (==) ModulePath set to "/usr/lib/xorg/modules"
[  5478.468] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  5478.468] (II) Loader magic: 0x1aa7a8
[  5478.468] (II) Module ABI versions:
[  5478.468]    X.Org ANSI C Emulation: 0.4
[  5478.469]    X.Org Video Driver: 12.1
[  5478.469]    X.Org XInput driver : 16.0
[  5478.469]    X.Org Server Extension : 6.0
[  5478.469] (II) LoadModule: "extmod"
[  5478.472] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  5478.476] (II) Module extmod: vendor="X.Org Foundation"
[  5478.476]    compiled for 1.12.4, module version = 1.0.0
[  5478.476]    Module class: X.Org Server Extension
[  5478.476]    ABI class: X.Org Server Extension, version 6.0
[  5478.477] (II) Loading extension SELinux
[  5478.477] (II) Loading extension MIT-SCREEN-SAVER
[  5478.477] (II) Loading extension XFree86-VidModeExtension
[  5478.477] (II) Loading extension XFree86-DGA
[  5478.477] (II) Loading extension DPMS
[  5478.477] (II) Loading extension BANNED
[  5478.477] (II) Loading extension BANNED-MotionCompensation
[  5478.478] (II) Loading extension X-Resource
[  5478.478] (II) LoadModule: "dbe"
[  5478.479] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  5478.481] (II) Module dbe: vendor="X.Org Foundation"
[  5478.482]    compiled for 1.12.4, module version = 1.0.0
[  5478.482]    Module class: X.Org Server Extension
[  5478.482]    ABI class: X.Org Server Extension, version 6.0
[  5478.482] (II) Loading extension DOUBLE-BUFFER
[  5478.482] (II) LoadModule: "glx"
[  5478.484] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  5478.485] (II) Module glx: vendor="X.Org Foundation"
[  5478.485]    compiled for 1.12.4, module version = 1.0.0
[  5478.486]    ABI class: X.Org Server Extension, version 6.0
[  5478.486] (==) AIGLX enabled
[  5478.486] (II) Loading extension GLX
[  5478.486] (II) LoadModule: "record"
[  5478.488] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  5478.489] (II) Module record: vendor="X.Org Foundation"
[  5478.489]    compiled for 1.12.4, module version = 1.13.0
[  5478.490]    Module class: X.Org Server Extension
[  5478.490]    ABI class: X.Org Server Extension, version 6.0
[  5478.490] (II) Loading extension RECORD
[  5478.490] (II) LoadModule: "dri"
[  5478.492] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  5478.494] (II) Module dri: vendor="X.Org Foundation"
[  5478.494]    compiled for 1.12.4, module version = 1.0.0
[  5478.494]    ABI class: X.Org Server Extension, version 6.0
[  5478.494] (II) Loading extension XFree86-DRI
[  5478.494] (II) LoadModule: "dri2"
[  5478.496] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  5478.497] (II) Module dri2: vendor="X.Org Foundation"
[  5478.497]    compiled for 1.12.4, module version = 1.2.0
[  5478.498]    ABI class: X.Org Server Extension, version 6.0
[  5478.498] (II) Loading extension DRI2
[  5478.498] (==) Matched fbdev as autoconfigured driver 0
[  5478.498] (==) Assigned the driver to the xf86ConfigLayout
[  5478.498] (II) LoadModule: "fbdev"
[  5478.499] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  5478.500] (II) Module fbdev: vendor="X.Org Foundation"
[  5478.501]    compiled for 1.12.1, module version = 0.4.2
[  5478.501]    ABI class: X.Org Video Driver, version 12.0
[  5478.501] (II) FBDEV: driver for framebuffer: fbdev
[  5478.502] (--) using VT number 8

[  5478.525] (WW) Falling back to old probe method for fbdev
[  5478.526] (II) Loading sub module "fbdevhw"
[  5478.526] (II) LoadModule: "fbdevhw"
[  5478.528] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  5478.529] (II) Module fbdevhw: vendor="X.Org Foundation"
[  5478.529]    compiled for 1.12.4, module version = 0.0.2
[  5478.529]    ABI class: X.Org Video Driver, version 12.1
[  5478.532] (II) FBDEV(0): using default device
[  5478.532] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  5478.533] (II) FBDEV(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 16/16
[  5478.533] (==) FBDEV(0): Depth 16, (==) framebuffer bpp 16
[  5478.533] (==) FBDEV(0): RGB weight 565
[  5478.534] (==) FBDEV(0): Default visual is TrueColor
[  5478.534] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[  5478.534] (II) FBDEV(0): hardware: fb_ili9340 (video memory: 150kB)
[  5478.534] (II) FBDEV(0): checking modes against framebuffer device...
[  5478.534] (II) FBDEV(0): checking modes against monitor...
[  5478.535] (--) FBDEV(0): Virtual size is 320x240 (pitch 320)
[  5478.535] (**) FBDEV(0):  Built-in mode "current"
[  5478.535] (==) FBDEV(0): DPI set to (96, 96)
[  5478.535] (II) Loading sub module "fb"
[  5478.535] (II) LoadModule: "fb"
[  5478.536] (II) Loading /usr/lib/xorg/modules/libfb.so
[  5478.538] (II) Module fb: vendor="X.Org Foundation"
[  5478.538]    compiled for 1.12.4, module version = 1.0.0
[  5478.538]    ABI class: X.Org ANSI C Emulation, version 0.4
[  5478.538] (**) FBDEV(0): using shadow framebuffer
[  5478.538] (II) Loading sub module "shadow"
[  5478.539] (II) LoadModule: "shadow"
[  5478.549] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  5478.550] (II) Module shadow: vendor="X.Org Foundation"
[  5478.550]    compiled for 1.12.4, module version = 1.1.0
[  5478.551]    ABI class: X.Org ANSI C Emulation, version 0.4
[  5478.551] (EE) FBDEV(0): FBIOBLANK: Invalid argument
[  5478.553] (==) FBDEV(0): Backing store disabled
[  5478.554] (==) FBDEV(0): DPMS enabled
[  5478.554] (==) RandR enabled
[  5478.555] (II) Initializing built-in extension Generic Event Extension
[  5478.555] (II) Initializing built-in extension SHAPE
[  5478.555] (II) Initializing built-in extension MIT-SHM
[  5478.555] (II) Initializing built-in extension XInputExtension
[  5478.555] (II) Initializing built-in extension XTEST
[  5478.555] (II) Initializing built-in extension BIG-REQUESTS
[  5478.556] (II) Initializing built-in extension SYNC
[  5478.556] (II) Initializing built-in extension XKEYBOARD
[  5478.556] (II) Initializing built-in extension XC-MISC
[  5478.556] (II) Initializing built-in extension SECURITY
[  5478.556] (II) Initializing built-in extension XINERAMA
[  5478.556] (II) Initializing built-in extension XFIXES
[  5478.556] (II) Initializing built-in extension RENDER
[  5478.556] (II) Initializing built-in extension RANDR
[  5478.557] (II) Initializing built-in extension COMPOSITE
[  5478.557] (II) Initializing built-in extension DAMAGE
[  5478.557] (II) SELinux: Disabled on system
[  5478.688] (II) AIGLX: Screen 0 is not DRI2 capable
[  5478.688] (II) AIGLX: Screen 0 is not DRI capable
[  5478.688] (EE) AIGLX error: dlopen of /usr/lib/arm-linux-gnueabihf/dri/swrast_dri.so failed (/usr/lib/arm-linux-gnueabihf/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
[  5478.689] (EE) GLX: could not load software renderer
[  5478.689] (II) GLX: no usable GL providers found for screen 0
[  5479.014] (EE) FBDEV(0): FBIOBLANK: Invalid argument
[  5540.664] Server terminated successfully (0). Closing log file.
Any idea about how to resolve the problem ?

Thanks

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Problem with PiTFT

Post by adafruit_support_rick »

Can you try installing and running the pre-built Adafruit PiTFT image?

User avatar
adafruit2
 
Posts: 22148
Joined: Fri Mar 11, 2005 7:36 pm

Re: Problem with PiTFT

Post by adafruit2 »

are you using raspbian? that's the only OS we support explicitly at this time...

Locked
Please be positive and constructive with your questions and comments.

Return to “Glowy things (LCD, LED, TFT, EL) purchased at Adafruit”