From owner-freebsd-questions@freebsd.org Wed Jan 6 12:16:05 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9963DA65DAE for ; Wed, 6 Jan 2016 12:16:05 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv25.fwdcdn.com (frv25.fwdcdn.com [212.42.77.25]) by mx1.freebsd.org (Postfix) with ESMTP id 624231F17 for ; Wed, 6 Jan 2016 12:16:04 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from [10.10.14.27] (helo=frv158.fwdcdn.com) by frv25.fwdcdn.com QID:1aGmlK-0007UH-Li/RC:1; Wed, 06 Jan 2016 14:00:22 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=7M24lar0NBkObuWMlcAVC/MUTaYmRgytxzI0bkoCUho=; b=YjSYh5imRy1siKoyAmODZiEn13DiRcdMFZCDsYf/HMhtnSUMlCiT1iJGH/F1LgOwqtim1Tp5XE8vm+frGfrmleeSnuA/n1QXg8zDRJUsMgFZCb0N9mhJtVcD0Hv+RLPGVsbaR38CNNtU+N0edHRDYf32IFMTaRlldjip44YqGDc=; Received: from [178.137.139.189] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1aGmlC-000Flt-Ou for freebsd-questions@freebsd.org; Wed, 06 Jan 2016 14:00:14 +0200 Date: Wed, 6 Jan 2016 14:00:14 +0200 From: Ivan Klymenko To: freebsd-questions@freebsd.org Subject: MESA & Video memory Message-ID: <20160106140014.1c941fb7@nonamehost.local> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=178.137.139.189; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-Ukrnet-Yellow: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 12:16:05 -0000 Hi ALL. I have: vgapci0@pci0:0:2:0: class=0x030000 card=0x167c103c chip=0x01168086 rev=0x09 hdr=0x00 vendor = 'Intel Corporation' device = '2nd Generation Core Processor Family Integrated Graphics Controller' class = display subclass = VGA and Extended renderer info (GLX_MESA_query_renderer): Vendor: Intel Open Source Technology Center (0x8086) Device: Mesa DRI Intel(R) Sandybridge Mobile (0x116) Version: 11.0.8 Accelerated: yes Video memory: 1536MB Unified memory: yes Preferred profile: core (0x1) Max core profile version: 3.3 Max compat profile version: 3.0 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.0 glxinfo | grep 'Video memory' Video memory: 1536MB I do not need much video memory. How to reduce the size of video memory? (for me it is much more valuable to have more RAM) Option in/etc/X11/xorg.conf VideoRam 32768 it does not affect the allocated memory. BIOS also does not include any adjustments to allocate video memory. Thanks.