LinuxQuestions.org
Review your favorite Linux distribution.
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 02-23-2006, 12:39 PM   #1
senseney
LQ Newbie
 
Registered: Mar 2004
Distribution: redhat 8.0
Posts: 7

Rep: Reputation: 0
laptop monitor mess up


I have a laptop with dual boot configuration of Windows XP and Fedora Core 4. I updated all of the fedora, and wanted to improve the monitor. With WIndows, it was picking a nice resolution, with the Fedora, it was 800x and I wanted better.

I did something with the settings on the video card. When I tried to boot again, I can't get into a linux with a usable screen. Windows still boots up nicely.

I placed the boot disc (Disc 1) in the DVD drive, but I don't get to a usable screen.

This may be covered in some other place on this site, but I couldn't find it when I looked. What do I do next?

Thanks for helping a newbie!

Steve
 
Old 02-23-2006, 12:59 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Boot your system (without the DVD in place) into runlevel 3, this is done by;

When the Grub menu screen is displayed press any key

Select the Linux boot choice and press the 'e' key

Select the line that begins with something like 'kernel /vmlinuz' and press the 'e' key again

At the end of the line add a space followed by the number 3

When done press the 'Enter' key followed by the 'b' key

Log on as root and do;

# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
(this line makes a backup of your current config file for you)

# system-config-display --reconfig

Select you video card and select the Generic LCD Panel that matches or comes close to your display. When done test by typing 'startx' minus the singlequote marks. If you have a working GUI interface then your done or almost done. Since you have not provided any information about your laptop then I cannot be 100% sure if you are done or not. You may want to look here for additional help and information about your laptop;

http://www.linux-laptop.net/

Last edited by Lenard; 02-23-2006 at 01:00 PM.
 
Old 02-23-2006, 01:12 PM   #3
senseney
LQ Newbie
 
Registered: Mar 2004
Distribution: redhat 8.0
Posts: 7

Original Poster
Rep: Reputation: 0
This all went well for a while, but when I entered the "# system-config-display --reconfig" and pressed return, I had about 1/2 second where a couple of legible lines appeared, then disappeared, and the screen because unreadable.

Any other suggestions--

This is a "Linux certified" branded laptop.

I do appreciate your assistance.

Last edited by senseney; 02-23-2006 at 01:14 PM.
 
Old 02-23-2006, 02:02 PM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Post your /etc/X11/xorg.conf.backup file and which laptop you have exactly.
 
Old 02-23-2006, 02:14 PM   #5
senseney
LQ Newbie
 
Registered: Mar 2004
Distribution: redhat 8.0
Posts: 7

Original Poster
Rep: Reputation: 0
File--

End Section

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
Subsection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


Computer has LC2430 on the identifying plate on the bottom. Linux Certified.

I looked at the original xorg.conf file and it has a lot more information than the backup copy I made. It has the following regarding the video monitor and display--

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5-37.9
VertRefresh 50.0-70.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility M9"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
EndSection

Last edited by senseney; 02-23-2006 at 05:18 PM.
 
Old 02-23-2006, 08:50 PM   #6
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
The second xorg.conf file is the better of the two you provided. Try adding the following to this file;

SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection

What is really interesting is that the default depth is set a 24 and you don't have a subsection for it.

You might want to also review this; http://www.fedorafaq.org/#radeon
 
Old 02-23-2006, 09:43 PM   #7
senseney
LQ Newbie
 
Registered: Mar 2004
Distribution: redhat 8.0
Posts: 7

Original Poster
Rep: Reputation: 0
I tried this, repeated your earlier instructions. Read a lot. I have not been able to get this corrected.

Is there a way to use the rescue mode with the initial load discs?

I have learned a lot about bash commands, and how to work without the GUI. Of course, I haven't accomplished much!
 
Old 02-25-2006, 07:36 AM   #8
senseney
LQ Newbie
 
Registered: Mar 2004
Distribution: redhat 8.0
Posts: 7

Original Poster
Rep: Reputation: 0
I finally reloaded FC 4. In the loading sequence, there is a place to pick the LCD monitor. I probably picked the incorrect item originally.

Thanks for your help!
 
  


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
New PPC install ... monitor mess. bcalder01 Debian 3 09-17-2005 06:19 PM
Laptop monitor siawash Linux - Hardware 3 07-26-2004 07:39 AM
laptop monitor Longinus Linux - Newbie 4 03-20-2004 06:17 PM
external monitor on a laptop bobterri Linux - Hardware 2 01-14-2003 07:30 PM
Using laptop as monitor ... notsoevil Linux - Networking 3 08-22-2001 10:22 AM

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

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