No choice for native LCD resolution - work around? [solved]

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Ruis

No choice for native LCD resolution - work around? [solved]

Post by Ruis »

OK, I'm a noob to LM, so that's why I'm posting here!

I just installed LM14 (nadia) on a new-to-me Dell Latitude D620 laptop. It has the Intel 945 graphics chip.

Initially, I was having the same problem as seen here, with messed-up fonts: :(

http://forums.linuxmint.com/viewtopic.php?f=90&t=113534

but I did the xorg.config trick and that worked for me. :D

However, I would like to change my display to the native 1280x800 but this is not an option. I'm currently using 1440x900, but I think using the native would improve the clarity of the fonts (and everything else for that matter). The other resolution options available don't do well at all. :|

I did some research but haven't found what I need. I have listed some of the relevant topics (and my code outputs) below.

----------------------------------------------------------
http://forums.linuxmint.com/viewtopic.php?f=59&t=95413
Here is the trick: type now xrandr --addmode NAMEOFEXTERNALMONITOR aaaaxbbb --rate xx. In my case, xrandr --addmode VGA1 1360x768 --rate 60
my result:

Code: Select all

xrandr: cannot find mode "1280x800"
-----------------------------------------------------------

http://forums.linuxmint.com/viewtopic.php?f=90&t=101427

Code: Select all

lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
03:01.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller (rev 40)
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
--------------------------------------------------------
inxi -Gx
Graphics: Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller bus-ID: 00:02.0
X.Org: 1.13.0 driver: intel Resolution: 1440x900@60.0hz
GLX Renderer: Mesa DRI Intel 945GM x86/MMX/SSE2 GLX Version: 1.4 Mesa 9.0.2 Direct Rendering: Yes
--------------------

I tried finding more about this 915resolution thing:
http://www.linlap.com/dell_latitude_d620
but didn't get anywhere with that.


Anyway, is there a work-around for this or am I just missing something (easy)?

I am new to linux mint and I have found it too be very impressive thus far.

Many thanks in advance!

-R
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Ruis

Re: No choice for native LCD resolution - work around?

Post by Ruis »

OK, I read this:

http://forums.linuxmint.com/viewtopic.p ... el#p647805

and then this:

https://wiki.archlinux.org/index.php/Xrandr

and I got it working with the xrandr command. :D

Too bad it looks terrible! :o
So I'll be sticking with the 1440x990 mode I was using. :o
Locked

Return to “Beginner Questions”