
kX Generator
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
kX Generator is a utilitty to configure the X server by modyfying X configuration file (xorg.conf).
If you like this software visit http://www.kxgenerator.xt.pl and submit bugs on forum.
14 years ago
0.3.7
---------
- Support for drivers: VESA, VGA, i128, i810
- Minor updates
14 years ago
0.3.7
---------
- Support for drivers: VESA, VGA, i128, i810
- Minor updates
gohanz
14 years ago
http://www.slacky.it/
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1220
Report
rolypoly
14 years ago
Any suggestions?
Report
sabby7890
14 years ago
Report
vranikx
14 years ago
compile and install was without errors...so? what do you think?
Report
sabby7890
14 years ago
whereis kxgenerator
The binary is also in src directory
Report
soulrebel
14 years ago
-it should not "generate" a config file, but instead have a save option and automatically load the current file on start.
-it should detect the installed graphics adapter automatically (could be done easily grepping dmesg)
-it should detect available 3rd-party drivers, e.g. the comercial ati and nvidia ones, but should recommend the free drivers.
if it does that i am sure it will be part of kde in future (or at least of some distros).
keep up the work!
Report
sabby7890
14 years ago
2) it should detect the installed graphics adapter automatically (could be done easily grepping dmesg)
3) it should detect available 3rd-party drivers, e.g. the comercial ati and nvidia ones, but should recommend the free drivers.
AD. 1:
It loads current xorg.conf file on start from /etc/X11/xorg.conf. Path to xorg.conf can be changed in future version via command line argument.
To save automatically - work in progress.
AD. 2:
VERY nice idea.
AD. 3:
I'll try to do this, but can't guarantee (for can I know how to detect only NVIDIA drivers).
Thanks!
Report
soulrebel
14 years ago
To save automatically - work in progress.
- i meant just changing the text on the button to "save" and not "generate".
- you can easily find out which config file is used with:
cat /var/log/Xorg.0.log | grep "Using config file:"
>>I'll try to do this, but can't guarantee (for can I know how to detect only NVIDIA drivers).
- well if nvidia adapter is detected for example, you could offer the driver choice for:
1) vesa (always supported)
2) nv
3) nvidia (if the nvidia modul is loaded; can be checked with lsmod on gnulinux and kldstat on freebsd)
Report
hoofer
14 years ago
./configure: line 1379: syntax error near unexpected token `kxgenerator,'
./configure: line 1379: `AM_INIT_AUTOMAKE(kxgenerator, 0.2)'
make: *** [config.status] Error 2
I have properly linked automake-1.6 and aclocal-1.6.
I'm running slackware 10.2, with automake-1.9 and aclocal-1.9
Any ideas?
Report
sabby7890
14 years ago
Report
keba
14 years ago
Report
GravitySucks
14 years ago
Any information the author would like me to post, let me know.
Report
sabby7890
14 years ago
Report
GravitySucks
14 years ago
Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 14587)]
[KCrash handler]
#6 0x40f37862 in QString::operator= () from /usr/lib/qt/lib/libqt-mt.so.3
#7 0x0805f706 in xorgFile::splitInputDevices (this=0x8174d08)
at xorgconf.cpp:696
#8 0x0805f364 in xorgFile::getXConfig (this=0x8174d08) at xorgconf.cpp:655
#9 0x0804eb87 in KXConfig (this=0x8113f70, parent=0x0, name=0x0)
at kxconfig.cpp:52
#10 0x0804dc82 in main (argc=1, argv=0xbffff364) at main.cpp:60
Report
sabby7890
14 years ago
Report
GravitySucks
14 years ago
Report
janu
14 years ago
Report
GravitySucks
14 years ago
I'm using Slackware-current, and created a symlink from aclocal-1.9 to aclocal-1.6 and same for automake. I'm guessing this could be edited in the Makefile?
Report
Animatrix30
14 years ago
It says me that it needs automake 1.6, but I have automake 1.9 and it doesn't want to compile.
What can I do ?
Report
janu
14 years ago
Report
Animatrix30
14 years ago
Report
void
14 years ago
make[1]: Entering directory `/home/void/Desktop/kxconfig'
configure.in:39: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:44: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:47: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:48: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:49: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:54: error: possibly undefined macro: AM_KDE_WITH_NLS
configure.in:57: error: possibly undefined macro: AC_PATH_KDE
configure.in:62: error: possibly undefined macro: AC_CHECK_KDEMAXPATHLEN
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/void/Desktop/kxconfig'
make: *** [configure] Error 2
Report
sabby7890
14 years ago
Report
void
14 years ago
Report
mattepiu
14 years ago
Report