View Single Post
Old 03-01-2017, 03:46 PM   #5
taiki
Junior Member
 
Join Date: Jan 2017
Posts: 3
Default No rotation option found

Thanks to your reply.

I made the 99-evdi.conf in xorg.conf.d like following:

Code:
Section "Device"
  Identifier  "intel"
  Driver      "modesetting"
  Option      "kmsdev" "/dev/dri/card0"
  Option      "SWCursor" "on"
  Option      "PageFlip" "off"
  Option      "ShadowFB" "true"
  Option       "RandRRotation" "True"

EndSection

Section "Device"
  Identifier  "USB3"
  BusID       "USB"
  Driver      "modesetting"
  Option      "kmsdev" "/dev/dri/card1"
  Option       "ReportDamage" "on"
  Option       "SWCursor" "on"
  Option       "ShadowFB" "on"
  Option       "RandRRotation" "True"
  Option       "rotate" "CCW"

EndSection
But I cannot rotate because No rotation option avaiable.

There are the xrandr outputs.
Code:
Screen 0: minimum 8 x 8, current 4102 x 1824, maximum 32767 x 32767
eDP1 connected primary 2736x1824+0+0 (normal left inverted right x axis y axis) 260mm x 173mm
   2736x1824      60.0*+
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected 1366x768+2736+0 344mm x 194mm
   1366x768       60.0*+
   1024x768       75.1     70.1     60.0  
   800x600        72.2     75.0     60.3     56.2  
   848x480        60.0  
   640x480        75.0     72.8     60.0     59.9
taiki is offline   Reply With Quote