| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
o there is no reason "automatic" resolution should imply "automatic" color
depth
|
|
|
|
|
|
|
| |
o special hack for gdium: the "default monitor" is "Plug'n Play" instead of
good_default_monitor() (it will work since the resolution is passed to the
kernel on gdium)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- $raw_X->get_Driver can't be used in auto_installs since monitor is
configured first
- $raw_X is now needed in choose()
|
| |
|
| |
|
|
|
|
|
| |
{ 'X' => undef, 'Depth' => undef, 'Y' => undef } as the $resolution_wanted
|
|
|
|
|
| |
o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768)
|
|
|
|
|
| |
o have Option "PanelGeometry" "XXxYY" on geode driver
|
|
|
|
|
|
|
|
| |
o generic flat planel must allow "800x480 @ 60.00 Hz (GTF) hsync: 29.82 kHz"
so "HorizSync 31.5-90" is too strict, generating "HorizSync 29.5-90"
(especially useful when the resolution is given by dmitable)
|
|
|
|
|
|
| |
o explicitly Load or Disable module "dri"
(to be independent of Xorg's default choice)
|
|
|
|
|
|
| |
o set "PreferredMode" in Monitor section if the user changes the resolution
(we still do not use PreferredMode for the default resolution)
|
|
|
|
|
| |
(needed for next commit)
|
| |
|
| |
|
|
|
|
|
|
|
| |
o do set a background image when using resolution "Automatic" (#43644)
(thanks to derek at jennings dot homelinux dot net)
|
|
|
|
|
| |
(it's not needed anymore)
|
|
|
|
|
|
| |
o [bugfix] fix clicking on "Options" when Composite is disabled
(regression introduced in 0.58)
|
|
|
|
|
|
|
| |
o allow xorg.conf to have no "Monitor" section (#42793)
(XFdrake will no break too much without it :)
|
|
|
|
|
|
|
| |
o use 24dpp by default, even on DRI (needed for kde4)
as requested by qa (damien)
|
|
|
|
|
| |
x11-server
|
|
|
|
|
| |
o use nvidia-current default settings for nvidia173 as well
|
|
|
|
|
| |
o ensure we don't drop non-main "Device" (when modifying "Options", #41410)
|
|
|
|
| |
time now)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
o Composite is now the default in xserver 1.4 (#35043)
|
| |
|
|
|
|
| |
(thanks to pcpa)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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...)
|
|
|
|
|
|
|
|
| |
o disable "DynamicTwinView" when not using TwinView (#39171)
it disables runtime setting of TwinView via nvidia-settings
it helps on Compiz (#39171)
|
|
|
|
|
| |
o allow to set "EXA" on "intel" driver (#39162)
|
|
|
|
|
| |
o add option "Force display mode of DVI" on driver "nvidia" (#30066)
|
|
|
|
|
|
| |
o ensure set_default_background() doesn't fail (#39065)
(ie default to 1024x768 if 0x0 is given)
|
| |
|
|
|
|
|
| |
o use 24bpp on savage (#38750)
|
|
|
|
|
| |
o handle DRIVER2_NO_SSE (from Cards+), needed by nvidia-current requiring SSE
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
- XFdrake: background images are now jpeg files
|
|
|
|
|
|
| |
o when setting background for the resolution, handle "hour"-based
backgrounds (also add Mandriva.xml symlink)
|
|
|
|
|
| |
o when setting background for the resolution, handle "hour"-based backgrounds
|
|
|
|
|
| |
o add 1024x600 (used on Samsung Q1Ultra) (#37889)
|
|
|
|
|
| |
o add 800x480 (used on belinea s.book)
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
(needed with new xorg server)
|