LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   Resolution 1024 x 600 (https://www.linuxquestions.org/questions/linux-mint-84/resolution-1024-x-600-a-887956/)

zkab 06-23-2011 11:18 AM

Resolution 1024 x 600
 
I installed Mint 11 (Katya) without problems on Asus eeepc 1000he ... but I can't get resolution 1024 x 600 - only option is 800 x 600.

inxi -G gives following:
Graphics: Card Intel Mobile 945GME Express Integrated Graphics Controller X.Org 1.10.1 Res: 800x600@60.3hz, 800x600@60.3hz
GLX Renderer Mesa DRI Intel 945GME GEM 20100330 DEVELOPMENT x86/MMX/SSE2 GLX Version 1.4 Mesa 7.10.2

and Xorg.0.log gives:

[ 1636.249] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[ 1636.249] (II) intel(0): Printing DDC gathered Modelines:
[ 1636.250] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
[ 1636.250] (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)

paulsm4 06-23-2011 11:43 AM

Hi -

1. If you haven't already done so, it couldn't hurt to download the latest/greatest driver from Intel:
http://edc.intel.com/Software/Downloads/IEGD/

2. Then look here for details on creating a valid configuration file for your card:
Quote:

http://www.backtrack-linux.org/forum...s-drivers.html

Well, just in case this can help anyone else, I finally got this working. You have to use the Intel CED tool that comes with the driver package to generate specific DTDs for the eee 901 screen, and then apply these in your xorg.conf, turning off all the automatic display detection. Here are the relevant bits of xorg.conf:
Code:

Section "Device"
Identifier "Intel Corporation Mobile 945GME Express Graphics Controller"
Driver "iegd"
VendorName "Intel(R) DEG"
BoardName "Embedded Graphics"
BusID "0:2:0"
Screen 0
Option "PcfVersion" "1792"
Option "ConfigId" "1"
Option "ALL/1/name" "945GME_1200x600"
Option "ALL/1/General/PortOrder" "40000"
Option "ALL/1/General/DisplayConfig" "1"
Option "ALL/1/General/DisplayDetect" "0"
Option "ALL/1/General/DRI" "1"
Option "ALL/1/Port/4/General/name" "901Screen"
Option "ALL/1/Port/4/General/EdidAvail" "4"
Option "ALL/1/Port/4/General/EdidNotAvail" "4"
Option "ALL/1/Port/4/General/Rotation" "0"
Option "ALL/1/Port/4/General/Edid" "1"
Option "ALL/1/Port/4/FpInfo/BkltMethod" "0"
Option "ALL/1/Port/4/Dtd/1/PixelClock" "48959"
Option "ALL/1/Port/4/Dtd/1/HorzActive" "1024"
Option "ALL/1/Port/4/Dtd/1/HorzSync" "40"
Option "ALL/1/Port/4/Dtd/1/HorzSyncPulse" "144"
Option "ALL/1/Port/4/Dtd/1/HorzBlank" "288"
Option "ALL/1/Port/4/Dtd/1/VertActive" "600"
Option "ALL/1/Port/4/Dtd/1/VertSync" "1"
Option "ALL/1/Port/4/Dtd/1/VertSyncPulse" "4"
Option "ALL/1/Port/4/Dtd/1/VertBlank" "22"
Option "ALL/1/Port/4/Dtd/1/Flags" "0x20000"
Option "ALL/1/Port/4/Dtd/2/PixelClock" "29579"
Option "ALL/1/Port/4/Dtd/2/HorzActive" "800"
Option "ALL/1/Port/4/Dtd/2/HorzSync" "16"
Option "ALL/1/Port/4/Dtd/2/HorzSyncPulse" "96"
Option "ALL/1/Port/4/Dtd/2/HorzBlank" "192"
Option "ALL/1/Port/4/Dtd/2/VertActive" "480"
Option "ALL/1/Port/4/Dtd/2/VertSync" "1"
Option "ALL/1/Port/4/Dtd/2/VertSyncPulse" "4"
Option "ALL/1/Port/4/Dtd/2/VertBlank" "17"
Option "ALL/1/Port/4/Dtd/2/Flags" "0x0"
Option "ALL/1/Port/4/Attr/27" "0"
Option "ALL/1/Port/4/Attr/26" "18"
Option "PortDrivers" "lvds"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
VendorName "ASUS"
ModelName "eeePC P901"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GMEExpress Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x600" "800x600"
ViewPort 0 0
# Virtual 1024 768
EndSubsection
EndSection

NOTE: Specifics (like "BusID") can and will vary

zkab 06-23-2011 12:14 PM

Quote:

Originally Posted by paulsm4 (Post 4393843)

If you haven't already done so, it couldn't hurt to download the latest/greatest driver from Intel:
http://edc.intel.com/Software/Downloads/IEGD/

The link gives 2 Linux IEGD - Fedora 7 & 10 - can I use them i Linuxmint ?


All times are GMT -5. The time now is 01:47 AM.