Re: VGA adapter not working

Stephan Feinen <[email protected]>
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]>
On 08/22/18 21:47, Florian Limberger wrote:
> Hi,
> 
> I recently reinstalled my old Thinkpad T410 with ZFS and -CURRENT, but I
> cannot get my VGA adapter working. It worked before and it also works
> with Linux from a memory stick. The notebook has NVIDIA Optimus, but it
> is disabled and set to  discrete graphics in the BIOS, using the
> x11/nvidia-driver-340 driver. X11 works, but it does not find the
> correct resolution for the display. Also, xrandr does not report any
> other possible outputs.
> 
> Currently I am at a loss about what is wrong with the setup and would
> greatly appreciate any hints and ideas.

Hi Florian,

I also use a T410 with FreeBSD for some time now but it has no NVIDIA graphics,
so it's running on the intel chipset.

Last year, after some FreeBSD update, the graphics would only be able to use
VESA modes.

After some tests I found out that the intel i915kms module wasn't loaded
automatically anymore.

So I added it to /etc/rc.conf:

kld_list="i915kms"

and after a reboot the graphics did work aggain.

You should be able to test this by entering

sudo kldload i915kms

on the command line and then start the X-server.

Just a guess, hope it helps
 stephan
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.