Advertisement
Freshbloodb

Untitled

Nov 3rd, 2024 (edited)
90
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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement