> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/drawtab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/drawtab/troubleshoot/tsg-display-vertical-lines.md).

# TSG: Display has vertical lines

## Symptoms

The display shows vertical lines.

* It can be a small number of them or many
* They may be grouped closely together in one vertical band
* The lines may be spread all over the screen
* The lines may be of various colors: white, black, random colors

## Examples

<figure><img src="/files/TofOLjjNsstMyWjCZAfU" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/gEdQcgBFGhHn6hSBy5mV" alt="" width="563"><figcaption></figcaption></figure>

## Causes

There are many things that might cause this. Some can be addressed, and some are fundamental hardware problems that cannot be fixed.

Where the issue might originate

* The display panel itself
* The configuration the computer is using for the video signal (refresh rate and resolution)
* The cable used to transmit the video signal
* The ports
* The GPU sending the video signal
  * Sometimes GPUs get into a weird state
  * sometimes GPUs have thermal problems

## Things to try or investigate

* Question: Do the lines appear even when the monitor initially starts up and shows its "Welcome" message?
* Question: Do the lines appear when there is no video signal being sent to the monitor (for example, the HDMI cable is disconnected)?
* Question: Do the lines appear for a while and then disappear
* Test with different cables
* Test with different video configurations
  * Different refresh rates
  * Different resolutions
* Test with a different video signal source (Xbox, another laptop, a camera)
* If you are getting a video signal from your GPU, try the motherboard

## Summary

Once you've completed your investigation, you might have solved the problem.

Try contacting customer support.

You should be prepared, though, that if the problem is a fundamental issue with the display panel, there is no way to fix it.

## Discussions

[r/techsupport - Monitor has colorful vertical lines sometimes but it isn't a hardware issue/card isn't artifacting](https://www.reddit.com/r/techsupport/comments/17bpya6/monitor_has_colorful_vertical_lines_sometimes_but/) - 2023-10-19

<https://www.reddit.com/r/techsupport/comments/17bpya6/monitor_has_colorful_vertical_lines_sometimes_but/>

<https://www.reddit.com/r/pchelp/comments/1sjco64/monitor_has_vertical_lines_on_start_up_why/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sevenpens.com/drawtab/troubleshoot/tsg-display-vertical-lines.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
