-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipresent on a raspberry with 7 inch LCD #11
Comments
Are you using the official 7 inch display or another type? |
i use a 'KeDei' 800x480 |
Problem is you have a non-raspberry pi display which returns an unexpected name. Can you try editing lines 27 and 28 in pp_displaymanager.py to: randr_map={'default':0,'HDMI-1':2,'Composite-1':3,'HDMI-2':7} and select DSI0 display in profiles. |
Sorry, if you buy a display like this you don't know whether it is an official display or not xrandr: Failed to get size of gamma for output default |
No sorry, its my software that is limited to the official display. The official display is always advertised as Official Raspberry Pi..... Profile is what you edited with the Pi Presents editor. In every show that is to use your display the Display Field should be DSI0 The new error is about controlling the backlight brightness. There are instructions in the manual for installing rpi-backlight but the software may not work with your display. Better to comment out the lines that initialise the backlight. In pp_displaymanager.py comment out lines 154,155,156:
|
first :xrandr: Failed to get size of gamma for output default |
8.96 Profile Error: PiPresents: Display not connected (no canvas): HDMI0 |
indeed, I started from the beginning. When I made the two changes I got the following message: |
Maybe my suggested changes do not work. Using the email please send pp_displaymanager.py with both mods. |
how can I contact you via pipresents.wordpress.com |
pp_log.txt 3.1755073070526123 PiPresents_548310545264: 3.1759932041168213 PiPresents_548310545264: Pi Presents must be run from the Desktop |
when I type the following in the thermal: python3 /home/pi/pipresents/pipresents.py -p pp_mediashow_1p5
that gives the following error message:
xrandr: Failed to get size of gamma for output default
Traceback (most recent call last):
File "/home/pi/pipresents/pipresents.py", line 1004, in
pp = PiPresents()
File "/home/pi/pipresents/pipresents.py", line 288, in init
status,message,self.root=self.dm.init(self.options,self.handle_user_abort,self.pp_dir,False)
File "/home/pi/pipresents/pp_displaymanager.py", line 142, in init
status,message=self.process_displays_model4()
File "/home/pi/pipresents/pp_displaymanager.py", line 271, in process_displays_model4
DisplayManager.displays.append(DisplayManager.randr_map[DisplayManager.randr_displays[index]])
KeyError: 'default'
The text was updated successfully, but these errors were encountered: