public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "W.Kenworthy" <billk@iinet.net.au>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user]  Re: VIDEO_CARDS= Intel Mobile Integrated Graphics Controller ?
Date: Mon, 06 Aug 2007 13:22:05 +0800	[thread overview]
Message-ID: <1186377725.807.33.camel@localhost> (raw)
In-Reply-To: <loom.20070806T060308-142@post.gmane.org>

The current i810 driver doesnt behave very well for me - blank screens,
not being able to run an external monitor correctly and the like.  The
last one that did is x11-drivers/xf86-video-i810-1.7.4 (a good reason
for the modular xorg builds!)

Also make sure you are using resolutions that are covered by both your
monitor(s) and the card bios - they all have to agree or it falls apart
(fiddling them with i915-resolution didnt work), despite trying to
ignore EDID and DDC.  The highest common resolution I have is 1024x768.

For my Sony:
Section "Device"
    Identifier  "i915"
    Driver      "i810"
    VideoRam    32768
    Option      "DPMS"                  "On"
    Option      "DDC"                   "Off"
    Option      "IgnoreEDID"            "true"
    Option      "MonitorLayout"         "CRT,LFP"
    Option      "Clone"                 "true"
    Option      "CloneRefresh"          "60"
    #Option     "NoAccel"
    BusID       "PCI:0:2:0"
    #Option     "ForceBIOS" "1366x768=1280x1024"
    Screen      0
EndSection


On Mon, 2007-08-06 at 04:18 +0000, James wrote:
> Sascha Hlusiak <saschahlusiak <at> arcor.de> writes:
> 
> 
> 
> > > Anyone know what I should use for the make.conf VIDEO_CARDS
> > > setting?
> > i810
> 
> > > Anyone know of an example xorg.conf example I can use for the
> > > laptop video and LCD screen sections?
> > Just use a section with the i810 driver and you should be good. 
> > Nothing fancy.
> 
> 
> Hmmm, not working for me
> 
> eix xorg-server shows:
> 
> video_cards_i810
> (even though my chipset is a "965GM" which is not specifically
> listed in the chipsets covered by the i810 driver(flag).
> 
> I also  emerged "sys-apps/915resolution-0.5.3-r1"
> and tried to follow this url for xorg.conf
> http://www.geocities.com/stomljen/xorg_conf.html
> 
> but I get a very similar error as with my hacked version
> of xorg.conf (here are the relevant portions:
> 
> Section "Monitor"
>         Identifier   "Monitor0"
>  DisplaySize   385 240
>  HorizSync    30-82
>  VertRefresh  58-75
>  ModelName    "1280X800@75HZ"
>  Option       "DPMS"
>  VendorName   "--> LCD"
>  UseModes     "Modes[0]"
> 
> Section "Device"
>         Identifier  "Card0"
>         Driver      "i810"
>         VendorName  "Intel
>         BoardName   "Intel 965GM"
>         Screen       0
>         Option       "Rotate" "off"
>         BusID       "PCI:0:2:0"
>         BusID       "PCI:0:2:1"
> EndSection
> 
> Section "Modes"
>   Identifier   "Modes[0]"
> Modeline "1280x800"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync
> EndSection
> 
> 
> Section "Screen"
>         Identifier      "Screen0"
>         Device  "Card0"
>         Monitor "Monitor0"
>         DefaultColorDepth 24
>         SubSection "Display"
>                 Depth   1
>                 Modes "1280x800"
>         EndSubSection
>         SubSection "Display"
>                 Depth   4
>                 Modes "1280x800"
>         EndSubSection
>         SubSection "Display"
>                 Depth   8
>                 Modes "1280x800"
>         EndSubSection
>         SubSection "Display"
>                 Depth   15
>                 Modes "1280x800"
>         EndSubSection
>         SubSection "Display"
>                 Depth   16
>                 Modes "1280x800"
>         EndSubSection
>         SubSection "Display"
>                 Depth   24
>                 Modes "1280x800"
>         EndSubSection
>         SubSection "Display"
>                 Depth   32
>                 Modes "1280x800"
>         EndSubSection
> EndSection
> 
> 
> Note I tried with a single and dual entries for "BusID" 
> as suggested by this page:
> http://gentoo-wiki.com/HARDWARE_Sony_Vaio_VGN-SZ23GP
> 
> I always get a similar error to this:
> 
> (WW) I810: No matching Device section for instance 
> (BusID PCI:0:2:0) found 
> (EE) No devices detected.
> 
> 
> lspci shows:
> 00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics
> Controller (rev 0c)
> 00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics
> Controller (rev 0c)
> 
> 
> lshw shows:
> 
>  *-display:0
>              description: VGA compatible controller
>              product: Mobile Integrated Graphics Controller
>              vendor: Intel Corporation
>              physical id: 2
>              bus info: pci@0000:00:02.0
>              version: 0c
>              width: 64 bits
>              clock: 33MHz
>              capabilities: msi pm vga bus_master cap_list
>              configuration: latency=0
>         *-display:1 UNCLAIMED
>              description: Display controller
>              product: Mobile Integrated Graphics Controller
>              vendor: Intel Corporation
>              physical id: 2.1
>              bus info: pci@0000:00:02.1
>              version: 0c
>              width: 64 bits
>              clock: 33MHz
>              capabilities: pm bus_master cap_list
>              configuration: latency=0
> 
> 
> Any ideas or help is appreciated.
> 
> 
> James
> 
> 
-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2007-08-06  5:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-05 17:07 [gentoo-user] VIDEO_CARDS= Intel Mobile Integrated Graphics Controller ? James
2007-08-05 17:14 ` Sascha Hlusiak
2007-08-06  4:18   ` [gentoo-user] " James
2007-08-06  5:22     ` W.Kenworthy [this message]
2007-08-06 20:19       ` James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1186377725.807.33.camel@localhost \
    --to=billk@iinet.net.au \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox