Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 20:23:25 -0800
From:      Kevin Oberman <kob6558@gmail.com>
To:        Paul Pathiakis <pathiaki2@yahoo.com>
Cc:        "freebsd-x11@freebsd.org" <freebsd-x11@freebsd.org>
Subject:   Re: FreeBSD 9.1 Xorg 7.5.2 Intel GMA X3000
Message-ID:  <CAN6yY1vauLhfnO7skoLcFgjK_p4KNNRTcDOmSr=xEyV4yDBj7w@mail.gmail.com>
In-Reply-To: <1359419774.81095.YahooMailNeo@web141402.mail.bf1.yahoo.com>
References:  <1359418735.80294.YahooMailNeo@web141401.mail.bf1.yahoo.com> <1359419774.81095.YahooMailNeo@web141402.mail.bf1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 28, 2013 at 4:36 PM, Paul Pathiakis <pathiaki2@yahoo.com> wrote:
> Hi,
>
> Of course I have to find something that MIGHT be the problem right after posting....
>
> It seems that several manufacturers now support switchable graphics adapters or adapter modes in the BIOS.  If it isn't hardwired in the BIOS, you may actually probe them all (!!!)
>
> So, they may have dedicated integrated hardware, shared resource hardware, or even be allowed to use/see both... including VESA mode.
>
> (Just wonderful...  It seems they may also allow different EDID info...  No wonder X is getting confused... Heck, I'm confused...)
>
> I'll follow up on this asap, once I have the laptop back in my hands.  If anyone has ANY insight beyond this "MIGHT be the problem", please do so.

Try building your kernel, libdrm, and x11-driverswith
WITH_NEW_XORG=YES and WITH_KMS=YES.  Then delete your xorg.conf and
just start your desktop. In general, X no longer should need a config
file, though you may want a short one for local changes. To support
extra fonts from ports, mine looks like:
Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/bitstream-vera/"
	FontPath     "/media/Windows7_OS/Windows/Fonts/"
        FontPath     "/usr/local/lib/X11/fonts/GentiumBasic/"
	FontPath     "/usr/local/lib/X11/fonts/webfonts/"
	FontPath     "/usr/local/lib/X11/fonts/dejavu/"
	FontPath     "/usr/local/lib/X11/fonts/urwfonts-ttf/"
	FontPath     "/usr/local/lib/X11/fonts/printmaster"
	FontPath     "/usr/local/lib/X11/fonts/Liberation/"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF/"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load "freetype"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
EndSection

Note the lack of any Card, Monitor, Screen or other hardware specific
configuration.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6558@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1vauLhfnO7skoLcFgjK_p4KNNRTcDOmSr=xEyV4yDBj7w>