LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-08-2007, 01:41 PM   #16
baking-a-77
Member
 
Registered: Jun 2006
Location: Europe
Distribution: Sabayon, Debian, openSuse, JAD
Posts: 50

Original Poster
Rep: Reputation: Disabled

I did the first apt install according to Howto I found. Probably it won't help you as its in German. here's the link anyway. The linux-resticted-modules are installed.
Here's some news: If I run the installation, skip configuration of X and startx immediately, it works, until the feared reboot.
 
Old 05-08-2007, 01:52 PM   #17
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Surprise surprise to you Though not fluent anymore, I can read my way through that I lived in Germany for 10 years.

Anyway, if you followed that step by step it really should have worked. I noticed in the questions portion that others had the same error as you did with the api mismatch (here:
Quote:
APImismatch:
NVidia Kernel Modul hat die Version 1.0-1784
X11 Modul hat die Version 1.0-9746 (neu heruntergeladen)

=> Fehler beim initializieren
=> no screnn found

Was muss ich noch ändern?
Have you tried via synaptic to download the nvidia glx that is available?

Oh, I am heading out from work right now and will not be back on for about two hours. I have not given up. I will think on this more.
 
Old 05-08-2007, 02:08 PM   #18
baking-a-77
Member
 
Registered: Jun 2006
Location: Europe
Distribution: Sabayon, Debian, openSuse, JAD
Posts: 50

Original Poster
Rep: Reputation: Disabled
I saw that Dirk had the same problem. It was solved by adding nv to dissabeled. I did not do that because said nv in there. Should I have added a second one? I installed the regular glx with apt-get, not synaptic. In the howto it states that this should not be on the system. It wasn't when I first tried until dfowensby said I should install them. When I kicked them off again I had one error less while starting x. So I've both ways, currently the're not on.
 
Old 05-08-2007, 03:09 PM   #19
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Here is the relevant portion of my xorg.conf (I am at home now, so this is easier).

Code:
Section "Device"
	Identifier	"nVidia Corporation GeForce 7300 LE"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-81
	VertRefresh	56-76
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation GeForce 7300 LE"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
Is yours similar?

Have you tried an older driver via synaptic; one that matches your kernel?
 
Old 05-09-2007, 09:50 AM   #20
baking-a-77
Member
 
Registered: Jun 2006
Location: Europe
Distribution: Sabayon, Debian, openSuse, JAD
Posts: 50

Original Poster
Rep: Reputation: Disabled
My xorg.conf looks pretty much the same, except for obviousley a different device Identifier, 30-90/50-60 sync rates. (Those are the ones nv always works with and nvidia until reboot) and resolutions going upto 1680x1050 (frontend support of the display).
 
Old 05-09-2007, 10:30 AM   #21
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Have you tried installing an earlier version of the drivers? I can't figure this out. Unless it all has to do with the 64 bit... if so, I am at a loss as I've never used one.
 
Old 05-09-2007, 10:37 PM   #22
dfowensby
Member
 
Registered: Dec 2003
Location: OceanView Virginia, gem of the Southern Shore
Distribution: OpenSuSE Tumbleweed
Posts: 194
Blog Entries: 1

Rep: Reputation: 30
not certain bout how pre-Feisty o.s. would treat it, but with just clicking synaptic's nvidia-glx-new (~9755) and Applying it, then editing the xorg.conf as i said before, this is what works on mine (both 32 and 64-bit. i'm running 32 at this time). here's the whole ball of wax:

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 31.5-72
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

If you're really brave/desperate, copy this to xorg.conf, change the values for your monitor, reboot, and "See what happens..."
Luck -O.
 
Old 05-11-2007, 05:24 PM   #23
baking-a-77
Member
 
Registered: Jun 2006
Location: Europe
Distribution: Sabayon, Debian, openSuse, JAD
Posts: 50

Original Poster
Rep: Reputation: Disabled
After my upgrade to feisty crashed resulting in a totally messed up system, I clean installed ubuntu via net install. I choose between KDE and GNOME during login, but dumped Kwin and Metacity to use Beryl. Those are some neat desktop effects. Anyhow, I am so enthusiastic about these effects, that I'm getting off topic... Once feisty was running, I checked the nvidia-glx-new drivers, and configured X as dfowensby just said in the previous post. Since then its flying. Thanks again for the help, thoughts and time jkirchner and dfowensby!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NVIDIA-Linux-x86-1.0-9755 and 2.16.19.1 Kernel Ellops Slackware 7 04-12-2007 10:49 PM
LXer: NVIDIA Proprietary Linux Display Driver 1.0-9755 LXer Syndicated Linux News 0 03-09-2007 06:17 PM
LXer: NVIDIA 1.0-9755 Display Driver LXer Syndicated Linux News 1 03-08-2007 12:43 AM
problem with nvidia driver: unable to close graphic enviroment for a console login Valkyrie_of_valhalla Linux - Hardware 2 11-25-2006 02:10 PM
NVIDIA graphic card driver trouble crazyalex Linux - Hardware 6 05-31-2005 05:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration