-
Junior Member
registered user
No card index in xf86config
knoppix 3.3 hard drive install
tryed to run xf86config, all goes well throughout except when I try to display card types (so I can choose one)...wont let me look at card list, says something to the effect that listing cant be found. everthing else sets up ok.
using a TNT2 card and would like to get my video set properly and get away from frame buffer.
would apt-get solve problem?
Thanks,TheBman
-
Senior Member
registered user
quick fix
Dont know why thats happening but this should will fix it.
Presumoing you have installed it on the HDD
Boot to RL2 (knoppix 2)
then XFREE86 -configure
(might be --configure)
this will generate a file in the directory where you are, presumably root and you follow the instructions. If this works then go back to the CLI and copy this file to /etc/X11/XF86Config-4
-
Senior Member
registered user
Re: quick fix

Originally Posted by
gowator
Dont know why thats happening but this should will fix it.
Presumoing you have installed it on the HDD
Boot to RL2 (knoppix 2)
then XFREE86 -configure
(might be --configure)
this will generate a file in the directory where you are, presumably root and you follow the instructions. If this works then go back to the CLI and copy this file to /etc/X11/XF86Config-4
X --configure. To the OP that card should work with the "nv" driver try dpkg-reconfigure xserver-xfree86.
-
Junior Member
registered user
Thanks for the good info, I used Stephen's advice and used dpkg-reconfigure xserver-xfree86 and the video is better on the nv driver.
Can I use the Nvidia self installing shell script for the nvidia drivers and re-edit the xf86config-4 file and get my acceleration?
I have always used Slackware and I used to do the following to set up the accelaration:
-- edit inittab for no x
-- install nvidia drivers from cd
-- edit xf86config to load GLX and dri, and changed driver
from "nv" to "nvidia"
-- edit inittab for x
-- reboot
I really like the ease of configuration of this distro, a little confused as to the "particulars" as they are all different in ways.
Thanks again
-
Senior Member
registered user

Originally Posted by
TheBman
Thanks for the good info, I used Stephen's advice and used dpkg-reconfigure xserver-xfree86 and the video is better on the nv driver.
Can I use the Nvidia self installing shell script for the nvidia drivers and re-edit the xf86config-4 file and get my acceleration?
I have always used Slackware and I used to do the following to set up the accelaration:
-- edit inittab for no x
-- install nvidia drivers from cd
-- edit xf86config to load GLX and dri, and changed driver
from "nv" to "nvidia"
-- edit inittab for x
-- reboot
I really like the ease of configuration of this distro, a little confused as to the "particulars" as they are all different in ways.
Thanks again
You can do it two ways the easy one with Kano's script I would recommend the 4496 one or following your example:
Code:
login to the console from kde greeter screen
su to root
/etc/init.d/kdm stop
change to directory with nvidia installer
export CC=/usr/bin/gcc-2.95 or export IGNORE_CC_MISMATCH=1
ll /usr/src/linux and make sure it points to /usr/src/kernel-headers-2.4.22-xfs
./nvidia_installer and choose compile custom module
make the required changes in the /etc/X11/XF86Config-4
/etc/init.d/kdm restart to get the greeter screen for a new login.
-
Junior Member
registered user
ok, probably my error, but this is what I tried:
login to console per your directions as root
execute /etc/init.d/kdm stop (that halted X)
inserted cdrom, mount /cdrom cd /cdrom/drivers (this is where shell script resides) also tried copying to /usr/src/linux (same return after switching directories
export CC=/usr/bin/gcc-2.95
ll /usr/src/linux returns lrwxrwxrwx 1 knoppix knoppix 12 Jan 22 19:27 /usr/src/linux -> linux-2.4.22
same return for export IGNORE_CC_MISMATCH=1
tried running sh install script
not getting /usr/src/linux pointing to /usr/src/kernel-headers-2.4.22-xfs./nvidia_installer in order to choose compile custom module
sh script fails
TheBman
-
Senior Member
registered user

Originally Posted by
TheBman
ok, probably my error, but this is what I tried:
login to console per your directions as root
execute /etc/init.d/kdm stop (that halted X)
inserted cdrom, mount /cdrom cd /cdrom/drivers (this is where shell script resides) also tried copying to /usr/src/linux (same return after switching directories
export CC=/usr/bin/gcc-2.95
ll /usr/src/linux returns lrwxrwxrwx 1 knoppix knoppix 12 Jan 22 19:27 /usr/src/linux -> linux-2.4.22
same return for export IGNORE_CC_MISMATCH=1
tried running sh install script
not getting /usr/src/linux pointing to /usr/src/kernel-headers-2.4.22-xfs./nvidia_installer in order to choose compile custom module
sh script fails
TheBman
I made a typo in the post it looks like Klaus has the headers named /usr/src/linux-2.4.22 that should make no difference though it is still pointed to the correct directory. What error did it give you when it failed? And checking over my post I see I left out edit the /etc/modutils/aliases file and adding the line alias char-major-195 nvidia and then running update-modules as root and reboot, I was thinking about my install I've already got the line so that step is not necessary for me.
-
Junior Member
registered user
ok, installer worked that time after editing the files you recommended, I know i forgot to remove a line or comment something in the XF86Config-4 file as X is now broken. I did change the driver to nvidia from nv, will have to go back through my notes and review. Will post this afternoon after class.
-
Junior Member
registered user
ok, i have tried my way...failed miserably! Tried the easyone (Kano's script) and it installed ok, but, as soon as it was completed the screen went blank (black) no clicking, no lines ...nothing. rebooted and ran dpkg-reconfigure xserver-xfree86. I did this about 15 different times ensuring that I had the nvidia driver, and tried taking out the modules 1 by 1 ( dri etc etc ) went through the entire list substituting different ones and combinations. Every time I would try to invoke kdm and the screen would go black and that was it, couldn't even get to a console. Had to reboot to get to console. Cant find the right combo i guess. what else might I try?
thank you for all your help
-
Senior Member
registered user
Ok so the driver built and installed correctly right? If so then is is something simple wrong in the config file can you post the /etc/X11/XF86Config-4 file so we can see it and any lines in the /var/log/XFree86.0.log that have (WW) or (EE) in front of them and the last 15 or 20 lines of this file where it is failing to start.
Similar Threads
-
By mark.johnson in forum General Support
Replies: 5
Last Post: 04-19-2005, 05:12 PM
-
By KnoppiXRuleZ in forum General Support
Replies: 0
Last Post: 03-14-2004, 11:07 PM
-
By KnoppiXRuleZ in forum General Support
Replies: 0
Last Post: 03-14-2004, 11:06 PM
-
By evilmrhenry in forum Hdd Install / Debian / Apt
Replies: 2
Last Post: 12-07-2003, 05:51 PM
-
By Omak in forum Customising & Remastering
Replies: 2
Last Post: 05-15-2003, 08:50 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

HPE Synergy 480 Gen 10 Blade Server | 96GB Ram | No HDDs | Complete Otherwise
$500.00

Dell PowerEdge FX2s + 8x FC430 Blades 16x E5-2630v4 160 Cores Rails No PSU/RAM
$699.00

NETAPP HCI NAF-1701 SuperMicro Server 4X BLADE H410C 8X GOLD 5120 - 4X S25G NICs
$1999.97

Dell PowerEdge FC430 Blade Server 2x Xeon E5-2630v4 20 Cores FX2 FX2s No RAM/HDD
$119.99

LOT (8) Cisco UCS UCSB-B200-M5 2x6248R 24 core 3.0G 24x64g DDR4-2933 ram
$112000.00

Dell PowerEdge VRTX Rackmount Chassis w/4x PSUs 2x CMC Modules
$399.98

Dell PowerEdge FX2 FX2s Server 10GbE CMC Blade Enclosure Chassis
$274.99

Dell PowerEdge M620 Blade Server 2x Xeon E5-2680v2 2.8ghz 20-Cores | 128GB
$149.99

Lot of 3 Dell PowerEdge Blade Server HHB005 x2 HHB006 x1
$256.49

Dell Poweredge VRTX 25Bay 2.5" 2x PERC 8, 2xCMC, I/O 1GB Pass Through, 4x PS
$578.08