LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-11-2006, 12:01 PM   #1
ubernerd356
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 3

Rep: Reputation: 0
Kubuntu 915resolution Configuration Confusion on Dell Inspiron 6000


I have been trying to get four resolution modes set up on my Dell Inspiron 6000 with Intel 915GM graphics chipset installed. I have installed the .deb package via Adept and it runs well enough and even lists the resolutions modes i want when i run "915resolution -l". The problem is I think confusion on my part as to how much of this works. I have researched as much as I can on the process and have come to a bit of a block on setting this up, I'll try to be as clear as I can in explaining this so bear with me and thanks to anyone who does and tries to help.

Upon initial installation of the system, my X-Server (Running Xorg) detects an Intel 810 as the hadware and uses the i810 driver (same driver it would use if it detected a 915GM so I doubt that bit matters much) I have two resolution modes: 1280x800 and 1024x768. It defaults to 1280x800 and that is the only screen mode listed in my initial xorg.conf file, with no modelines listed and the monitor being detected as "Plug 'n Play." Direct Rendering works when I run glxinfo and everything is honestly hunky-dory save for one thing: when I try to run Fallout 2 under Cedega my resolution will not drop low enough for the game so it's shoves into a tiny box in the upper lefthand corner of the screen. This set me on a quest to try and add in two more modes: 800x600 and 640x480.

The display config that comes with KDE has my exact laptop monitor model but when i select it the xorg.conf file it builds has uncapped letters and bad syntax and it breaks my ability to use direct rendering. I set it up and then took my original working xorg.conf file and copied in the monitor info correcting syntax so it will actually work, then I added in the four mode i wanted under all depths in the "Screen" section. I figured this would be enough....

Upon rebooting I find nothing has changed, though Direct Rendering was not broken, so that's a plus. I then remembers seeing a package names 915resolution in adept and I did a bit of looking and found it was built for my graphics chipset and should help fix resolution setting problems with the X-Server. I happily install it. Now I have a rather interesting problem. My xorg.conf is set up properly, but I only have three resolution modes now: 1024x768 800x600 and 640x480. I want all of those but no matter what I try I cannot get 1280x800 back and working again. Since the syntax is all proper and has worked before I do not believe my xorg.conf is suspect, also since my problem did not begin until I installed 915 resolution. The resolution modes I want are all listed when I run "915resolution -l" and as far as I know the .deb package is supposed to install its own startup scripts.

My problem at this point is that I do not quite understand how to ensure that the startup script works under Kubuntu or how to ensure that 915resolution is running properly. The reason I post here is because I have followed four differect tutorials for configuring the init scripts none of which seem to have had any discernable effect. Different tutorials all seem to indicate different amounts of tweaking needed even for the same packages, and none of it has worked so far. I would like to know if anyone has had the same issue as I have even on similar laptop models, 1024x768 is certainly workable but I'd really prefer the native mode of 1280x800. My confusion is the fact that after all of the walkthroughs I've followed I've still managed to come away with little to no understanding of how 915resolution relates to init, the xorg.conf file and the X-Server itself, nor any change to my system for the positive. Thanks to those who trudges through this longwinded post and any help would be greatly appreciated.
 
Old 09-11-2006, 01:28 PM   #2
psychobyte
Member
 
Registered: Sep 2003
Location: Central Coast, California
Posts: 179

Rep: Reputation: 30
Have you tried to install the ati video drivers?
 
Old 09-11-2006, 01:37 PM   #3
ubernerd356
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 3

Original Poster
Rep: Reputation: 0
I'm not quite sure how that would help since all the hardware in my laptop is running off of the Intel Centrino chipsets and I have no ATI hardware in the machine. My desktop is my gaming rig so I didn't see much point in upgrading my laptop from the basic system for a computer that would be doing mostly work. (Cedega and such was an afterthought spawned by many hours of boredom with my laptop.)
 
Old 09-11-2006, 02:12 PM   #4
ubernerd356
LQ Newbie
 
Registered: Dec 2005
Distribution: Kubuntu
Posts: 3

Original Poster
Rep: Reputation: 0
Quick update, I finally got 915resolution working and the system is once again running at 1280x800, only problem is there are not other modes as it seems to be simply ignoring that section of the xorg.conf now that 915resolution is forcing these modes on the system. Does anyone know a way in which i can set up multiple resolution modes under 915resolution? Currently hoping to have 640x480 800x600 1024x768 and 1280x800 all available through the X-Server if possible.
 
Old 10-11-2007, 11:44 AM   #5
starkadderX
LQ Newbie
 
Registered: Oct 2007
Posts: 1

Rep: Reputation: 0
how to set multiple modes in /etc/default/915resolution

Add additional modes in the /etc/default/915resolution file by adding lines like this:

$PROG <mode> <x-res> <y-res> <bits>

for example,

$PROG 38 1680 1050 32

The mode in this line cannot be "auto". You must specifically overwrite a mode number. The "bits" can be left blank.

The reason this works is because the script /etc/init.d/915resolution imports /etc/default/915resolution, where MODE, XRESO, YRESO, and BIT become script variables. What the additonal line does is invoke the 915resolution program explicitly every time /etc/init.d/915resolution runs. The variable PROG is set to the path for 915resolution before /etc/default/915resolution is imported.

I set two modes, one for my laptop's wide screen and one for the 22-inch LCD monitor that I use dual-head when docked. My /etc/default/915resolution file looks like this:

#
# 915resolution default
#
# find free modes by /usr/sbin/915resolution -l
# and set it to MODE or set to 'MODE=auto'
#
# With 'auto' detection, the panel-size will be fetched from the VBE
# BIOS if possible and the highest-numbered mode in each bit-depth
# will be overwritten with the detected panel-size.


#
# for laptop monitor
#
MODE=32
XRESO=1280
YRESO=800
BIT=

#
# for Dell LCD monitor:
#
# MODE=38
# RESO=1680
# YRESO=1050
# BIT=
$PROG 38 1680 1050
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Inspiron 6000, install kubuntu to ext. USB PolarDog Linux - Laptop and Netbook 1 07-18-2006 02:00 PM
FC 5 on Dell Inspiron 6000 Menace Inc Fedora 16 05-20-2006 08:54 AM
Dell Inspiron 6000 Aeiri Linux - Hardware 30 04-22-2006 11:42 AM
Dell Inspiron 6000 monitor matat Linux - Newbie 3 03-20-2006 04:20 PM
Ubuntu on Dell Inspiron 6000 Ayabara Linux - Laptop and Netbook 1 01-18-2006 11:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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