{"id":20400724,"url":"https://github.com/stuffbymax/display-mods","last_synced_at":"2026-03-07T19:32:27.001Z","repository":{"id":243655940,"uuid":"813039998","full_name":"stuffbymax/display-mods","owner":"stuffbymax","description":"a dispalay fix","archived":false,"fork":false,"pushed_at":"2024-06-10T11:38:29.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T01:41:35.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuffbymax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-10T11:37:06.000Z","updated_at":"2024-06-10T11:38:33.000Z","dependencies_parsed_at":"2024-06-10T13:18:05.735Z","dependency_job_id":"3db2b38e-6302-4a4f-979c-085003d7819a","html_url":"https://github.com/stuffbymax/display-mods","commit_stats":null,"previous_names":["stuffbymax/display-mods"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stuffbymax/display-mods","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Fdisplay-mods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Fdisplay-mods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Fdisplay-mods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Fdisplay-mods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuffbymax","download_url":"https://codeload.github.com/stuffbymax/display-mods/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2Fdisplay-mods/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30227851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T04:45:24.298Z","updated_at":"2026-03-07T19:32:26.979Z","avatar_url":"https://github.com/stuffbymax.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# add_display_modes.sh\n\n## Description\nThis shell script adds multiple display modes with different refresh rates to the eDP-1 output using xrandr.\n\n## Usage\n1. Make sure the script is executable: `chmod +x add_display_modes.sh`\n2. Run the script: `./add_display_modes.sh`\n\n## Steps\n1. Remove existing modes to avoid conflicts:\n    ```sh\n    xrandr --delmode eDP-1 \"1920x1080_60.00\"\n    xrandr --rmmode \"1920x1080_60.00\"\n    xrandr --delmode eDP-1 \"1920x1080_75.00\"\n    xrandr --rmmode \"1920x1080_75.00\"\n    xrandr --delmode eDP-1 \"1920x1080_90.00\"\n    xrandr --rmmode \"1920x1080_90.00\"\n    xrandr --delmode eDP-1 \"1920x1080_100.00\"\n    xrandr --rmmode \"1920x1080_100.00\"\n    xrandr --delmode eDP-1 \"1920x1080_120.00\"\n    xrandr --rmmode \"1920x1080_120.00\"\n    ```\n\n2. Add new modes for different refresh rates:\n   - **60Hz**:\n     ```sh\n     xrandr --newmode \"1920x1080_60.00\"  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync +vsync\n     xrandr --addmode eDP-1 \"1920x1080_60.00\"\n     ```\n   - **75Hz**:\n     ```sh\n     xrandr --newmode \"1920x1080_75.00\"  220.75  1920 2056 2264 2608  1080 1083 1088 1120 -hsync +vsync\n     xrandr --addmode eDP-1 \"1920x1080_75.00\"\n     ```\n   - **90Hz**:\n     ```sh\n     xrandr --newmode \"1920x1080_90.00\"  277.00  1920 2048 2248 2576  1080 1083 1088 1158 -hsync +vsync\n     xrandr --addmode eDP-1 \"1920x1080_90.00\"\n     ```\n   - **100Hz**:\n     ```sh\n     xrandr --newmode \"1920x1080_100.00\"  285.50  1920 2040 2240 2560  1080 1083 1088 1120 -hsync +vsync\n     xrandr --addmode eDP-1 \"1920x1080_100.00\"\n     ```\n   - **120Hz**:\n     ```sh\n     xrandr --newmode \"1920x1080_120.00\"  369.50  1920 2080 2288 2656  1080 1083 1088 1160 -hsync +vsync\n     xrandr --addmode eDP-1 \"1920x1080_120.00\"\n     ```\n\n3. Set the desired mode sequentially:\n    ```sh\n    xrandr --output eDP-1 --mode \"1920x1080_60.00\"\n    xrandr --output eDP-1 --mode \"1920x1080_75.00\"\n    xrandr --output eDP-1 --mode \"1920x1080_90.00\"\n    xrandr --output eDP-1 --mode \"1920x1080_100.00\"\n    xrandr --output eDP-1 --mode \"1920x1080_120.00\"\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuffbymax%2Fdisplay-mods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuffbymax%2Fdisplay-mods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuffbymax%2Fdisplay-mods/lists"}