LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 02-01-2004, 08:49 PM   #1
cd83w
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Rep: Reputation: 0
X hangs system when logging out


I just installed a PNY Geforce 4 FX 5200 AGP video card in my RH9 system. I am using the lastest Nvidia drivers. I have configured XF86Config as per the sample that came with the Nvidia driver. X will start fine but when I log out of X it hangs the system. I have not seen anything in the log as to what the problem might be. I have recompiled the kernel with AGPART as a module so I could use the NvAGP option in XF86Config. I am using the 2.4.22 kernel (SMP). My system is a dual P3 system. Also if I switch the driver line to the "nv" driver that comes default with XFree86 it works fine. It seems to be a problem with the driver from Nvidia. Any help is greatly appreciated. Here is part of my XF86Config:

Section "Module"

Load "dbe"

# Load the glx module.
Load "glx"

Load "extmod"

Load "type1"
Load "freetype"
EndSection

Section "Monitor"

Identifier "CRT"
VendorName "Samsung"
ModelName "SyncMaster 753DF"

# be sure to replace these values with values appropriate for your
# monitor!
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0

# 3840x2400 @ 12Hz for IBM's T221 FlatPanel
#Modeline "3840x2400" 148.0 3840 3944 4328 4816 2400 2401 2404 2

EndSection

Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command. The BusID is usually optional when
# only using one graphics card.
BusID "PCI:1:0:0"
Option "NvAGP" "1"
EndSection

Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "CRT"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection

EndSection

Last edited by cd83w; 02-01-2004 at 10:12 PM.
 
Old 02-01-2004, 11:05 PM   #2
cd83w
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Original Poster
Rep: Reputation: 0
I believe I figured out my problem with this one. I had my S-video cable plugged into the card with the TV off. After unplugging the cable it shut down X quickly with no lock ups.

Update:

I decided to setup TwinView to use my monitor and TV. It works sometimes but now I am running into the same problem. X just hangs and locks the system when trying to log out. I have tried 2 different S-video cables but get the same result. Maybe it is a problem with the card itself?

Here is part of my XF86Config

Section "Module"

Load "dbe"

# Load the glx module.
Load "glx"

Load "extmod"

Load "type1"
Load "freetype"
EndSection

Section "Monitor"

Identifier "CRT"
VendorName "Samsung"
ModelName "SyncMaster 753DF"

# be sure to replace these values with values appropriate for your
# monitor!
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0

# 3840x2400 @ 12Hz for IBM's T221 FlatPanel
#Modeline "3840x2400" 148.0 3840 3944 4328 4816 2400 2401 2404 2418

EndSection

Section "Device"
Identifier "NV AGP TwinView"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command. The BusID is usually optional when
# only using one graphics card.
BusID "PCI:1:0:0"

# sample twinview setup
Option "TwinView"
# be sure to replace the HorizSync and VertRefresh with correct values
# for your monitor!
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "1024x768,1024x768; 800x600,800x600; 640x480,640x480"
Option "ConnectedMonitor" "CRT, TV"

Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "SVIDEO"
Option "NoDDC"
#Option "IgnoreDisplayDevices" "TV"
#Option "TVOverScan" "0.0"

EndSection

Section "Screen"
Identifier "Screen AGP TwinView"
Device "NV AGP TwinView"
Monitor "CRT"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "AGPTwinView"
Screen "Screen AGP TwinView"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Last edited by cd83w; 02-03-2004 at 08:17 PM.
 
  


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
Is it ok to turn system logging off? servnov Linux - Newbie 1 08-15-2005 03:12 PM
net driver causes system hangs (keyboard hangs) yjchen Linux - Networking 0 10-21-2004 10:12 PM
RedHat 8.0 Hangs after logging in linuxgreenie Linux - Newbie 3 08-26-2003 12:00 PM
logging system failed pangfai Linux - Security 1 05-29-2003 04:54 AM
System Hang when logging in RedHat 8.0 surfer888 Linux - Software 2 03-15-2003 06:47 AM

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

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