Mandriva This Forum is for the discussion of Mandriva (Mandrake) 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.
|
 |
07-21-2004, 06:07 AM
|
#1
|
LQ Newbie
Registered: Jul 2004
Posts: 1
Rep:
|
Problem with nVidia, GF3 Ti200 and X (Mandrake 10.0)
I have a very annoying problem in Mandrake 10.0 (fully patched version)
When I logout from X I can not see anything, the screen is black.
The result is the same regardless if I boot directly into X or not.
Starting without X = everything is OK.
Starting with X (with KDE)= Everything OK.
Logging out from X = black screen !/(&%!!
I do have the same problem if I start X and try to go to a console using ctrl - alt - F1.
The is the same regardless if I logout or if i use ctrl - alt. backspace.
Anyone who can help me (using "default" XFree settings except that I changed the "nv" to "nvidia"). Using latest drivers (1.0-6106).
|
|
|
08-06-2004, 11:26 PM
|
#2
|
Member
Registered: Nov 2003
Posts: 122
Rep:
|
Me, too
Mine is on a Dell Inspiron 2650 laptop. Mandrake 9.1 with the older drivers had exactly the same problem except that changing manager from kdm to gdm fixed that one.
If I find out anything, I will try to pass it on.
|
|
|
08-08-2004, 02:10 PM
|
#3
|
Member
Registered: Nov 2003
Posts: 122
Rep:
|
Bad drivers...
I have toyed with this for a day, and it is obvious the Nvidia drivers are busted. I tried the last three versions for 2.6 kernel, and all do the same thing.
I made a XF86Config-4 file for vesa, which some say we should use. It worked, sort of, causing a lot of crashes, so I finally reverted to Mandrake 9.1 and its older Nvidia driver, something like 4349.
Here is the XF86Config-4 for my Dell Inspiron 2650. As I said it crashed a lot, but did log out which is why I am blaming the Nvidia drivers for 2.6
It is sort of a kluge, since I had to fight to get it to work, it might be there are defects which make it not work. I had a version stripped of comments, but don't have time to post it now.
Section "Module"
# Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
# Load "dri"
# Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbRules" "xfree86"
# Option "XkbModel" "pc105"
Option "Xkbmodel" "acpi"
Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Sample for Redhat had keys swapped above
EndSection
#Section "InputDevice"
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "IMPS/2"
# Option "Device" "/dev/input/mice"
# Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons" "no"
#EndSection
# Above mouse section was part of Redhat config, not needed by mine"
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-48.5
VertRefresh 59.0-75.0
Option "dpms"
# -- 1400x1050 --
# 1400x1050 @ 60Hz, 65.8 kHz hsync
Modeline "1400x1050" 129 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 70Hz, 76.8 kHz hsync
Modeline "1400x1050" 151 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 75Hz, 82.3 kHz hsync
Modeline "1400x1050" 162 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 85Hz, 93.2 kHz hsync
Modeline "1400x1050" 184 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
EndSection
Section "Device"
# no known options
# Identifier "NVIDIA driver (GeForce 2 Go)"
# Driver "nv" #this I added, Bruce
# Driver "nvidia"
#Guy on Yahoo said to use vesa
# Driver "vesa"
# Trying change to "nv" as experiment Bruce 8/3/2004
Identifier "VESA Framebuffer"
Driver "vesa"
# ADDED FOR VESA
VendorName "NVIDIA"
BoardName "NVIDIA"
#BusID
EndSection
# Section "Screen"
#Added next four lines for Vesa attempt
Section "Screen"
Identifier "Screen 0"
Device "VESA Framebuffer"
# Monitor "My Monitor"
Monitor "Monitor0"
# Identifier "Screen0"
# Device "NVIDIA driver (GeForce 2 Go)"
# Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "1024x768"
EndSubsection
EndSection
#Section "DRI"
# Mode 0666
#EndSection
#This part involves Direct rendering, which is not known to me.
|
|
|
08-08-2004, 06:54 PM
|
#4
|
Member
Registered: Nov 2003
Posts: 122
Rep:
|
yahoo.group mail
I just received an email from yahoo groups Dell laptop. Two guys have Dell Inspiron 2650 running on Mandrake 10.0. They have the purchased package, not the free download. They sent me their XFConfig-4 files, which call out a FontPath with unix in it, that did not work for me.
I am guessing this different font might be the difference.
I will probably buy the commercial pack. I hated to do so, not because of the cost, but because I had no confidence in the pack since the free download did not work. However, now I may buy it, if I can't get my hands on SuSe 9.2 first.
|
|
|
All times are GMT -5. The time now is 12:37 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
|
|