search for: mon0

Displaying 3 results from an estimated 3 matches for "mon0".

Did you mean: mon
2012 Feb 20
10
[PATCH] hvm: Correct RTC time offset update error due to tm->tm_year
Hi In rtc_set_time, mktime is called to calculate seconds since 1970/01/01, input parameters of mktime are required to be in normal date format. Such as: year=1980, mon=12, day=31, hour=23, min=59, sec=59. However, the current input parameter of mktime is tm->tm_year, and it is the number of years since 1900. (For example, if current time is 2012/12/31, and tm->tm_year is 112). This is
2019 Jan 22
0
Cannot start a secondary Xserver with resolution 6480x3840
...Pascal -- that's your generation), which means you can have up to 4 heads at the same time. Here's a config that I use to get both of my monitors to come up the way I want them to, using the nouveau ddx, without messing with randr on startup: Section "Monitor" Identifier "Mon0" Option "Rotate" "left" EndSection Section "Monitor" Identifier "Mon1" Option "Rotate" "right" Option "RightOf" "DVI-D-1" EndSection Section "Device" Identifier "Card0"...
2019 Jan 21
2
Cannot start a secondary Xserver with resolution 6480x3840
Hi, thank you very much for your reply. I will explain my use case in more detail. First thing is to note that it worked with nvidia (apart from this annoying system freeze which happened roughly every three months). > First off, you're not using the nouveau ddx, you're using the > modesetting ddx. This isn't a problem in itself, but if you're going > to report bugs,