Hallo zusammen,
ich habe OpenElec auf einem Laptop mit defekten Monitor am laufen. Ich habe eine xorg.conf geschrieben mit den unten genannten Einstellungen.
Das Problem ist nun, dass rechts und unten ein bisschen abgeschnitten ist. (Datum und Uhrzeit)
Mein LG hat die Full HD Auflösung und das ist auch eingestellt.
ich habe OpenElec auf einem Laptop mit defekten Monitor am laufen. Ich habe eine xorg.conf geschrieben mit den unten genannten Einstellungen.
Das Problem ist nun, dass rechts und unten ein bisschen abgeschnitten ist. (Datum und Uhrzeit)
Mein LG hat die Full HD Auflösung und das ist auch eingestellt.
Code:
Section "Device"
Identifier "nvidia"
Driver "nvidia"
# Option "Coolbits" "4"
Option "DynamicTwinView" "False"
Option "NoFlip" "false"
Option "NoLogo" "true"
Option "ConnectToAcpid" "0"
Option "FlatPanelProperties" "Scaling = Native"
Option "ModeValidation" "NoVesaModes, NoXServerModes"
Option "HWCursor" "false"
# To put Xorg in debug mode change "false" to "true" in the line below:
Option "ModeDebug" "false"
# To use a local edid.bin file uncomment the 4 lines below (change DFP-0 to match your card)
# Option "ConnectedMonitor" "DFP-0"
# Option "CustomEDID" "DFP-0:/storage/.config/edid.bin"
# Option "IgnoreEDID" "false"
# Option "UseEDID" "true"
Option "monitor-VGA-0" "VGA-0"
Option "monitor-LVDS-0" "LVDS-0"
Option "monitor-HDMI-0" "HDMI-0"
EndSection
#Disable LVDS-0 output
Section "Monitor"
Identifier "LVDS0"
Option "Ignore" "1"
EndSection
#Disable VGA-0 output
Section "Monitor"
Identifier "VGA-0"
Option "Ignore" "1"
EndSection
#Define HDMI-0 as primary output
Section "Monitor"
Identifier "HDMI-0"
Option "primary" "1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "HDMI-0"
Option "ColorRange" "Full"
# Option "ColorRange" "Limited"
# Option "ColorSpace" "YCbCr444"
Option "ColorSpace" "RGB"
DefaultDepth 24
Option "ModeValidation" "NoVesaModes, NoXServerModes"
Option "ExactModeTimingsDVI" "True"
SubSection "Display"
Depth 24
Modes "1920x1080_60" "1920x1080_24" "1920x1080_23.976"
EndSubSection
EndSection