Results 1 to 7 of 7
i am using a emachine w2925 desktop and i installed the newest ubuntu. and it randomally goes to a black screen with white bars vertically half way down the screen ...
- 06-29-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 11
[SOLVED] black and white bars.
i am using a emachine w2925 desktop and i installed the newest ubuntu. and it randomally goes to a black screen with white bars vertically half way down the screen that flash between bars and a black screen every few seconds
- 06-29-2010 #2
Hi and Welcome !
Which Graphics Card do you have?
Execute this in Terminal :
Post output here.Code:lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-29-2010 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 11
Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
- 06-29-2010 #4
Press Alt+F2 and type this
* Its Capital X in X11.Code:gksu gedit /etc/X11/xorg.conf
Above command will open xorg.conf file in Gedit with root privileges. If there are any contents in files, delete those.
Poste following contents in file, save it and reboot machine.
Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 70.0 VertRefresh 50 - 160 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubsection EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-29-2010 #5Just Joined!
- Join Date
- Jun 2010
- Posts
- 11
i havent tried what you said yet but, I will post a picture of my issue incase anybody else had the problem
- 06-29-2010 #6Just Joined!
- Join Date
- Jun 2010
- Posts
- 11
just ran the code and it seems to have fixed it. Thanks for the help!
- 06-30-2010 #7
Glad to help you !

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


