well... there are some bugs in my xorg.conf
I fixed them, but it is still not possible to get a picture on the digital TFT!
fixed xorg.conf
Code:Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "Monitor" Identifier "Samsung" EndSection Section "Monitor" Identifier "Belinea" Option "LeftOf" "Samsung" EndSection Section "Device" Identifier "Standardgrafikkarte" #Driver "fglrx" Driver "radeonhd" Option "monitor-DVI-I_1/analog" "Belinea" Option "monitor-DVI-I_2/digital" "Samsung" Option "RDROutputOrder" "monitor-DVI-I_1/analog" #Option "VideoOverlay" "on" #Option "OpenGLOverlay" "off" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "MyScreen" Device "Standardgrafikkarte" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" "1280 x 1024" Virtual 2960 1050 EndSubSection EndSectionEDIT:Code:Screen 0: minimum 320 x 200, current 2960 x 1050, maximum 2960 x 1050 TV_7PIN_DIN disconnected DVI-I_1/digital disconnected DVI-I_1/analog connected 1280x1024+0+0 376mm x 301mm 1280x1024 60.0*+ 75.0 59.9 1152x864 75.0 74.9 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 DVI-I_2/digital connected 1680x1050+1280+0 474mm x 296mm 1680x1050 59.9*+ 1280x1024 75.0 59.9 1280x960 59.9 1152x864 75.0 74.9 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 DVI-I_2/analog disconnected
Code:sudo xrandr --verbose --output DVI-I_1/analog --right-of DVI-I_2/digital --size 1680x1050 crtc 0: 1280x1024 60.0 +1280+0 "DVI-I_1/analog" crtc 1: 1280x1024 75.0 +0+0 "DVI-I_2/digital"


Reply With Quote