Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | => do as Chris Picton suggested | Pascal Rigaux | 2003-08-01 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chris Picton said (nearly one year ago :-/) : I have found the need for many low res screen resolutions for such thingas as movie playing, xmame, etc. The method XFdrake uses to enable modes is to enumerate each mode in the XF86Config file. For example (a newly created file): Subsection "Display" Depth 24 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection It would be better (at least under XFree 4, which automatically provides resoltions from the monitor, if it is capable), to not limit the modes provided to the user If I use instead, the following: Subsection "Display" Depth 24 Virtual 1280 960 EndSubsection My maximum mode is exactly the same as before, but I have many more low resolution modes. | ||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+3 |
| | |||||
* | perl_checker compliance for optional method arguments | Pascal Rigaux | 2003-04-22 | 1 | -3/+3 |
| | |||||
* | (is_fbdev): fix typo | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | introduce ->is_fbdev, and use it to simplify ->set_resolution | Pascal Rigaux | 2003-01-23 | 1 | -10/+8 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | Xconfig::xfree3::set_resolution and Xconfig::xfree4::set_resolution must not ↵ | Pascal Rigaux | 2002-08-28 | 1 | -5/+4 |
| | | | | modify parameter $Screen before calling Xconfig::xfreeX::set_resolution (otherwise the resolution setting is done on only one device which is bad for multi-head) | ||||
* | use Protocol IMPS/2 when ExplorerPS/2 is asked for (since ExplorerPS/2 ↵ | Pascal Rigaux | 2002-08-22 | 1 | -0/+10 |
| | | | | doesn't work in xfree3) | ||||
* | make wacom config work | Pascal Rigaux | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -3/+195 |
| | |||||
* | new XFree handling library | Pascal Rigaux | 2002-07-24 | 1 | -0/+56 |
- only keyboard and mice functions are done, but adding the others is quite easy - so for now only used in mousedrake - but keyboarddrake and (of course) XFdrake will come |