Skip to content
Snippets Groups Projects
Commit 7248ce06 authored by Laércio de Sousa's avatar Laércio de Sousa
Browse files

Generalizados os arquivos de configuração para contemplar as placas de vídeo...

Generalizados os arquivos de configuração para contemplar as placas de vídeo ThinNetworks TN-750, presentes nos computadores do pregão 23/2012.
parent 42054295
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@
Description=Service for Xorg server at display :90
[Service]
ExecStartPre=/usr/local/bin/update-xorg-conf SM501 /etc/X11/xorg.conf.d/98-proinfo-urbano.conf /etc/X11/xorg.conf.d/98-proinfo-rural.conf
ExecStartPre=/usr/local/bin/update-xorg-conf Silicon.Motion /etc/X11/xorg.conf.d/98-proinfo-urbano.conf /etc/X11/xorg.conf.d/98-proinfo-rural.conf
ExecStart=/usr/local/bin/xorg-daemon :90
SuccessExitStatus=0 1
......@@ -30,7 +30,7 @@ shift
while read -r line
do
address=$(echo "${line}" | awk '{ sub(/\./, ":", $1) } { print $1 }')
echo TN502_ADDRESS_${index} = ${address}
echo VIDEO_ADDRESS_${index} = ${address}
for xorgconf in "${@}"
do
......
Section "Device"
MatchSeat "__fake-seat-2__"
Identifier "ThinNetworks TN-502 PCI Video Card 1"
Identifier "ThinNetworks TN-502/TN-750 PCI Video Card 1"
BusID "PCI:0:0:0"
Driver "siliconmotion"
Option "PanelSize" "1360x768"
......@@ -11,7 +11,7 @@ EndSection
Section "Device"
MatchSeat "__fake-seat-2__"
Identifier "ThinNetworks TN-502 PCI Video Card 2"
Identifier "ThinNetworks TN-502/TN-750 PCI Video Card 2"
BusID "PCI:0:0:0"
Driver "siliconmotion"
Option "PanelSize" "1360x768"
......@@ -22,21 +22,21 @@ EndSection
Section "Screen"
MatchSeat "__fake-seat-2__"
Identifier "ThinNetworks TN-502 Screen 1"
Device "ThinNetworks TN-502 PCI Video Card 1"
Identifier "ThinNetworks TN-502/TN-750 Screen 1"
Device "ThinNetworks TN-502/TN-750 PCI Video Card 1"
DefaultDepth 16
EndSection
Section "Screen"
MatchSeat "__fake-seat-2__"
Identifier "ThinNetworks TN-502 Screen 2"
Device "ThinNetworks TN-502 PCI Video Card 2"
Identifier "ThinNetworks TN-502/TN-750 Screen 2"
Device "ThinNetworks TN-502/TN-750 PCI Video Card 2"
DefaultDepth 16
EndSection
Section "ServerLayout"
MatchSeat "__fake-seat-2__"
Identifier "ThinNetworks TN-502 Dual-Card Layout"
Screen 0 "ThinNetworks TN-502 Screen 1"
Screen 1 "ThinNetworks TN-502 Screen 2"
Identifier "ThinNetworks TN-502/TN-750 Dual-Card Layout"
Screen 0 "ThinNetworks TN-502/TN-750 Screen 1"
Screen 1 "ThinNetworks TN-502/TN-750 Screen 2"
EndSection
Section "Device"
MatchSeat "__fake-seat-1__"
Identifier "ThinNetworks TN-502 PCI Video Card"
Identifier "ThinNetworks TN-502/TN-750 Video Card"
BusID "PCI:0:0:0"
Driver "siliconmotion"
Option "PanelSize" "1360x768"
......@@ -11,7 +11,7 @@ EndSection
Section "Screen"
MatchSeat "__fake-seat-1__"
Identifier "ThinNetworks TN-502 Screen"
Device "ThinNetworks TN-502 PCI Video Card"
Identifier "ThinNetworks TN-502/TN-750 Screen"
Device "ThinNetworks TN-502/TN-750 PCI Video Card"
DefaultDepth 16
EndSection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment