Salve vorrei sapere se si è mosso qualcosa riguardo la tecnologia ibrida Nvidia Optimus. Avevo letto che sarebbe dovuta entrare a fare parte del nuovo kernel (che poi è stato il 3.0) avete notizie?
Grazie a tutti
Moderatore: Staff









bash-4.1$ grep -v \# /etc/X11/xorg.conf
#README: questa config va generata a runlevel 3 da root con il comando 'xorgsetup'
#meglio prima assicurarsi di aver compilato correttamente il kernel, rimuovendo i driver non necessari e abilitando il kms sulla i915 e i nouveau sull ramo staging.
#vanno bene anche statici. altrimenti lo script xorgsetup potrebbe rilevare parametri #scorretti. usare lspci per sicurezza
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
#possiamo modificare la posizione reciproca a piacimento modificando questo parametro
#altrimenti si può agire a posteriori con 'xrandr' a X avviato
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
EndSection
Section "Module"
Load "record"
Load "glx"
Load "dri"
Load "extmod"
Load "dbe"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nouveau" #verifichiamo che a questa linea ci sia il driver open nvidia
BusID "PCI:1:0:0" # a questo BUS ID solitamente corrisponde la GPU 'esterna', verificare con lspci
EndSection
Section "Device"
Identifier "Card1"
Driver "intel" #driver open intel
BusID "PCI:0:2:0" #gpu integrata
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card1" #!!!! attenzione. qui invertire il Device. xorgsetup mette la card0 di default per lo screen0. cioè l'nvidia sullo schermo del laptop = non funziona nulla
Monitor "Monitor1" # assicurarsi quindi di avere la gpu nvidia sullo Screen 1, quindi la card0 sullo screen1 e viceversa.
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0" #idem. lo screen 1 è quello esterno. e la card0 è l'nvidia.
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
'
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 8192 x 8192
LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 382mm x 214mm
1600x900 60.3*+
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

attivare una shell nello schermo esterno e dare il comando...




Visitano il forum: Nessuno e 3 ospiti