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    "[EMAIL PROTECTED]"
 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: [EMAIL PROTECTED]: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: [EMAIL PROTECTED]: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


-- 
[EMAIL PROTECTED] mailing list

Reply via email to