Gå til innhold

bilde på ekstern monitor?


dabear

Anbefalte innlegg

Videoannonse
Annonse

Hm, veit ikke om jeg skjønte hva du mente olear, men jeg har altså en laptop med lcdskjerm. Laptopen har en utgang, slik at en ekstern monitor kan kobles til. Kobler jeg til en monitor og rebooter, kommer det et skjermbilde på monitoren, men ikke på laptopskjermen. Kobler jeg ifra skjermen og rebooter kommer skjermbildet igjen på laptopen. Jeg får altså bare skjermbilde på én av skjermene, jeg ønsker at begge skal vise samme skjermbilde.

Lenke til kommentar

Min xorg.conf med dualhead(og single). Er forholdsvis featureless og vanilla dualhead, som ikke burde bruke noen driverspesifikke funksjoner/ting. Legg merke til at ved denne typen dualhead har du blant annet ikke mulighet til å strekke vinduer over to skjermer eller flytte vinduer fra skjerm A til skjerm B.

Bruker denne selv på min laptop.

Section "ServerLayout"
Identifier "dual"
#Screen "Display1"
#Screen "Display 1" LeftOf "Display 2"
#Screen "Display 2" 0 0
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier "single"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
#FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-en"
#FontPath "${PREFIX}/share/AbiSuite/fonts"
EndSection

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

Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
#Load "pex5"
Load "record"
#Load "xie"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "keyboard"
       Option      "XkbRules" "xfree86"
       Option      "XkbModel" "pc101"
       Option      "XkbLayout" "no"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "auto"
       Option      "Device" "/dev/sysmouse"
       Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
       #DisplaySize      280   210     # mm
       Identifier   "Monitor0"
       HorizSync    31.5 - 48.5
       VertRefresh  50.0 - 90.0
       ModeLine     "1280x800@59" 68.9 1280 1296 1328 1408 800 804 808 816
EndSection

Section "Monitor"
 Identifier   "Monitor1"
 HorizSync    31.5 - 79.0
#   HorizSync    31.5 - 48.5
 VertRefresh  50 - 100
#   VertRefresh  50 - 100
EndSection

Section "Device"
       Identifier  "Videocard0"
       Driver      "radeon"
       VendorName  "ATI Technologies Inc"
       BoardName   "Radeon R250 Lf [Radeon Mobility 9000 M9]"
#        VideoRam     65536
       BusID       "PCI:1:0:0"
       Option "MonitorLayout" "LVDS, CRT"

       Option      "DRI"
EndSection

Section "Device"
       Identifier  "Videocard1"
       Driver      "radeon"
       VendorName  "ATI Technologies Inc"
       BoardName   "Radeon R250 Lf [Radeon Mobility 9000 M9]"
       BusID       "PCI:1:0:0"
#        VideoRam    65536
#       Option      "DRI"
       Screen      1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
option "DPMS"
EndSection

Endret av Neophus
Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...