
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
cafeina
13 years ago
I see the following error message:
The requested URL /kxgenerator was not found on this server.
Report
cafeina
13 years ago
Report
bischofPhilipp
14 years ago
Report
Dji-Pih
14 years ago
"Cannot find required input driver on system. Please select another driver."
There's no pointer defined. So, I create a new entry Pointer0 with driver=mouse and device=autodetect (USB mouse).
When clicking on Accept button, I save the configuration (?) in a subfolder from home directory.
But always the same error when starting...
Report
sabby7890
14 years ago
Report
Dji-Pih
14 years ago
But I wonder :
1/ Why kxgenerator doesn't start with root rights in order to save xorg.conf, cause they are needed. I had to proceed as follows :
# su
# kxgenerator
2/ Why kxgenerator ask for the name and the location of the configuration file to save since there is only one way : /etc/X11/xorg.conf. Except if user doesn't want to replace directly xorg.conf from kxgenerator ? But newbee doesn't know these things ;).
So, it could be cool that kxgenerator automaticaly start as root, make these changes with historical backup of xorg.conf.
Report
sabby7890
14 years ago
It should be implemented much earlier, but I was too lazy;)
Report
Dji-Pih
14 years ago
Report
gohanz
14 years ago
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1220
Report
Yogi--
14 years ago
Warning: eregi() [function.eregi]: REG_EMPTY in /var/www/www.xt.pl/index.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /var/www/www.xt.pl/index.php:9) in /var/www/www.xt.pl/index.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /var/www/www.xt.pl/index.php:9) in /var/www/www.xt.pl/index.php on line 41
.................
so... when i type make i see this error:
libtool: link: cannot find the library `/usr/lib/libGL.la'
make[2]: *** [kxgenerator] Error 1
make[2]: Leaving directory `/home/dontcho/Desktop/kxgenerator-0.3.7/kxgenerator-0.3.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dontcho/Desktop/kxgenerator-0.3.7/kxgenerator-0.3.7'
make: *** [all] Error 2
...............
and i try to find where is this lib, but i have only:
libGL.a libGL.so.1 libGLU.a libGLU.so.1 libGLw.a libGLw.so.1
libGL.so libGL.so.1.2 libGLU.so libGLU.so.1.3 libGLw.so libGLw.so.1.0
tryed to make some ln -s link, but problem still there.
Googled some pages and i see that needed for NVIDIA card (not my). I use Slackware 11.0 and my video is Intel 855GM.
What can i do to get lost this problem ?
Report
sabby7890
14 years ago
About make... it's really weird:| Maybe try to run configure again and make clean
Report
Yogi--
14 years ago
just i cp libGL.la from some debian :)
This is a very good job man. Keep doing.
Report
Divilinux
14 years ago
http://www.keepmyfile.com/download/0062161306411
Report
cgoncalves
14 years ago
Report
chatmoa
14 years ago
Congratulations.
Report
shevegen
14 years ago
default KDE.
Unfortunately I am not sure if it will, because currently there is a lot of
KDE 3 -> KDE 4
Transition, and i am afraid that the main devs wont accept anymore things (aside from bug fixes etc..)
Report
louishouette
14 years ago
Report
sabby7890
14 years ago
Report
trevi55
14 years ago
- http://3v1n0.tuxfamily.org/dists/edgy/3v1n0/
Btw, running it I get a crash after this dialog:
«Cannot find required input driver on system. Please select another driver.»
Do you want a backtrace?
Version 0.2.7 works well...!
Report
sabby7890
14 years ago
Thanks for package and please e-mail me the backtrace. Try to manually edit your xorg.conf and put TWO InputDevice sections, one for keyboard and one for mouse. Send me your xorg.conf (before editing, the one that makes kX Generator crash) file too.
This would be really helpful:)
Report
trevi55
14 years ago
The video section isn't so "clean", btw this is what I actually have: http://pastebin.ca/304078
Check for bad parsing... Xorg has no problems at all...
Finally, in my repo there's the newer version of kxgenerator for Ubuntu edgy, now it starts here but I can't edit anything always due to the error I posted above...
Debugging a little gdb says me only "QInputContext: no input method context available"
Cu!
Report
sabby7890
14 years ago
Try to find synaptics_drv.o file on your hard drive, then run kxgenerator:
kxgenerator --input-path [path to that file]
if it won't find mouse driver, just put two empty files:
synaptics_drv.o
mouse_drv.o
in some directory then run it with
kxgenerator --input-path [that directory]
You have your drivers in non-standard location, kxgenerator checks only for presence of these files, so it should be working now.
Report
trevi55
14 years ago
Anyway linking these files to *.o files I still get the error mentioned before :(
Report
trevi55
14 years ago
Could this be the cause?
Report
sabby7890
14 years ago
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
EndSection
into your xorg.conf file. I'll try to fix it soon.
Report