LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-09-2008, 02:28 PM   #1
engels686
LQ Newbie
 
Registered: Sep 2008
Posts: 4

Rep: Reputation: 0
Screen resolution on Lenovo R61 stuck at 1280x800.


I have installed Slackware 12.1 on a Lenovo R61.

Everything works perfectly (middle mouse button, I've got my firewall up and running etc. etc.) apart from the screen resolution which is set to 1024x768. I would prefer 1280x800.

My graphics card is:

Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller

I have tried various propsed solutions I found via google searches. I have the patched 915resolution from the Gentoo site and I have tried editing xorg.conf. 915resolution runs before I startx.

915resolutions -l says it has changed the resolution:

Mode 5c : 1280x800, 24 bits/pixel

I cannot find, or think of, anything else to try. Does anyone have any similar experiences and has managed to find a solution? Or have I missed something obvious?

Below is the section from my xorg.conf.

Section "Monitor"

Identifier "My Monitor"
# DisplaySize 305 230

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 31.5 - 50.0

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 40-90
Option "ForceBios" "1920x1440=1280x800"
EndSection

Section "Monitor"
Identifier "TVOutput"
Option "Disable" "true"
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
Option "monitor-TV" "TVOutput"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Monitor "My Monitor"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.

# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24
# DefaultDepth 32

# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)

Subsection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
 
Old 09-09-2008, 03:59 PM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
A quick googlin' lead me to various xorg.conf with the i810 xorg driver
So maybe try replace: Driver "intel" with: Driver "i810" in Device section
Quote:
Originally Posted by engels686
Everything works perfectly (middle mouse button, I've got my firewall up and running etc. etc.)
Lol I like that, if the middle mouse button works, all is well
 
Old 09-09-2008, 04:18 PM   #3
engels686
LQ Newbie
 
Registered: Sep 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by keefaz View Post
A quick googlin' lead me to various xorg.conf with the i810 xorg driver
So maybe try replace: Driver "intel" with: Driver "i810" in Device section

Lol I like that, if the middle mouse button works, all is well
I tried that but it made no difference. I don't think it's the driver as direct rendering is working. It's just the annoying 1024x768 resolution.
 
Old 09-09-2008, 04:35 PM   #4
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
No error about screen resolution in /var/log/Xorg.0.log ?

Also maybe try to comment this line: Option "ForceBios" "1920x1440=1280x800"
in "Monitor" section (My Monitor identifier)
I don't see the ForceBios option in Monitor section of " man xorg.conf ", I think it is a wrong monitor option
Maybe try to use: Option "PreferredMode" "1280x800"
(in Monitor section, My Monitor)
 
Old 09-09-2008, 06:04 PM   #5
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
I have an intel chipset on my desktop that will not render 1440x900 with the stock slackware xorg.conf.
(it could, I just can't get the options right)

The only way I've been able to get 1440x900 is by running xorgsetup as root. I don't have the same graphics chip as you, but I use the i915 and drm modules. It might be worth a try. I'm using slackware 12.1. I don't use the 915 resolution patch. This worked for me with the generic and huge kernels 2.6.24.5.

My card:

VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)

lsmod | grep i915:

i915 29056 2
drm 69672 3 i915


HTH
 
Old 09-09-2008, 09:14 PM   #6
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
This is just a guess (and not a good one at that), but try searching these forums for Modeline (you'll probably find some posts by me). I don't feel like looking them up right now, but you may wish to try a custom Modeline for your monitor (this is often necessary, at least on PCs without an nVidia card [ie without the proprietary nVidia drivers], to achieve the higher resolutions).

OK, I was nice and did a quick search of the forums (for "Modeline"). See this threead. There are tons of other threads (often with posts by me) describing essentially the same thing, so if you can't get it working using the linked thread, do a little more searching.
 
Old 09-10-2008, 02:45 PM   #7
engels686
LQ Newbie
 
Registered: Sep 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for the info. I will experiment with this and post my results asap.
 
Old 09-14-2008, 12:09 PM   #8
engels686
LQ Newbie
 
Registered: Sep 2008
Posts: 4

Original Poster
Rep: Reputation: 0
I've been through the various posts and tried the suggestions. The odd thing is it doesn't make any difference - doesn't even break anything. It's almost like the xorg.conf is being ignored.
 
Old 09-14-2008, 04:10 PM   #9
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Maybe you could find something interesting in X log?
less /var/log/Xorg.0.log
 
  


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
Installing Windows XP by deleting Fedora9 on Lenovo R61 Laptop Rajesh Kumar Agrawal Linux - Newbie 3 08-26-2008 01:31 AM
Fedora 7 stuck on 640x480 Screen Resolution Chargh Fedora 11 06-09-2008 11:42 AM
Screen resolution STUCK at 640x480 antinull Debian 8 10-29-2007 12:39 PM
Ubuntu 7.04 & 7.10 64 bit on Lenovo Thinkpad r61 multiverse Linux - Software 4 08-30-2007 05:08 PM
screen resolution stuck at 1024 x 768 etechnophile SUSE / openSUSE 7 01-03-2007 02:16 AM

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

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