Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam wszystkich.
Ostatnio chciałem się troszkę pobawić wyjściem VGA w moim laptopie (dane w podpisie).
Udało mi się uzyskać klonowanie (na podstawie znalezionych materiałów) i realizuję to w taki sposób:
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Option "Clone" "true"
EndSectionChciałem jednak wykorzystać xineramę przede wszystkim dla tego, żeby na drugim ekranie uzyskać inną rozdzielczość. Korzystając z materiałów ze stron: http://eko.one.pl/index.php?page=Xinerama http://tldp.org/HOWTO/Xinerama-HOWTO/index.html i http://wiki.linuxquestions.org/wiki/Using_multiple_ … _with_XFree86 udało mi się uzyskać taką konfigurację:
Fragmet mojego xorg.conf
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Screen 0
EndSection
Section "Device"
Identifier "Intel2 Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:1"
Screen 1
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Wyjscie VGA"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "Rzutnik"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Wyjscie VGA"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "Rzutnik" LeftOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSectionProblem w tym, że to nie działa, tzn x-server się odpala, ale nie pokazuje nic na wyjąciu vga.
Jak sobie z tym poradzić ew. jak uzyskać inną rodzielczość na wyjściu vga w inny sposób?
Offline

Użytkownik


udalo mi sie zrobic zeby byla wieksza rozdzialka na 2 monitorze. ake chce zeby byl klonowany obraz.
ja mam cos takiego:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
Load "dri"
Load "extmod"
Load "glx"
Load "GLcore"
EndSection
Section "Device"
Identifier "0 ATI Technologies Inc Radeon Mobility M6 LY"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "AGPFastWrite" "on" #Faster than default (off)
Option "SWcursor" "off" #Faster than default (on)
Option "EnablePageFlip" "on" #Faster than default (off)
Option "DynamicClocks" "on"
Option "BIOSHotkeys" "on"
Option "AGPSize" "32" # default: 8
Option "EnableDepthMoves" "true"
Option "MonitorLayout" "LVDS, CRT"
Screen 0
#Option "Clone" "true"
EndSection
Section "Device"
Identifier "1 ATI Technologies Inc Radeon Mobility M6 LY"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "AGPFastWrite" "on" #Faster than default (off)
Option "SWcursor" "off" #Faster than default (on)
Option "EnablePageFlip" "on" #Faster than default (off)
Option "DynamicClocks" "on"
Option "BIOSHotkeys" "on"
Option "AGPSize" "32" # default: 8
Option "EnableDepthMoves" "true"
#Option "MonitorLayout" "LVDS, CRT"
Screen 1
EndSection
Section "Monitor"
Identifier "Main Monitor"
Option "DPMS"
HorizSync 28-33
VertRefresh 43-72
EndSection
Section "Monitor"
Identifier "Second Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Main Screen"
Device "0 ATI Technologies Inc Radeon Mobility M6 LY"
Monitor "Main Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Second Screen"
Device "1 ATI Technologies Inc Radeon Mobility M6 LY"
Monitor "Second Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Main Screen"
Screen 1 "Second Screen" LeftOf "Main Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "off"
EndSectionmam przycisk w lapsie crt/lcd ktory dziala. ale niestety nie moge zrobic tak zebym mial ten sam obraz na obu ekranach tym ze na lcdku biurkowym zeby byla wieksza rozdzialka nawet jak przelacze zeby tylko byl aktywny lcd biurkowy.
Ostatnio edytowany przez ukasz (2007-12-22 16:50:22)

Offline