index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
Xconfig
/
resolution_and_depth.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid using other depth than 24 for fglrx in automatic mode.
Francois Pons
2003-09-15
1
-0
/
+5
*
fixed depth to 24 when using driver fglrx (it won't work unless 24 bits)
Francois Pons
2003-09-11
1
-0
/
+3
*
- use OptionMenu's instead of Combo's (better looking and mcc doesn't like em...
Pascal Rigaux
2003-09-08
1
-12
/
+5
*
XF 3.3 should use depth 16 if use_UTAH_GLX, this has been glitched in XF4 mode
Francois Pons
2003-09-04
1
-1
/
+4
*
remove stock icons (per IHM team request)
Pascal Rigaux
2003-08-05
1
-1
/
+1
*
switch from gtk2-perl to gtk2-perl-xs
Thierry Vignaud
2003-07-09
1
-1
/
+1
*
perl_checker compliance
Pascal Rigaux
2003-04-30
1
-3
/
+2
*
new perl_checker compliance
Pascal Rigaux
2003-04-17
1
-2
/
+2
*
fix setting the image & colors in resolution chooser
Pascal Rigaux
2003-02-21
1
-6
/
+6
*
(to_string): simpler way to handle the "default" resolution of frame-buffer
Pascal Rigaux
2003-02-17
1
-1
/
+1
*
- factorize "Help"-button handling
Pascal Rigaux
2003-02-16
1
-5
/
+2
*
fix and some more Help
Pascal Rigaux
2003-02-13
1
-3
/
+7
*
(configure): in $auto mode, use $default_resolution without asking
Pascal Rigaux
2003-01-07
1
-2
/
+4
*
fix pixel sucks
Thierry Vignaud
2003-01-07
1
-1
/
+1
*
use "if any" instead of "if grep", and various other occurences of "any", "ev...
Pascal Rigaux
2003-01-07
1
-5
/
+5
*
fix setting size of depth combo
Pascal Rigaux
2002-12-23
1
-1
/
+1
*
workaround gtk bug in gtk_entry_set_text
Guillaume Cottenceau
2002-12-23
1
-0
/
+2
*
fix titi porting gtk2 without testing enough..
Guillaume Cottenceau
2002-12-23
1
-1
/
+1
*
XFdrake gtk+-2
Thierry Vignaud
2002-12-18
1
-14
/
+14
*
remove unused variables or rename them with an underscore (eg: $o becomes $_o)
Pascal Rigaux
2002-12-04
1
-2
/
+2
*
perl_checker adaptations
Pascal Rigaux
2002-11-27
1
-1
/
+1
*
replace "_" with "N" and "__" with "N_"
Pascal Rigaux
2002-11-06
1
-11
/
+11
*
fix pixel code
Thierry Vignaud
2002-10-23
1
-0
/
+1
*
make new perl_checker happy: replacing PKG::f by PKG::f()
Pascal Rigaux
2002-10-17
1
-1
/
+1
*
fix typo (choosing the Flat Panel resolution by default)
Pascal Rigaux
2002-08-30
1
-1
/
+1
*
on a "Flat Panel" use the flat planel resolution (as suggested by Alastair Sc...
Pascal Rigaux
2002-08-28
1
-1
/
+1
*
add 1152x768 picture
Pascal Rigaux
2002-08-22
1
-1
/
+1
*
add monitor images
Pascal Rigaux
2002-08-22
1
-1
/
+1
*
sort resolutions to default to 1280x1024 instead of 1280x960
Pascal Rigaux
2002-08-17
1
-1
/
+1
*
if the monitor size is not given, default to 14'
Pascal Rigaux
2002-08-17
1
-1
/
+1
*
handle the pb of resolutions where X doesn't imply Y (eg: 1280x1024 and 1280x...
Pascal Rigaux
2002-08-08
1
-9
/
+19
*
in newt, have the resolutions sorted by resolution size (wilplizgg)
Pascal Rigaux
2002-08-01
1
-3
/
+8
*
(choose_gtk): ensure the response is one of @resolutions (so that Y and maybe...
Pascal Rigaux
2002-07-31
1
-1
/
+8
*
fix using $_ instead of $_[0] (thanks to perl_checker)
Pascal Rigaux
2002-07-31
1
-1
/
+1
*
make new perl_checker happy (and that's not easy!)
Pascal Rigaux
2002-07-31
1
-1
/
+1
*
(configure_auto_install): really use resolution_wanted given in $o
Pascal Rigaux
2002-07-29
1
-1
/
+1
*
- make the gtk resolution chooser work
Pascal Rigaux
2002-07-28
1
-8
/
+109
*
14 new modules, will it be enough?? :)
Pascal Rigaux
2002-07-28
1
-0
/
+185