LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-06-2007, 08:17 AM   #1
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Rep: Reputation: 36
How to properly change monitor settings for laptop


I have suse 10.0 installed on my dell latitude cpx p3 laptop. It has an
ATI mach64lm/dell graphics card and a 14.1 inch lcd monitor. I can not get the laptop to use a setting higher than what it defaults to: 800x600. I went into yast > sax2 and changed the make and model of the monitor to dell > and I guessed at the monitor (1200 something). When I boot it with puppy linux, the whole screen is filled. With suse, it does not fill the whole screen. I am trying to get suse to fill the whole lcd display on the laptop. Do I need to install a driver or am I using the wrong settings?
 
Old 09-06-2007, 08:26 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I had an HP laptop years ago that only filled the half center of the screen. I downloaded a firmware update and that fixed the problem. You could try a little experiment and add "vga=794" to your boot options. On a dell latitude, that increases the screen size of the virtual terminals. Also check that you also changed the resolution settings for the monitor in SaX2. If that doesn't help, use the gtf program to generate a custom modeline and give that a try.
 
Old 09-06-2007, 01:43 PM   #3
yvesvanbelle
Member
 
Registered: Jan 2007
Location: Belgium
Distribution: Debian, Ubuntu, Mandriva
Posts: 67

Rep: Reputation: 15
Start SaX2, select LCD monitor, then the resolution 1024x768. This should be the correct setting for your monitor. If you want your terminal to have smaller characters add in the file /boot/grub/menu.lst at the end of the line kernel=... vga=775.
I hope this could help you.
 
Old 09-28-2007, 09:33 AM   #4
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
I tried adding the line 'vga=794' in the menu options of the grub loader. If that was not the correct way, please let me know. I tried the lcd options in sax2 with no luck. It always defaults to 800x600. I have no control over screen resolution. I tried searching for other posts with no luck. Is there anything else I can try?
 
Old 09-28-2007, 09:56 AM   #5
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
It could be the driver. What driver is being used in /etc/X11/xorg.conf on the 'Driver' line? The fglrx driver may work, but if not, or if you don't have that one (yet) then try vesa, and see that the 'screen' section lists the resolution you want in the 'Option' 'Modes' line, and see that in the 'Monitor' section, the correct (or suitable) horizSync and VertRefresh values are set.

Also, we have a laptop here that does the same thing with many distros, EXCEPT for Slax LiveCD. I have tried Ubuntu and Knoppix on it (Toshiba 4090 xDVD) and both come up 800x600, but with Slax, I change the driver to 'vesa' and configure the screen for 1024x768x16bpp and it works perfectly when I restart X. If 800x600 is the only resolution that X is finding that the monitor will accept, then it will/is reverting to that resolution.

Last edited by GrapefruiTgirl; 09-28-2007 at 09:57 AM.
 
Old 09-28-2007, 09:58 AM   #6
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
I found this link:
http://en.opensuse.org/dell_latitude_cpx_j-series

Basically, edit the menu.1st file

Will post back results
 
Old 09-28-2007, 10:01 AM   #7
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Interestingly, that link tells me 'There is currently no text on this page'.. Let us know how it turns out
 
Old 09-28-2007, 10:02 AM   #8
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
Ok, I will check the xorg.conf file for what driver is being used.
 
Old 09-28-2007, 10:06 AM   #9
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Also note: editing the GRUB or LILO configuration with the 'vga=' option only affects the text console (the framebuffer), not the graphical environment. The xorg.conf file determines how X will display.
 
Old 09-28-2007, 10:02 PM   #10
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
The laptop display is fixed. I found the fix in opensuse.org under Dell. The fix is:
edit the file /boot/grub/menu.lst (as root). Change vga=0x314 to vga=0x317
run the command mkinitrd -s 1024x768
Reboot and now have a full size screen.
 
  


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
Can not change monitor settings Larry Webb SUSE / openSUSE 5 11-01-2006 12:50 AM
[mandriva] Widescreen (15:9) Laptop Display Settings - cannot set resolution properly swilliams2006 Linux - Hardware 2 02-13-2006 08:23 AM
Laptop and extrenal monitor. How can I make it work properly? kimothy Linux - Hardware 2 01-07-2006 11:49 PM
Change monitor settings frazelle09 Linux - Hardware 1 12-18-2004 11:30 PM
How do I change my monitor settings? derek84 Linux - Hardware 1 03-13-2004 02:11 PM

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

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