summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* - XFdrakePascal Rigaux2008-12-081-3/+15
| | | | | | | 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)
* (configure) do not load "Type1" module by default (disabled in xserver-1.5.x)Thierry Vignaud2008-12-021-1/+1
|
* move things (prepare next commit)Pascal Rigaux2008-11-211-10/+9
|
* fix 2 previous commits:Pascal Rigaux2008-11-211-3/+5
| | | | | | | - $raw_X->get_Driver can't be used in auto_installs since monitor is configured first - $raw_X is now needed in choose()
* simplifyPascal Rigaux2008-11-211-3/+3
|
* fix passing xorg "Driver" for monitor probe (for auto_installs)Pascal Rigaux2008-11-211-1/+1
|
* if {resolution_wanted} is not set in auto_install, don't have Pascal Rigaux2008-11-211-1/+1
| | | | | { 'X' => undef, 'Depth' => undef, 'Y' => undef } as the $resolution_wanted
* - XFdrakePascal Rigaux2008-11-141-6/+7
| | | | | o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768)
* - XFdrake:Pascal Rigaux2008-11-142-6/+10
| | | | | o have Option "PanelGeometry" "XXxYY" on geode driver
* - XFdrake:Pascal Rigaux2008-11-131-3/+3
| | | | | | | | 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)
* - mousedrake:Pascal Rigaux2008-10-241-13/+1
| | | | | | | o do not use /dev/mouse symlink (in xorg.conf) o do not propose to test the chosen mice (it doesn't handle evdev/synaptics and so is quite obsolete nowadays)
* - XFdrake:Pascal Rigaux2008-10-012-3/+30
| | | | | | o explicitly Load or Disable module "dri" (to be independent of Xorg's default choice)
* - XFdrake:Pascal Rigaux2008-09-254-7/+27
| | | | | | o set "PreferredMode" in Monitor section if the user changes the resolution (we still do not use PreferredMode for the default resolution)
* cleanup: don't modify $default_resolution, use a new var ($resolution) insteadPascal Rigaux2008-09-251-5/+6
| | | | | (needed for next commit)
* create XxY() and use itPascal Rigaux2008-09-251-1/+3
|
* create XxY() and use itPascal Rigaux2008-09-251-1/+7
|
* - keyboarddrake:Pascal Rigaux2008-09-111-8/+4
| | | | | o fix lithuanian keyboard choices (cf #41031)
* - XFdrake:Pascal Rigaux2008-09-111-1/+1
| | | | | | | o do set a background image when using resolution "Automatic" (#43644) (thanks to derek at jennings dot homelinux dot net)
* don't create symlink /usr/share/mdk/backgrounds/default.png to jpg filesPascal Rigaux2008-08-261-1/+0
| | | | | (it's not needed anymore)
* - XFdrake:Pascal Rigaux2008-08-192-1/+2
| | | | | | o [bugfix] fix clicking on "Options" when Composite is disabled (regression introduced in 0.58)
* - XFdrake:Pascal Rigaux2008-08-181-1/+1
| | | | | | | o allow xorg.conf to have no "Monitor" section (#42793) (XFdrake will no break too much without it :)
* - XFdrake:Pascal Rigaux2008-08-181-1/+1
| | | | | | | o use 24dpp by default, even on DRI (needed for kde4) as requested by qa (damien)
* o no need to force XaaNoOffscreenPixmaps, it is the default now inPascal Rigaux2008-07-041-3/+0
| | | | | x11-server
* - XFdrake:Anssi Hannula2008-06-192-2/+2
| | | | | o use nvidia-current default settings for nvidia173 as well
* - XFdrake:Pascal Rigaux2008-06-131-1/+2
| | | | | o ensure we don't drop non-main "Device" (when modifying "Options", #41410)
* o drop support for /etc/X11/XF86Config (replaced by xorg.conf for some ↵Pascal Rigaux2008-06-093-7/+7
| | | | time now)
* fix last typoPascal Rigaux2008-06-061-1/+1
|
* fix typo (thanks to pcpa)Pascal Rigaux2008-06-061-16/+7
|
* create set_extension() and use itPascal Rigaux2008-06-052-2/+6
|
* - XFdrake:Pascal Rigaux2008-06-052-4/+9
| | | | | o Composite is now the default in xserver 1.4 (#35043)
* create remove_extension() and use itPascal Rigaux2008-06-052-4/+12
|
* it's not XFdrake's task to handle /etc/X11/X symlink to ../../usr/bin/Xorg ↵Pascal Rigaux2008-06-051-1/+0
| | | | (thanks to pcpa)
* add Section "Extensions" before other sections (pcpa)Pascal Rigaux2008-06-051-1/+1
|
* - mousedrake:Pascal Rigaux2008-04-281-1/+2
| | | | | | | | o evdev and imwheel handle orthogonal things, so do use imwheel even if we need evdev (#40088) nb: the tests on logitech mice were ok because of the ubstable entry
* - 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)
* - keyboarddrake library:Pascal Rigaux2008-03-251-0/+3
| | | | | | | o in drakx-finish-install, keyboard is asked after asking country, so have a good default based on country too (was done for pt_BR but not fr_XX) (#39221)
* - 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)
* - keyboarddrake:Pascal Rigaux2008-03-111-3/+3
| | | | | | | | | o default romanian keyboard is qwerty (cf #38450) o "ro" really is "ro(std_cedilla)" (to be more standard on unpatched xkeyboard-config) o "ro(us)" is wrong and not qwerty, use "ro(winkeys)" which is the only qwertz from symbols/ro
* - 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)