On Ubuntu, Austrumi (Slack based distro), xrandr shows me   the  current preffered mode  for my notebook (1366x768) at 60.0 Hz:
$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
 1366x768  60.0*+
   1360x768       59.8     60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
   ....
But SalixOS XFCE 14.2 shows me
$ xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
 1366x768   59.98*+
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
  ......
  .....
-----------------------
I am wondering why there is such a discrepancy between these outputs  60 vs 59.98    | 344x193  vs  340x190 ?
How to get  '1366x768  60.00'  344x193   on SalixOS ?
			
			
									
						
										
						? about xrandr 59.98 vs 60
Re: ? about xrandr 59.98 vs 60
What kind of graphics card do you have and what version of the driver are you using on ubuntu?
			
			
									
						
										
						- 
				salix_user
- Posts: 53
- Joined: 23. Jan 2019, 13:15
Re: ? about xrandr 59.98 vs 60
Ubuntu 14.04
madbox@live:~
Code: Select all
$ lspci -k | grep -EA3 'VGA|3D|Display'Subsystem: Dell Device 02aa
Kernel driver in use: i915
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
Subsystem: Dell Device 02aa
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
Subsystem: Dell Device 02aa
madbox@live:~$
madbox@live:~
Code: Select all
$ inxi -G -c0X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz
GLX Renderer: Mesa DRI Mobile Intel GM45 Express x86/MMX/SSE2 GLX Version: 2.1 Mesa 10.1.0
madbox@live:~$
madbox@live:~$
Code: Select all
sudo lshw -c video | grep 'configuration'configuration: latency=0
madbox@live:~$
--------------------------------------------------------------------
--------------------------------------------------------------------
SalixOS XFCE 14.2
Code: Select all
$ egrep -i " connected|card detect|primary dev|Setting driver" /var/log/Xorg.0.logCode: Select all
$ inxi -G -c0Display Server: X.Org 1.18.3 drivers: intel (unloaded: vesa)
Resolution: 1366x768@59.98hz
GLX Renderer: Mesa DRI Mobile Intel GM45 Express x86/MMX/SSE2
GLX Version: 2.1 Mesa 11.2.2
Code: Select all
$ lspci -k | grep -EA3 'VGA|3D|Display'Subsystem: Dell Mobile 4 Series Chipset Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
Subsystem: Dell Mobile 4 Series Chipset Integrated Graphics Controller
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller (rev 03)
Subsystem: Dell 82801I (ICH9 Family) USB UHCI Controller
$
Re: ? about xrandr 59.98 vs 60
It seems that the drivers in ubuntu are older. So, I'm inclined to believe that fixes have been made in the meantime and the output in Salix is the correct one.
			
			
									
						
										
						

