:)
Q:What's the difference between Fedora and Ubuntu?
A:Basically Fedora is more complete.
I recommend you use Fedora, i have the 8th version here and it's awesome, easy like Ubuntu but with a bunch of things that almost any developer on nix systems would like to have.
Link
http://fedoraproject.org/
--------------------------------------------------------------------------------------------
TouchPad Issue
Its happens because someone disabled some option ;0
in the x server configurations...
/etc/X11/xorg.conf
add this one
Section "InputDevice"
Driver "synaptics"
Identifier "TouchPad"
Option "SendCoreEvents"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
EndSection
and make sure that you have the "Identifiers" name into this section too
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad" "CorePointer"#<------ here
EndSection
--------------------------------------------------------------------------------------------
Nvidia Drivers Issue
Well another problem i got when i tried compile one module to install one driver from the nvidia website for the x86_64 architecture.
And here we go with the log file generated...
/tmp/selfgz5076/NVIDIA-Linux-x86_64-169.12-pkg2/usr/src/nv/nv-vm.c:364: erro
r: implicit declaration of function âglobal_flush_tlbâ
make[4]: *** [/tmp/selfgz5076/NVIDIA-Linux-x86_64-169.12-pkg2/usr/src/nv/nv-
vm.o] Error 1
make[3]: *** [_module_/tmp/selfgz5076/NVIDIA-Linux-x86_64-169.12-pkg2/usr/sr
c/nv] Error 2
make[2]: *** [sub-make] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2
The problem is into nv-vm.c source file at line 364 when occur one implicit declaration of function, well appears to be simple, but i'll not say anything by now ...
No comments:
Post a Comment