Hello.
I am trying to set my display size to other size than the default size, but I could not.
I have removed screen, monitor, driver conf files until I am able to run other display size.
So there is no graphic config files in /etc/X11/xorg.conf.d
I would like to work only on /etc/X11/xorg.conf until it works.
For Initial Xorg config file (/etc/X11/xorg.conf) see : SUSE Paste
For xorg.conf with cvt data (/etc/X11/xorg.conf) see : SUSE Paste
/var/log/Xorg.0.log with cvt data see : SUSE Paste
For xorg.conf with gtf data see : (/etc/X11/xorg.conf) see : SUSE Paste
/var/log/Xorg.0.log with gtf data see : SUSE Paste
xrandr give :
linux-xodr:~ # xrandr
Screen 0: minimum 8 x 8, current 1440 x 900, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
TV-0 disconnected (normal left inverted right x axis y axis)
LVDS-0 connected 1440x900+0+0 (normal left inverted right x axis y axis) 367mm x 230mm
1440x900 59.9*+
HDMI-0 disconnected (normal left inverted right x axis y axis)
linux-xodr:~ #
xvidtune give :
linux-xodr:~ # xvidtune -show
"1440x900" 88.75 1440 1520 1552 1600 900 917 923 926 -hsync -vsync
linux-xodr:~ #
gtf 1440 900 60 give :
linux-xodr:~ # gtf 1440 900 60
# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
linux-xodr:~ #
cvt 1440 900 give :
linux-xodr:~ # cvt 1440 900
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
linux-xodr:~ #
ddcprobe | less give :
linux-xodr:~ # ddcprobe | less
vbe: VESA 3.0 detected.
oem: NVIDIA
vendor: NVIDIA Corporation
product: G86 Board - e416h01c Chip Rev
memory: 14336kb
mode: 640x400x256
mode: 640x480x256
mode: 800x600x16
mode: 800x600x256
mode: 1024x768x16
mode: 1024x768x256
mode: 1280x1024x16
mode: 1280x1024x256
mode: 320x200x64k
mode: 320x200x16m
mode: 640x480x64k
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x64k
mode: 1280x1024x16m
edid:
edidfail
~
linux-xodr:~ #
get-edid return :
linux-xodr:~ # /usr/local/sbin/get-edid
/usr/local/sbin/get-edid: get-edid version 2.0.0
Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful
VBE version 300
VBE string at 0x11100 "NVIDIA"
VBE/DDC service about to be called
Report DDC capabilities
Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful
Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination does not support DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer
Reading next EDID block
VBE/DDC service about to be called
Read EDID
Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function supported
Call failed
The EDID data should not be trusted as the VBE call failed
Error: output block unchanged
linux-xodr:~ #
linux-xodr:~ # /sbin/lspci -v | grep -i VGA give :
linux-xodr:~ # /sbin/lspci -v | grep -i VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G86 [GeForce 8400M GS] (rev a1) (prog-if 00 [VGA controller])
linux-xodr:~ #
/sbin/lspci -v | grep -i display give :
linux-xodr:~ # /sbin/lspci -v | grep -i display
linux-xodr:~ #
I am unable to set display other than 1440x900
Help is welcome