LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-08-2009, 02:31 PM   #1
whirly450
LQ Newbie
 
Registered: Feb 2009
Posts: 2

Rep: Reputation: 0
No external monitor with Fujitsu 810/Suse 11.1/Intel 945 GM


Just upgraded from 10.1 to 11.1 on a Fujitsu U810 with Intel 945 GM graphics. External LCD (through VGA port) worked great in 10.1, but doesn't work at all in 11.1. I enabled dual-head etc. in sax2 exactly as in 10.1, but no external LCD (tried three different ones) is ever detected in 11.1. All available updates have been installed.

xrandr showed that the external LCDs are being detected as "TV-1" and VGA is always listed as disconnected. The menubar config tool in GNOME shows two displays, but (oddly) the laptop display is listed as "Unknown" and the external monitor is listed as "Laptop." (??)

I went into xorg.conf and told it to ignore "TV" and "TV-1". Now xrandr doesn't list TV-1 anymore but VGA is still disconnected and the external monitor(s) still don't work.

Then, I went back to the original xorg.conf and tried again. VGA still disconnected, external monitor again listed in xrandr as "TV-1."

Tried xrandr --output VGA with various modes, no change. Also tried different resolutions for the external monitor, including just cloning at 800x600, no change. The Fujitsu has a "Fn-A" keyboard to toggle external displays; no change there either.

xorg.conf is posted below, without the ignore TV and TV-1 modifications. I noticed that SaX identifies the external LCDs as "EXT" but there's no section for "VGA" in xorg.conf. Changing "EXT" to "VGA" doesn't help.

Then I tried putting the following in xorg.conf:

Option "ForceSDVODetect" "on"

and that fixed the laptop display, so it's now shown as "laptop" and the external monitor shows up as "Unknown," but still no display on the external LCD.

Any help would be greatly appreciated! You can see that I've tried a lot of things and so far nothing has worked. fyi, I am fairly experienced with command-line Linux but not so much with X11. :-)

thanks in advance...

# /.../
# SaX generated X11 config file
# Created on: 2009-02-07T09:14:05-0600.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection

Section "Module"
Load "extmod"
Load "glx"
Load "freetype"
Load "dbe"
Load "dri"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "AutoSoft" "on"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "Name" "<undefined>"
Option "Protocol" "Auto"
Option "Vendor" "Sysp"
EndSection

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
DisplaySize 248 144
HorizSync 31-38
Identifier "Monitor[0]"
ModelName "800X600@60HZ"
Option "DPMS"
Option "PreferredMode" "800x600"
VendorName "--> VESA"
VertRefresh 50-60
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
EndSection

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "800x600" "768x576" "640x480"
Virtual 2048 1200
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "768x576" "640x480"
Virtual 2048 1200
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "768x576" "640x480"
Virtual 2048 1200
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "768x576" "640x480"
Virtual 2048 1200
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "945 GM"
Driver "intel"
Identifier "Device[0]"
Option "SaXDualHead"
Option "SaXDualMonitorVendor" "--> LCD"
Option "SaXDualOrientation" "LeftOf"
Option "SaXDualResolution" "800x600"
Option "SaXDualMode" "Clone"
Option "SaXDualHSync" "30-95"
Option "SaXDualMonitorModel" "1900X1200@75HZ"
Option "SaXDualVSync" "60-75"
Option "SaXExternal" "Identifier&EXT+DisplaySize&+VendorName&--> LCD+PreferredMode&800x600+HorizSync&30-95+ModelName&1900X1200@75HZ+VertRefresh&60-75"
Screen 0
VendorName "Intel"
Option "ForceSDVODetect" "on"
EndSection

Section "Monitor"
HorizSync 30-95
Identifier "EXT"
ModelName "1900X1200@75HZ"
Option "PreferredMode" "800x600"
VendorName "--> LCD"
VertRefresh 60-75
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection


Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
Option "Composite" "on"
EndSection
 
Old 02-13-2009, 12:39 PM   #2
whirly450
LQ Newbie
 
Registered: Feb 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Exclamation Suse 10.1 vs. 11.1?

It looks like no one has an answer for this.

OK, here's another question. Since the external monitor worked fine from the same machine in Suse 10.1 but not 11.1, what changed between the two versions? How can I find out if (for example) a new Intel 945GM driver was issued between those two versions? If there was, how can I downgrade to the old driver?

Any suggestions would be appreciated. Otherwise I'm stuck with that tiny U810 screen and no monitor/projector.
 
  


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
external vga on a Fujitsu Lifebook S6240 (Intel Graphics Media Accelerator 900) Matthias Linux - Hardware 0 10-21-2008 06:29 AM
Installing graphic card drivers on SUSE 10.3 (INTEL 945 GM card) Jason21 Linux - Newbie 1 10-18-2007 07:14 AM
Intel 945 GM graphics card driver for Suse 9.3 lkemp Linux - Laptop and Netbook 0 06-29-2007 05:32 AM
need information about Intel 915GM and intel 945 graphics chipsets mechmg93 Debian 1 04-15-2006 06:53 AM
Dual monitor prob(Intel 810 + ATI Mach64 ) SeanatIL Linux - Hardware 3 06-22-2004 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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