You are not logged in.
Pages: 1
I'm trying to adjust my projection but I tryed diferent values in config.txt but nothing seens to work.
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
# disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=1000
overscan_right=1000
overscan_top=1000
overscan_bottom=3000
Offline
Overscan could not be nanodlp related.
Could you share photo of boundary image being displayed on your printer?
Offline
Offline
have you tried remove overscan values and uncomment disable_overscan=1 ?
Offline
yes
Offline
It's possible to have a feature in nanodlp to choose where you can put the origen from X and Y, mine is X-4 Y0 I guess
Offline
Use center origin. you can put pieces wherever you want on your 3D editor.
Offline
But my projector center isn't in the center and in this way i have to use another software to "centralize" it
Offline
Any ideas in this?
My config.tx file
# For more options and information see
# http://rpf.io/configtxtreadme
# Some settings may impact device functionality. See link above for details# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=0# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=-84
overscan_right=840
overscan_top=-84
overscan_bottom=-84# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
hdmi_pixel_encoding=2# uncomment for composite PAL
#sdtv_mode=2#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800#core_freq=250
#sdram_freq=400
#over_voltage=0#Smaller framebuffer
#framebuffer_depth=8
#framebuffer_ignore_alpha=1
#framebuffer_width=1920
#framebuffer_height=1080
disable_camera_led=1
dtparam=i2c1=on
dtparam=i2c_arm=onhdmi_force_hotplug=1
framebuffer_depth=24
gpu_mem=192
framebuffer_ignore_alpha=1
hdmi_cvt=1440 2560 48
hdmi_group=2
hdmi_mode=87
hdmi_pixel_freq_limit=400000000
hvs_priority=0x32ff
max_framebuffer_width=1440
max_framebuffer_height=2560
framebuffer_width=1440
framebuffer_height=2560
config_hdmi_boost=4display_rotate=0x20000
dtoverlay=pi3-miniuart-bt-overlay
force_turbo=1
enable_uart=1
Offline
maybe it will help
after ######################## down I added for the projector,,you deleted
and delete ## this for lcd
# Wanhao D7 nanodlp config
# V1.0 3-feb-2017
# CAMERA SETTINGS ( 1 = ON, 0 = OFF)
#start_x=1
disable_camera_led=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
##//hdmi_timings=<h_active_pixels> <h_sync_polarity <h_front_porch> <h_sync_pulse> <h_back_porch> <v_active_lines> <v_sync_polarity> <v_front_porch> <v_sync_pulse> <v_back_porch> <v_sync_offset_a> <v_sync_offset_b> <pixel_rep> <frame_rate> <interlaced> <pixel_freq> <aspect_ratio>
# DISPLAY SETTINGS
##gpu_mem=192
##hdmi_force_hotplug=1
##hdmi_timings=1440 0 50 10 35 2560 0 4 2 2 0 0 0 50 0 198000000 0
##hdmi_group=2
##hdmi_mode=87
##hdmi_pixel_freq_limit=500000000
##hvs_priority=0x32ff
##display_rotate=0x10000
##max_framebuffer_width=1440
##max_framebuffer_height=2560
##framebuffer_width=1440
##framebuffer_height=2560
##framebuffer_depth=24
##framebuffer_ignore_alpha=1
##config_hdmi_boost=2
##dtparam=i2c_arm=on6
######################################################
hdmi_pixel_encoding=2
start_x=1
gpu_mem=128
disable_camera_led=1
dtparam=i2c1=on
dtparam=i2c_arm=on
disable_overscan= 1
Offline
Pages: 1