Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! nyblueguy's Avatar
    Join Date
    May 2006
    Posts
    48

    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

  2. #2
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610
    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.
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

  3. #3
    Just Joined! nyblueguy's Avatar
    Join Date
    May 2006
    Posts
    48

    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.

  4. #4
    Just Joined!
    Join Date
    Mar 2007
    Posts
    17
    Try
    Code:
    sudo dpkg-reconfigure xserver-xorg
    That will help you get the settings right.

  5. #5
    Just Joined! nyblueguy's Avatar
    Join Date
    May 2006
    Posts
    48

    sudo dpkg-reconfigure xserver-xorg

    i did that no change. unless I should change the refresh rate from the recommended setting.

  6. #6
    Linux 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

  7. #7
    Just Joined! nyblueguy's Avatar
    Join Date
    May 2006
    Posts
    48

    lowered refresh rate to 60

    that fixed it

    thanks,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •