← Back to team overview

ubuntu-x-swat team mailing list archive

Re: [Bug 469764] Re: Display limited to 800x600 in Ubuntu 9.10 on Intel 82G35 Display Controller

 

Bryce Harrington wrote:
> Thank you for seeking to improve Ubuntu.  It seems you have filed a bug
> against X using the new System Testing utility. Unfortunately, this tool
> is filing bugs without collecting sufficient information to properly
> diagnose the issues.  I wish we could reply to every report to guide you
> to gather the correct information, but it happens that so many people
> are using this testing feature to file bug reports that we simply cannot
> keep up with the influx.  I'm replying in bulk so I can get everyone 
> pointed into a direction most likely to result in getting you a useful
> workaround and us a complete bug report that can be solved.
>
> Most of these problems describe issues that have documented
> troubleshooting procedures, so perhaps the most helpful thing I can
> do is point you to them:
>
>   http://wiki.ubuntu.com/X/Troubleshooting
>
> These guides explain why things break the way they do, and in some cases
> provide workarounds.
>
> I would ask that you first go through the appropriate guide for your
> problem, particularly if you are having problems with resolution,
> crashes, fonts, or blank screen issues, and then file a bug report using
> the following command:
>
>    ubuntu-bug xorg
>
> This collects more detailed information than the System Testing tool
> does.  Please also write a detailed explanation, indicating when you 
> first discovered the problem, analysis steps you've done, workarounds
> that work, and so on.
>
>
> ** Changed in: xorg (Ubuntu)
>        Status: New => Invalid
>
>   
Bryce,
Thank you for redirecting me to the right place.  I am not a linux guru 
and need all the help I can get when in trouble.  I always seem to find 
it in the linux community, though.
Just to put this to bed, I have included my manually assembled xorg.conf 
file to fix my issue with the Intel board and driver.
*** xorg.conf ***
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Viewsonic"
    ModelName    "VA1703wb"
    HorizSync    24.0 - 70.0
    VertRefresh  50.0 - 75.0
    DisplaySize  365 228
EndSection

Section "Device"
  Option     "NoDDC" "true"
    Option "IgnoreEDID" "true"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "82G35 Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1360x768" "1152x864" "1024x768" "800x600" 
"640x480"
    EndSubSection
EndSection
***

-- 
Ourwoods.org
 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (275)

-- 
Display limited to 800x600 in Ubuntu 9.10 on Intel 82G35 Display Controller
https://bugs.launchpad.net/bugs/469764
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.



References