Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers/fglrx_drv.o is now drivers/fglrx_drv.so | Pascal Rigaux | 2005-09-01 | 1 | -1/+1 |
| | |||||
* | handle nvidia's libglx.so being now in extensions/nvidia instead of extensions | Pascal Rigaux | 2005-08-26 | 1 | -9/+15 |
| | | | | | (when there is extensions/libglx.a, it means extensions/libglx.so is not xorg's libglx, so it may be nvidia's) | ||||
* | fix missing prefix when reading sysconfig bootsplash | Pascal Rigaux | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | be safer | Pascal Rigaux | 2005-08-23 | 1 | -1/+1 |
| | |||||
* | fix sort | Pascal Rigaux | 2005-08-23 | 1 | -1/+1 |
| | |||||
* | use the current theme name | Florent Villard | 2005-08-23 | 1 | -1/+2 |
| | |||||
* | add some more commented resolutions (also see bugzilla #17526) | Pascal Rigaux | 2005-08-16 | 1 | -9/+13 |
| | |||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-05 | 3 | -4/+5 |
| | |||||
* | don't have empty ModeLines lying around (bugzilla #16960) | Pascal Rigaux | 2005-08-03 | 1 | -2/+2 |
| | |||||
* | Adopt to new mandriva-theme package naming schema, see bug#16977. | Funda Wang | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | (to_raw_X) fix 3D on ATI cards (adding 'load "glx"') | Thierry Vignaud | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | (libgl_config) fix enabling 3D when multiple GL libraries are installed (eg: ↵ | Thierry Vignaud | 2005-06-16 | 1 | -2/+2 |
| | | | | globetrotter) | ||||
* | (to_raw_X) really prevent loading/unloading twice the same glx module on non ↵ | Thierry Vignaud | 2005-06-15 | 1 | -4/+1 |
| | | | | NV cards | ||||
* | (to_raw_X) prevent loading/unloading twice the same glx module on non NV cards | Thierry Vignaud | 2005-06-15 | 1 | -1/+0 |
| | |||||
* | quotes in monitor names causes havoc, replace them (bugzilla #16406) | Pascal Rigaux | 2005-06-14 | 1 | -0/+1 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 2 | -3/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | add some "use xxx;" (the idea is to see what the package needs, but i may ↵ | Pascal Rigaux | 2005-06-10 | 3 | -0/+5 |
| | | | | rollback after understanding better dependencies) | ||||
* | don't need prefixing with current package | Pascal Rigaux | 2005-06-09 | 1 | -2/+2 |
| | |||||
* | create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵ | Pascal Rigaux | 2005-06-02 | 1 | -5/+2 |
| | | | | and use them | ||||
* | add many resolutions, but don't allow them yet | Pascal Rigaux | 2005-06-01 | 1 | -5/+21 |
| | |||||
* | ensure that explanations go into /var/log/explanations is standalone | Thierry Vignaud | 2005-05-22 | 1 | -13/+13 |
| | | | | | mode (log::explanations() just calls log::l() at install time) | ||||
* | (libgl_config) only run ldconfig if needed (aka only if GL config was altered) | Thierry Vignaud | 2005-05-22 | 1 | -4/+13 |
| | |||||
* | (probe_using_X): add missing chomp_ | Pascal Rigaux | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | if one prefer using "Modes" instead of "Virtual", keep it as is | Pascal Rigaux | 2005-04-28 | 1 | -2/+5 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | suggest 1280x1024 instead of 1280x960 which causes pbs | Pascal Rigaux | 2005-04-19 | 1 | -2/+2 |
| | |||||
* | ugly hack to fix empty ModeLine lines, XFdrake seems to generate some, but ↵ | Pascal Rigaux | 2005-04-08 | 1 | -0/+8 |
| | | | | | | | where??? at least this allows fixing the pb by re-running XFdrake | ||||
* | 1152x864 needs more modelines than the poor 1152x864@75Hz builtin xorg ↵ | Pascal Rigaux | 2005-04-08 | 1 | -1/+1 |
| | | | | (bugzilla #11698) | ||||
* | probe_using_X on neomagic can return rubbish, so prefer probe_DMI() (even if ↵ | Pascal Rigaux | 2005-03-23 | 1 | -1/+1 |
| | | | | dmi probe is quite fuzzy...) | ||||
* | try a little harder to know if we must write the config file. | Pascal Rigaux | 2005-03-22 | 2 | -6/+9 |
| | | | | | this is still not enough though | ||||
* | put X conf read in Xconfig::main | Pascal Rigaux | 2005-03-22 | 1 | -2/+4 |
| | |||||
* | perl_checker fix | Pascal Rigaux | 2005-03-22 | 1 | -2/+2 |
| | |||||
* | choose the default background best matching the resolution | Pascal Rigaux | 2005-03-22 | 1 | -2/+29 |
| | |||||
* | remove useless function to improve readability and please Titi | Olivier Blin | 2005-03-21 | 1 | -48/+50 |
| | |||||
* | use specific Synaptics settings for ALPS devices (#14512) | Olivier Blin | 2005-03-21 | 1 | -12/+38 |
| | |||||
* | use new recommended settings for synaptics-0.14.0 | Olivier Blin | 2005-03-21 | 1 | -3/+3 |
| | |||||
* | factorize and minimal comments | Olivier Blin | 2005-03-21 | 1 | -15/+20 |
| | |||||
* | ensure strange return value from gtf(1) doesn't cause havoc | Pascal Rigaux | 2005-03-21 | 1 | -4/+5 |
| | |||||
* | simplify | Pascal Rigaux | 2005-03-18 | 1 | -2/+1 |
| | |||||
* | ensure the .old X conf is the last one | Pascal Rigaux | 2005-03-18 | 1 | -0/+1 |
| | |||||
* | instead of having xorg.conf symlinked to XF86Config, do the contrary | Pascal Rigaux | 2005-03-18 | 1 | -7/+10 |
| | |||||
* | - simplify GUI: don't have a "ratio" combo. have the resolutions from ↵ | Pascal Rigaux | 2005-03-17 | 1 | -23/+29 |
| | | | | | | | current ratio by default and allow "Other" to see all others - by default 1280x1024 is now in 4/3, not 5/4 (stupid bloody resolution!) | ||||
* | have 1280x1024 in both 4/3 and 5/4 ratios | Pascal Rigaux | 2005-03-17 | 1 | -1/+4 |
| | |||||
* | use monitor-probe-using-X | Pascal Rigaux | 2005-03-17 | 3 | -14/+35 |
| | |||||
* | - new function Xconfig::monitor::is_valid() | Pascal Rigaux | 2005-03-15 | 2 | -19/+50 |
| | | | | | - new function Xconfig::monitor::probe() which probes DDC, then fallbacks on DMI | ||||
* | don't pass $monitors_db around, use memoized monitors_db() | Pascal Rigaux | 2005-03-15 | 1 | -12/+11 |
| | |||||
* | add some xxXGA names | Pascal Rigaux | 2005-03-13 | 1 | -3/+4 |
| | |||||
* | for 1400x1050, put the resolutions (60 and 75Hz are already in extramodes, ↵ | Pascal Rigaux | 2005-03-11 | 1 | -1/+2 |
| | | | | but they are GTF modelines, we can overrule them) | ||||
* | cleanup | Pascal Rigaux | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | don't add modelines for 1280x1024, they are already in standard vesamodes ↵ | Pascal Rigaux | 2005-03-10 | 1 | -1/+1 |
| | | | | (builtin Xorg) |