Results 1 to 2 of 2

Thread: intel 810

  1. #1
    Guest

    intel 810

    If anyone here is using the Intel i810 graphics chip could I please see the relevant parts of your "graphics device" and "screens" sections of your XF86Config file? I have xfree86 4.1.0 and I always get an "Addscreen/Screeninit failed for driver 0" error when I use the i810 driver. thanks for any help.

  2. #2

    I know I'm kinda late replying to this, but here goes anyway...

    Quote Originally Posted by ;19565
    If anyone here is using the Intel i810 graphics chip could I please see the relevant parts of your "graphics device" and "screens" sections of your XF86Config file? I have xfree86 4.1.0 and I always get an "Addscreen/Screeninit failed for driver 0" error when I use the i810 driver. thanks for any help.
    NOTE: The following information is only applicable to the Intel family of video adapters served by the i810 and related chipsets.

    There is a utility you might want to look at, called 915resolution, which replaced the earlier 810resolution. This gem can be used to overwrite one of your video card's modes to, for instance, correct for an incorrectly detected flat panel or LCD display.

    I won't bore you with all the details, since the following link gets down to it better than I could ever do:

    http://www.geocities.com/stomljen/readme.html

    Steve Tomljenovic really knows the subject matter, and how to present it concisely.

    I just used this to correctly configure my rather oddball laptop display (1280X768 wide-aspect TFT) so that I don't see a "stretchy" 1024X768 screen anymore.

    Don't know that my xorg.conf file would help you much, since you're using XFree... some of the options might be handy though... here's some of it:

    Section "Monitor"
    DisplaySize 302 188
    HorizSync 24-50
    Identifier "Monitor[0]"
    ModelName "1280X768@60HZ"
    Option "DPMS"
    VendorName "--> LCD"
    VertRefresh 49-65
    UseModes "Modes[0]"
    EndSection

    Section "Modes"
    Identifier "Modes[0]"
    Modeline "1280x768" 84.35 1280 1344 1480 1680 768 769 772 797
    {Other modelines snipped for brevity...}
    EndSection

    Section "Screen"
    DefaultDepth 24
    SubSection "Display"
    Depth 15
    Modes "1280x768" "1024x768" "800x600" "768x576"
    "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x768" "1024x768" "800x600" "768x576"
    "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x768" "1024x768" "800x600" "768x576"
    "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1280x768" "1024x768" "800x600" "768x576"
    "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x768" "1024x768" "800x600" "768x576"
    "640x480"
    EndSubSection
    Device "Device[0]"
    Identifier "Screen[0]"
    Monitor "Monitor[0]"
    EndSection

    {All the stuff about SaX below is part of SuSE's configuration tools...}

    Section "Device"
    BoardName "855 GM"
    BusID "0:2:0"
    Driver "i810"
    Identifier "Device[0]"
    Option "SaXDualHead"
    Option "Clone"
    Option "SaXDualMonitorVendor" "--> LCD"
    Option "usevnc" "no"
    Option "MonitorLayout" "CRT,LFP"
    Option "SaXDualOrientation" "off"
    Option "SaXDualResolution" "1280x768"
    Option "CloneRefresh" "50-65"
    Option "SaXDualMode" "off"
    Option "SaXDualHSync" "off"
    Option "SaXDualMonitorModel" "1280X768@60HZ"
    Option "Modes" "1280x768"
    Option "SaXDualVSync" "50-65"
    Screen 0
    VendorName "Intel"
    EndSection

    Hope that helps you out.

    Later On,
    Dave
    Addiction to the truth can be painful.

Similar Threads

  1. Help plz!
    By opticsabru in forum Redhat / Fedora
    Replies: 3
    Last Post: 03-20-2007, 10:46 PM
  2. audio
    By aman_andromeda in forum Linux - General Topics
    Replies: 10
    Last Post: 01-02-2007, 07:55 PM
  3. Athlon 64 FX & Athlon 64 vs P4 Extreme
    By genesis in forum Windows - General Topics
    Replies: 0
    Last Post: 02-27-2005, 05:25 AM
  4. Intel onboard sound doesnt work?
    By rick420 in forum Linux - General Topics
    Replies: 5
    Last Post: 06-07-2003, 08:27 PM
  5. Intel 845G chipset with embedded e100.o nic
    By lighthouse in forum Linux - General Topics
    Replies: 1
    Last Post: 08-21-2002, 09:42 PM

Bookmarks

Posting Permissions

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