LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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
 
LinkBack Search this Thread
Old 11-23-2005, 03:43 PM   #1
sntnlz
LQ Newbie
 
Registered: Jun 2005
Distribution: openSUSE 11.4 / 11.3
Posts: 29

Rep: Reputation: 16
Odd behavior switching to runlevel 3 or shutting down


I have Mandrake Linux 10.1 running kernel 2.6.8.1 (the one that comes with the distro) and nVidia GeforceFX 5200 and I've installed the 1.0-7676 driver from nVidia website. Graphics performance has improved 1000%, but when I switch to runlevel 3 or when the system shuts down, I get a black background with white flickering nonsense (unrecognizable symbols flashing together). The system DOES NOT freeze, when starting again, everything is ok and even if I go back to runlevel 5 from runlevel 3 (which I do blindly because the display is unreadable) without having to restart, the display goes back to normal. It seems that the problem is with the X shutting down.

Can anyone please tell me how I can get this resolved. Maybe how to have the newly installed driver support the non X display environment (if this is actually the problem). Thanks.
 
Old 11-23-2005, 05:54 PM   #2
Mad Scientist
Member
 
Registered: May 2003
Posts: 167

Rep: Reputation: 30
This is an interesting problem. Now, what happens when you are in run level five, and you switch to one of the virtual terminals (i.e. hitting Ctrl-Alt-F1 and then getting back to the X server with Ctrl-Alt-F7)? Do you still see a blank screen with with flickering nonsense in this case?
 
Old 11-26-2005, 01:00 PM   #3
sntnlz
LQ Newbie
 
Registered: Jun 2005
Distribution: openSUSE 11.4 / 11.3
Posts: 29

Original Poster
Rep: Reputation: 16
Yup. It happens. I'm thinking it's maybe that something's letting the driver switch to an extremely low resolution that is not supported by the video card; because sometimes you can distinguish (out of the rubbish) the flickering cursor and the 'local host' prompt in a gigantic size.

Thanks.
 
Old 11-27-2005, 01:58 AM   #4
Mad Scientist
Member
 
Registered: May 2003
Posts: 167

Rep: Reputation: 30
What does your xorg.conf file look like?
 
Old 11-28-2005, 10:19 PM   #5
sntnlz
LQ Newbie
 
Registered: Jun 2005
Distribution: openSUSE 11.4 / 11.3
Posts: 29

Original Poster
Rep: Reputation: 16
This is how my X config looks like, thanks:

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us_intl"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
HorizSync 30-70
VertRefresh 50-160

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# Dell D800 and few Inspiron (16/10) 1280x800
ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848

# Dell D800 and few Inspiron (16/10) 1680x1050
ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103

# Dell D800 and few Inspiron (16/10) 1920x1200
ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 15
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 16
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 24
Virtual 1280 1024
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
 
  


Reply


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Odd Knoppix behavior Darkstar Linux - Distributions 1 06-25-2005 09:46 PM
Runlevel 3 Monitor Behavior? Crashed_Again Linux - General 1 02-16-2003 03:10 PM
getchar() 's odd behavior jenna_h Linux - Newbie 3 12-22-2002 12:29 PM
Shutting down the Xserver after booting in runlevel 5 zLinuxz Linux - General 5 10-26-2002 04:58 AM
RH 6.2 ... odd behavior jubal Linux - Networking 3 02-27-2001 09:04 AM


All times are GMT -5. The time now is 12:21 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration