Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

External display on I945GM

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
1 post • Page 1 of 1
Author
Message
Ravak
n00b
n00b
Posts: 54
Joined: Fri Feb 03, 2006 3:53 pm
Location: GB/PL
Contact:
Contact Ravak
Website

External display on I945GM

  • Quote

Post by Ravak » Fri Jun 08, 2007 9:27 pm

I have a MAXDATA laptop with i945GM card:

Code: Select all

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
The laptop has DVI and TV outputs. Since the monitor is analog, I'm using D/A converter - monitor is seen both as VGA and TMDS-1:

Code: Select all

Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1280 x 1280
VGA connected 1024x768+0+0 (normal left inverted right) 0mm x 0mm
   1024x768       60.0* -1
   800x600        60.3  
   640x480        59.9  
LVDS connected (normal left inverted right)
   1280x800       59.9 + -2
   1024x768       60.0  
   800x600        60.3  
   640x480        59.9  
TMDS-1 connected (normal left inverted right)
   1024x768       60.0  -3
   800x600        60.3  
   640x480        59.9  
TV disconnected (normal left inverted right)
With the config I have, it somehow manages to probe the display - works in modes displayed above. Although:
1. once I change resolution I can't revert back to LVDS
2. at start 1, 2 and 3 resolutions are selected, but only LVDS actually works (external display shows garbage)

I tried experimenting with HorizSync and VertRefresh (these should be correct values for SyncMaster 913N):

Code: Select all

HorizSync    35.156-79.976
VertRefresh  56.25-75.025
And in VGA section I get new screen resolutions yet I can't use them (in TMDS-1 there's still those 3 so I guess it's blocking it). The ones that were working, now stops (goes blank).

Anyway, I'm trying to get Samsung 913N working in 1280x1024 resolution, so far with no success. And here's my xorg.conf:

Code: Select all

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen         0 "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "xtrap"
	Load  "dri"
	Load  "GLcore"
	Load  "record"
	Load  "glx"
	Load  "extmod"
	Load  "dbe"
	Load  "freetype"
	Load  "type1"
EndSection

Section "dri"
  Mode 0666
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules"  "xorg"
	Option      "XkbLayout" "pl"
	Option 	    "XkbModel"  "pc105"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "SAMSUNG"
	ModelName    "SyncMaster 913N"
	#HorizSync    35.156-79.976
	#VertRefresh  56.25-75.025
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier   "Screen0"
	Device       "Card0"
	Monitor      "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Depth     24
		Modes     "1280x1024" "1152x864" "1024x768" "800x600" "640x400"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes     "1280x1024" "1152x864" "1024x768" "800x600" "640x400"
	EndSubsection
EndSection
Thanks for any help.
Top
Post Reply
1 post • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic