Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-18-2003, 03:05 PM
|
#1
|
|
LQ Newbie
Registered: Nov 2003
Distribution: Mandrake 10.0
Posts: 28
Rep:
|
Weird console display problem
Hi guys,
i got a weird display problem, the console shows fine when i boot the system but whenever i logout from X or change to another console with CTRL+ALT+F1-F6 (from within X) either i get some funny none-sense-making dots or no image at all (black screen). The system still works. i can enter commands and reenter X with startx (wich thene displays just as usual).
Did anyone encounter this before?
Im using a GF4 Ti 4600 with the latest NVidia driver if this matters.
Any help apreciated.
|
|
|
|
11-18-2003, 03:23 PM
|
#2
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,902
|
What device/resolution are you using
for consoles?
Cheers,
Tink
|
|
|
|
11-18-2003, 03:34 PM
|
#3
|
|
LQ Newbie
Registered: Nov 2003
Distribution: Mandrake 10.0
Posts: 28
Original Poster
Rep:
|
How do i find out? I'm pretty new to linux.
|
|
|
|
11-18-2003, 03:41 PM
|
#4
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,902
|
What's in your /etc/lilo.conf?
What does lsmod (issued as root) say?
Cheers,
Tink
|
|
|
|
11-18-2003, 03:54 PM
|
#5
|
|
LQ Newbie
Registered: Nov 2003
Distribution: Mandrake 10.0
Posts: 28
Original Poster
Rep:
|
Ah, this looks good.
lilo.cong says this:
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 600
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = WindowsXP
table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hdb3
label = Slackware
read-only
image = /boot/vmlinuz.old
root = /dev/hdb3
label = slack.old
read-only
# Linux bootable partition config ends
maybe i should try setting vga to normal instead of 733 !?
anyway heres the lsmod-output:
root@localhost:~# lsmod
Module Size Used by Tainted: P
nvidia 1628576 18 (autoclean)
quickcam 99936 0
joydev 5888 0
ppp_synctty 6016 0 (unused)
ppp_async 7552 1
ppp_generic 15452 3 [ppp_synctty ppp_async]
slhc 5040 0 [ppp_generic]
usbmouse 2008 0 (unused)
keybdev 1952 0 (unused)
mousedev 4244 1
hid 21156 0 (unused)
input 3200 0 [joydev usbmouse keybdev mousedev hid]
usb-ohci 18888 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [quickcam usbmouse hid usb-ohci ehci-hcd]
nvnet 26368 0 (unused)
nvaudio 35732 1
ac97_codec 12296 0 [nvaudio]
tuner 10240 1 (autoclean)
tvaudio 13628 0 (autoclean) (unused)
msp3400 16396 1 (autoclean)
bttv 94400 0
i2c-algo-bit 6984 1 [bttv]
i2c-core 12740 0 [tuner tvaudio msp3400 bttv i2c-algo-bit]
soundcore 3332 2 [nvaudio bttv]
3c59x 26832 1
pcmcia_core 40032 0
ide-scsi 9424 0
root@localhost:~#
any suggestions/problems? ^_^
|
|
|
|
11-18-2003, 04:11 PM
|
#6
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,902
|
If you don't miss the penguin on boot,
go with normal, that SHOULD always
work ... I'm fishing in the dark here,
but it looks as if the VESA fbdev and
the GForce driver don't work together
too well in your case ... I'd suggest
a bit of googling (or even searching
LQ ;}) since I don't have a nVidia
card and am not familiar with their
specific problems.
Cheers,
Tink
|
|
|
|
11-18-2003, 06:09 PM
|
#7
|
|
LQ Newbie
Registered: Nov 2003
Distribution: Mandrake 10.0
Posts: 28
Original Poster
Rep:
|
Well setting vga to normal didn't do the trick.
Any other idea ANYbody? x.x
|
|
|
|
03-02-2004, 10:10 AM
|
#8
|
|
LQ Newbie
Registered: Mar 2004
Location: Curitiba, PR, Brazil
Distribution: SuSE 9.0
Posts: 2
Rep:
|
NVIDIA DRIVER ISSUE 5336 (and olders)
I'VE GOT AN ANSWER....
THANK GOD....
For those that doesn't have an idea what the problem is, I'll show in a simple way :
> After installing the new NVIDIA-DISPLAY_blablabla_xx.xx_bla.run packages
> after initializing X server from the console, or by run-level, after that, we couldn't go back
> to console mode (Ctrl+Alt+Fx) , we've got an black-screen in any ttyx terminal. But the
> X-server in Alt-F7 was there and running stable and fine. You even could type commands
> in the console black-screen without seeing anything that the commands were readed.
> ex.: reboot (without seeing anything in the console Ctr+Alt+F1)
Well, I don't know if this will work for you, but for me was quite simple....
My Nvidia card has TV-Out / Video-In functions...
I live all the time my videocard plugged to my TV throught this TV-Out jacket RCA (S-Video).
Well, I was wondering if this could in some matter conflict the RIGHT output video device.
I've just UNPLUGGED my TV-Out RCA cable, RESET my mache, boot Linux, and for my
surprise, everything is just working FINE....
So, I think that's probably an driver issue OR some attribute that we must include in the XF86Config file to run properly X and console on the same output device....
Probably some nView (Twinview) issue...
I hope this could help you......
Best Regard's to ALL
[]s. Cristian Kleuser
Last edited by ckleuser; 03-02-2004 at 03:25 PM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:37 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|