Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-03-2007, 08:15 AM   #1 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Screen Resolution Change

I have a Dell Inspiron 6400, with 950 GMA graphics controller. The sereen resolution that I am getting is 1024x768, and not the native resolution of 1280x800, How do I Manually configure the setting LCD 1280x800@60Hz....
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-03-2007, 08:25 AM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Post Re: Screen Resolution Change

the resolutions are added in your /etc/X11/xorg.conf file.but first did u checked the gnome preference menu for screen resolution,if it is available-the required resolution
dont know if available for susee,there is a pkg called 915 resolution that does the trick.
Quote:
915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as 915G, 915GM, and 945G chipsets. This modification is neccessary to allow the display of certain graphics resolutions for an Xorg or XFree86 graphics server.
915resolution's modifications of the BIOS are transient. There is no risk of permanent modification of the BIOS. This also means that 915resolution must be run every time the computer boots inorder for it's changes to take effect.
http://www.geocities.com/stomljen/
In Debian or Ubuntu,we can just apt-get install 915resolution
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 01-03-2007, 08:38 AM   #3 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: Screen Resolution Change

This is the output of
Code:
915resolution -l
Code:
Intel 800/900 Series VBIOS Hack : version 0.5.2
Chipset: 945GM965G
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36

Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1920x1440, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1920x1440, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1920x1440, 32 bits/pixel
I think it can be changed by modifying the 915, but wanted an expert advise before going to do it.....
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 01-03-2007, 08:49 AM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Post Re: Screen Resolution Change

try using an unused mode for ur wanted resolution-1280x800.I assume u dont use mode 34
Code:
~#915resolution 34 1280 800 24
and u may need to add this to some scripts to start it while booting.btw it doesnt harm ur computer.its a temporary hack for the living session


try reading it's readme file it's for suse only by default:
http://www.geocities.com/stomljen/readme.html
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 01-03-2007, 08:55 AM   #5 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: Screen Resolution Change

Ya I got that readme file, from there only i got this idea of modifying the 915...

elsewhere I saw some one fiddling with the /etc/sysconfig/videobios
to enable the resolution, do i have to change the 915 first and then change the videobios or what?
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 01-03-2007, 08:58 AM   #6 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Screen Resolution Change

I think if u have 915res pkg installed;try suse version of install hw2 @ /usr/share/doc/915resolution directory.
there is some experimental version of "i810" driver which supports this videobios hack.try google maybe
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 01-03-2007, 09:06 AM   #7 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: Screen Resolution Change

hey mine resolution is also just 1024*768
I want 2 incrase it

so output :~$ 915resolution -l
Intel 800/900 Series VBIOS Hack : version 0.5.2

Unable to obtain the proper IO permissions: Operation not permitted
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 01-03-2007, 09:08 AM   #8 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: Screen Resolution Change

you have to be in the root login Id to do that if I am not wrong.....
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 01-03-2007, 09:12 AM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Screen Resolution Change

^^ No.Just use "su" to "sudo" to gain root access temprrly.
@nach:
do u have an Intel 915* card,else this wont work
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 01-03-2007, 09:13 AM   #10 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: Screen Resolution Change

:~$ sudo 915resolution -l
Intel 800/900 Series VBIOS Hack : version 0.5.2

Chipset: 945G
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 27

Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1920x1440, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1920x1440, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1920x1440, 32 bits/pixel


ps: hey mine is 945 mobo
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 01-03-2007, 09:22 AM   #11 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Default Re: Screen Resolution Change

read the docs yaar.it is in /usr/share/doc/915resolution as @praka123 said.I think suse may be using intel-modsetting driver which means u may not go through all these hassles.for that read the how2 @ /usr/share/doc/915resolution or some |||r locations.btw i found following link for opensuse+dell inspiron lappy
http://www.cse.buffalo.edu/~lamkhede/linuxone1405.html
http://opensuse.us/viewtopic.php?p=7...8c59b607921607
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 01-03-2007, 09:24 AM   #12 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: Screen Resolution Change

Appreciate if some one can give a step by step tutorial on how to do it....it would be helpful for the newbies like me..
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 02-03-2007, 01:22 AM   #13 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Screen Resolution Change

These are the instructions for openSUSE 10.2:

1) Login as root in a terminal and execute the following command
Code:
915resolution 38 1280 800 24
2) Now, edit the file /etc/init.d/boot.local using editor of your choice and add the above-mentioned command at the end of the file.

3) Edit your /etc/X11/xorg.conf file and look under the part that says "Section "Screen"". Here you need to edit the entries that says "Modes". It is quite obvious here. You need to replace the modes values to 1280x800. Take care regarding the quotes and don't miss them or else you will be left without X server running at all.

Now, reboot your system and you should be having 1280x800 resolution running.

For people who are not running openSUSE: The instructions 1 and 3 will remain same but for instruction 2...you need to find the init script that executes local commands on your system. For gentoo the file to edit is /etc/conf.d/local.start while for slackware it is /etc/rc.d/rc.local. For other distros, I would request other users to please mention their local init script setup.
eddie is offline  
Old 02-03-2007, 05:49 AM   #14 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Post Re: Screen Resolution Change

nice tut.btw in opensuse there is file /etc/sysconfig/videobios.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-03-2007, 05:53 AM   #15 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: Screen Resolution Change

do i have 2 add "1280x800" in the every line which appers like
Modes "1024x768" "800x600" "640x480"
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 02-03-2007, 06:14 AM   #16 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Screen Resolution Change

^^ No
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-03-2007, 07:06 AM   #17 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Screen Resolution Change

nach_p only for the screen depth selected by you.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 02-03-2007, 10:57 AM   #18 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: Screen Resolution Change

Quote:
Originally Posted by eddie
These are the instructions for openSUSE 10.2:

1) Login as root in a terminal and execute the following command
Code:
915resolution 38 1280 800 24
2) Now, edit the file /etc/init.d/boot.local using editor of your choice and add the above-mentioned command at the end of the file.

3) Edit your /etc/X11/xorg.conf file and look under the part that says "Section "Screen"". Here you need to edit the entries that says "Modes". It is quite obvious here. You need to replace the modes values to 1280x800. Take care regarding the quotes and don't miss them or else you will be left without X server running at all.

Now, reboot your system and you should be having 1280x800 resolution running.

For people who are not running openSUSE: The instructions 1 and 3 will remain same but for instruction 2...you need to find the init script that executes local commands on your system. For gentoo the file to edit is /etc/conf.d/local.start while for slackware it is /etc/rc.d/rc.local. For other distros, I would request other users to please mention their local init script setup.
there is no file called /etc/X11/xorg.conf, because when i open it i get an empty screen....
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 02-03-2007, 10:59 AM   #19 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Screen Resolution Change

Are you sure? Did you type /etc/x11/xorg.conf or etc/X11/xorg.conf?
Correct path is /etc/X11/xorg.conf it has to be there.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 02-03-2007, 11:30 AM   #20 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: Screen Resolution Change

Oops My mistake, but now i still have a problem
In point 3 i am supposed to change the mode, now my mode looks like this what do i change?

Quote:
Section "Modes"
Identifier "Modes[0]"
Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
Modeline "1280x800" 69.75 1280 1328 1360 1440 800 803 809 823 +HSync -Vsync
Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
Modeline "1280x768" 67.00 1280 1328 1360 1440 768 771 778 790 +HSync -Vsync
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "1024x768" 55.00 1024 1072 1104 1184 768 771 775 790 +HSync -Vsync
Modeline "1280x600" 61.50 1280 1336 1464 1648 600 601 604 622
Modeline "1280x600" 52.50 1280 1328 1360 1440 600 603 613 619 +HSync -Vsync
Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622
Modeline "1024x600" 43.00 1024 1072 1104 1184 600 603 613 619 +HSync -Vsync
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
Modeline "800x600" 34.75 800 848 880 960 600 603 607 617 +HSync -Vsync
Modeline "768x576" 34.96 768 792 872 976 576 577 580 597
Modeline "768x576" 32.25 768 816 848 928 576 579 583 593 +HSync -Vsync
Modeline "640x480" 23.86 640 656 720 800 480 481 484 497
Modeline "640x480" 23.25 640 688 720 800 480 483 487 494 +HSync -Vsync
Modeline "1024x768" 66.33 1024 1080 1184 1344 768 769 772 796
Modeline "1024x600" 50.60 1024 1064 1168 1312 600 601 604 622
Modeline "800x600" 39.49 800 832 912 1024 600 601 604 622
Modeline "768x576" 36.13 768 792 872 976 576 577 580 597
Modeline "640x480" 24.70 640 656 720 800 480 481 484 498
EndSection
&

Code:
Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x800" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
Code:
#! /bin/sh
#
# Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany.  All rights reserved.
#
# Author: Werner Fink <werner@suse.de>, 1996
#         Burchard Steinbild, 1996
#
# /etc/init.d/boot.local
#
# script with local commands to be executed from init on system startup
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#
/usr/bin/915resolution 38 1280 800 24

Code:
## Path:        System/Hardware/Graphicscard
## Description: Additional options for graphics cards
## Type:        yesno
## Default:     no
#
# Should the Intel(R) video BIOS be patched to let the X Server run with
# resolutions unknown to the BIOS? Warning, this is potentially dangerous,
# read the documentation in /usr/share/doc/packages/855resolution.
#
VIDEOBIOS_PATCH="yes"

## Type:        string
## Default:
#
# The options passed to 855resolution, usually 3 numbers:
# the video mode to patch, X and Y resolution.
#
VIDEOBIOS_PARAMETERS="to VIDEOBIOS_PARAMETERS="38 1280 800"
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.

Last edited by hailgautam; 02-03-2007 at 11:48 AM.
hailgautam is offline  
Old 02-03-2007, 06:07 PM   #21 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Screen Resolution Change

the last code /etc/sysconfig/videobios
should be:
Code:
VIDEOBIOS_PARAMETERS="38 1280 800"
Some One Using Open SUse can verify this.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 02-03-2007, 11:51 PM   #22 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Screen Resolution Change

Quote:
Originally Posted by hailgautam
Code:
Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x800" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
This is the part that you need to edit but since you have set your DefaultDepth to 24, you need to edit the part that says "Depth 24" instead of "Depth 15".
eddie is offline  
Old 03-03-2007, 08:43 PM   #23 (permalink)
In The Zone
 
nach p's Avatar
 
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
Default Re: Screen Resolution Change

While searching some linux forums I found this soln. for Ubuntu

Run sudo dpkg-reconfigure xserver-xorg. Accept all of the default values (just keep hitting enter, use the tab key to select the OK buttons) until you hit the screen resolutions (they're at the very end of the setup). Select which ones you want.
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie
nach p is offline  
Old 04-03-2007, 04:56 AM   #24 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Screen Resolution Change

nach_p don't just accept all the default values. Have a look at it first. Sometimes things aren't as you'd like.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 04-03-2007, 03:12 PM   #25 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: Screen Resolution Change

Thanks guys it worked, I think I needed to reboot into normal login after following the steps in the 13th post by eddie..
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 08:57 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2