LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-26-2006, 09:52 AM   #1
fortezza
Member
 
Registered: Mar 2003
Location: Colorado
Distribution: Fedora Core 4
Posts: 297

Rep: Reputation: 30
Question Nvidia 6600GT on FC5 - Twin View Driver Errors


I upgraded from Fedora Core 4 to version 5, and forgot to backup my Xorg.conf file before doing so. After downloading and installing NVIDIA-Linux-x86-1.0-8762-pkg1 video driver package, I restored a version of my xorg.conf file that had been working with an earlier version of the Nvidia.com driver and the same video card that I am currently using,and issued a "startx" command.

The X server quickly exits, with a few errors:

Failed to load module "glx" ( a required sub module could not loaded )
Failed to load module "nvidia" ( module does not exist )


By issuing "lsmod" command, I see the nvidia module is loaded, but the glx module is not.



Any ideas on how to fix this? If I change xorg.conf to use "nv" module in the device section, then it does not complain about glx, but it does say that "specified device already in use". To get rid of that error, I commend out the "Bus ID" line for the second "Device" in xorg.conf, which then lets X server start, but with only a single display.

To recap:
Fedora Core 5
NVIDIA-Linux-x86-1.0-8762-pkg1
Nvidia 6600GT AGP card
2xAcer AL1912 LCD display. on one VGA and the other on DVI output.
This configuration worked in FC4 ( same everything except for xorg.conf. )


Quote:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 0 0
Screen "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Acer AL1715"
DisplaySize 340 270
HorizSync 24.0 - 80.0
VertRefresh 49.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Acer AL1715"
DisplaySize 340 270
HorizSync 24.0 - 80.0
VertRefresh 49.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Thank You.
 
Old 07-27-2006, 04:06 AM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Xinerama is not Twin View. Xinerama is X11 way of handling more than one monitor from multiple cards or multiple outputs from a card. Twin View is nVidia's way of handling their card's multiple outputs with ease. Xinerama needs the bus PCI ID to handle multiple cards and outputs.

What I read, Fedora uses a different method to install from proprietary modules (drivers). Read http://www.fedorafaq.org/#nvidia for the proper way of installing nVidia software in Fedora 5.

You need make sure the nvidia module is loaded before X Window System starts. If you have nvidiafb or rivafb loaded upon boot up, the nvidia module will not work and you will not be able to use GUI.

Like Windows, I do not recommend updating the present installation of Fedora to the latest. It is better and recommended by Fedora and other distributions to do a clean installation.
 
Old 07-27-2006, 09:33 AM   #3
fortezza
Member
 
Registered: Mar 2003
Location: Colorado
Distribution: Fedora Core 4
Posts: 297

Original Poster
Rep: Reputation: 30
Cool

I got it figured out. It wasn't my xorg.conf that was the problem, I needed it install the kmod-devel package ( with in turn had a dependency on a x11- something package ) and then my dual head setup worked perfectly. I am wondering if I am even using the drive that I dl'd from Nvidia..but that is a question for another day.

I am no longer watching this thread, but feel free to add comments here.
 
  


Reply

Tags
dual, fedora, nvidia


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 display driver problem with GeForce 6600GT Fedora Core 4 lumberjack03 Linux - Hardware 4 02-14-2006 07:36 AM
nvidia twin view sees second monitor as default Furlinastis Linux - General 1 01-10-2006 07:51 PM
Twin View and SuSE 9.3 ninjaz Linux - Hardware 3 11-20-2005 07:17 PM
Twin View in Suse 9.3 Gonto SUSE / openSUSE 5 06-10-2005 05:33 AM
CAn't get twin view to work JROCK1980 Linux - Software 5 02-22-2004 01:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:34 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