| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
non-interactive probe. Allowed special values:
auto = normal mode
free = only use free drivers
Last entry on commandline is used.
|
|
|
|
|
| |
o adapt for recent changes in proprietary driver alternatives
|
| |
|
|
|
|
|
| |
(needs drakxtools >= 12.17)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o use option -noAutoAddDevices when testing X
(useful during installation, #47237)
nb: this works if x11-server has patch Add-noAutoAddDevices-command-line-option.patch
|
|
|
|
|
|
| |
o bug fix: overwrite previous /etc/sysconfig/keyboard Xkb information when
changing keyboard
|
|
|
|
|
| |
o synaptics driver in now in package x11-driver-input-synaptics (#45531)
|
|
|
|
|
|
| |
o do not configure hal directly, but write in /etc/sysconfig/keyboard Xkb
information so hal can get them
|
|
|
|
|
|
|
|
|
| |
o correctly handle default XkbModel
(so that we do not force pc105 when we should not)
(nb: this is not very important nowadays because XkbModel is deprecated with
evdev, but hell, it's easy to fix :)
|
|
|
|
|
|
| |
o configure hal so Xorg can get xkb info
(nb: for now, you must "service haldaemon restart" to be taken into account)
|
|
|
|
|
|
| |
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 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)
|
|
|
|
|
|
| |
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 fix lithuanian keyboard choices (cf #41031)
|
|
|
|
|
|
|
| |
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 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
|
| |
|
|
|
|
|
|
|
|
|
| |
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...)
|