Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia Optimus a rozszerzony pulpit
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
robertsurma
n00b
n00b


Joined: 17 Jan 2008
Posts: 56
Location: Tychy

PostPosted: Mon Sep 14, 2015 9:05 am    Post subject: Nvidia Optimus a rozszerzony pulpit Reply with quote

Mam problem z xorg.conf. Zwykłe klonowanie pulpitu działa. Nie potrafię natomiast uzyskać rozszerzonego pulpitu z użyciem projektora. W logach pojawia się:


Code:
[    20.677] (EE) modesetting(G0): Cannot position output HDMI-1-0 relative to output Monitor0 without modes



Mój xorg.conf

Code:
##################### PROFILE ###################
Section "ServerLayout"
   Identifier   "Main Layout"
   Screen   0   "nVidiaScreen"      # Moze byc tylko jeden "Screen" w tym rozwiazaniu (Optimus)
   Inactive   "Intel"            # Dotyczy karty graficznej, a nie "Screen"
EndSection


Section "Module"
   Load      "synaptics"
   Load      "type1"
   Load      "freetype"
EndSection



Section "ServerFlags"
   Option      "Xinerama"      "0"
   Option      "AIGLX"         "off"
   Option      "AllowEmptyInput"   "off"         
   Option      "AutoAddDevices"   "true"      
   Option      "AutoEnableDevices"   "true"      
   Option      "AutoAddGPU"      "true"
EndSection

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

###################### TYPY MONITOROW #######################
Section "Monitor"
   Identifier   "Monitor0"
   ModelName   "eDP-1-0"
   Option      "dpms"
   Modeline   "1366x768_60.00" 85.25 1366 1440 1576 1784 768 771 781 798 -hsync +vsync
EndSection                              

# Projektor HDMI:
Section "Monitor"
   Identifier   "Monitor1"
   ModelName   "HDMI-1-0"
   Option      "RightOf"      "Monitor0"
   Modeline   "1366x768_60.00" 85.25 1366 1440 1576 1784 768 771 781 798 -hsync +vsync
EndSection


######################### KARTY GRAFICZNE #######################
Section "Device"
   Identifier   "nVidia"
   VendorName   "nVidia Corporation"
   Driver      "nvidia"
   BusID      "PCI:4:0:0"
   Option      "DPI"         "96 x 96"      
EndSection

Section "DRI"
   Mode      0666
EndSection

Section   "Device"
   Identifier   "Intel"
   Driver      "modesetting"
   BusID      "PCI:0:2:0"
   Option      "Monitor-eDP-1-0"         "Monitor0"
   Option      "Monitor-HDMI-1-0"         "Monitor1"
EndSection


##################### SPRZET WYSWIETLAJACY ######################
Section   "Screen"
   Identifier   "nVidiaScreen"
   Device      "nVidia"
   Monitor      "Monitor0"
   SubSection   "Display"
      Depth   24
      Modes   "1366x768" "1024x768" "800x600"   
      Virtual   1366 768
   EndSubSection
EndSection

Section   "Screen"
   Identifier   "IntelScreen"
   Device      "Intel"
   Monitor      "Monitor0"
   SubSection   "Display"
      Depth   24
      Modes   "1366x768" "1024x768" "800x600"
   EndSubsection
EndSection


Section "Screen"
   Identifier   "ProjektorHDMI"
   Device      "nVidia"
   Monitor      "Monitor1"
   SubSection   "Display"
      Depth   24
      Modes   "1366x768" "1024x768" "800x600"
      Virtual   1366 768
   EndSubSection
EndSection



Nie mogę tego zrobić także poprzez nvidia-settings, gdyż jest tam tylko jeden screen i komunikat "No Scanout".
_________________
Free as a bird...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum