Files
documentation/uk/assets/js/dc8c5873.f8fc5a0f.js
github-actions[bot] 26a19be7ec deploy: 1b6bca56b0
2025-01-10 19:28:14 +00:00

1 line
12 KiB
JavaScript

"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[586],{6079:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>a,contentTitle:()=>t,default:()=>h,frontMatter:()=>l,metadata:()=>r,toc:()=>c});const r=JSON.parse('{"id":"troubleshoot/troubleshoot-display-problem-on-snigdha-os","title":"Troubleshooting Display Issues","description":"If you\'re facing display issues like screen resolution problems, black screens, or no display output on Snigdha OS, follow this guide to get everything back to normal. Let\u2019s fix it step by step! \ud83d\udd27","source":"@site/docs/troubleshoot/troubleshoot-display-problem-on-snigdha-os.md","sourceDirName":"troubleshoot","slug":"/troubleshoot/troubleshoot-display-problem-on-snigdha-os","permalink":"/documentation/uk/troubleshoot/troubleshoot-display-problem-on-snigdha-os","draft":false,"unlisted":false,"editUrl":"https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/troubleshoot-display-problem-on-snigdha-os.md","tags":[],"version":"current","lastUpdatedAt":1735540368000,"sidebarPosition":2,"frontMatter":{"sidebar_position":2},"sidebar":"tutorialSidebar","previous":{"title":"Troubleshooting Wi-Fi Issues","permalink":"/documentation/uk/troubleshoot/troubleshoot-wifi-on-snigdha-os"},"next":{"title":"Troubleshooting Sound Issues","permalink":"/documentation/uk/troubleshoot/troubleshoot-sound-on-snigdha-os"}}');var i=n(6070),o=n(6599);const l={sidebar_position:2},t="Troubleshooting Display Issues",a={},c=[{value:"1. <strong>Check Display Cable and Connection \ud83d\udda5\ufe0f\ud83d\udd0c</strong>",id:"1-check-display-cable-and-connection-\ufe0f",level:3},{value:"<strong>Is Your Display Properly Connected?</strong>",id:"is-your-display-properly-connected",level:4},{value:"2. <strong>Check for External Display Detection \ud83d\udcfa\ud83d\udcf1</strong>",id:"2-check-for-external-display-detection-",level:3},{value:"3. <strong>Set the Correct Display Resolution \ud83c\udfa8\ud83d\udcbb</strong>",id:"3-set-the-correct-display-resolution-",level:3},{value:"4. <strong>Check Graphics Driver \ud83d\udd27\ud83d\udda5\ufe0f</strong>",id:"4-check-graphics-driver-\ufe0f",level:3},{value:"<strong>Is Your Graphics Driver Installed?</strong>",id:"is-your-graphics-driver-installed",level:4},{value:"5. <strong>Reconfigure Xorg \ud83c\udfa8\ud83d\udee0\ufe0f</strong>",id:"5-reconfigure-xorg-\ufe0f",level:3},{value:"6. <strong>Check Logs for Errors \ud83d\udcdd\ud83d\udd0d</strong>",id:"6-check-logs-for-errors-",level:3},{value:"7. <strong>Check Display Manager \ud83c\udf10\u2699\ufe0f</strong>",id:"7-check-display-manager-\ufe0f",level:3},{value:"8. <strong>Update System \ud83d\udcbb\ud83d\udd04</strong>",id:"8-update-system-",level:3},{value:"9. <strong>Try Using a Different Display Server (Wayland vs Xorg) \ud83c\udf19\u2699\ufe0f</strong>",id:"9-try-using-a-different-display-server-wayland-vs-xorg-\ufe0f",level:3},{value:"10. <strong>Reboot Your System \ud83d\udd04\ud83d\udcbb</strong>",id:"10-reboot-your-system-",level:3},{value:"Conclusion \ud83c\udf89",id:"conclusion-",level:3}];function d(e){const s={code:"code",h1:"h1",h3:"h3",h4:"h4",header:"header",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,o.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(s.header,{children:(0,i.jsx)(s.h1,{id:"troubleshooting-display-issues",children:"Troubleshooting Display Issues"})}),"\n",(0,i.jsx)(s.p,{children:"If you're facing display issues like screen resolution problems, black screens, or no display output on Snigdha OS, follow this guide to get everything back to normal. Let\u2019s fix it step by step! \ud83d\udd27"}),"\n",(0,i.jsxs)(s.h3,{id:"1-check-display-cable-and-connection-\ufe0f",children:["1. ",(0,i.jsx)(s.strong,{children:"Check Display Cable and Connection \ud83d\udda5\ufe0f\ud83d\udd0c"})]}),"\n",(0,i.jsx)(s.h4,{id:"is-your-display-properly-connected",children:(0,i.jsx)(s.strong,{children:"Is Your Display Properly Connected?"})}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsx)(s.li,{children:"Make sure your monitor or laptop screen is properly connected to the system."}),"\n",(0,i.jsx)(s.li,{children:"If using an external monitor, ensure that the display cable (HDMI, VGA, DisplayPort, etc.) is firmly connected."}),"\n",(0,i.jsx)(s.li,{children:"If applicable, check if the monitor is set to the correct input (HDMI1, HDMI2, etc.)."}),"\n"]}),"\n",(0,i.jsxs)(s.h3,{id:"2-check-for-external-display-detection-",children:["2. ",(0,i.jsx)(s.strong,{children:"Check for External Display Detection \ud83d\udcfa\ud83d\udcf1"})]}),"\n",(0,i.jsx)(s.p,{children:"If you\u2019re using multiple displays, your external monitor might not be recognized automatically."}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsx)(s.p,{children:"Open the terminal and run:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"xrandr\n"})}),"\n",(0,i.jsx)(s.p,{children:"This will list all connected displays. If your external monitor isn't showing, you might need to force detection."}),"\n"]}),"\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsx)(s.p,{children:"To detect the monitor manually:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"xrandr --auto\n"})}),"\n"]}),"\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsx)(s.p,{children:"If the external monitor is still not detected, try to restart your system or use a different cable."}),"\n"]}),"\n"]}),"\n",(0,i.jsxs)(s.h3,{id:"3-set-the-correct-display-resolution-",children:["3. ",(0,i.jsx)(s.strong,{children:"Set the Correct Display Resolution \ud83c\udfa8\ud83d\udcbb"})]}),"\n",(0,i.jsxs)(s.p,{children:["Sometimes, the wrong resolution can cause display issues. Use ",(0,i.jsx)(s.code,{children:"xrandr"})," to set the correct resolution."]}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsx)(s.p,{children:"List available display modes:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"xrandr\n"})}),"\n"]}),"\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsx)(s.p,{children:"To change the resolution:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"xrandr --output <DISPLAY_NAME> --mode <RESOLUTION>\n"})}),"\n",(0,i.jsx)(s.p,{children:"Example:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"xrandr --output HDMI-1 --mode 1920x1080\n"})}),"\n"]}),"\n"]}),"\n",(0,i.jsxs)(s.p,{children:["Replace ",(0,i.jsx)(s.code,{children:"<DISPLAY_NAME>"})," and ",(0,i.jsx)(s.code,{children:"<RESOLUTION>"})," with your actual display name and resolution."]}),"\n",(0,i.jsxs)(s.h3,{id:"4-check-graphics-driver-\ufe0f",children:["4. ",(0,i.jsx)(s.strong,{children:"Check Graphics Driver \ud83d\udd27\ud83d\udda5\ufe0f"})]}),"\n",(0,i.jsx)(s.h4,{id:"is-your-graphics-driver-installed",children:(0,i.jsx)(s.strong,{children:"Is Your Graphics Driver Installed?"})}),"\n",(0,i.jsx)(s.p,{children:"Make sure you have the correct drivers installed for your graphics card."}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsxs)(s.p,{children:["For ",(0,i.jsx)(s.strong,{children:"Intel graphics"}),":"]}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo pacman -S xf86-video-intel\n"})}),"\n"]}),"\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsxs)(s.p,{children:["For ",(0,i.jsx)(s.strong,{children:"NVIDIA graphics"}),":"]}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo pacman -S nvidia nvidia-utils\n"})}),"\n"]}),"\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsxs)(s.p,{children:["For ",(0,i.jsx)(s.strong,{children:"AMD graphics"}),":"]}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo pacman -S xf86-video-amdgpu\n"})}),"\n"]}),"\n"]}),"\n",(0,i.jsx)(s.p,{children:"After installing the necessary driver, restart your system:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo reboot\n"})}),"\n",(0,i.jsxs)(s.h3,{id:"5-reconfigure-xorg-\ufe0f",children:["5. ",(0,i.jsx)(s.strong,{children:"Reconfigure Xorg \ud83c\udfa8\ud83d\udee0\ufe0f"})]}),"\n",(0,i.jsx)(s.p,{children:"Sometimes, Xorg (the display server) configuration might cause issues."}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsx)(s.p,{children:"Reconfigure Xorg by regenerating the configuration file:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo Xorg -configure\n"})}),"\n"]}),"\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsx)(s.p,{children:"Then restart the system:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo reboot\n"})}),"\n"]}),"\n"]}),"\n",(0,i.jsxs)(s.h3,{id:"6-check-logs-for-errors-",children:["6. ",(0,i.jsx)(s.strong,{children:"Check Logs for Errors \ud83d\udcdd\ud83d\udd0d"})]}),"\n",(0,i.jsx)(s.p,{children:"Check the system logs to find any errors related to the display."}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsxs)(s.li,{children:["View Xorg logs:","\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"cat /var/log/Xorg.0.log\n"})}),"\n"]}),"\n"]}),"\n",(0,i.jsx)(s.p,{children:"Look for error messages related to your graphics driver or display hardware."}),"\n",(0,i.jsxs)(s.h3,{id:"7-check-display-manager-\ufe0f",children:["7. ",(0,i.jsx)(s.strong,{children:"Check Display Manager \ud83c\udf10\u2699\ufe0f"})]}),"\n",(0,i.jsx)(s.p,{children:"If you\u2019re getting a black screen after logging in, it could be a problem with your display manager."}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsxs)(s.p,{children:["If using ",(0,i.jsx)(s.strong,{children:"LightDM"}),", restart it:"]}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo systemctl restart lightdm\n"})}),"\n"]}),"\n",(0,i.jsxs)(s.li,{children:["\n",(0,i.jsxs)(s.p,{children:["If using ",(0,i.jsx)(s.strong,{children:"GDM"})," (GNOME Display Manager), restart it:"]}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo systemctl restart gdm\n"})}),"\n"]}),"\n"]}),"\n",(0,i.jsxs)(s.h3,{id:"8-update-system-",children:["8. ",(0,i.jsx)(s.strong,{children:"Update System \ud83d\udcbb\ud83d\udd04"})]}),"\n",(0,i.jsx)(s.p,{children:"Make sure your system is up to date, as outdated packages may cause display issues."}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsxs)(s.li,{children:["Update your system:","\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo pacman -Syu\n"})}),"\n"]}),"\n"]}),"\n",(0,i.jsx)(s.p,{children:"This ensures all packages, including graphics drivers, are up to date."}),"\n",(0,i.jsxs)(s.h3,{id:"9-try-using-a-different-display-server-wayland-vs-xorg-\ufe0f",children:["9. ",(0,i.jsx)(s.strong,{children:"Try Using a Different Display Server (Wayland vs Xorg) \ud83c\udf19\u2699\ufe0f"})]}),"\n",(0,i.jsxs)(s.p,{children:["If you are facing issues with ",(0,i.jsx)(s.strong,{children:"Xorg"}),", try using ",(0,i.jsx)(s.strong,{children:"Wayland"})," instead, which is another display server protocol."]}),"\n",(0,i.jsxs)(s.ul,{children:["\n",(0,i.jsx)(s.li,{children:"On GNOME, you can choose Wayland or Xorg from the login screen (click the gear icon after selecting your user)."}),"\n"]}),"\n",(0,i.jsxs)(s.h3,{id:"10-reboot-your-system-",children:["10. ",(0,i.jsx)(s.strong,{children:"Reboot Your System \ud83d\udd04\ud83d\udcbb"})]}),"\n",(0,i.jsx)(s.p,{children:"Sometimes, a simple reboot can fix display issues:"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-bash",children:"sudo reboot\n"})}),"\n",(0,i.jsx)(s.h3,{id:"conclusion-",children:"Conclusion \ud83c\udf89"}),"\n",(0,i.jsx)(s.p,{children:"Display issues on Snigdha OS can usually be fixed by ensuring proper cables, checking drivers, and configuring the display settings. If problems continue, check for hardware faults or consult the Snigdha OS or Arch community for further assistance."}),"\n",(0,i.jsx)(s.p,{children:"Enjoy your display! \ud83d\udda5\ufe0f\ud83c\udfa8"})]})}function h(e={}){const{wrapper:s}={...(0,o.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}},6599:(e,s,n)=>{n.d(s,{R:()=>l,x:()=>t});var r=n(758);const i={},o=r.createContext(i);function l(e){const s=r.useContext(o);return r.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function t(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:l(e.components),r.createElement(o.Provider,{value:s},e.children)}}}]);