Advertisement
Freshbloodb

Untitled

Nov 3rd, 2024 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Configuración principal de pantalla
  2. display_brightness=50
  3.  
  4. # Brillo adaptativo
  5. adaptive_brightness_enabled=true
  6. adaptive_brightness_sensitivity=1.2
  7. min_brightness=5
  8. max_brightness=100
  9. brightness_transition_speed=1.5
  10.  
  11. # Configuraciones de color
  12. color_temperature=6500
  13. color_saturation=1.0
  14. color_contrast=1.0
  15.  
  16. # Modo nocturno
  17. night_mode_enabled=true
  18. night_mode_intensity=0.7
  19. night_mode_start_hour=22
  20. night_mode_end_hour=6
  21.  
  22. # Tasa de refresco
  23. default_refresh_rate=60
  24. dynamic_refresh_rate_enabled=true
  25. min_refresh_rate=30
  26. max_refresh_rate=120
  27. gaming_refresh_rate=120
  28.  
  29. # Configuraciones HDR
  30. hdr_enabled=true
  31. hdr_brightness_boost=1.2
  32. hdr_contrast_enhancement=1.1
  33. hdr_color_enhancement=1.3
  34. hdr_peak_brightness=1000
  35.  
  36. # Resolución
  37. current_resolution=1080p
  38. power_save_resolution=720p
  39. gaming_resolution=1440p
  40.  
  41. # Timeouts de pantalla
  42. screen_timeout=30000
  43. screen_dim_timeout=15000
  44. reading_timeout=180000
  45. video_timeout=0
  46. gaming_timeout=0
  47.  
  48. # Muestreo táctil
  49. touch_sampling_rate=120
  50. gaming_touch_rate=240
  51. power_save_touch_rate=60
  52.  
  53. # Mejoras de pantalla
  54. ai_enhancement_enabled=true
  55. scene_detection_enabled=true
  56. content_adaptation_enabled=true
  57. brightness_adaptation_enabled=true
  58.  
  59. # Suavizado de movimiento
  60. motion_smoothing_enabled=true
  61. motion_smoothing_intensity=0.8
  62. gaming_motion_smoothing=1.0
  63.  
  64. # Confort visual
  65. eye_comfort_enabled=true
  66. blue_light_filter=0.3
  67. flicker_reduction_enabled=true
  68. auto_eye_comfort=true
  69. sunset_based_schedule=true
  70.  
  71. # Eficiencia energética
  72. adaptive_power_save_enabled=true
  73. brightness_power_threshold=30
  74. enable_refresh_rate_power_save=true
  75. enable_resolution_power_save=true
  76.  
  77. # Modo de alto rendimiento
  78. peak_performance_enabled=false
  79. peak_performance_duration=3600
  80. performance_cooldown=300
  81.  
  82. # Calibración de pantalla
  83. display_calibration_enabled=true
  84. color_profile=natural
  85. custom_color_adjustments_enabled=false
  86.  
  87. # Configuraciones avanzadas
  88. allow_forced_high_brightness=false
  89. minimum_screen_brightness=5
  90. maximum_manual_brightness=85
  91. maximum_automatic_brightness=100
  92.  
  93. # Configuraciones de pantalla ambiente
  94. ambient_display_enabled=true
  95. ambient_start_time=08:00
  96. ambient_end_time=22:00
  97. ambient_sensitivity=0.8
  98. wake_on_notification=true
  99. persistent_notifications=true
  100. double_tap_to_wake=true
  101. lift_to_wake=true
  102. touch_to_wake=true
  103. ambient_timeout=5000
  104. ambient_brightness=20
  105. ambient_animation_duration=500
  106.  
  107. # Calibración de pantalla
  108. white_point_x=0.3127
  109. white_point_y=0.3290
  110. gamma_red=2.2
  111. gamma_green=2.2
  112. gamma_blue=2.2
  113. color_matrix_r=1.0,0.0,0.0
  114. color_matrix_g=0.0,1.0,0.0
  115. color_matrix_b=0.0,0.0,1.0
  116.  
  117. # Curva de brillo
  118. brightness_curve_points=5
  119. brightness_curve_x=0,0.25,0.5,0.75,1.0
  120. brightness_curve_y=0,0.15,0.35,0.65,1.0
  121.  
  122. # Control térmico
  123. thermal_throttling_enabled=true
  124. thermal_warning=45
  125. thermal_critical=55
  126. thermal_emergency=60
  127. thermal_warning_brightness_reduction=20
  128. thermal_warning_refresh_rate=90
  129. thermal_critical_brightness_reduction=40
  130. thermal_critical_refresh_rate=60
  131. thermal_emergency_brightness_reduction=60
  132. thermal_emergency_refresh_rate=30
  133.  
  134. # Optimización de batería
  135. battery_optimization_enabled=true
  136. ultra_power_saving_brightness=30
  137. ultra_power_saving_refresh_rate=30
  138. ultra_power_saving_resolution=720p
  139. power_saving_brightness=50
  140. power_saving_refresh_rate=60
  141. power_saving_resolution=1080p
  142. balanced_brightness=80
  143. balanced_refresh_rate=90
  144. balanced_resolution=native
  145.  
  146. # Configuraciones de panel
  147. panel_type=amoled
  148. panel_manufacturer=samsung
  149. panel_model=s6e3fc3
  150. panel_serial=0x1234567890
  151. panel_manufacture_date=2024-01-01
  152. panel_age_compensation_enabled=true
  153. panel_burn_in_protection=true
  154. panel_refresh_cycle=3600
  155.  
  156. # Configuraciones de renderizado
  157. rendering_backend=skia
  158. hardware_acceleration=true
  159. vsync_enabled=true
  160. triple_buffering=true
  161. early_phase_offset=1
  162. early_gl_phase_offset=2
  163. early_app_phase_offset=1
  164. early_sf_phase_offset=1
  165.  
  166. # Detección de entorno
  167. ambient_light_sensor_enabled=true
  168. ambient_light_threshold_low=5
  169. ambient_light_threshold_high=1000
  170. light_sensor_rate=1000
  171. proximity_sensor_enabled=true
  172. orientation_sensor_enabled=true
  173.  
  174. # Características experimentales
  175. experimental_hdr_plus=false
  176. experimental_wide_color_gamut=false
  177. experimental_variable_refresh_rate=false
  178. experimental_ultra_low_latency=false
  179.  
  180. # Depuración
  181. debug_force_gpu=false
  182. debug_force_refresh_rate=false
  183. debug_show_updates=false
  184. debug_show_layers=false
  185. debug_overdraw=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement