LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-08-2005, 10:02 PM   #1
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
tty display corrupt after kill X, slack 10.1


when i log out of KDE to exit X and return to the tty0 console the display is corrupt and unreadable.
well, i dunno if corrupt, but definetly unreadable. i have a 17" monitor and when it returns to the console what it seems to display is the console text, but like 3 lines, stretched to fit onto a 17" monitor. the colour is distorted.. it seems as if its zoomed it a huge amount, the letters are unreadable and are very pixelized.. they look orange and white with other colours.

i have an nvidia card and have installed the driver long ago, and edited /etc/X11/xorg.conf as necessary. i have checked dmesg, /var/log/Xorg log, and /var/log/messages.. but not really sure what to look for, and havent found anything that looked related.

when i go kill X to return to terminal, the only thing i can do is ctrl alt del to reboot.. but that usually doesnt even work and i have to manually press reset.. so i dont know if it is being saved to whatever appropriate log, so it may not be showing up.

any hints appreciated, will gladly post info if necessary

edit: heres afew things, if it helps:
Code:
Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes                  "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes                   "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes                   "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Code:
Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nvidia"
    VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection
my monitor refresh rates i set during xorgconfig are correct also

also, ever since iv installed slack, every now and then (maybe once every hour or two (?), the computer would freeze/stop responding for like 7 seconds.. then work again for split second.. then freeze for another 4 seconds or so, then go back to normal.
in the logs i have checked there is ALOT of repetition with usb/hotplug messages, even though i dont have anything usb.

Last edited by nadroj; 09-08-2005 at 10:20 PM.
 
Old 09-08-2005, 11:02 PM   #2
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
What's your video card? I have the same problem about a Nvidia 32MB Geforce2 MX.. the driver is somehow buggy
 
Old 09-08-2005, 11:08 PM   #3
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
well as i stated i have an nvidia card, and all nvidia cards use the same driver (howerver it is the i32 based one) so i didnt specify.. but i have a Geforce 5200FX, 128mb agp.
i dont recall having this problem when i first tested 10.0 or 10.1.. however, i didnt understand much when i initially had them so i probably wasnt logged on long enough to notice

well at least im not the only one..

Thanks for the input though

edit:
im pretty sure it has to do with the resolution, though.. you know how you boot up and it displays the penguin top left? thats only on what, > 1024 resolutions? i think when i didnt have it setup that way then i could go from terminal to X and back with no problems.

which part of /etc/X11/xorg.conf u think id have to change for that? obviously one of the quotes i posted with the listing of resolutions (id think), but which one?

Last edited by nadroj; 09-08-2005 at 11:11 PM.
 
Old 09-08-2005, 11:11 PM   #4
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
the driver 3363 was the only one I was able to use without any bugs... sadly it doesn't compile on newer (> 2.6.7 ??) kernel so I had to dump nvidia drivers. I use "nv" now the default driver... good enought, but very few 3d support.
 
Old 09-08-2005, 11:17 PM   #5
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Quote:
edit:
im pretty sure it has to do with the resolution, though.. you know how you boot up and it displays the penguin top left? thats only on what, > 1024 resolutions? i think when i didnt have it setup that way then i could go from terminal to X and back with no problems.

which part of /etc/X11/xorg.conf u think id have to change for that? obviously one of the quotes i posted with the listing of resolutions (id think), but which one?
The penguin could appears in resolution lower than 1024 as well... if you want to turn this off, change "vga=XXX" by "vga=normal" in your /etc/lilo.conf file, then type "lilo" (assuming you use lilo... I don't know much about grub). Normal is the usual 80x25 lines terminal display.
If you want to change the X resolution, you probably need to change the last (24 bits) one, as it is usually the default xorg use. But it has nothing with the penguin or the "text mode" display you get on boot. Tty display ("text mode") is supported by another, kernel level, driver named "vesa". It can't use Nvidia (or at least it shouldn't, as the nvidia support in kernel for tty is buggy as hell) nor xorg drivers. On the other hand, xorg could use Vesa driver.
 
Old 09-08-2005, 11:21 PM   #6
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
ah.. thats right. i couldnt remember where i seen it. i thought it was during xorgconfig setup that i saw that question asked if i wanted that, but yes your right it was in lilo (and i do use lilo) setup. Thanks.

which file would control the resolution of my tty's? you mentioned the lilo.conf file, but i thought that would just be for the initial boot loader screen.. the setting for the terminal resolution shouldnt be in there.. or is it? ill go check now, but if not, then where else should i check?

would it have something to do with X using nvidia driver then when i logout something screws up and it somehow wants to use both drivers at same time or smething?

edit:
ok, well i have it set to:
Code:
# VESA framebuffer console @ 1024x768x256
vga = 773
right now, so ill try the vga = normal setting and reboot.

Last edited by nadroj; 09-08-2005 at 11:25 PM.
 
Old 09-08-2005, 11:36 PM   #7
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
Success.

i did that, rebooted, loaded XFCE, exited, and im now in KDE after loading it from the terminal! Thanks alot .5-Elf.
 
  


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
executing a command from tty sending it to an x display poiuytrewq Linux - Newbie 1 04-20-2005 10:22 PM
Nvidia drivers causes corrupt display on shutdown pugsley Mandriva 8 07-08-2004 10:57 PM
Is XFCE in slack 9.1 corrupt? vdogvictor Slackware 12 05-30-2004 05:17 PM
How do I display tty stuff in X jlturbos Linux - General 7 02-08-2004 08:53 PM
Slack CD contains corrupt packages sridharinfinity Slackware 4 08-17-2003 10:48 AM

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

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