On 2006/12/18 21:06 (GMT-0600) John Pierce apparently typed:

Just a couple ideas.

1-save your current xorg.conf, and try running sax2 -r -a. If that
doesn't help,

2-Substitute the following for the existing sections and try again.
Section "Monitor"
  DisplaySize  367 230
  HorizSync    29-90
  Identifier   "Monitor[0]"
  ModelName    "1400X LAPTOP DISPLAY PANEL"
  VendorName   "DELL"
  VertRefresh  59-61
#  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      24
    Modes      "1440x900" "1366x768" "1280x800" "1024x600"
  EndSubSection
EndSection

Section "Device"
  BoardName    "945 GM"
  BusID        "0:2:0"
  Driver       "i810"
  Identifier   "Device[0]"
  Option       "NoDDC"
  VendorName   "Intel"
EndSection

You might also try commenting the NoDDC line if it doesn't work as is.
Another thing to try is substituting 16 for 24 for the depth and
defaultdepth. Also make sure from lspci the correct BusID is being used.
-- 
"Let your conversation be always full of grace." Colossians 4:6 NIV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to