Date: Sun, 30 Nov 2014 13:54:05 -0500 From: Eric Gunther <egunther@warwick.net> To: freebsd-arm@freebsd.org Subject: Re: built xorg-server, what next? Message-ID: <1417373645.2057.1.camel@warwick.net> In-Reply-To: <20141129105210.5a72a8ec@X220.alogt.com> References: <1417167767.23507.2.camel@warwick.net> <1417193156.3202.1.camel@warwick.net> <20141129084900.10050d11@X220.alogt.com> <1417229109.1835.2.camel@warwick.net> <20141129105210.5a72a8ec@X220.alogt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Not too confident about this but maybe this is your problem. Below, Xorg.0.log shows that dri, dri2, and glx will be loaded. While it seems from your xorg.conf that you wanted them to not be loaded. X.Org Server Extension : 6.0 [175580.806] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere. [175580.806] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere. [175580.806] (WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere. [175580.807] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [175580.807] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [175580.807] (II) "glx" will be loaded even though the default is to disable it. [175580.807] (II) "record" will be loaded by default. [175580.807] (II) "dri" will be loaded even though the default is to disable it. [175580.808] (II) "dri2" will be loaded even though the default is to disable it. Section "Module" Load "dbe" Disable "dri" Disable "dri2" Disable "glx" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Section "ServerFlags" Option "AIGLX" "false" Option "NoAccel" "True" Option "NoDRI" "True" Option "DRI" "False" Option "DRI2" "False" EndSection Also, in the xdm log, is the use of the file Xsetup_0 unusual? -- xdm info (pid 843): sourcing /usr/local/lib/X11/xdm/Xsetup_0 -- Have a good day, --e
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1417373645.2057.1.camel>