Portál AbcLinuxu, 30. října 2025 17:04
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "cz" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSectionTohle nastavení jsem neúspěšně zkoušel:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
#Zde zacinaji sekce definic graficke karty
Section "Device"
Identifier "Device Interni"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,LFP"
#VideoRam 131072 #pro 128MB Video Ram jen nove karty
VideoRam 65536 #pro 64MB Video Ram
EndSection
Section "Device"
Identifier "Device Externi"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,CRT"
#VideoRam 131072 #pro 128MB Video Ram jen nove karty
VideoRam 65536 #pro 64MB Video Ram
EndSection
Section "Device"
Identifier "Device Interni Dual"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Screen 0
EndSection
Section "Device"
Identifier "Device Externi Dual"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
EndSection
#Zde konci sekce definic graficke karty
#Zde zacinaji sekce definic monitoru
Section "Monitor"
Identifier "Interni Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Externi Monitor"
Option "DPMS"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
EndSection
#Zde konci sekce definic monitoru
#Zde zacinaji sekce definic nastaveni rozliseni a barev s vyuzitim sekci predchozich
Section "Screen"
Identifier "Screen Externi"
Device "Device Externi"
Monitor "Externi Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen Interni"
Device "Device Interni"
Monitor "Interni Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen Externi Dual"
Device "Device Externi Dual"
Monitor "Externi Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen Interni Dual"
Device "Device Interni Dual"
Monitor "Interni Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
#Zde konci sekce definic nastaveni rozliseni a barev s vyuzitim sekci predchozich
#Zde zacinaji sekce konecnych prostredi s vyuzitim vsech predchozich definic
Section "ServerLayout"
Identifier "Dual"
Screen 0 "Screen Interni Dual"
Screen 1 "Screen Externi Dual" LeftOf "Screen Interni Dual"
# Screen 1 "Screen Externi Dual" RightOf "Screen Interni Dual"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "true"
EndSection
Section "ServerLayout"
Identifier "Externi"
Screen "Screen Externi"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerLayout"
Identifier "Interni"
Screen "Screen Interni"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
#Zde konci sekce konecnych prostredi s vyuzitim vsech predchozich definic
Section "DRI"
Mode 0666
EndSection
# Zde zacina sekce pro specialni volby pro cele xka,
# v nasem pripade urcujeme s jakym nastavenim ze vsech
# definovanych maji nakonec xka nabehnout
Section "ServerFlags"
#Option "DefaultServerLayout" "Interni"
Option "DefaultServerLayout" "Externi"
#Option "DefaultServerLayout" "Dual"
EndSection
# Zde konci sekce pro specialni volby pro cele xka
Screen 0: minimum 320x320, current 1360x768 maximum 1680x1680 VGA connected 1360x768+0+0 (normal left inverted right x axis y axis) nějaký druhy rozlišení TMDS-1 connected 1280x768+0+0 (normal left inverted right x axis y axis)Já bych potřeboval aby VGA mělo 1920x1080 a TMDS-1 1600x1200 s tím že výchozí by byl TMDS-1. na VGA by možná stačilo i 1360x768 mám to jenom na přehrávání filmů. I když TV podporuje fullHD zatím to rozlišení nevyžaduju. Poradíte prosím? Pokud jsem to dobře pochopil, musím do souboru xorg.conf někam napsat, že se jedná o virtuální plochu o rozlišení 2960 x 1200. Pak nastavit na TMDS-1 rozlišeni na 1600x1200 a na VGA 1360x768 a VGA posunout po ose x o 1200px. teorie hezká, ale jak to napsat do toho souboru aby to ten xserver pobral?
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "LVDS"
SubSection "Display"
Depth 24
Virtual 4096 2048
EndSubSection
EndSection
kde za Device a Monitor dosaď ze svého xorg.conf
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.