hi!!
I am installing freebsd 12.1 (i386) on my thinkpad T460s. Video device = Skylake GT2 [HD Graphics 520]
I have a black screen when I am trying to login on KDE5. I can only see my mouse.
My option is ATL+CTL+F1....
I followed the steps on the handbook (5.3. Installing Xorg and 5.7.2. KDE)
My actions:
1 -
2 -
3 - User is a member of group video (confirmed with # groups)
I can start X and check that my display is set with xrandr (1920 x 1080).
Then during the boot session, I can see that the screen resolution changed (1920 x 1080)
SDDM starts with the right resolution, I am logging on and then black screen.
rc.conf extract:
I did couple of actions, such as:
1 -
2 - reboot
And then, video driver is not loaded (or considered) during the boot, resolution is bad, and I can log on KDE5 and confirm with xrandr that my screen is detected.
I tried to create setting the video driver in a file as explain in handbook: /usr/local/etc/X11/xorg.conf.d/driver-intel.conf
With this file server X can not start, this is a fatal error: (EE) no screens found. Without I can start KDE but with a extremely poor resolution.
Thanks for you help and advise.
I am installing freebsd 12.1 (i386) on my thinkpad T460s. Video device = Skylake GT2 [HD Graphics 520]
I have a black screen when I am trying to login on KDE5. I can only see my mouse.
My option is ATL+CTL+F1....
I followed the steps on the handbook (5.3. Installing Xorg and 5.7.2. KDE)
My actions:
1 -
pkg install drm-fbsd12.0-kmod
2 -
kld_list="/boot/modules/i915kms.ko"
3 - User is a member of group video (confirmed with # groups)
I can start X and check that my display is set with xrandr (1920 x 1080).
Then during the boot session, I can see that the screen resolution changed (1920 x 1080)
SDDM starts with the right resolution, I am logging on and then black screen.
rc.conf extract:
Code:
kld_list="/boot/modules/i915kms.ko"
dhlus_enable="YES"
hald_enable="YES"
sddm_enable="YES"
1 -
pkg install drm-kmod
2 - reboot
And then, video driver is not loaded (or considered) during the boot, resolution is bad, and I can log on KDE5 and confirm with xrandr that my screen is detected.
I tried to create setting the video driver in a file as explain in handbook: /usr/local/etc/X11/xorg.conf.d/driver-intel.conf
Code:
Section "Device"
Identifier "Card0"
Driver "intel"
# BusID "PCI:1:0:0"
EndSection
Thanks for you help and advise.