Zdravím,
nepodařilo se mi najít odpověď, která by mě dovedla k výsledku tak položím nový dotaz. Potřebuju rozchodit zobrazování na dvou monitorech. Na minulé instalaci xubuntu mi to fungovalo, ale změnil jsem harddisk, znovu nainstaloval xubuntu a nemůžu to rozchodit (zkoušel jsem i xorg.conf z původní instalace, ale to nepomohlo). Grafická akcelerace by byla fajn, ale neni podmínkou. Mám notebook s grafikou ATI Mobility Radeon 7500.
Tady je relevantní část mého xorg.conf:
Section "Files"
EndSection
Section "Module"
# Load "glx"
# Load "GLcore"
Load "dri"
Load "v4l"
# Load "extmod"
EndSection
Section "Device"
Identifier "device0"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "ati"
Screen 1
Vendorname "ATI"
Option "MergedFB" "off"
EndSection
Section "Device" #
Identifier "device1"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "ati"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
EndSection
Section "Monitor"
Identifier "LCD"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x768"
Horizsync 31.5-48.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
Gamma 1.0
EndSection
Section "Monitor" #
Identifier "External"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x1024"
Horizsync 31.5-64.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "screen0"
Device "device0"
Monitor "LCD"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "External"
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "screen0" 0 0
# screen 1 "screen1" RightOf "screen0"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "Synaptics Touchpad"
# Option "Xinerama" "on"
# Option "Clone" "off"
EndSection
Section "ServerFlags"
EndSection
Když v sekci "ServerLayout" odkomentuju druhou obrazovku, tak Xka nenastartujou. V logu je na konci toto:
Fatal server error:
Requested Entity already in use!
nepomáhají ani další řádky, které jsou v xorg.conf zakomentovány. Zkoušel jsem i aticonfig, ale ani ten nevygeneroval konfigurační soubor, který by fungoval.
díky za radu
Ondra