Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
-
Slaxmax
- Contributor

- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Post#1
by Slaxmax » 16 Apr 2014, 23:40
I downloaded porteus 3.0-x86_64 and Nvidia driver 304.119, but X does not start.
In same pc I have porteus rc2 i486 with Nvidia 304.117-i486 and works fine.
I try compile my own Nvidia driver 304.119-x86_64 but does not complete the construction of the module.
The 05-devel module is enabled and I put disable nouveau in /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
There seems to be some problem with the kernel. See the picture below and the log:
What is the problem?
In this case I tried in virtualbox, but the physical pc gives the same problem.
nvidia-installer.log
http://pastebin.com/yS03MA5Y

“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
Slaxmax
-
brokenman
- Site Admin

- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
-
Contact:
Post#2
by brokenman » 17 Apr 2014, 01:22
It could be one of two things.
1) Different kernel sources (problem with 05-devel.xzm) or perhaps it requires the FULL kernel sources and not s tripped down version.
2) Or it could be that nouveau is not being unloaded. You could boot into text mode and run 'modprobe -r nouveau' before running the Nvidia wizard to see if it installs and loads the nvidia.ko kernel module.
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
beny
- Full of knowledge

- Posts: 1883
- Joined: 02 Jan 2011, 11:33
- Location: italy
Post#3
by beny » 17 Apr 2014, 17:35
beny
-
Slaxmax
- Contributor

- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Post#4
by Slaxmax » 17 Apr 2014, 20:06
@beny
Same problem. In same PC I have porteus-3.0-rc2-i486 with Nvidia-309.117 working fine.
Does anyone have the 05-devel 3.0rc2-x86_64 module to download?
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
Slaxmax
-
fanthom
- Moderator Team

- Posts: 5622
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
-
Contact:
Post#5
by fanthom » 17 Apr 2014, 20:47
@Slaxmax
please boot with Nvidia driver 304.119 and once it gets unloaded you should get into GUI. please generate xpsinfo report + upload both /var/log/Xorg.0.log files so i can check whats happening.
thanks
Please add [Solved] to your thread title if the solution was found.
fanthom
-
fanthom
- Moderator Team

- Posts: 5622
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
-
Contact:
Post#7
by fanthom » 18 Apr 2014, 09:01
i cant find the reason of nVidia not loading. you GPU is supported by this driver and there is nothing in dmesg.
i have prepared updated driver in /testing so please try and let me know:
http://dl.porteus.org/x86_64/testing/
http://dl.porteus.org/i486/testing/
thanks
Please add [Solved] to your thread title if the solution was found.
fanthom
-
Slaxmax
- Contributor

- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Post#8
by Slaxmax » 18 Apr 2014, 19:09
@fanthom
Works fine now!
result lspci -knn
Code: Select all
00:0d.0 VGA compatible controller [0300]: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2)
Subsystem: ASRock Incorporation Device [1849:03d6]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia
What was wrong with my compilation?
Thank you so much
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
Slaxmax
-
fanthom
- Moderator Team

- Posts: 5622
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
-
Contact:
Post#9
by fanthom » 19 Apr 2014, 08:54
What was wrong with my compilation?
maybe you have older 05-devel.xzm? please compare it's md5sum with one from
http://dl.porteus.org/
updated nVidia is now in /drivers folder on the server and will ask Hamza for doing the same for the desktop wizard.
thanks
Please add [Solved] to your thread title if the solution was found.
fanthom
-
Slaxmax
- Contributor

- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Post#10
by Slaxmax » 19 Apr 2014, 09:34
MD5 equal
in
http://dl.porteus.org/x86_64/current/md5sums.txt
e7f215015456bca7f0b4acacc08f3a04 modules/05-devel.xzm
my pc
Code: Select all
guest@porteus:~$ md5sum /mnt/sda1/files/64/porteus/base/05-devel.xzm
e7f215015456bca7f0b4acacc08f3a04 /mnt/sda1/files/64/porteus/base/05-devel.xzm
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
Slaxmax