Show Posts
|
|
Pages: 1 2 [3] 4 5
|
|
31
|
LinuxMCE / Installation issues / Re: Clarification needed
|
on: April 06, 2007, 01:57:04 am
|
Hi, DO you have a HAL? device, you can disable this in the webinterface http://linuxmce-ip/ then Automation -> Device status click HAL, then click the check button Disabled, now SAVE. Think the HAL is some light controll stuff, which atleast I dont have. 2^) For the nvidia drivers that's the _tricky_ part, but i've tried to write down my steps on how i did it in the "Why only vesa" Thread in this forum. What graphics board do you have? Feel free to stop re-installing, it's only matter of configuring it correctly :-) Only problem with linuxMCE so far, it's not as plug and play as it is supposed to be, but i guess this just takes some time :-)
|
|
|
|
|
32
|
LinuxMCE / Installation issues / Re: Geforce 6600 GT
|
on: April 05, 2007, 09:13:51 pm
|
|
Sounds stange, Then let's get brutal: 1) killall screen 2)killall -9 xinit 3)killall xfwm4
you did type sudo NVIDIA..... su NVIDIA ..... would just say, user not found or similaer.
|
|
|
|
|
37
|
LinuxMCE / Installation issues / Re: Geforce 6600 GT
|
on: April 04, 2007, 06:29:52 pm
|
|
If you really are at runlevel 1, that's the same as Single user mode. Can more the less be seen as "Safe mode" in windows.
Ubuntu X starts or LinuxMCE launches?
Has it been like this since you originally installed ubuntu? you say telinit 3 does not work, because it boots you into ubuntu, take it as the ubuntu X is starting and you get the desktop, if you try to run The nvidia installer from there you get complaints about X is running, ctrl-alt-backspace should stop X then login to a console, sudo su
Try to install the NVIDIA driver now. ./NVIDIA......
|
|
|
|
|
38
|
LinuxMCE / Installation issues / Re: Why only vesa?
|
on: April 04, 2007, 05:24:23 am
|
Hi, After some restarting, and more testing ( to check if the system works, and is more the less reliable ) an unpleasant thing happened today, when linuxmce was "Starting up", i noticed it downloaded updates, and installed them/Applied them automatically. Guess what got the transparancy issue again, got a little frustrated so i browsed the /usr/pluto/bin directory and found a file called DownloadUpdates.sh, and added another exit; Did the same thing with ApplyUpdates.sh (just to be sure). Then i ran the NVIDIA .run file again (from nvidia.com) and did a reboot, hopefully things will be more reliable now. Didnt use much time researching, but guess it updated my kernel and rendered the nvidia kernel module useless, or it removed some of the nvidia files. either way, the fix wasn't hard. I want a system which doesnt update itself upon bootup, i'll just do apt-get update myself and write it on my calender for every other week or so 
|
|
|
|
|
41
|
LinuxMCE / Installation issues / Re: Why only vesa?
|
on: April 03, 2007, 12:01:30 pm
|
|
Good to hear you got it running efiniti1 and bawbag31.
wolfbite, the problem is that linuxmce constantly changes it back. and tries it's own drivers vesa or nv.
|
|
|
|
|
42
|
LinuxMCE / Installation issues / Re: Stop Checking for Nvidia-Glx darn you...
|
on: April 02, 2007, 11:30:56 pm
|
|
If you guys doesnt get it working, and have followed my steps above, there probably is a conflicting nvidia module loaded type: dmesg in the console and check for this line: NVRM: loading NVIDIA UNIX x86 Kernel Module 1.0-9755 Mon Feb 26 23:21:15 PST 2007 That's the newest module, if you have a conflicting installed module the nr is probably something like 1.0-7XXX
if so you will need to remove the nvidia-glx package via apt-get remove nvidia-glx then reinstall the nvidia drivers (from nvidia.com) you might need to apt-get install linux-headers-2.6.17.XXX <-- new version nr)
Dont be afraid to pm, i'll be glad to help when i get the time,.
|
|
|
|
|
44
|
LinuxMCE / Installation issues / Re: Why only vesa?
|
on: April 02, 2007, 12:31:40 am
|
|
before you modify you have to become root user to do this:
type: sudo su then enter the password for your user.
You should now have become root user, and have permission to edit the file.
|
|
|
|
|