Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 | 2 | -23/+0 |
| | |||||
* | don't add sections for synaptics devices to xorg.conf | Christophe Fergeau | 2009-09-22 | 1 | -52/+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 |
| | |||||
* | 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) | ||||
* | 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. | ||||
* | (_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 | ||||
* | - 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 | ||||
* | - XFdrake | Pascal Rigaux | 2008-12-08 | 2 | -10/+15 |
| | | | | | | o there is no reason "automatic" resolution should imply "automatic" color depth | ||||
* | - XFdrake | Pascal Rigaux | 2008-12-08 | 1 | -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 Vignaud | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | move things (prepare next commit) | Pascal Rigaux | 2008-11-21 | 1 | -10/+9 |
| | |||||
* | fix 2 previous commits: | Pascal Rigaux | 2008-11-21 | 1 | -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() | ||||
* | simplify | Pascal Rigaux | 2008-11-21 | 1 | -3/+3 |
| | |||||
* | fix passing xorg "Driver" for monitor probe (for auto_installs) | Pascal Rigaux | 2008-11-21 | 1 | -1/+1 |
| | |||||
* | if {resolution_wanted} is not set in auto_install, don't have | Pascal Rigaux | 2008-11-21 | 1 | -1/+1 |
| | | | | | { 'X' => undef, 'Depth' => undef, 'Y' => undef } as the $resolution_wanted | ||||
* | - XFdrake | Pascal Rigaux | 2008-11-14 | 1 | -6/+7 |
| | | | | | o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-11-14 | 2 | -6/+10 |
| | | | | | o have Option "PanelGeometry" "XXxYY" on geode driver | ||||
* | - XFdrake: | Pascal Rigaux | 2008-11-13 | 1 | -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) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-10-01 | 2 | -3/+30 |
| | | | | | | o explicitly Load or Disable module "dri" (to be independent of Xorg's default choice) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-09-25 | 4 | -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) instead | Pascal Rigaux | 2008-09-25 | 1 | -5/+6 |
| | | | | | (needed for next commit) | ||||
* | create XxY() and use it | Pascal Rigaux | 2008-09-25 | 1 | -1/+3 |
| | |||||
* | create XxY() and use it | Pascal Rigaux | 2008-09-25 | 1 | -1/+7 |
| | |||||
* | - XFdrake: | Pascal Rigaux | 2008-09-11 | 1 | -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 files | Pascal Rigaux | 2008-08-26 | 1 | -1/+0 |
| | | | | | (it's not needed anymore) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-08-19 | 2 | -1/+2 |
| | | | | | | o [bugfix] fix clicking on "Options" when Composite is disabled (regression introduced in 0.58) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-08-18 | 1 | -1/+1 |
| | | | | | | | o allow xorg.conf to have no "Monitor" section (#42793) (XFdrake will no break too much without it :) | ||||
* | - XFdrake: | Pascal Rigaux | 2008-08-18 | 1 | -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 in | Pascal Rigaux | 2008-07-04 | 1 | -3/+0 |
| | | | | | x11-server | ||||
* | - XFdrake: | Anssi Hannula | 2008-06-19 | 2 | -2/+2 |
| | | | | | o use nvidia-current default settings for nvidia173 as well | ||||
* | - XFdrake: | Pascal Rigaux | 2008-06-13 | 1 | -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 Rigaux | 2008-06-09 | 3 | -7/+7 |
| | | | | time now) |