Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: adam.valcek 01 Července 2008, 19:12:18
-
Zdravím Vás,
mám grafickú kartu Intel GM965 a NTBK MSI-VR601, chcel som rozbehnúť výstup cez S-VIDEO. S pomocou rád z www.linuxos.sk a príspevku tu na Fóre, som rozbehol výstup na základe zmien v xorg.conf a to nasledovne:
# 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" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
Screen 0
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
Screen 1
Option "MonitorLayout" "TV,LFP"
BusID "PCI:0:2:0"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-D"
Option "ConnectedMonitor" "TELEVIZIA"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "TELEVIZIA"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "TV-OUT Screen"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Monitor "TELEVIZIA"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "TV-OUT Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Všetko ide, až na niekoľko chybičiek:
1. Na obrazovke v NTBK po zapnutí nabehne ako keby "obraz v obraze". Pozadie plochy je na celom displeji, ale ovládacie prvky sú len na malej časti.
2. Na TV obrazovke, je zas všetko OK, celá plocha je rozložená správne, ale výstup stále bliká, mení farbu a stabilitu.
Vedel by niekto pomôcť?
Vopred ďakujem všetkým.
-
Ešte ma tak napadlo - ale toto nie je primárny problém. Je možné nakonfigurovať to, aby plocha, ktorá je zobrazovaná na TV, nebola tou istou plochou, ktorú používam na NTBK. Niečo ako v MS Windows. Ale naozaj to nie je primárny problém, hlavne aby to išlo :)
-
Noo, napriek všetkému, čo som skúšal a aj radám sa mi to nepodarilo rozbehnúť, tak prechádzam späť na MS Windows - čo už:( Asi si to dám na dualboot:( Ale aj tak Vám všetkým ďakujem.