summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* - workaround pb with nvidia driver: make dm restart xserver (#38297)Pascal Rigaux2008-04-021-2/+2
|
* - XFdrake:Pascal Rigaux2008-04-021-1/+1
| | | | | | | | | o do not disable RenderAccel on nvidia-current (regression introduced in 0.21) (Anssi gave the proper patch, and i failed miserably, let me dig the sand with my head and a pile of brown paper bags...)
* - XFdrake:Pascal Rigaux2008-03-271-0/+4
| | | | | | | | o disable "DynamicTwinView" when not using TwinView (#39171) it disables runtime setting of TwinView via nvidia-settings it helps on Compiz (#39171)
* - XFdrake:Pascal Rigaux2008-03-211-1/+1
| | | | | o allow to set "EXA" on "intel" driver (#39162)
* - XFdrake:Pascal Rigaux2008-03-201-1/+19
| | | | | o add option "Force display mode of DVI" on driver "nvidia" (#30066)
* - XFdrake library:Pascal Rigaux2008-03-191-0/+5
| | | | | | o ensure set_default_background() doesn't fail (#39065) (ie default to 1024x768 if 0x0 is given)
* 0.51Pascal Rigaux2008-03-191-0/+2
|
* - XFdrake:Pascal Rigaux2008-03-131-1/+1
| | | | | o use 24bpp on savage (#38750)
* - XFdrakePascal Rigaux2008-03-112-0/+15
| | | | | o handle DRIVER2_NO_SSE (from Cards+), needed by nvidia-current requiring SSE
* - XFdrake:Pascal Rigaux2008-02-281-9/+18
| | | | | | | o if the EDID gives a valid 16/10 preferred resolution (even if duplicated), but no HorizSync/VertRefresh, use a generic flat panel HorizSync/VertRefresh (needed for edid.lcd.dell-inspiron-6400, #37971)
* - 0.49:Pascal Rigaux2008-02-281-2/+3
| | | | | - XFdrake: background images are now jpeg files
* - XFdrake:Pascal Rigaux2008-02-281-0/+4
| | | | | | o when setting background for the resolution, handle "hour"-based backgrounds (also add Mandriva.xml symlink)
* - XFdrake:Pascal Rigaux2008-02-211-13/+26
| | | | | o when setting background for the resolution, handle "hour"-based backgrounds
* - XFdrake:Pascal Rigaux2008-02-181-3/+3
| | | | | o add 1024x600 (used on Samsung Q1Ultra) (#37889)
* - XFdrake:Pascal Rigaux2008-01-281-1/+1
| | | | | o add 800x480 (used on belinea s.book)
* - XFdrake:Pascal Rigaux2008-01-231-4/+14
| | | | | | | | o if the EDID gives a valid EISA_ID, a valid 16/10 preferred resolution, but no HorizSync/VertRefresh, use a generic flat panel HorizSync/VertRefresh reproduced on a Elonex PLC - MSI Notebook PR600, EISA_ID CMO1526
* move resolution2ratio() to Xconfig::xfree (for next commit)Pascal Rigaux2008-01-232-9/+9
|
* - use SendCoreEvents instead of AlwaysCore for wacomsPascal Rigaux2008-01-221-1/+1
| | | | | (needed with new xorg server)
* - XFdrake:Pascal Rigaux2008-01-111-1/+1
| | | | | | o sort monitors in text mode so that "Generic|..." monitors do not appear in the middle of "Vendor|..." monitors
* use SendCoreEvents instead of AlwaysCore for Synaptics touchpads (#36140)Olivier Blin2007-12-141-1/+1
|
* drop unused Primary option in set_synapticsOlivier Blin2007-12-141-2/+1
|
* - XFdrake:Pascal Rigaux2007-12-101-0/+9
| | | | | o never write a ModeLine when using fglrx driver (#30934)
* handle fglrx_dri.so handled by alternativesAnssi Hannula2007-10-281-2/+3
|
* - if we probe a monitor EISA_ID but we don't have correspondingPascal Rigaux2007-10-041-1/+1
| | | | | | | | HorizSync/VertRefresh, we must not the monitor info yet another regression introduced when modifying is_valid() for automatic resolution
* when checking dkms module packages, check that modules are either available ↵Olivier Blin2007-10-041-1/+2
| | | | in urpmi media, or already installed (fix detection in live)
* - better fix for typo in 0.32: don't wrongly default to "automatic" resolutionPascal Rigaux2007-10-043-6/+5
| | | | | when creating xorg.conf (in non --auto)
* - fix typo in 0.32: don't wrongly default to "automatic" resolution whenPascal Rigaux2007-09-281-1/+2
| | | | | creating xorg.conf (in non --auto)
* add support for x11-driver-input-vboxmouse when inside a VirtualBox guestOlivier Blin2007-09-281-2/+2
|
* - we don't set ModulesPath to DRI_GLX_SPECIAL value, so we must read itPascal Rigaux2007-09-262-2/+2
| | | | | differently so that Xconfig::various::info() is correct (#31326)
* add a logPascal Rigaux2007-09-261-0/+1
|
* revert debug codePascal Rigaux2007-09-261-1/+1
|
* - monitor-probe-using-X can now return EDIDs. if Xorg find an EDID (whereasPascal Rigaux2007-09-261-7/+23
| | | | | | monitor-get-edid-using-vbe failed), defaults to "Plug'n Play" monitor (ie let Xorg do things automatically) instead of good_default_monitor.
* add context for "Monitor" (#33773)Thierry Vignaud2007-09-252-2/+2
|
* - select "Automatic" resolution if it was previously chosenPascal Rigaux2007-09-251-16/+25
| | | | | - gray Depth widgets when "Automatic" is selected
* oops, revert debug codePascal Rigaux2007-09-251-1/+1
|
* - when user asks for "Plug'n Play", silently default to Xorg auto-detectionPascal Rigaux2007-09-251-4/+4
| | | | | when we fail to auto-detect
* - add support for "Automatic" resolution (aka "let xorg do everything")Pascal Rigaux2007-09-253-34/+54
|
* cleanup (and prepare for next commits)Pascal Rigaux2007-09-251-2/+2
|
* - cleanupPascal Rigaux2007-09-251-4/+5
| | | | | | - don't export_to_install_X unset things (will help for next commits)
* unload drivers loaded by monitor-probe-using-X (fix fglrx usage when ↵Olivier Blin2007-09-211-2/+6
| | | | harddrake probes using X and loads radeon driver)
* - fix regression in 0.24: remove bogus duplicates in monitors tree (#33778)Pascal Rigaux2007-09-201-1/+1
|
* - for evdev configured mice, specify bustypePascal Rigaux2007-09-191-2/+2
| | | | | | | (useful for "Macintosh mouse button emulation" which has same vendor/product as "AT Translated Set 2 keyboard") (need drakxtools-backend 10.4.203)
* Handle the new fglrx-hd2000 alternative driver.Anssi Hannula2007-09-152-4/+7
|
* - in the list of available Xorg drivers, add "Driver" from Cards+Pascal Rigaux2007-09-101-1/+2
| | | | | (will ease the maintainance of the list of drivers in Xconfig/card.pm)
* revert titi commit which added XFS configuration again.Pascal Rigaux2007-09-071-12/+0
| | | | | | | | | AFAIK, there is no reason to need XFS. as for http://archives.mandrivalinux.com/cooker/2007-07/msg04653.php, it's simply the result of a badly configured X fontpath. We just have to ensure upgrades go smoothly. (nb: XFdrake do not *remove* existing XFS configuration from xorg.conf, it simply to not put one when starting from scratch)
* - keep the order from MonitorsDB file Pascal Rigaux2007-09-061-2/+7
| | | | | | (allows "Flat Panel 800x600" to be before "Flat Panel 1024x768") (needs a nicely sorted MonitorsDB though)
* - fix default_headers when XFS is installedPascal Rigaux2007-09-061-13/+12
| | | | | | (ie fixtitypo) (and do we really want to configure for XFS even if it is not enabled?)
* - do not start xfs for the test (#33219)Pascal Rigaux2007-09-061-4/+0
|
* handle the renamed proprietary ati driver (ati => x11-driver-video-fglrx)Anssi Hannula2007-08-271-2/+2
|
* - use standard.conf as default gl_conf alternativeAnssi Hannula2007-08-271-5/+1
| | | | | - do not add additional libglx ModulePaths for nvidia anymore