| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
some Quanta IL1 netbooks using Chrome9 IC3)
this crash happens with harddrake service or XFdrake --auto:
Can't use an undefined value as a HASH reference at /usr/lib/libDrakX/Xconfig/monitor.pm line 85
|
|
|
|
|
|
|
| |
Dual-head ATI cards appears twice on the PCI bus, once in the
DISPLAY_OTHER class and once in the DISPLAY_VGA class. They did that
for compatibility with Win2000. Make sure we don't think the system has
2 video cards in such cases.
|
|
|
|
|
|
| |
Nowadays, the X server picks its keyboard configuration from HAL. Make
sure we update the hal information when the keyboard configuration is
modified
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Newer intel drivers properly autoselect UXA/EXA if KMS is available or
not, and XAA should really only be used as a fallback. For now, don't
set EXA => 0 in the default values for the Intel cards. This will hide
the XAA/EXA switch from the configuration UI. If an accel method was
explicitly selected in xorg.conf by the user, the UI will be shown so
that he has a chance to unselect EXA.
|
| |
|
|
|
|
|
| |
anymore
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|