LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-21-2005, 12:24 AM   #1
Davidian1024
Member
 
Registered: Jun 2004
Location: Cleveland, Ohio, USA
Distribution: LFS
Posts: 35

Rep: Reputation: 15
Exclamation All virtual terminals have become corrupt


I have run into an interesting problem. An X application caused my X server to crash. This left the video totally frozen. I was able to partially get out of this situation by logging into my machine from another through ssh. I killed the offending process but things did not return to normal. The video was still frozen on my machine. So I tried starting X from the remote terminal. X came up and ran normally.

This is where I am stuck. Now when I try to switch back to a virtual console it does not switch to a text mode. All that changes is a black area appears in the upper left corner of the screen. I have discovered that that black area is showing what is on the virtual console. It does not show text. I believe it is the graphical representation of the virtual terminals text buffer in memory.

I have blindly tried logging in on a virtual terminal and entering 'reset', and 'echo [ctrl+v][esc]c'. These have no effect. I am sure a reboot would fix this but I am interested in a more elegant solution. Mainly because I am trying to see how long I can keep the system running without rebooting it.

For now I will try to make due with a "graphics mode" only environment. Though, I don't know how long I can hold out. If anyone has any tricks, please let me know.
 
Old 02-21-2005, 08:54 PM   #2
Davidian1024
Member
 
Registered: Jun 2004
Location: Cleveland, Ohio, USA
Distribution: LFS
Posts: 35

Original Poster
Rep: Reputation: 15
Does this belong in another forum

Anyone?
 
Old 02-22-2005, 04:09 AM   #3
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
Im frequently suffering from the same problem.. I fix it the same way you do, and sometimes starting a new X and shutting it down restores the VT:s back in order.. What kinda video hardware and X versions are you running? It would be nice to be able to narrow this problem down and some day find a cure.. d:
 
Old 02-22-2005, 10:41 AM   #4
Davidian1024
Member
 
Registered: Jun 2004
Location: Cleveland, Ohio, USA
Distribution: LFS
Posts: 35

Original Poster
Rep: Reputation: 15
Here's the info:

Radeon 9800 SE video card
nForce 2 chipset
Xorg 6.8.1
Linux kernel 2.6.10
ATI fglrx driver 8.10.19

Note: When this happened I was using version 8.8.25 of ATI's fglrx driver. I thought maybe if I upgraded that it might fix it. No such luck.
 
Old 02-22-2005, 10:45 AM   #5
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
Im running:

Nvidia GeForce FX 5200
nForce 2 chipset
Xorg 6.8.2
Linux kernel 2.4.29
Nvidia driver 1.0-6629

The thing we have in common is the nForce 2 chipset.. Do you have the drivers installed for that? I dont.. hmm.
 
Old 02-22-2005, 10:48 AM   #6
Davidian1024
Member
 
Registered: Jun 2004
Location: Cleveland, Ohio, USA
Distribution: LFS
Posts: 35

Original Poster
Rep: Reputation: 15
I wasn't aware of any nVidia driver for it. I've just been using the chipset driver that came with the kernel. 3D acceleration seems to work fine this way.
 
Old 02-22-2005, 10:51 AM   #7
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
yeah, I was a tad suprised too to find out it actually has a driver.. it claims to be mainly for the onboard soundcard and ethernet, but since I dont use the sound and the ethernet works fine out of the box, I havnt installed the driver..

Could be just that its a tad buggy.. Getting weird errors from it upon boot.. *sigh*
Guess itll never be solved..
 
Old 02-22-2005, 10:56 AM   #8
Davidian1024
Member
 
Registered: Jun 2004
Location: Cleveland, Ohio, USA
Distribution: LFS
Posts: 35

Original Poster
Rep: Reputation: 15
OK, I knew about the sound and NIC drivers for the nForce but I've never needed them so I left them alone. I've never gotten any errors from the chipset driver. What kind of errors are you getting.
 
Old 02-22-2005, 11:05 AM   #9
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
a grab from the syslog from the time of my last boot, points of interest in bold:
Code:
Feb  6 12:15:05 indigo kernel: Detected 2171.623 MHz processor.
Feb  6 12:15:05 indigo kernel: Console: colour dummy device 80x25
Feb  6 12:15:05 indigo kernel: Calibrating delay loop... 4325.37 BogoMIPS
Feb  6 12:15:05 indigo kernel: Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
Feb  6 12:15:05 indigo kernel: CPU: AMD Athlon(tm) XP 3000+ stepping 00
Feb  6 12:15:05 indigo kernel: POSIX conformance testing by UNIFIX
Feb  6 12:15:05 indigo kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
Feb  6 12:15:05 indigo kernel: mtrr: detected mtrr type: Intel
Feb  6 12:15:05 indigo kernel: PCI: Probing PCI hardware (bus 00)
Feb  6 12:15:05 indigo kernel: PCI: nForce2 C1 Halt Disconnect fixup
Feb  6 12:15:05 indigo kernel: Initializing RT netlink socket
Feb  6 12:15:05 indigo kernel: Starting kswapd
Feb  6 12:15:05 indigo kernel: Console: switching to colour frame buffer device 128x48
Feb  6 12:15:05 indigo kernel: pty: 512 Unix98 ptys configured
Feb  6 12:15:05 indigo kernel: RAMDISK driver initialized: 16 RAM disks of 7777K size 1024 blocksize
Feb  6 12:15:05 indigo kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Feb  6 12:15:05 indigo kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
 
Old 02-22-2005, 11:19 AM   #10
Davidian1024
Member
 
Registered: Jun 2004
Location: Cleveland, Ohio, USA
Distribution: LFS
Posts: 35

Original Poster
Rep: Reputation: 15
Apparently I am getting an error from the chipset driver at startup

Code:
Feb  6 23:02:37 localhost kernel: NFORCE2: IDE controller at PCI slot 0000:00:09.0
Feb  6 23:02:37 localhost kernel: NFORCE2: chipset revision 162
Feb  6 23:02:37 localhost kernel: NFORCE2: not 100%% native mode: will probe irqs later
Feb  6 23:02:37 localhost kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Feb  6 23:02:37 localhost kernel: NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtual terminals rnicholus Linux - Software 1 09-21-2005 01:30 PM
Virtual Terminals Kruncher Slackware 9 04-25-2005 06:19 AM
How to get the virtual terminals onto my monitor? NRGizeR Linux - General 5 03-22-2005 04:22 AM
Virtual Terminals sadiboyz Linux - Newbie 1 04-23-2003 04:43 PM
Virtual Terminals moger Linux - General 2 09-29-2002 10:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:50 PM.

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