История изменений
Исправление Loki13, (текущая версия) :
https://github.com/torvalds/linux/blob/master/Documentation/fb/modedb.rst
Options can also be passed after the mode, using commas as separator.
Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees Valid options are:
- margin_top, margin_bottom, margin_left, margin_right (integer): Number of pixels in the margins, typically to deal with overscan on TVs
- reflect_x (boolean): Perform an axial symmetry on the X axis
- reflect_y (boolean): Perform an axial symmetry on the Y axis
- rotate (integer): Rotate the initial framebuffer by x degrees. Valid values are 0, 90, 180 and 270.
- tv_mode: Analog TV mode. One of «NTSC», «NTSC-443», «NTSC-J», «PAL», «PAL-M», «PAL-N», or «SECAM».
- panel_orientation, one of «normal», «upside_down», «left_side_up», or «right_side_up».
For KMS drivers only, this sets the «panel orientation» property on the kms connector as hint for kms users.
Вроде не только для малинки, это просто одна из опций фреймбуфера. Но реализована ли её работа в драйверах AMD - фиг знает.
Исходная версия Loki13, :
https://github.com/torvalds/linux/blob/master/Documentation/fb/modedb.rst
Options can also be passed after the mode, using commas as separator.
Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees Valid options are:
- margin_top, margin_bottom, margin_left, margin_right (integer): Number of pixels in the margins, typically to deal with overscan on TVs - reflect_x (boolean): Perform an axial symmetry on the X axis - reflect_y (boolean): Perform an axial symmetry on the Y axis - rotate (integer): Rotate the initial framebuffer by x degrees. Valid values are 0, 90, 180 and 270. - tv_mode: Analog TV mode. One of «NTSC», «NTSC-443», «NTSC-J», «PAL», «PAL-M», «PAL-N», or «SECAM». - panel_orientation, one of «normal», «upside_down», «left_side_up», or «right_side_up». For KMS drivers only, this sets the «panel orientation» property on the kms connector as hint for kms users.
Вроде не только для малинки, это просто одна из опций фреймбуфера. Но реализована ли её работа в драйверах AMD - фиг знает.