hi.i am completely newbee and have the same problem.
i use BT5R3KDE64 installed on harddrive.
i have 2 monitors:
1.Samsung LCD 37" 16:9
2.Samsung TFT 19" 4:3
if i use my 1. 37" the solution is automatic 1920x1080 and i cant change.
if i use my 2. 19" the solution is 1024x768 and also cant change.
i tested Settings-System Settins-Display and Monitor-Size & Orientation-Size, there are only 2 options for each monitor, 1920x1080 or disabled for the first and 1024x768 or disabled for the second.i also tryed to type in terminal: xrandr -s 800×600 but it says"Size 800x600 not found in available modes"
I want to use 1024x768 for my 37", at the moment i turn the pc on wait 1 minute and then i put the vga cable on the monitor, then i have 1024x768 solution on my 37"
in"nano /usr/share/xresprobe/xorg.conf" i changed the solution on 1, also saved it and the entry is also there after restart, here the nano /usr/share/xresprobe/xorg.conf
Code:
# bare-bones XFree86 config to start the server in probe-only mode
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
RgbPath "/etc/X11/rgb.txt"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection
Section "Device"
Identifier "Generic Device"
Driver "::DRIVER::"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection