Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - updated the xfree4_Drivers list: | Paulo Ricardo Zanoni | 2010-02-22 | 1 | -4/+6 |
| | | | | | | | | | | | | | | o removed amd (replaced by geode) o removed avivo (driver doesn't exist) o removed cyrix (replaced by geode) o removed imstt (driver doesn't exist) o removed nsc (replaced by geode) o removed via (driver doesn't exist) o removed vga (driver removed) o added geode (ix86 only) o added xgi, xgixp and qxl o sort list lexicographically | ||||
* | XFrake: | Anssi Hannula | 2010-02-09 | 2 | -3/+4 |
| | | | | | | | | | | o do not disable loading of dri module for non-glx drivers, as KMS drivers require it as well o do not disable loading of glx module for fbdev, in order to allow AIGLX to work in software rasterizer mode o do not add dbe and extmod modules to xorg.conf anymore, they are loaded by default anyway | ||||
* | XFdrake: do not disable Composite extension by default when using fglrx driver | Anssi Hannula | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | - XFdrake: | Anssi Hannula | 2010-01-10 | 1 | -2/+2 |
| | | | | | | o use -X option for ldconfig when switching alternatives, we only need the cache rebuilt | ||||
* | load the right console keymap before dumping it | Christophe Fergeau | 2009-11-27 | 1 | -1/+1 |
| | | | | | | | | We now rely on /etc/sysconfig/console/default.kmap for the console keyboard layout which we generate by calling dumpkeys. However, in finish-install, we have to make sure the right keymap is loaded before calling dumpkeys otherwise we'll end up with having the default (qwerty) keymap in console. | ||||
* | perl_checker cleanups | Thierry Vignaud | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | enable perl_checker to work | Thierry Vignaud | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | don't inconditionnally load Xconfig::card | Christophe Fergeau | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | bail out earlier if X isn't installed | Christophe Fergeau | 2009-10-22 | 1 | -3/+2 |
| | |||||
* | - fix input module path on 64 bit machines | Christophe Fergeau | 2009-10-22 | 1 | -2/+6 |
| | | | | - don't install input drivers if X isn't here | ||||
* | enable ctrl+alt+backspace (twice) by default (pzanoni) | Christophe Fergeau | 2009-10-21 | 2 | -2/+2 |
| | |||||
* | - run ldconfig after update-alternatives during installer too | Olivier Blin | 2009-10-09 | 1 | -2/+3 |
| | | | | | | | (psb alternative does not have a higher priority than standard alternative, and ldconfig was run by the installer only before manually setting the alternative, which was not enough) | ||||
* | use 28.8kHz as lower HorizSync (for 800x480) | Olivier Blin | 2009-10-08 | 1 | -3/+3 |
| | |||||
* | xorg.conf files with no InputDevice sections are valid | Christophe Fergeau | 2009-10-06 | 1 | -1/+1 |
| | |||||
* | mark check_valid as internal | Christophe Fergeau | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | (libgl_config_and_more) make it more readable | Thierry Vignaud | 2009-09-23 | 1 | -4/+6 |
| | |||||
* | psb support | Olivier Blin | 2009-09-23 | 1 | -1/+2 |
| | |||||
* | remove useless () | Christophe Fergeau | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | don't write entries for evdev mice either | Christophe Fergeau | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | don't add keyboard sections to xorg.conf | Christophe Fergeau | 2009-09-22 | 3 | -34/+0 |
| | |||||
* | add _ at the beginning of local functions | Christophe Fergeau | 2009-09-22 | 1 | -27/+27 |
| | |||||
* | don't add sections for synaptics devices to xorg.conf | Christophe Fergeau | 2009-09-22 | 2 | -54/+0 |
| | |||||
* | s/mandrakesoft/mandriva | Christophe Fergeau | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | don't add USB wacom tablets to xorg.conf | Christophe Fergeau | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | move functions closer to their place of use | Christophe Fergeau | 2009-09-22 | 1 | -50/+50 |
| | |||||
* | don't write mouse xorg.conf entries when driver is "mouse" | Christophe Fergeau | 2009-09-22 | 1 | -1/+2 |
| | |||||
* | allow to skip framebuffer setup (and thus splash removal) for newer ↵ | Olivier Blin | 2009-09-14 | 1 | -3/+3 |
| | | | | harddrake releases | ||||
* | - XFdrake: | Aurélien Lefebvre | 2009-09-11 | 1 | -3/+8 |
| | | | | | o fix DontZap option issue with old xorg.conf files | ||||
* | - XFdrake: | Aurélien Lefebvre | 2009-09-09 | 2 | -1/+18 |
| | | | | | o added "Disable Ctrl-Alt-Backspace" option | ||||
* | XFdrake: correctly detect proprietary drivers that are located in | Anssi Hannula | 2009-07-22 | 1 | -1/+2 |
| | | | | | /usr/lib/drivername/xorg (#52384) | ||||
* | move serial_ports to detect_devices.pm | Christophe Fergeau | 2009-07-01 | 1 | -6/+1 |
| | |||||
* | Prefix functions with _ when they are internal | Christophe Fergeau | 2009-07-01 | 1 | -27/+27 |
| | |||||
* | fix crash when both monitor and driver can not be probed (for example with ↵ | Olivier Blin | 2009-06-04 | 1 | -1/+2 |
| | | | | | | | | 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 | ||||
* | Check PCI class when detecting video cards | Christophe Fergeau | 2009-04-28 | 1 | -1/+4 |
| | | | | | | | 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. | ||||
* | When modifying keyboard configuration, refresh associated hal keys | Christophe Fergeau | 2009-04-27 | 1 | -0/+1 |
| | | | | | | Nowadays, the X server picks its keyboard configuration from HAL. Make sure we update the hal information when the keyboard configuration is modified | ||||
* | (set_xfree_conf) fix vmmouse configuration for vmware (#49654) | Thierry Vignaud | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | (_is_mouse) detect 'vmmouse' driven input devices as mice | Thierry Vignaud | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Tweak xorg.conf writing with intel driver | Christophe Fergeau | 2009-04-21 | 1 | -4/+16 |
| | |||||
* | Don't show the "EXA/XAA" switch by default on Intel cards | Christophe Fergeau | 2009-04-21 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Use plugnplay monitor for virtual box, fixes #49642. Thanks Titi for the patch! | Christophe Fergeau | 2009-04-14 | 1 | -1/+3 |
| | |||||
* | do not add Load "freetype" to xorg.conf as the module does not exist | Anssi Hannula | 2009-04-12 | 1 | -1/+1 |
| | | | | | anymore | ||||
* | Fix selecting proprietary drivers with xdriver=DRIVER boot option. | Anssi Hannula | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | add nouveau driver into the driver list | Anssi Hannula | 2009-04-02 | 1 | -1/+1 |
| | |||||
* | Add support for boot option xdriver=foo for overriding the driver in | Anssi Hannula | 2009-04-02 | 1 | -0/+18 |
| | | | | | | | | | non-interactive probe. Allowed special values: auto = normal mode free = only use free drivers Last entry on commandline is used. | ||||
* | - XFdrake: | Anssi Hannula | 2009-03-20 | 1 | -1/+1 |
| | | | | | o adapt for recent changes in proprietary driver alternatives | ||||
* | (various_xfree_conf) install 'x11-driver-input-vmmouse' if needed | Thierry Vignaud | 2009-03-20 | 1 | -0/+1 |
| | |||||
* | (detect) configure input driver as 'vmmouse' if running in vmware (#29106) | Thierry Vignaud | 2009-03-20 | 1 | -0/+3 |
| | | | | | (needs drakxtools >= 12.17) | ||||
* | small fix noticed by pixel's eagle eye | Pascal Terjan | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | mousedrake: test if the file is there before trying to install the packages | Pascal Terjan | 2009-02-11 | 1 | -9/+10 |
| | |||||
* | - XFdrake: | Pascal Rigaux | 2009-01-29 | 1 | -1/+1 |
| | | | | | | | | 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 |