Nieuws:

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

Auteur Topic: Dualscreen werkt niet  (gelezen 635 keer)

Dualscreen werkt niet
« Gepost op: 2013/03/27, 18:14:11 »
hallo.

ik al een tijdje een probleem met dualscreen in ubuntu,
als ik mn externe beeldscherm aan sluit krijg ik op bijde schermen het zelfde beeld.
als ik mn schermen dan op meervoudig bureaublad zet krijg ik een error dat dit niet mogelijk is.. met de virtuele resolutie.
ook verandert mijn laptopscherm resolutie naar 1280x768

ik draait ubuntu 12.10
met een AMD Radeon HD 7640G gpu
en amd ccc versie 9.00.11

alvast bedankt :)


Re: Dualscreen werkt niet
« Reactie #2 Gepost op: 2013/03/28, 11:27:51 »
Volgens mij geef je zelf al aan wat het probleem is: je Virtual Screen is te klein.
http://www.thinkwiki.org/wiki/Xorg_RandR_1.2#the_Virtual_screen
Subsectie toevoegen aan Display in xorg.conf

VV

Re: Dualscreen werkt niet
« Reactie #3 Gepost op: 2013/03/28, 16:43:40 »
hmm ik kan nergens in mijn xorg.conf iets vinden over iets virtueels ;o

Citaat
Section "ServerLayout"
   Identifier     "aticonfig Layout"
   Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]-0"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Monitor"
   Identifier   "0-LVDS"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
   Option       "PreferredMode" "1280x768"
   Option       "TargetRefresh" "60"
   Option       "Position" "0 0"
   Option       "Rotate" "normal"
   Option       "Disable" "false"
EndSection

Section "Monitor"
   Identifier   "0-CRT1"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
   Option       "TargetRefresh" "60"
   Option       "Position" "0 0"
   Option       "Rotate" "normal"
   Option       "Disable" "true"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]-0"
   Driver      "fglrx"
   Option       "Monitor-LVDS" "0-LVDS"
   Option       "Monitor-CRT1" "0-CRT1"
   BusID       "PCI:0:1:0"
EndSection

Section "Device"
   Identifier  "amdcccle-Device[0]-1"
   Driver      "fglrx"
   Option       "Monitor-LVDS" "0-LVDS"
   BusID       "PCI:0:1:0"
   Screen      1
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]-0"
   Device     "aticonfig-Device[0]-0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "amdcccle-Screen[0]-1"
   Device     "amdcccle-Device[0]-1"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection