Intel drivers-2.7.99.1 or later (note that this is enabled by default UXA). Or the newer-intel from the xorg-edgers PPA.
Turn on KMS in your kernel module
to turn on KMS for one boot, add kernel parameter i915.modeset = 1, and boot your system.
and to turn on permanently you can kms config in directory /etc/modprobe.d/i915-kms.conf by type :
$ sudo su
$ gedit /etc/modprobe.d/i915-kms.conf
and add this line :
options i915 modeset=1
and reboot your system by type :
$ reboot
If there have problem, turn off i915-kms.conf by type
$ gedit /etc/modprobe.d/i915-kms.conf
and replace into
options i915 modeset=1 to options i915 nomodeset
To set KMS manually any other way by type :
$ sudo /etc/init.d/gdm stop
$ sudo rmmod i915
$ sudo modprobe i915 modeset=1
$ sudo /etc/init.d/gdm start
Happy Testing...!!
No comments:
Post a Comment
Please Comment...!!