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 03-13-2003, 06:59 AM   #1
onlyhuman9
Member
 
Registered: Feb 2001
Posts: 32

Rep: Reputation: 15
scrambled picture on laptop display


I have recently bought a toshiba laptop and installed red hat 7.3 on it. It doesnt detect the display and so I have to select generic laptop display with 1024x768 in Xconfigurator. It only shows proper display on 800x600 even after installing nvidia drivers. I have a geforce4 420 go in it. Otherwise it either shows scrambled display on 1024 or it doesnt show display. My laptop is capable of showing 1024x768 as it is the normal display in it. What can I do.
 
Old 03-13-2003, 04:42 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Hmm ...

One chance would be to try using xf86cfg
(the graphical setup-tool that comes with X)
or read up on your notebooks displays spec's
and run xf86configure and go through the
process manually (text-mode) ...

Cheers,
Tink
 
Old 03-13-2003, 11:43 PM   #3
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
same happend tome now using vesa drivers on 16 bit 1024 768 doing that solved my problem in a dell inspiron with geforce card
 
Old 03-15-2003, 01:44 AM   #4
JayCnrs
Member
 
Registered: Mar 2003
Location: Winnipeg
Distribution: Suse 9.3 Pro
Posts: 404

Rep: Reputation: 30
Vesa mode works but doesn' t allow Accelerated Graphics,

I ended up compliling the NVIDIA driver, go to the NVIDIA site and download the tar.gz files. Use the NVChooser Program this will tell you which files to download, if you are lucky you will be able to use RPMs. You will need to download 2 files, one is the GLX librairies, the second the kernel driver.

You will want to install the Kernel package first then the GLX librairies.

If you have to use the source tar file for the kernel you will have to use

tar -zxvf NVIDIA-kernel*

cd into the directory that is created

then type make SYSINCLUDE=/lib/modules/linux-2.4xx/build/include/linux
make install

If you are able to use an RPM type RPM -Uhv NVIDIA-kernel*.rpm

After that do the same for the GLX file

tar -zxvf NVIDIA-GLX* if using the source code
make
make install

rpm -Uhv NVIDIA-glx* if able to use RPMs.

If you can use the RPMs use them rather than the source for ease of installation. If using the source you will need your kernel source installed on your system.

Once the files are installed you will need to edit your XF86Config file which is located at /etc/X11.

Where it says Driver "VESA (generic)" change to Driver "nvidia"

Uncomment Load "glx"

Make sure you delete these lines

Load "dri"
Load "GLcore"

If they exist.

That should be it and when you start X you will see the NVIDIA splashscreen just before X loads.
 
Old 03-15-2003, 07:38 AM   #5
onlyhuman9
Member
 
Registered: Feb 2001
Posts: 32

Original Poster
Rep: Reputation: 15
Thanks guys but I did install the Nvidia drivers and still it doesnt display 1024x768 resolution. I would try it on 16 bit color, but if it displays 800x600 resolution in 24 bit color it should do the same on a higher resolution. After all everything is fine in xp. Anyway let me know if some one figures this thing out.
 
Old 03-15-2003, 02:28 PM   #6
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
do you get a massive flickiring after exiting from x?
 
Old 03-15-2003, 02:53 PM   #7
JayCnrs
Member
 
Registered: Mar 2003
Location: Winnipeg
Distribution: Suse 9.3 Pro
Posts: 404

Rep: Reputation: 30
Yes I did get massive flickering when exiting X, what you have to do is go into your system bios, look for the monitor section and make sure it is set to LCD only, the default is LCD/CRT, change this and there is no more flicker

Enjoy
 
Old 03-15-2003, 03:00 PM   #8
rmartine
Member
 
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618

Rep: Reputation: 30
onlyhuman.. do you have a 1500?? My Toshiba uses a Geforce 4 420 Go also. I ended up ditching the old RedHat for 8.0 which autodetected the monitor and card on install.

Kind of a lame way out but it worked.
 
Old 03-15-2003, 03:16 PM   #9
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
Quote:
Originally posted by JayCnrs
Yes I did get massive flickering when exiting X, what you have to do is go into your system bios, look for the monitor section and make sure it is set to LCD only, the default is LCD/CRT, change this and there is no more flicker

Enjoy
thx that was the thing i was looking for
 
Old 03-15-2003, 03:27 PM   #10
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
but what happens if something happens to the screen you cant hook it up to a screen to get the important file rigth if i disable it?
 
Old 03-15-2003, 03:51 PM   #11
JayCnrs
Member
 
Registered: Mar 2003
Location: Winnipeg
Distribution: Suse 9.3 Pro
Posts: 404

Rep: Reputation: 30
I don't think you would have to worry, if you plugged in a monitor you should still be able to access the bios and change it to CRT only.
 
Old 03-15-2003, 04:38 PM   #12
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
thx
 
Old 03-17-2003, 05:43 AM   #13
onlyhuman9
Member
 
Registered: Feb 2001
Posts: 32

Original Poster
Rep: Reputation: 15
Yes I have a Toshiba with a 15 inch screen and a geforce 420 go. I guess than I will have to go for redhat 8.0. Anyway please confirm if I go for the lcd option in the bios than wont cause further problems and I would get the problem solved. Secondly how do you enter into the bios of a laptop. Probably seems a dumb question but there is always a first time for stuff.
cheers.
 
Old 03-17-2003, 01:40 PM   #14
amos
Member
 
Registered: Dec 2002
Location: Bolton, UK
Distribution: Kubuntu
Posts: 224

Rep: Reputation: 30
At power up try pressing F2, if its not that then the Toshiba boot logo might tell you.

Cheers
Amos
 
Old 03-17-2003, 02:13 PM   #15
rmartine
Member
 
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618

Rep: Reputation: 30
It's Esc. I couldn't find any options for LCD/CRT... althought I've been told I'm blind.
 
  


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
amsn display picture port? Cyber Maid Linux - Software 1 11-14-2005 04:15 PM
amsn display picture MassiveBlood Linux - Software 1 01-23-2005 04:30 PM
Laptop Display shows no picture mrb302 Linux - Newbie 2 01-13-2005 01:58 PM
Xine/Mplayer picture scrambled rkfb Slackware 2 02-26-2004 03:23 PM
scrambled display ampex189 Linux - Newbie 2 08-19-2003 05:03 PM

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

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