okay now got it working with the intel driver using the settings below.

add to linux boot params in grub video=VGA-1:1368x768

create the below then your desktop will work with intel driver

/usr/share/X11/xorg.conf.d/10-monitor.conf


Section "Monitor"
    Identifier      "T100 Display"
    Modeline        "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 
798 -hsync +vsync
    Option          "PreferredMode" "1368x768_60.00"
EndSection

Section "Device"
    Identifier      "Intel Valley View"
    Driver          "i915"
    Option          "Monitor-DVI-0" "External DVI"
EndSection

Section "Screen"
    Identifier      "Primary Screen"
    Device          "Intel Valley View"
    Monitor         "T100 Display"
    DefaultDepth    24
    SubSection "Display"
        Depth           24
        Modes   "1368x768"
    EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Primary Screen"
EndSection

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1263034

Title:
  ASUS T100TA intel driver not loaded forced to used fbdev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1263034/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to