Zdravim vespolek,
snazim se uz delsi dobu rozbehnout vystup na TV pres S-Video, mam Geforce 4 Ti. Ve starem Ubuntu 6.06 jsem mel xorg nakonfigurovany na dva separatni x screeny, ale v novem 9.04 se mi to nedari rozbehat. Zkousel jsem to rozchazet i v 7.10 a 8.4 ale bez uzpechu, myslim ze se muselo neco zmenit s tim jak se do Ubuntu asimiloval compiz. A ted jak jsem tedy postupoval:
Pomoci grafickeho udelatka "NVIDIA X Server Settings" jsem si vytvoril novy xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 Ti 4200"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 Ti 4200"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "TV: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
po restartu nenajel X server, cerna obrazovka, pomuze jen tvrdy restart. Chyba v Xorg.0.log ->
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "DFP:nvidia-auto-select+0+0"
(EE) NVIDIA(0): The requested configuration of display devices is not
(EE) NVIDIA(0): supported in the hardware.
Fatal server error:
AddScreen/ScreenInit failed for driver 0
pote co zakomentuju Option "metamodes" "TV: nvidia-auto-select +0+0" tak to vypise zase nejakou podobnou chybu kde je neco jako nvidia-auto-select coz bere zrejme kdyz neni nic specifikovano a konci stejnou chybou, cerna obrazovka, pomuze jen tvrdy restart. Pote co jsem dal do xorg.conf misto Option "metamodes" "ConnectedMonitor" viz. nize ->
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
# Option "metamodes" "DFP: nvidia-auto-select +0+0"
Option "ConnectedMonitor" "DFP"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
# Option "metamodes" "TV: nvidia-auto-select +0+0"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-G"
SubSection "Display"
Depth 24
EndSubSection
EndSection
tak se mi nastartuje graficke prostedi, vidim obraz na monitoru ale na TV stale nic. Navic to neni uplne korektni protoze se zda ze nefunguje pruhlednost, v oknech chyby ikony na minimalizaci a zavreni atd. coz je divne... v Xorg.0.log uz je jen nejaky warning ->
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
ze to nemuze nacist moduly type1 a freetype (tyto moduly pridal "NVIDIA X Server Settings"), nevim presne k cemu jsou (nejaky fonty?) ale myslim ze to neni dulezite. Muzu tyto moduly zakomentovat?
Prosim nevi nekdo co s tim? Chodi nekomu s geforce 4 Ti TV-OUT ?