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.
04-27-2010, 05:32 PM
#16
Member
Registered: Feb 2008
Distribution: Slackware
Posts: 550
Rep:
04-27-2010, 05:40 PM
#17
Member
Registered: Oct 2008
Distribution: Slackware 13.1 i686
Posts: 105
Original Poster
Rep:
well mine xorg.conf looks like his
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Fri Mar 12 01:42:27 PST 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/Speedo/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/usr/lib/X11/fonts/75dpi/"
FontPath "/usr/lib/X11/fonts/cyrillic/"
FontPath "/usr/lib/X11/fonts/TTF/"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
04-27-2010, 05:48 PM
#18
Member
Registered: Feb 2008
Distribution: Slackware
Posts: 550
Rep:
Then you haven't read the article properly.
04-27-2010, 05:52 PM
#19
Member
Registered: Oct 2008
Distribution: Slackware 13.1 i686
Posts: 105
Original Poster
Rep:
i'm using the driver, kernel i downloaded using sbopkg.
04-27-2010, 05:53 PM
#20
Member
Registered: Feb 2008
Distribution: Slackware
Posts: 550
Rep:
Your conf is still bad.
04-27-2010, 06:02 PM
#21
Member
Registered: Oct 2008
Distribution: Slackware 13.1 i686
Posts: 105
Original Poster
Rep:
errrr
04-27-2010, 06:12 PM
#22
Member
Registered: Feb 2008
Distribution: Slackware
Posts: 550
Rep:
...
Quote:
Once it’s done, you should find yourself with a new xorg config in /etc/X11/xorg.conf; but don’t start X back up just yet, you need to strip some lines out of the xorg.conf so as not to confuse X. In Slackware 13.0+, xorg takes its information about your input devices from HAL (see Slackware 13.0 – Xorg + Hal). NVidia doesn’t acknowledge this and adds default entries in the xorg.conf it creates for a mouse and a keyboard.
04-27-2010, 06:12 PM
#23
Member
Registered: Oct 2008
Distribution: Slackware 13.1 i686
Posts: 105
Original Poster
Rep:
i did what he said:
goto tty6, init 3, remove those lines(i take the input lines)
then run startx and x never shows.
luckly i backed up xorg.conf/xorg.conf.bak.
and x starts up, no problem.
04-27-2010, 06:17 PM
#24
Member
Registered: Feb 2008
Distribution: Slackware
Posts: 550
Rep:
>.<
Then you probably didn't remove the "InputDevice" lines in the "ServerLayout" section.
04-27-2010, 06:20 PM
#25
Member
Registered: Oct 2008
Distribution: Slackware 13.1 i686
Posts: 105
Original Poster
Rep:
good point.
04-27-2010, 06:22 PM
#26
Member
Registered: Feb 2008
Distribution: Slackware
Posts: 550
Rep:
I'm going to sleep. Needless to say the link gives you step by step every single thing you need to go from a clean Slackware system to one with a properly installed and configured nvidia driver.
So long as you actually read it properly.
04-27-2010, 06:25 PM
#27
Member
Registered: Oct 2008
Distribution: Slackware 13.1 i686
Posts: 105
Original Poster
Rep:
well you'r right i did forget those and x started up.
04-27-2010, 06:56 PM
#28
Senior Member
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,672
Rep:
Your profile says Slackware 64. If that's the case, your xorg.conf looks funny for a 64 bit system:
Code:
Section "Files"
FontPath "/usr/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/Speedo/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/usr/lib/X11/fonts/75dpi/"
FontPath "/usr/lib/X11/fonts/cyrillic/"
FontPath "/usr/lib/X11/fonts/TTF/"
EndSection
Notice the path.
Mine looks like:
Code:
FontPath "/usr/lib64/X11/fonts/misc/:unscaled"
FontPath "/usr/lib64/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib64/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib64/X11/fonts/misc/"
FontPath "/usr/lib64/X11/fonts/Type1/"
FontPath "/usr/lib64/X11/fonts/Speedo/"
FontPath "/usr/lib64/X11/fonts/100dpi/"
FontPath "/usr/lib64/X11/fonts/75dpi/"
FontPath "/usr/lib64/X11/fonts/cyrillic/"
FontPath "/usr/lib64/X11/fonts/TTF/"
EndSection
Did you change the ARCH variable and download the proper driver for 64 bit?
04-27-2010, 06:57 PM
#29
Member
Registered: Oct 2008
Distribution: Slackware 13.1 i686
Posts: 105
Original Poster
Rep:
the desktop cube works.
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 06:36 PM .
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