From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io0-f176.google.com ([209.85.223.176]) by ur; Sat Apr 30 20:43:05 EDT 2016 Received: by mail-io0-f176.google.com with SMTP id f89so140058172ioi.0 for <9front@9front.org>; Sat, 30 Apr 2016 17:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=D62G8Bu7hORdgXSB8FTQkgsdm0P1YD0CTaNdU5v3ooI=; b=a67xAA/xMtWAck4XuhNTHV7U2C9zpVkuecakvt2bckTS1cNOZW3fTcMRzMb0R+S4XI y1j1a1gJgksH9xlkhtlVl9WkBto6gsfimm/2s/fMhnpf0L5QWoRV4b2y+7m6NwzlA8rT 1SMoaYs+VuxMJ0ZVCq3F2d6cdjaeX+YVs2qKsoaD5ih/XjflpgMYppeKsZ0okLdZZpaX s9H60jdhCcB4FJru0rWugANJXKiaRVy13lp9jPPNO1VMc+VxhPHt1FGHNFJYoBfYV98F fD1rwFcxNm8Q92i9Sedf0PJAF61c+4mlyQXfIevGH0xIhKmY4qxl7PxjEurm6XaPcCg9 0EpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=D62G8Bu7hORdgXSB8FTQkgsdm0P1YD0CTaNdU5v3ooI=; b=R930HwoVqX0z5yoGOAkyEMxRsdsuPMBn7Lx5qcdpOKym6yTESFbNGI56l5eIipmoEw KwZOr+dmGvBHdHn7QPke3L0D03rQlC+h7nX8qRQ9ud0CvzCBUiHVSeFKihfgEI4RdzYw B+pZtDw5ZRr1V7zIWgcfSDbi07v3fXNJFR4wQ5a7/HHa2BW52aj5e4jD9Wj6AoaR+vey LE4TvhHMaPvuPHq9qF+e1LlLaLu43GDztPpxs65Qnsvsf8duf78gIajRYNARmQ1fIoXF CZV6ITS9aERxibVhw7fYzDU0aAQLsQJK5sYidYdcELAtEhY9xKQac+sxwRxmr57CrBFt Qhag== X-Gm-Message-State: AOPr4FUkYZRCmue0WbF53ErhJEWhSsq0YVIG6J/0y8iQ43M+8a6u8Ebw9Ifj3VQjMipmmcTHrUR6LXbywOwhyw== MIME-Version: 1.0 X-Received: by 10.107.151.8 with SMTP id z8mr31489111iod.191.1462063383118; Sat, 30 Apr 2016 17:43:03 -0700 (PDT) Received: by 10.107.30.71 with HTTP; Sat, 30 Apr 2016 17:43:03 -0700 (PDT) In-Reply-To: <2c9f355dcb44b4449880ce2e21543c68@felloff.net> References: <2c9f355dcb44b4449880ce2e21543c68@felloff.net> Date: Sat, 30 Apr 2016 22:13:03 -0230 Message-ID: Subject: Re: [9front] installing 9front on Dell Optiplex 790 From: James To: 9front@9front.org Content-Type: text/plain; charset=UTF-8 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proven proxy-scale cache table On Sat, Apr 30, 2016 at 8:09 PM, wrote: > monitor=vesa implies that aux/vga is using the vesa driver and *not* > the igfx driver. > thanks for the reply. setting monitor=auto along with the changes below and i'm getting something on the screen now. looks like this: http://fqa.9front.org/reactorcat.gif :) seriously, it's a pretty cool rainbow coloured snow effect.. i tried a bunch of different resolutions, but still the same pattern at different scales. i noticed this in the log aux/vga -V -m auto -l 1600x900x32 igfx: dpauxio: dp a, cmd 9, addr 0, len 16: receive timeout ... x 4 that's the only error i could find and it's repeatable.. i'm using standard d-sub vga connector and tried two monitors in total. both had the same snow effect. thanks for the help, james > if you set monitor to a entry in vgadb or in case of igfx, you > can set it to "auto" as the driver should detect the attached > monitors itself. > > dump the registers and dump edid info of attached monitors: > > aux/vga -m auto -p > > then load a mode like: > > aux/vga -m auto -l 1280x800x32 > > for this to work, the driver and the vgadb need to know the pci id. > > so you need to add ctlr entry in vgadb like > > ctlr > vid=0x8086 did=0x0102 # Intel 2nd Gen Core > link=vga > ctlr=igfx linear=1 > > and in /sys/src/cmd/aux/vga/igfx.c:^devtype > > static int > devtype(Igfx *igfx) > { > if(igfx->pci->vid != 0x8086) > return -1; > switch(igfx->pci->did){ > case 0x0102: /* 2nd Gen Core */ > return TypeSNB; > ... > > documentation on the card can be found here: > > https://01.org/linuxgraphics/documentation/driver-documentation-prms/2011-intel-core-processor-family > > -- > cinap