Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Dual monitor Acer Aspire 3633 WLMI  (gelezen 3545 keer)

Offline vis

  • Lid
Dual monitor Acer Aspire 3633 WLMI
« Gepost op: 2009/10/20, 15:37:51 »
Hallo allemaal,

Ik ben al uren bezig om mijn laptop met Jaunty zover te krijgen dat ik een groot ekstop heb met 2 monitoren. In de laptop zit een geintregreerde videokaart:

Graphics Processor / Vendor: SiS Mirage M661MX

Video Memory: Shared Video Memory (UMA)

ALs ik een externe monitor aan mijn laptop koppel, dan zie ik op beide monitoren hetzelfde scherm. Maar ik zou graag willen dat ik 1 grote bureaublad heb. Heeft iemand ervaring met deze videokaart of kan mij verder helpen met mijn probleem?

ALvast bedankt,

Vis.

inhoud orginele xorg.conf:
Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Edit: P.S. Als ik naar System -> Preferences -> Display ga, dan zie ik maar 1 monitor. Als ik op detect monitor klik, gebeurd er niks.
« Laatst bewerkt op: 2009/10/20, 15:45:53 door vis »

Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #1 Gepost op: 2009/10/20, 16:27:09 »
Wat ouder stukje en deels in het Frans, maar misschien kan je er wat mee.
https://lists.ubuntu.com/archives/ubuntu-fr/2005-September/005679.html
In der Beschränkung zeigt sich der Meister.

Offline vis

  • Lid
Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #2 Gepost op: 2009/10/20, 21:33:02 »
Helaas.... Na een hoop uitgeprobeerd te hebben, krijg ik elke keer als ik opstarts dat mijn xorg.conf niet werkt en moet ik weer terug naar de default, zoals hij hierboven staat. EEn jaar of 2 jaar geleden heb ik het ook een keer aan de praat gekregen, maar weet echt niet meer hoe. Hopelijk heeft iemand anders nog een idee?

Alvast bedankt,

Vis.

Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #3 Gepost op: 2009/10/20, 21:46:04 »
In der Beschränkung zeigt sich der Meister.

Offline vis

  • Lid
Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #4 Gepost op: 2009/10/20, 22:59:56 »
Bedankt voor al je hulp. Helaas ben iker nog niet uit, maar heb nu wel een xorg.conf die wat voor mijn configuratie geschikt is. Alllen nog het gedeelte van de "grote" desktop over 2 monitoren werkt echt niet. Hopelijk iemand nog een idee na het zien van mijn nieuwe xorg.conf?

Section "Monitor"
Identifier "Configured Monitor"

# VertRefresh ??-?? (optional; used for CRT2 only)
# HorizSync ??-?? (optional; used for CRT2 only)
# Option "DPMS" (optional; used for CRT2 only)

# Gamma correction for CRT2
Gamma 1.000 1.000 1.000
EndSection

# In Dual Head mode, this "Device" section is only used
# for CRT2. A second one, for CRT1, is added below.

Section "Device"
Identifier "Configured Video Device"

# Now for the real thing:
Driver "sis"

# "BusID" is mandatory for Dual Head mode.
BusID "PCI:1:0:0"

# "Screen" is mandatory for Dual Head mode.
# "Screen 0" is CRT2 (master), "Screen 1" is CRT1 (slave)
Screen 0

# EnableSiSCtrl must be set to use SiSCtrl
Option "EnableSiSCtrl" "yes"

# [sisctrl] Set CRT1 device type (Note: overrides auto-detection)
Option "ForceCRT1Type" "VGA"

# [sisctrl] Set CRT2 device type (Note: overrides auto-detection)
Option "ForceCRT2Type" "LCD"

# [sisctrl] LCD related options
# Currently all set to defaults

# [sisctrl] Enable/disable gamma correction for CRT2
Option "CRT2Gamma" "on"

# [sisctrl] Brightness/contrast for CRT2
# The driver does NOT write these to the hardware. Instead, for
# using brightness/contrast, you need to execute sisctrl with the
# -setgammabrightness (or -sg) switch at X server start. It is
# most convenient to do this by adding this to your ~/.xsession
# or ~/.xinitrc file:
#    sisctrl -sg
# If you run Xinerama, do that twice for both screens. Add this:
#    sisctrl -screen 1 -sg
# In Dual Head mode, the options "Brightness" and
# "Contrast" are preferred over "CRT2Brightness" and
# "CRT2Contrast" (although both variants are accepted).
Option "Brightness" "0.000 0.000 0.000"
Option "Contrast" "0.000 0.000 0.000"

# [sisctrl] Xv (video overlay) related options for CRT2
Option "XvDefaultContrast" "2"
Option "XvDefaultBrightness" "10"
Option "XvDefaultHue" "0"
Option "XvDefaultSaturation" "0"
Option "XvDefaultDisableGfxLR" "no"
EndSection

# For Dual Head mode, a second "Monitor" section is required.
# The above "Monitor" section is for CRT2, while the following
# one is for CRT1. For example:

Section "Monitor"
# Replace IDENTIFIER with the real one from the "Monitor"
# tag in your "Screen" section for CRT1
Identifier "Configured Monitor"

# VertRefresh ??-?? (optional, used for CRT1 only)
# HorizSync ??-?? (optional, used for CRT1 only)
# Option "DPMS" (optional, used for CRT1 only)

# Gamma correction for CRT1
Gamma 1.000 1.000 1.000
EndSection


# For Dual Head mode, a second "Device" section is required.
# The above "Device" section is for CRT2, while the following
# one is for CRT1. Note that not all options can be set in this
# second "Device" section. Options that determine settings
# which both heads need to know about are only allowed in the
# "Device" section for CRT2.
# Options that are allowed here are all "XvDefault...", all
# gamma correction and color related options and a few more.
# For example:

Section "Device"
# Replace IDENTIFIER with the real one from the "Device"
# tag in your "Screen" section for CRT1
Identifier "Configured Video Device"

# Now for the real thing:
Driver "sis"

# "BusID" is mandatory for Dual Head mode.
BusID "PCI:1:0:0"

# "Screen" is mandatory for Dual Head mode.
# "Screen 0" is CRT2 (master), "Screen 1" is CRT1 (slave)
Screen 1

# EnableSiSCtrl must be set to use SiSCtrl
Option "EnableSiSCtrl" "yes"

# Enable/disable gamma correction for CRT1
Option "CRT1Gamma" "on"

# Brightness/contrast for CRT1
# The driver does NOT write these to the hardware. Instead, for
# using brightness/contrast, you need to execute sisctrl with the
# -setgammabrightness (or -sg) switch at X server start. It is
# most convenient to do this by adding this to your ~/.xsession
# or ~/.xinitrc file:
#    sisctrl -sg
# If you run Xinerama, do that twice for both screens. Add this:
#    sisctrl -screen 1 -sg
Option "Brightness" "0.000 0.000 0.000"
Option "Contrast" "0.000 0.000 0.000"

# Color saturation for CRT1
Option "CRT1Saturation" "0"

# Xv (video overlay) related options for CRT1
Option "XvDefaultContrast" "2"
Option "XvDefaultBrightness" "10"
Option "XvDefaultHue" "0"
Option "XvDefaultSaturation" "0"
Option "XvDefaultDisableGfxLR" "no"
Option "XvGamma" "off"
Option "Xinerama" "on"
EndSection

Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #5 Gepost op: 2009/10/20, 23:11:14 »
Is libxinerama1 geïnstalleerd in Synaptic?
En installeer een grandr eens, staat ook in Synaptic
gtk interface to xrandr
A simple gtk interface to the X Resize And Rotate (XRandR) extension. This
allows you change the resolution and frequency of your monitor dynamically
using a simple interface. For drivers that support it, it can also
configure the relative positioning of multiple monitors.
Ik weet niet of het voor de sis driver ook werkt, maar je kan het altijd proberen.
Na installatie terug te vinden onder Systeem>Beheer>Multiple screens
In der Beschränkung zeigt sich der Meister.

Offline vis

  • Lid
Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #6 Gepost op: 2009/10/20, 23:18:19 »
libxinerama1 was al geinstalleerd.

Ik heb grandr geinstalleerd, maar ook dit programma, ziet maar 1 monitor. Ik begin er een beetje in vast ter lopen met mijn gedac hten. Ik hoop dat er nog een oplossing komt, maar voor vandaag laat ik het even bezinken. In ieder geval hartelijk voor al je hulp Gijsbert.

Vis

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #7 Gepost op: 2009/10/20, 23:44:09 »
De verschrikkelijke SiS....  :(

Dat is een rotkaart voor Linux. Ik vrees dat dit wellicht onmogelijk is.

Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #8 Gepost op: 2009/10/20, 23:48:03 »
Niet de moed zo gauw opgeven Pjotr.

@Vis, via deze site(verouderd maar wel actief) http://www.winischhofer.net/linuxsispart4.shtml kwam ik hier http://ncc-1701a.homelinux.net/~linux-sis/index.php?page=FrontPage iets meer over de SiS kaart en het programma sisctrl.
« Laatst bewerkt op: 2009/10/21, 00:31:41 door Gijsbert »
In der Beschränkung zeigt sich der Meister.

Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #9 Gepost op: 2009/10/21, 11:48:56 »
Hallo vis, heb hier ook een notebookje met een SiS GPU'tje erin. Had ook al geprobeerd er een tweede monitor aan te hangen maar kreeg de resolutie niet goed. Kwam er al wel snel achter dat de sis module niet geladen werd dus die heb ik in /etc/modules gezet. Daarna met xrandr aan de gang gegaan maar Jaunty herkende mijn externe monitor niet. Die xorg.conf ziet er wel goed uit maar ik denk zelf dat een simpele driver toevoeging voldoende is.
En Pjotr, ik heb op dat brakke ding zelfs Compiz aan de gang gekregen, wel enorm traag maar het kan wel.

Offline vis

  • Lid
Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #10 Gepost op: 2009/10/21, 13:40:24 »
Beste Autostatic,

Hartelijk bedankt voor je hoopvolle reactie. Ik zit helaas nu op mijn werk... Ik zal kijken of ik nog ergens een uurtje heb om te kijken, anders kijk ik vanavond thuis even.

Bedankt!!

Vis

Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #11 Gepost op: 2009/10/21, 13:47:44 »
Ik zal vanavond dat ouwe notebookje ook wel weer even opstarten.

Offline vis

  • Lid
Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #12 Gepost op: 2009/10/22, 02:29:37 »
Beste allemaal,

Ik heb zojuist dual screen aan de praat als 1 grote desktop. Helaas heb ik wel een eigenaardig ander klein probleemje. Nu is mijn 2de monitor, super helder en mooi beeld, maar het beeld van mijn laptop is niet om aan te zien en ziet er niet uit. Weet iemand hier een oplossing voor?

Dit is mijn werkende xorg.conf:

Section "Module"
  Load  "dbe"
  Load  "i2c"
  Load  "bitmap"
  Load  "ddc"
  Load  "dri"
  Load  "extmod"
  Load  "freetype"
  Load  "glx"
  Load  "int10"
  Load  "vbe"
EndSection

Section "Device"
  Identifier "Card0"
  Driver "sis"
  Card        "** SiS (generic)     [sis]"
  BusID "PCI:1:0:0"

  Option "UseFBDev" "true"
  Option "EnableSisCtrl" "yes"
  Option "ForceCRT1Type" "LCD"
  Option "ForceCRT2Type" "NONE"
  #Option "CRT2Detection" "true" #For me this worked better than forceing the detection. If you use this comment out the two Force lines above this.
  Option "CRT1Gamma" "on"
  Option "CRT2Gamma" "on"
  Option "Brightness" "0.000 0.000 0.000"
  Option "Contrast" "0.000 0.000 0.000"
  Option "CRT1Saturation" "0"
  Option "XvOnCRT2" "yes"
  Option "XvDefaultContrast" "2"
  Option "XvDefaultBrightness" "10"
  Option "XvDefaultHue" "0"
  Option "XvDefaultSaturation" "0"
  Option "XvDefaultDisableGfxLR" "no"
  Option "XvGamma" "off"
EndSection

Section "DRI"
  Mode         0666
EndSection

Section "Monitor"
  Identifier   "CRT1"
  ModelName    "PANEL"
  Option       "DPMS"
  VendorName   "LCD"
  HorizSync    31-60
  VertRefresh  40-60
EndSection

Section "Monitor"
  Identifier   "CRT2"
  ModelName    "tv"
  Option       "DPMS"
  VendorName   "tv"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      24
#    Modes      "1024x768".
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "CRT2"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      24
#    Modes      "1024x768".
  EndSubSection
  Device       "Device[1]"
  Identifier   "Screen[1]"
  Monitor      "CRT1"
EndSection

Section "Device"
  BoardName    "630"
  BusID        "PCI:1:0:0"
  Driver       "sis"
  Identifier   "Device[1]"
  Screen       1
  VendorName   "SiS"
EndSection

Section "Device"
  BoardName    "630"
  BusID        "PCI:1:0:0"
  Driver       "sis"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "SiS"
  Option "EnableSisCtrl" "true"
EndSection

Section "ServerLayout"
  Identifier   "Layout[dual]"
#  ...
  Option       "Clone" "off"
  Screen       "Screen[0]"
  Screen       "Screen[1]" RightOf "Screen[0]"
  Option       "Xinerama" "on"
EndSection

Re: Dual monitor Acer Aspire 3633 WLMI
« Reactie #13 Gepost op: 2009/10/22, 15:45:00 »
Wat ik zo snel zie, waarom staat er een comment(#) voor modeline? En is de frequentie goed van je laptop scherm? Je kan ook bijv in de modeline dit zelf aangeven bijv.
"1024x768@75"
In der Beschränkung zeigt sich der Meister.