freebsd-current + nvidia GeForce GT 520M

Warren Block wblock at wonkity.com
Thu Jul 21 03:49:40 UTC 2011


On Thu, 21 Jul 2011, m irya wrote:

> I've tried the KMS patches, according to the procedure described in
> http://wiki.freebsd.org/Intel_GPU (including MESA update) . The chip
> is "(II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge
> Mobile (GT2)" FYI. The good news is that the driver itself works, and
> i have 1366x768 resolution and GLX on my desktop. The bad news:
> 1) X starts with 640x480 resolution, adding Modeline in xorg.conf
> doesn't help.

Rather than modes or modelines, try setting the size in Virtual only.

Section "Screen"
         Identifier "IntelMainScreen"
         Device     "IntelMain"
         Monitor    "Monitor0"
         SubSection "Display"
                 Virtual 1366 768
         EndSubSection
EndSection



More information about the freebsd-x11 mailing list