Results 1 to 7 of 7
I just installed DEBIAN 2.6.18. The install went well except I have lines coming down the screen like pinstripes. Does anyone know how to make the adjustment?
Here is my ...
- 03-06-2007 #1
resolution issue with new install
I just installed DEBIAN 2.6.18. The install went well except I have lines coming down the screen like pinstripes. Does anyone know how to make the adjustment?
Here is my graphics and monitor info from xorg.conf
Section "Device"
Identifier "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "DELL E176FP"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Monitor "DELL E176FP"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
- 03-07-2007 #2
Did you configure the monitor manually? If so you might have a refresh rate problem. i don't see anything strange in your xorg.conf.
- 03-07-2007 #3
no manual config
I tried that and then did a clean install again without and no difference. There are bars that run down the screen. it does seem like a refresh problem, but the config is correct.
- 03-07-2007 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 17
Try
That will help you get the settings right.Code:sudo dpkg-reconfigure xserver-xorg
- 03-07-2007 #5
sudo dpkg-reconfigure xserver-xorg
i did that no change. unless I should change the refresh rate from the recommended setting.
- 03-07-2007 #6Linux Newbie
- Join Date
- Oct 2006
- Posts
- 101
make sure its not just your desktop wallpaper that has the pinstripes, i know with some, the default one is fine pinstripes vertically. (i think it is to see if your resolution is correct)
--Erik
- 03-07-2007 #7


Reply With Quote
