LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices

Reply
 
LinkBack Search this Thread
Old 10-30-2006, 11:47 AM   #1
ehsan_expert
LQ Newbie
 
Registered: Oct 2006
Posts: 4

Rep: Reputation: 0
Unhappy WideScreen Resolution Problems in Mandriva 2006


Hey every one. I wanted to know how on earth can I switch my resolution from 1024x768 to ***ing 1280x800. So I have tried many ways which all ended in editing xorg.conf which lead to nowhere.
My laptop is a SONY VAIO VGN-FS-540P. The LCD is a Sony xbrite technology (15.4" wxga) and unfortunately my Vedio Card is Intel 915. Have anybody had such a problem or does anyone know how to fix it?
By the way, I had this problem both in Kubuntu dapper and Mandriva 2006 free and currently I have the second one installed and I like it.
 
Old 10-30-2006, 12:37 PM   #2
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,264

Rep: Reputation: 128Reputation: 128
You need to get and install the 915resolution tool:

http://www.geocities.com/stomljen/

this is absolutely necessary to get the 1280x800 resolution since the video bios of the intel graphics chipsets misreports the resolution capabilities of the system and defaults to 1024x768. Actually, there's some dispute about whether it's intel's faulty video bios or xorg's faulty X system. I know this tool works perfectly on the 945 chipset.

I think there may be an rpm available for 915resolution in the contrib repo.
 
Old 11-01-2006, 08:17 AM   #3
ehsan_expert
LQ Newbie
 
Registered: Oct 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks alot. I have already installed the newest package. I think I must go through the install process again and definitely will check the forum you specified.
 
Old 11-05-2006, 02:14 AM   #4
ehsan_expert
LQ Newbie
 
Registered: Oct 2006
Posts: 4

Original Poster
Rep: Reputation: 0
For those who are beginner like me:

If you are having widescreen problems in linux and your PC is a laptop first go and check for the newest Video Card drivers.
In my case the Video Card was Intel915 series and there is a bug either in Xorg or in Intel. The problem is when Xorg asks the bios of the VC to introduce available resolutions it doesn't specify the 1280x800x24 mode. TO DO: download '915resolution' by searching for it in google. Then easily install it like:
915resolutionPackage> make
915resolutionPackage> make install
If you type '915resolution' you will get a list of reported resolutions. You may hack the bios and enter your desired resolution instead of one of reported ones. This is done like:
> 915resolution 38 1280 800 24
Means that reported resolution number '38' must be replaced by '1280x800x24' mode.
But it must be done before the X window system loads. I am using a Mandriva 2006 linux. To do this, I edited my 'dm.sh*' file which is supposed to load the X-window system. In the first line of the file I wrote:

915resolution 38 1280 800 24
...
After restarting the computer the resolution got correct!
I hope it will be useful...
 
Old 11-10-2006, 09:33 AM   #5
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: mepis, ubuntu, zenwalk
Posts: 334

Rep: Reputation: 38
Thanks ehsan_expert, it worked for me, after two days of intensive searching and reading long stories, you gave the simple answer i was looking for. in my case dm.sh file was kdm.sh and it would be handy to say where it is located: /etc/init.d/kdm

installing 915resolution was a piece of cake and adding that line 915resolution 38 1280 800 24 (after doing the right pick (58 in my case) from the list generated by '915resolution -l') to the top of the kdm.sh file is easy enough too.

just ctrl+alt+bckspc wasn't enough but a reboot did the trick

thanks
ron
 
Old 11-10-2006, 10:01 PM   #6
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: mepis, ubuntu, zenwalk
Posts: 334

Rep: Reputation: 38
May be I have been cheering to early because now when I switch to a VT i can't read a thing! everything looks garbled, not even random characters, just unreadable jibberish. now x looks perfect but the VT have become useless in the process. do you have this experience too?

thanks
ron
 
Old 11-12-2006, 11:54 PM   #7
ehsan_expert
LQ Newbie
 
Registered: Oct 2006
Posts: 4

Original Poster
Rep: Reputation: 0
What is a VT?

Hey, good to hear that my elementary experiencecame handy. Yes you may add the line in any of shell-script files which are to run before X window system. Actually I do not know what a VT is? Nor am I realy an expert in Linux. But the thing is if it is a hardware thing go to its website or search in google for list of its drivers. Maybe you'd be able to find something for the linux. By the way, try to use drivers that some one else before you has used and approves their being appropriate. They may damage you system or at least OS if not applied properly. (My Mandriva Linux crashed twice).
 
Old 11-14-2006, 08:30 AM   #8
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: mepis, ubuntu, zenwalk
Posts: 334

Rep: Reputation: 38
a VT is a Virtual Terminal, not that i am a master of the VT's, but a linux system has (at least) 7 VT's, the last one (tty7) is X. you can switch to a VT by pressing ctrl+alt+F1 will get you into tty1, the same with F2 will get you to tty2, do this with F7 and you will be back in X. now, since that 915 resolution hack is in place I can not work with any of the VT's, do you have the same problem too? I can still switch to them but it is unreadable.
 
Old 11-14-2006, 11:04 AM   #9
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,264

Rep: Reputation: 128Reputation: 128
Which resolution did you overwrite with the 915 tool? You may have overwritten the one used by the VT so it is no longer available. You could try overwriting another one instead. The idea is to pick one that will never be ordinarily used.
 
Old 11-15-2006, 02:34 AM   #10
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: mepis, ubuntu, zenwalk
Posts: 334

Rep: Reputation: 38
the 1024 x 768 one, as i read your answer i could immediately see the logic in it, haven't tried it yet (i am not on that systems right now) but it is clear as a bell, will let you know the outcome anyway. thanks kilgoretrout.
 
Old 11-16-2006, 08:37 AM   #11
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: mepis, ubuntu, zenwalk
Posts: 334

Rep: Reputation: 38
using the 800 x 600 one now and all works good, i can switch to VT's without a problem. thanks again!
 
Old 11-21-2006, 09:46 AM   #12
peterlombardo
LQ Newbie
 
Registered: Nov 2006
Posts: 2

Rep: Reputation: 0
Anyone know offhand what the maximum resolution the linux driver supports in Xorg?

I remember finding a posting somewhere months back but I don't remember the answer and a google search now didn't turn up anything.

I've had the 1280 widescreen resolution for a while and would love to get 1600x1400.

Peter
 
Old 12-01-2006, 10:28 AM   #13
adresa_la_misto
LQ Newbie
 
Registered: Dec 2006
Posts: 1

Rep: Reputation: 0
Solution for AMILO M 6450 G

Hi! Thank you very much for the info!

I had kind of the same problem with the resolution on my Fujitsu-Siemens AMILO M 6450G Laptop, using Mandriva Linux.

Following your instructions, but changing things a bit, I managed to fix the problem.

So, here are the things that were useful for me:

1. Download "915resolution" program
2. from a shell, type "make"
3. then, "make install"


Up to this point, nothing differs from the instructions presented in this topic, for other computers.

I tried changing the resolution as you described, but nothing seemed to happen. I don't know why, but regarding the resolution, the settings from "xorg.conf" are ignored. My X was mandatory started in 1024x768, ignoring my custom resolutions in xorg.conf.

so, i changed with 915resolution exactly the id of 1024x768.

4. Edit the file /etc/rc.d/init.d/md and add the following command:

915resolution 34 1280 768 8


Note that for Amilo M6450G screen, the optimal resolution is 1280x768.

It doesn't matter what bpp you are using, the above command fixes the resolution for all depths.

5. Reboot

Maybe your resolution settings in xorg.conf aren't ignored, but if they are, and the solution above doesn't work, try to determine what resolution your X starts with and change it with 915resolution. It should work.

Cheers!
 
Old 12-25-2006, 02:18 PM   #14
baci_1721
LQ Newbie
 
Registered: Dec 2006
Posts: 1

Rep: Reputation: 0
Mandriva 2007, Fujitsu Siemens Amilo Pro laptop, Intel 915GM chipset, and 1024x768 res, No matter what i do! I've tried all the comments on this thread to now avail, tried other suggestions all using 915/855 resolution programs, is there anything else i can try? Many thanks and Merry Christmas

Baci x


EDIT ::: Correction, i was adding the command to the wrong file! can you beleive it!? lol i added it to /etc/rc.d/init.d/dm and it worked straight off, 1280x800! My god its so much nicer, check out http://baci1721.dynalias.com/laptop.png i usually use Gentoo but mandriva went on this for usability!

Thanks

Last edited by baci_1721; 12-25-2006 at 02:47 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
screen resolution on mandriva 2006 / dell inspiron 8200 hotburner2001 Linux - Hardware 20 09-21-2006 06:00 AM
I have problems with mandriva 2006 lindis68 Mandriva 2 06-28-2006 12:01 AM
Problems with widescreen resolutions (1280x720) on 15" widescreen TFT with nvidia Arvendui Linux - Software 6 02-18-2006 09:21 AM
[mandriva] Widescreen (15:9) Laptop Display Settings - cannot set resolution properly swilliams2006 Linux - Hardware 2 02-13-2006 08:23 AM
Mandriva Free 2006 on a widescreen LCD Conway Mandriva 12 12-07-2005 04:49 PM


All times are GMT -5. The time now is 08:22 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration