Hi,
I do have incorrect screen resolution (1024x768) while the correct one I do
have even on the gNewSense by default.
lspci |grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Robson CE [Radeon HD 6370M/7370M]
meydlo@m:~$ fgrep '(EE)' /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.793] (EE) Failed to load module "fglrx" (module does not exist, 0)
[ 6.802] (EE) Failed to load module "fglrx" (module does not exist, 0)
[ 6.810] (EE) open /dev/dri/card0: No such file or directory
[ 6.810] (EE) open /dev/dri/card0: No such file or directory
[ 6.810] (EE) open /dev/dri/card0: No such file or directory
[ 6.810] (EE) open /dev/dri/card0: No such file or directory
[ 6.811] (EE) open /dev/fb0: No such file or directory
[ 6.811] (EE) open /dev/fb0: No such file or directory
[ 6.811] (EE) open /dev/fb0: No such file or directory
[ 6.811] (EE) open /dev/fb0: No such file or directory
[ 6.811] (EE) Screen 0 deleted because of no matching config section.
[ 6.811] (EE) Screen 0 deleted because of no matching config section.
[ 6.811] (EE) Screen 0 deleted because of no matching config section.
[ 6.811] (EE) Screen 0 deleted because of no matching config section.
[ 6.811] (EE) Screen 0 deleted because of no matching config section.
[ 7.047] (EE) AIGLX: reverting to software rendering
meydlo@m:~$ cvt 1366 768
# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz
Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798
-hsync +vsync
meydlo@m:~$ xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784
768 771 781 798 -hsync +vsync
xrandr: Failed to get size of gamma for output default
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 19
Current serial number in output stream: 19
root@m:/home/meydlo# xrandr --newmode "1368x768_60.00" 85.25 1368 1440
1576 1784 768 771 781 798 -hsync +vsync
xrandr: Failed to get size of gamma for output default
While I manually setted up this which is still not working:
root@m:/home/meydlo# cat /etc/X11/xorg.conf
Section "Screen"
Identifier "Default Screen"
Subsection "Display"
Modes "1366x768"
EndSubSection
EndSection
Thank you very much for help. I hope the provided info is enough.
Best regards