Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-19-2006, 06:27 AM
|
#1
|
Senior Member
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006
Rep:
|
Few questions and problems with Slack 10.2
Okay,
I just installed the Slackware 10.2 with the basic kernel. Now I updated the kernel to the newest stable release (2.6.15). I installed grub as a bootloader and Nvidias newest display drivers. To my suprise the linux booted well but the problems appeared...
Now I can't get my KDE to start at all. If I choose to use "nvidia" module for my driver I get no signal at all on the screen (Screen just has box telling me to check my DVI / VGA connection). If I use more generic Nvidia driver ("nv", right?) I can get to KDE but the screen is greatly distorted so that's not a solution. Right after the installation, the KDE worked nice except for the low resolution (1024x768). Cause is most likely the nvidia drivers but how could I fix this.
Secondly, after compiling the kernel I run the "make install" command but I'm not sure is that necesary. Can't I just copy the arch/i486/boot/bzImage to /boot myself and mod the menu.lst to boot from that file or is there something more to do? This worked on Gentoo but I'm not sure on Slack with that System.map around.
|
|
|
02-19-2006, 06:33 AM
|
#2
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
You can copy bzImage yourself, and edit your own menu.lst. You can also copy the System.map over too, just name the new files something else, like 'System.map-mine','vmlinuz-mine' and 'config-mine'
When I compile I only use 'make' and 'make modules_install', then copy those files myself
|
|
|
02-19-2006, 06:59 AM
|
#3
|
Senior Member
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006
Original Poster
Rep:
|
Quote:
Originally Posted by cwwilson721
You can copy bzImage yourself, and edit your own menu.lst. You can also copy the System.map over too, just name the new files something else, like 'System.map-mine','vmlinuz-mine' and 'config-mine'
|
So I need to copy those System.map and .config files from where? And to /boot and link the files correctly. Check.
Any idea about the display error?
|
|
|
02-19-2006, 07:59 AM
|
#4
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Did you try to run on lower resolution? What happens then?
|
|
|
02-19-2006, 08:31 AM
|
#5
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Quote:
Originally Posted by Zmyrgel
So I need to copy those System.map and .config files from where? And to /boot and link the files correctly.
|
From /usr/src/ linux or wherever you compiled your kernel at.
Example:
Code:
cd /usr/src/linux
make && make modules_install
cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-mine
cp /usr/src/linux/.config /boot/config-mine
cp /usr/src/linux/System.map /boot/System.map-mine
rm /boot/System.map
rm /boot/config
rm /boot/vmlinuz
ln -s /boot/vmlinuz-mine /boot/vmlinuz
ln -s /boot/config-mine /boot/config
ln -s /boot/System.map-mine /boot/System.map
Then edit menu.lst
The above assumes /usr/src/linux is where you compiled kernel at
Last edited by cwwilson721; 02-19-2006 at 08:33 AM.
|
|
|
02-19-2006, 09:12 AM
|
#6
|
Senior Member
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006
Original Poster
Rep:
|
Okay, got it and tested it. Seemed to work nicely. Was pretty depressing as the "make install" uses LILO and I'm trying to use Grub  but that's been taken care of now.
On the nvidia driver issue, I just noticed my horizontal and vertical frequences have been wrong. I use it with digital cable so the analog frequences could be wrong. I found this info in some stores site but manufacturer's page doesn't list separate values for those frequences....
Analog (H/V): 30-81 / 56-76
Digital (H/V): 31-64 / 59-61
Gotta test these new values if these work.
But more problems / tweaks appear...
At boot time when the texts float by I noticed following:
-Complains about DMA off on harddrive which makes it slow
-FATAL: Module agpgart not loaded or something
-FATAL: Module ide-scsi not loaded or something
Then when I try to mount a partition in my command prompt from my SATA drive it tells me that "/dev/sda6 is not a valid block device"
Could it be that I have no SATA support enabled from kernel?
The agpgart seems to be some useless think enabled from kernel as is the ide-scsi thing so I just disable them from kernel?
|
|
|
02-19-2006, 10:00 AM
|
#7
|
Senior Member
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006
Original Poster
Rep:
|
Okay, I reinstalled the nvidia drivers and changed the hortzontal/vertical values in xorg.conf but still no success. I worries that the monitor isn't getting any signal.
Here's my xorg.conf at the moment:
Code:
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
# ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.0 - 64.0
VertRefresh 59.0 - 61.0
EndSection
Section "Device"
#VideoRam 4096
Identifier "GeForce 7800GT"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "GeForce 7800GT"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
# SubSection "Display"
# Depth 32
# Modes "800x600" "640x480"
# EndSubSection
EndSection
Last edited by Zmyrgel; 02-19-2006 at 10:02 AM.
|
|
|
02-20-2006, 01:57 AM
|
#8
|
Senior Member
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006
Original Poster
Rep:
|
Okay, I got it to work.
I first quickly checked the /var/log/Xorg.log.old but I didn't see any errors. Later I checked it again and noticed it detected 2 monitors and decided to use the first... which appaerantly is my TV, so I just unplugged my S-Video cable which goes to TV and everything starts to work 
|
|
|
All times are GMT -5. The time now is 11:04 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|