Hello!
I have Intel HD graphics 3000 integrated in core i5 2540m CPU and no other graphics subsystems.
FreebsdFreeBSD-10.0 RELEASE.
I've followed handbook to have a display manager and installed a pre-compiled version of xorg (through
After some googling I learnt that to have HD 3000 working it is necessary KMS support and WITH_NEW_XORG but also learnt they are already shipped with this release offreebsdFreeBSD and need the Intel driver instead of VESA.
I think my configuration is correct (
Other information:
- I did NOT yet set hald_enable=yes and dbus_enable=yes in /etc/rc.conf.
- Max depth color of my monitor is 32 (as in Windows).
- Max resolution 1366x768 (as in Windows).
- I reinstalled x11-drivers/xorg-drivers with
- The
- Xorg.0.log returns the line such as configuration completed but marked as error (EE).
Am I missing something?
Many thanks!
I have Intel HD graphics 3000 integrated in core i5 2540m CPU and no other graphics subsystems.
I've followed handbook to have a display manager and installed a pre-compiled version of xorg (through
pkg install xorg
) and tried startx
for auto-configuration but returned a totally black screen with no other options than reboot to get back to text console.After some googling I learnt that to have HD 3000 working it is necessary KMS support and WITH_NEW_XORG but also learnt they are already shipped with this release of
I think my configuration is correct (
Xorg -configure
returns always black screen but creates /root/xorg.conf.new that detects two monitors and two screens — one using Intel one VESA driver). I commented the second screen and monitor (that uses vesa) and added horizsync, vertrefresh defaultdepth and resolution to the one that uses Intel, but no success (with Xorg -config xorg.conf.new
).Other information:
- I did NOT yet set hald_enable=yes and dbus_enable=yes in /etc/rc.conf.
- Max depth color of my monitor is 32 (as in Windows).
- Max resolution 1366x768 (as in Windows).
- I reinstalled x11-drivers/xorg-drivers with
make config
(selected only Intel, mouse & keyboard) and make deinstall
and make install clean
.- The
man vt
command returns nothing so I think vt (switching x to console) is not available for this release.- Xorg.0.log returns the line such as configuration completed but marked as error (EE).
Am I missing something?
Many thanks!