LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-10-2002, 10:22 AM   #1
tgonetwork
LQ Newbie
 
Registered: Jan 2002
Location: Stockton-on-Tees, England
Distribution: Mandrake 8.0
Posts: 14

Rep: Reputation: 0
Question TFT Monitor - Cant See Anything


I've just installed mandrake 8 on my machine, but i cant set the monitor properly. It's a samsung 151 TFT monitor (15") and the graphics card is an nVIDIA GeForce2 64 Ti

I've hada fiddle testing the different monitors but all i can get is either a blue pattern which scrolls down the screen or the monitor goes into standby mode

Any suggestions??

I'm newbie to linux so go ez
 
Old 01-12-2002, 09:59 AM   #2
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
You may have a problem with your Graphics Card. At what point do you stop seeing anything during the boot process? You should see Linux booting up? Also, what Distro are you using?
 
Old 01-12-2002, 02:02 PM   #3
tgonetwork
LQ Newbie
 
Registered: Jan 2002
Location: Stockton-on-Tees, England
Distribution: Mandrake 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
My grapics card is quite new out it's a nVIDIA GeForece2 Ti, it's specially designed for flat panel (TFT) monitors. I've had a look on the website and i've found the latest drivers to download, which i have downloaded and wrote them to disk. The website also has a nice step by step guide on how to install them, but this is only good when i can see the screen

The monitor goes into standby mode after Linux has finished booting up. I'm using Mandrake 8.0, the login screen briefly appears (0.2 secs) but the monitor then goes into standby mode. However the first time installed it, it worked but since i reinstalled it - long story i have not been able to remember which video settings i used.
 
Old 01-12-2002, 05:01 PM   #4
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
Ok i think i know what the problem is. The monitor cant handle the frequencies you set up in the XF86Config to be used and it turns into standby as soon as it tries them to prevent from damaging itself. I assume mandrake goes directly to X when it's finished booting. You have to get to console. Boot Linux up and when its finished and your screen turns off press ctrl+alt+backspace to kill the X server (this is hopefully working!) now turn your monitor back on and you should be in console. Now just edit XF86Config or run xf86config to re-configure X, make sure you use conservative settings, and if they work you might want to try to increase them gradually. I suggest you choose the lowest settings first. (low horiz sync, and vert refresh rates and only 800x600 @ 16 bit and later increase them to see if it will work). There that should get you going.
 
Old 01-12-2002, 07:42 PM   #5
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
Sorry, when I meant problem I meant in terms of drivers (of which you have found).

You are going to have to do some work in the console like NSKL suggests.
 
Old 01-14-2002, 04:30 AM   #6
tgonetwork
LQ Newbie
 
Registered: Jan 2002
Location: Stockton-on-Tees, England
Distribution: Mandrake 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
I've tried accessing the console but the problem remains as i thought it would (it's not setup to go straight into x). I've tried using a custom monitor set up as suggested by the previous guy but this still does not work - this was done during a reinstall. However i did manage to catch the error codes that were being produced.

/tmp/imm.0: init_module: No Such Device
/tmp/ppa.0: init_module: No Such Device

Those were displayed on a black screen (this is during the monitor test which shuts down the monitor) followed by a message on the configure x screen again saying (**) SVGA 24 SBP or something is not supported for this chipset

:smash:
 
Old 01-14-2002, 04:34 AM   #7
tgonetwork
LQ Newbie
 
Registered: Jan 2002
Location: Stockton-on-Tees, England
Distribution: Mandrake 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
Also something i noticed when i crashed my computer before (i had left the linux install disk in during restarting it and then tried to avoid installing it again) but the monitor was listed as EGA/VGA is that any help as to what the monitor settings should be??
 
Old 01-14-2002, 06:00 AM   #8
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
All joking apart, if at all possible, could you try going up to Mandy 8.1? I had problems with my Eizo monitor (which is actually quite old) under 7.2 and 8.0, but all seems to be hunky-doorey now that I'm running 8.1. Just a thought.
 
Old 01-14-2002, 01:26 PM   #9
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
Try using both versions of Xfree86 that come with MDK8.0

Let me confirm, you have ordered X not to start upon boot, and the screen still goes blank once MDK (Mandrake) has loaded?
 
Old 01-14-2002, 08:09 PM   #10
SlCKB0Y
Member
 
Registered: Oct 2001
Location: Sydney
Distribution: Arch
Posts: 295

Rep: Reputation: 96
under xf86 4.x geforce chips when unaccelerated should be using the nv driver i think. i have a samsung SyncMaster 560V tft running on a geforce 2 mx.
here is my config file, but *DO NOT* use this without editting as yours will mostly be different.

Here are the module, monitor and video card parts of mine.

Section "Module"
Load "dbe"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
Load "glx"
EndSection

Section "Monitor"
HorizSync 30-61
Identifier "Monitor[0]"
ModelName "AutoDetected"
VendorName "AutoDetected"
VertRefresh 50-75
UseModes "Modes[0]"
EndSection

Section "Device"
BoardName "AutoDetected"
Driver "nv"
# This bit above needs to be changed to "nvidia" once you have the new drivers installed which you downloaded, but this will do for 2d
Identifier "Device[0]"
Option "dpms"
VendorName "AutoDetected"
EndSection


Last edited by SlCKB0Y; 01-14-2002 at 08:13 PM.
 
Old 01-16-2002, 09:55 AM   #11
tgonetwork
LQ Newbie
 
Registered: Jan 2002
Location: Stockton-on-Tees, England
Distribution: Mandrake 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
OK i've got it half working i've used a different monitor to update the drivers and now i can see my tft monitor now. YEY!!

However i still cant get it to start up x. Same problem occurs the monitor switches off. I've run the xf86config and this seems to make no difference, can anyone point out as to where i can find the actual config file so i can edit it accordingly. I know it must be in the etc/X11/ directory but i'm not sure of the filename.

Matt
 
Old 01-16-2002, 04:27 PM   #12
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
The file you need it /etc/X11/XF86Config or /etc/X11/XF86Config-4 depending on the version of Xfree86 that you installed. MDK 8 defaults to version 4 I think.

Have you installed the GeForce drivers? I think you should cus on my machine Linux wont work without them.
 
Old 01-17-2002, 02:20 AM   #13
tgonetwork
LQ Newbie
 
Registered: Jan 2002
Location: Stockton-on-Tees, England
Distribution: Mandrake 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
I have installed them but still i cannot see past the console window. I had to use another monitor so i could get into the console and install the new drivers - which was actually quite fun.
 
Old 01-19-2002, 11:18 AM   #14
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
That's the spirit!

Have you managed to change the settings in the XF86Config file yet? You may have not configured the monitor correctly, setting the values for the monitor is quite important. I would check the maker of the monitor to see if will work with Linux, or there known problems.
 
Old 01-19-2002, 01:36 PM   #15
tgonetwork
LQ Newbie
 
Registered: Jan 2002
Location: Stockton-on-Tees, England
Distribution: Mandrake 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
Any pointers as to where i may find out if it (mandrake 8.0) is or is not compatible with my monitor. The monitor itself is a Samsung SyncMaster 151D i've had a look on the website and .. nothing!! So that aint much help. I've set up xf86 using the drak86 or something i had the name of the prog written sum where ... not sure where it is tho.

Anyway i set the vert and horizontal settings to that of a similar samsung monitor still no change.

I'm not sure on how to view the actual config file, i've tried /etc/X11/XF86Config and all combinations of capitalisation but still it wont find it i've also used cd /etc/X11/ and then XF86Config and still it dont work i've also used the command for viewing the contents of the /etc/X11 folder but to be honest i dont have a clue on what it means.

Stil confused and worried
 
  


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
Suse 9.1 and TFT monitor ronronson Linux - Hardware 4 11-27-2004 07:12 PM
TFT monitor detection Neorio Linux - Hardware 0 02-03-2004 07:40 PM
TFT monitor problems ckupris Linux - Hardware 5 10-12-2003 12:43 PM
TFT Monitor Problem Paul Mon Linux - General 3 09-22-2003 11:19 AM
TFT monitor and Xconfig slogg Linux - Hardware 2 01-03-2003 01:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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