| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
__________________
Change is Nature, the part that we can influence; and it starts when we decide. Where you going? With Luck forward. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) | |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
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:
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 |
|
|
|
|
|
#3 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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
__________________
Change is Nature, the part that we can influence; and it starts when we decide. Where you going? With Luck forward. |
|
|
|
|
#4 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
try using an unused mode for ur wanted resolution-1280x800.I assume u dont use mode 34
Code:
~#915resolution 34 1280 800 24 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 |
|
|
|
|
#5 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
|
|
#6 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
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 |
|
|
|
|
#7 (permalink) |
|
In The Zone
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
|
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 |
|
|
|
|
#8 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
|
|
#9 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^^ 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 |
|
|
|
|
#10 (permalink) |
|
In The Zone
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
|
:~$ 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 |
|
|
|
|
#11 (permalink) |
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
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 |
|
|
|
|
#12 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
|
|
#13 (permalink) |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
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 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. |
|
|
|
|
#14 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
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 |
|
|
|
|
#15 (permalink) |
|
In The Zone
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
|
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 |
|
|
|
|
#18 (permalink) | |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
Quote:
__________________
Change is Nature, the part that we can influence; and it starts when we decide. Where you going? With Luck forward. |
|
|
|
|
|
#19 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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 |
|
|
|
|
#20 (permalink) | |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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:
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. |
|
|
|
|
|
#21 (permalink) |
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
the last code /etc/sysconfig/videobios
should be: Code:
VIDEOBIOS_PARAMETERS="38 1280 800"
__________________
"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 |
|
|
|
|
#22 (permalink) | |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Quote:
|
|
|
|
|
|
#23 (permalink) |
|
In The Zone
Join Date: Jan 2006
Location: mUMBAI
Posts: 241
|
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 |
|
|
|
|
#24 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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 |
|
|
|
|
#25 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|