LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-16-2017, 02:49 PM   #1
kaza
Member
 
Registered: Apr 2010
Distribution: FC17
Posts: 343

Rep: Reputation: 2
FC26+KDE: how to disable sddm before "Xorg -configure"?


Hello!

I recently installed FC26 (KDE spin) and I wanted to run "Xorg -configure"
but before this I had to stop the X manager. What is the order of actions that
I should take?

I attempted leaving GUI by "Ctrl+Alt+F2" folowed by:

systemctl set-default multi-user.target

but got everything stuck. After hard reset and reboot
and leaving GUI I attempted

ps | grep sddm

and killed the PID of sddm.

But when I run "Xorg -configure" I've got error messages.

What am I doing wrong?

TIA,
kaza.
 
Old 08-16-2017, 03:34 PM   #2
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Try systemctl stop sddm (not on Fedora, so I'm not 100% the sddm service isn't called something more complex)
Or systemctl disable sddm and reboot so it doesn't launch at all.

If you kill the pid of sddm, it simply restarts it. You need to stop the service to keep it from just creating a new instance with a new pid.

Last edited by Timothy Miller; 08-16-2017 at 03:35 PM.
 
Old 08-17-2017, 01:18 PM   #3
kaza
Member
 
Registered: Apr 2010
Distribution: FC17
Posts: 343

Original Poster
Rep: Reputation: 2
Hello Timothy Miller,

thanks for the reply.

At first I attempted "systemctl stop sddm" (after leaving GUI by Ctrl+Alt+F2)
and again, everything frose. After a hard reset reboot
I did "systemctl disable sddm" and this time, the CLI prompt remain responsive.

After "reboot --reboot" I've got to the CLI prompt (interestingly,
there was a gradually filling up tear-drop shape during boot so some
graphic mode had been active) and I managed to run

Xorg -configure

however, I've got an error messages (segmentation fault).
This time I remembered to copy the /var/log/Xorg.0.log
to another place (I only learned few days ago that Xorg
re-creates it at every boot) so here are the contents:

Code:
[    82.570] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    82.570] X Protocol Version 11, Revision 0
[    82.570] Build Operating System:  4.10.6-200.fc25.x86_64 
[    82.570] Current Operating System: Linux localhost.localdomain 4.11.11-300.fc26.x86_64 #1 SMP Mon Jul 17 16:32:11 UTC 2017 x86_64
[    82.571] Kernel command line: BOOT_IMAGE=/vmlinuz-4.11.11-300.fc26.x86_64 root=/dev/mapper/VolGroup-lv_root ro rd.lvm.lv=VolGroup/lv_root rd.lvm.lv=VolGroup/lv_swap rhgb quiet LANG=en_US.UTF-8
[    82.571] Build Date: 23 April 2017  11:51:31PM
[    82.571] Build ID: xorg-x11-server 1.19.3-4.fc26 
[    82.571] Current version of pixman: 0.34.0
[    82.571] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    82.571] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    82.571] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 17 20:19:58 2017
[    82.571] (II) Loader magic: 0x823e00
[    82.571] (II) Module ABI versions:
[    82.571] 	X.Org ANSI C Emulation: 0.4
[    82.571] 	X.Org Video Driver: 23.0
[    82.571] 	X.Org XInput driver : 24.1
[    82.571] 	X.Org Server Extension : 10.0
[    82.574] (--) using VT number 2

[    82.574] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    82.575] (II) xfree86: Adding drm device (/dev/dri/card0)
[    82.577] (EE) 
[    82.577] (EE) Backtrace:
[    82.583] (EE) 0: /usr/libexec/Xorg (OsLookupColor+0x139) [0x59c629]
[    82.583] (EE) 1: /usr/lib64/libpthread.so.0 (funlockfile+0x50) [0x7fdb8fad030f]
[    82.583] (EE) 2: /usr/libexec/Xorg (xf86PlatformMatchDriver+0x2b4) [0x494ba4]
[    82.584] (EE) 3: /usr/libexec/Xorg (xf86BusProbe+0x9) [0x46ca19]
[    82.584] (EE) 4: /usr/libexec/Xorg (InitOutput+0x7d1) [0x47b541]
[    82.584] (EE) 5: /usr/libexec/Xorg (InitFonts+0x213) [0x439683]
[    82.595] (EE) 6: /usr/lib64/libc.so.6 (__libc_start_main+0xea) [0x7fdb8f70d4da]
[    82.596] (EE) 7: /usr/libexec/Xorg (_start+0x2a) [0x42357a]
[    82.596] (EE) 
[    82.596] (EE) Segmentation fault at address 0x50
[    82.596] (EE) 
Fatal server error:
[    82.596] (EE) Caught signal 11 (Segmentation fault). Server aborting
[    82.596] (EE) 
[    82.596] (EE) 
Please consult the Fedora Project support 
	 at http://wiki.x.org
 for help. 
[    82.596] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    82.596] (EE) 
[    82.596] (EE) Server terminated with error (1). Closing log file.
BTX: I looked at http://wiki.x.org but didn't find any "stable versions" list that I expected,
can't tell if I have the latest version.

OK, now I know how to disable the sddm but I still can't get "Xorg -configure" to work.

Ideas?

TIA,
kaza.
 
Old 08-17-2017, 05:54 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
If you are on F26 you should be running wayland, not X - what does this show ?.
Code:
echo $XDG_SESSION_TYPE
Never mind, that probably won't work on KDE - check active tasks.

Last edited by syg00; 08-17-2017 at 05:57 PM.
 
Old 08-18-2017, 12:58 AM   #5
kaza
Member
 
Registered: Apr 2010
Distribution: FC17
Posts: 343

Original Poster
Rep: Reputation: 2
Hello syg00, thanks for help,

it results in:

<localhost.localdomain>.../user>echo $XDG_SESSION_TYPE
x11


BTW, my video card is ATI FireGL V5600 and the contents of the /var/log/Xorg.0.log
created after a standard boot are:

Code:
[38.532] (--) Log file renamed from "/var/log/Xorg.pid-1951.log" to "/var/log/Xorg.0.log"
[38.550] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[38.550] X Protocol Version 11, Revision 0
[38.550] Build Operating System:  4.10.6-200.fc25.x86_64 
[38.550] Current Operating System: Linux localhost.localdomain 4.11.11-300.fc26.x86_64 #1 SMP Mon Jul 17 16:32:11 UTC 2017 x86_64
[38.551] Kernel command line: BOOT_IMAGE=/vmlinuz-4.11.11-300.fc26.x86_64 root=/dev/mapper/VolGroup-lv_root ro rd.lvm.lv=VolGroup/lv_root rd.lvm.lv=VolGroup/lv_swap rhgb quiet LANG=en_US.UTF-8
[38.551] Build Date: 23 April 2017  11:51:31PM
[38.551] Build ID: xorg-x11-server 1.19.3-4.fc26 
[38.551] Current version of pixman: 0.34.0
[38.551] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[38.551] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[38.551] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 18 05:28:29 2017
[38.554] (==) Using config directory: "/etc/X11/xorg.conf.d"
[38.554] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[38.555] (==) No Layout section.  Using the first Screen section.
[38.555] (==) No screen section available. Using defaults.
[38.555] (**) |-->Screen "Default Screen Section" (0)
[38.555] (**) |   |-->Monitor "<default monitor>"
[38.556] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[38.556] (==) Automatically adding devices
[38.556] (==) Automatically enabling devices
[38.556] (==) Automatically adding GPU devices
[38.556] (==) Automatically binding GPU devices
[38.556] (==) Max clients allowed: 256, resource mask: 0x1fffff
[38.556] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[38.556] (==) ModulePath set to "/usr/lib64/xorg/modules"
[38.556] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[38.556] (II) Loader magic: 0x823e00
[38.556] (II) Module ABI versions:
[38.556] 	X.Org ANSI C Emulation: 0.4
[38.556] 	X.Org Video Driver: 23.0
[38.556] 	X.Org XInput driver : 24.1
[38.556] 	X.Org Server Extension : 10.0
[38.558] (++) using VT number 1

[38.558] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[38.559] (II) xfree86: Adding drm device (/dev/dri/card0)
[38.562] (--) PCI:*(0:1:0:0) 1002:958c:1002:0b02 rev 0, Mem @ 0xd0000000/268435456, 0xfe3f0000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
[38.570] (II) LoadModule: "glx"
[38.593] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[38.813] (II) Module glx: vendor="X.Org Foundation"
[38.813] 	compiled for 1.19.3, module version = 1.0.0
[38.813] 	ABI class: X.Org Server Extension, version 10.0
[38.813] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[38.813] 	loading driver: radeon
[38.813] (==) Matched radeon as autoconfigured driver 0
[38.813] (==) Matched ati as autoconfigured driver 1
[38.813] (==) Matched ati as autoconfigured driver 2
[38.813] (==) Matched modesetting as autoconfigured driver 3
[38.813] (==) Matched fbdev as autoconfigured driver 4
[38.813] (==) Matched vesa as autoconfigured driver 5
[38.813] (==) Assigned the driver to the xf86ConfigLayout
[38.813] (II) LoadModule: "radeon"
[38.813] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[38.892] (II) Module radeon: vendor="X.Org Foundation"
[38.892] 	compiled for 1.19.2, module version = 7.9.0
[38.892] 	Module class: X.Org Video Driver
[38.892] 	ABI class: X.Org Video Driver, version 23.0
[38.892] (II) LoadModule: "ati"
[38.892] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[38.901] (II) Module ati: vendor="X.Org Foundation"
[38.901] 	compiled for 1.19.2, module version = 7.9.0
[38.901] 	Module class: X.Org Video Driver
[38.901] 	ABI class: X.Org Video Driver, version 23.0
[39.019] (II) LoadModule: "modesetting"
[39.019] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[39.062] (II) Module modesetting: vendor="X.Org Foundation"
[39.062] 	compiled for 1.19.3, module version = 1.19.3
[39.062] 	Module class: X.Org Video Driver
[39.062] 	ABI class: X.Org Video Driver, version 23.0
[39.062] (II) LoadModule: "fbdev"
[39.062] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[39.063] (II) Module fbdev: vendor="X.Org Foundation"
[39.063] 	compiled for 1.19.1, module version = 0.4.3
[39.063] 	Module class: X.Org Video Driver
[39.063] 	ABI class: X.Org Video Driver, version 23.0
[39.063] (II) LoadModule: "vesa"
[39.063] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[39.065] (II) Module vesa: vendor="X.Org Foundation"
[39.065] 	compiled for 1.19.1, module version = 2.3.2
[39.065] 	Module class: X.Org Video Driver
[39.065] 	ABI class: X.Org Video Driver, version 23.0
[39.065] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
.
.
.
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
.
.
.
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[39.067] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[39.067] (II) FBDEV: driver for framebuffer: fbdev
[39.067] (II) VESA: driver for VESA chipsets: vesa
[39.076] (II) [KMS] Kernel modesetting enabled.
[39.076] (WW) Falling back to old probe method for modesetting
[39.076] (WW) Falling back to old probe method for fbdev
[39.076] (II) Loading sub module "fbdevhw"
[39.076] (II) LoadModule: "fbdevhw"
[39.076] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[39.094] (II) Module fbdevhw: vendor="X.Org Foundation"
[39.094] 	compiled for 1.19.3, module version = 0.0.2
[39.094] 	ABI class: X.Org Video Driver, version 23.0
[39.094] (WW) Falling back to old probe method for vesa
[39.094] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[39.094] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[39.094] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[39.094] (==) RADEON(0): Default visual is TrueColor
[39.094] (==) RADEON(0): RGB weight 888
[39.094] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[39.094] (--) RADEON(0): Chipset: "ATI FireGL V5600" (ChipID = 0x958c)
[39.095] (II) Loading sub module "fb"
[39.095] (II) LoadModule: "fb"
[39.095] (II) Loading /usr/lib64/xorg/modules/libfb.so
[39.121] (II) Module fb: vendor="X.Org Foundation"
[39.121] 	compiled for 1.19.3, module version = 1.0.0
[39.121] 	ABI class: X.Org ANSI C Emulation, version 0.4
[39.121] (II) Loading sub module "dri2"
[39.121] (II) LoadModule: "dri2"
[39.121] (II) Module "dri2" already built-in
[39.121] (II) Loading sub module "glamoregl"
[39.121] (II) LoadModule: "glamoregl"
[39.121] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[39.215] (II) Module glamoregl: vendor="X.Org Foundation"
[39.215] 	compiled for 1.19.3, module version = 1.0.0
[39.215] 	ABI class: X.Org ANSI C Emulation, version 0.4
[39.215] (II) glamor: OpenGL accelerated X.org driver based.
[40.054] (II) glamor: EGL version 1.4 (DRI2):
[40.129] (II) RADEON(0): glamor detected, initialising EGL layer.
[40.129] (II) RADEON(0): KMS Color Tiling: enabled
[40.129] (II) RADEON(0): KMS Color Tiling 2D: enabled
[40.129] (==) RADEON(0): TearFree property default: auto
[40.129] (II) RADEON(0): KMS Pageflipping: enabled
[40.187] (II) RADEON(0): Output DVI-0 has no monitor section
[40.196] (II) RADEON(0): Output DVI-1 has no monitor section
[40.253] (II) RADEON(0): EDID for output DVI-0
[40.254] (II) RADEON(0): Manufacturer: SAM  Model: b13  Serial#: 810375489
[40.254] (II) RADEON(0): Year: 2015  Week: 22
[40.254] (II) RADEON(0): EDID Version: 1.3
[40.254] (II) RADEON(0): Digital Display Input
[40.254] (II) RADEON(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[40.254] (II) RADEON(0): Gamma: 2.20
[40.254] (II) RADEON(0): DPMS capabilities: Off
[40.254] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[40.254] (II) RADEON(0): First detailed timing is preferred mode
[40.254] (II) RADEON(0): redX: 0.661 redY: 0.331   greenX: 0.296 greenY: 0.621
[40.254] (II) RADEON(0): blueX: 0.146 blueY: 0.051   whiteX: 0.312 whiteY: 0.329
[40.254] (II) RADEON(0): Supported established timings:
[40.254] (II) RADEON(0): 640x480@60Hz
[40.254] (II) RADEON(0): 800x600@56Hz
[40.254] (II) RADEON(0): 800x600@60Hz
[40.254] (II) RADEON(0): 1024x768@60Hz
[40.254] (II) RADEON(0): Manufacturer's mask: 0
[40.254] (II) RADEON(0): Supported standard timings:
[40.254] (II) RADEON(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[40.254] (II) RADEON(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[40.254] (II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[40.254] (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[40.254] (II) RADEON(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[40.254] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[40.254] (II) RADEON(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[40.254] (II) RADEON(0): Supported detailed timing:
[40.254] (II) RADEON(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[40.254] (II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[40.254] (II) RADEON(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[40.254] (II) RADEON(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[40.254] (II) RADEON(0): Monitor name: S24C650
[40.254] (II) RADEON(0): Serial No: HTHG500106
[40.254] (II) RADEON(0): Supported detailed timing:
[40.254] (II) RADEON(0): clock: 148.5 MHz   Image Size:  518 x 324 mm
[40.254] (II) RADEON(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[40.254] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[40.254] (II) RADEON(0): Supported detailed timing:
[40.254] (II) RADEON(0): clock: 74.2 MHz   Image Size:  518 x 324 mm
[40.254] (II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[40.254] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[40.254] (II) RADEON(0): Supported detailed timing:
[40.254] (II) RADEON(0): clock: 74.2 MHz   Image Size:  518 x 324 mm
[40.254] (II) RADEON(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[40.254] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[40.254] (II) RADEON(0): Supported detailed timing:
[40.254] (II) RADEON(0): clock: 27.0 MHz   Image Size:  518 x 324 mm
[40.254] (II) RADEON(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[40.254] (II) RADEON(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[40.254] (II) RADEON(0): Supported detailed timing:
[40.254] (II) RADEON(0): clock: 27.0 MHz   Image Size:  518 x 324 mm
[40.254] (II) RADEON(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[40.254] (II) RADEON(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[40.254] (II) RADEON(0): Number of EDID sections to follow: 1
[40.254] (II) RADEON(0): EDID (in hex):
[40.254] (II) RADEON(0): 	00ffffffffffff004c2d130b41594d30
[40.254] (II) RADEON(0): 	16190103803420782a7c41a9544b9f25
[40.254] (II) RADEON(0): 	0d505423080081c0810081809500a9c0
[40.254] (II) RADEON(0): 	b300d1c00101283c80a070b023403020
[40.254] (II) RADEON(0): 	360006442100001a000000fd00383c1e
[40.254] (II) RADEON(0): 	5111000a202020202020000000fc0053
[40.254] (II) RADEON(0): 	3234433635300a2020202020000000ff
[40.254] (II) RADEON(0): 	00485448473530303130360a20200158
[40.254] (II) RADEON(0): 	02010400023a80d072382d40102c4580
[40.254] (II) RADEON(0): 	06442100001e011d007251d01e206e28
[40.254] (II) RADEON(0): 	550006442100001e011d00bc52d01e20
[40.254] (II) RADEON(0): 	b828554006442100001e8c0ad0902040
[40.254] (II) RADEON(0): 	31200c4055000644210000188c0ad08a
[40.254] (II) RADEON(0): 	20e02d10103e96000644210000180000
[40.254] (II) RADEON(0): 	00000000000000000000000000000000
[40.254] (II) RADEON(0): 	000000000000000000000000000000d2
[40.254] (II) RADEON(0): Printing probed modes for output DVI-0
[40.254] (II) RADEON(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[40.254] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[40.254] (II) RADEON(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[40.254] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[40.254] (II) RADEON(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[40.254] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[40.254] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[40.254] (II) RADEON(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[40.254] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[40.254] (II) RADEON(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[40.254] (II) RADEON(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[40.254] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[40.254] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[40.254] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[40.254] (II) RADEON(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[40.254] (II) RADEON(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[40.254] (II) RADEON(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[40.254] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[40.254] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[40.264] (II) RADEON(0): EDID for output DVI-1
[40.264] (II) RADEON(0): Output DVI-0 connected
[40.264] (II) RADEON(0): Output DVI-1 disconnected
[40.264] (II) RADEON(0): Using exact sizes for initial modes
[40.264] (II) RADEON(0): Output DVI-0 using initial mode 1920x1200 +0+0
[40.264] (II) RADEON(0): mem size init: gart size :1fdee000 vram size: s:20000000 visible:f4f3000
[40.264] (==) RADEON(0): DPI set to (96, 96)
[40.264] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[40.264] (II) Loading sub module "ramdac"
[40.264] (II) LoadModule: "ramdac"
[40.264] (II) Module "ramdac" already built-in
[40.264] (II) UnloadModule: "modesetting"
[40.264] (II) Unloading modesetting
[40.264] (II) UnloadModule: "fbdev"
[40.264] (II) Unloading fbdev
[40.264] (II) UnloadSubModule: "fbdevhw"
[40.264] (II) Unloading fbdevhw
[40.264] (II) UnloadModule: "vesa"
[40.264] (II) Unloading vesa
[40.264] (--) Depth 24 pixmap format is 32 bpp
[40.283] (II) RADEON(0): [DRI2] Setup complete
[40.283] (II) RADEON(0): [DRI2]   DRI driver: r600
[40.283] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[40.284] (II) RADEON(0): Front buffer size: 9000K
[40.284] (II) RADEON(0): VRAM usage limit set to 217616K
[40.297] (II) RADEON(0): SYNC extension fences enabled
[40.297] (II) RADEON(0): Present extension enabled
[40.297] (==) RADEON(0): DRI3 enabled
[40.297] (==) RADEON(0): Backing store enabled
[40.297] (II) RADEON(0): Direct rendering enabled
[40.464] (II) RADEON(0): Use GLAMOR acceleration.
[40.464] (II) RADEON(0): Acceleration enabled
[40.464] (==) RADEON(0): DPMS enabled
[40.464] (==) RADEON(0): Silken mouse enabled
[40.464] (II) RADEON(0): Set up textured video (glamor)
[40.464] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[40.464] (II) RADEON(0): [XvMC] Extension initialized.
[40.464] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[40.465] (--) RandR disabled
[40.471] (II) SELinux: Disabled by boolean
[40.473] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[40.473] (II) AIGLX: enabled GLX_ARB_create_context
[40.473] (II) AIGLX: enabled GLX_ARB_create_context_profile
[40.473] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[40.473] (II) AIGLX: enabled GLX_INTEL_swap_event
[40.473] (II) AIGLX: enabled GLX_SGI_swap_control
[40.473] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[40.473] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[40.473] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[40.473] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[40.473] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[40.475] (II) AIGLX: Loaded and initialized r600
[40.475] (II) GLX: Initialized DRI2 GL provider for screen 0
[40.496] (II) RADEON(0): Setting screen physical size to 508 x 317
[40.897] (II) config/udev: Adding input device Power Button (/dev/input/event1)
.
.
.
[40.897] (II) LoadModule: "libinput"
[40.898] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[40.936] (II) Module libinput: vendor="X.Org Foundation"
[40.936] 	compiled for 1.19.3, module version = 0.25.1
[40.936] 	Module class: X.Org XInput Driver
[40.936] 	ABI class: X.Org XInput driver, version 24.1
[40.936] (II) Using input driver 'libinput' for 'Power Button'
[40.936] (**) Power Button: always reports core events
[40.936] (**) Option "Device" "/dev/input/event1"
[40.937] (**) Option "_source" "server/udev"
.
.
.
[41.018] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event4)
[41.018] (II) No input driver specified, ignoring this device.
[41.018] (II) This device may have been added with another device file.
[41.019] (II) config/udev: Adding input device Microsoft Microsoft Basic Optical Mouse (/dev/input/event3)
.
.
.
[41.141] (II) config/udev: Adding input device Microsoft Microsoft Basic Optical Mouse (/dev/input/mouse0)
[41.141] (II) No input driver specified, ignoring this device.
[41.141] (II) This device may have been added with another device file.
[41.141] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event10)
[41.141] (II) No input driver specified, ignoring this device.
[41.141] (II) This device may have been added with another device file.
[41.142] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event11)
[41.142] (II) No input driver specified, ignoring this device.
[41.142] (II) This device may have been added with another device file.
[41.142] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event12)
[41.142] (II) No input driver specified, ignoring this device.
[41.142] (II) This device may have been added with another device file.
[41.143] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event5)
[41.143] (II) No input driver specified, ignoring this device.
[41.143] (II) This device may have been added with another device file.
[41.143] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event6)
[41.143] (II) No input driver specified, ignoring this device.
[41.143] (II) This device may have been added with another device file.
[41.144] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event7)
[41.144] (II) No input driver specified, ignoring this device.
[41.144] (II) This device may have been added with another device file.
[41.144] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event8)
[41.144] (II) No input driver specified, ignoring this device.
[41.144] (II) This device may have been added with another device file.
[41.144] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event9)
[41.145] (II) No input driver specified, ignoring this device.
[41.145] (II) This device may have been added with another device file.
[41.145] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[41.145] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[41.145] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[41.145] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[41.145] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[41.145] (**) AT Translated Set 2 keyboard: always reports core events
[41.145] (**) Option "Device" "/dev/input/event2"
[41.145] (**) Option "_source" "server/udev"
[41.146] (II) event2  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[41.146] (II) event2  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[41.146] (II) event2  - (II) AT Translated Set 2 keyboard: (II) device removed
[41.156] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[41.156] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[41.156] (**) Option "xkb_layout" "us,il,ru"
[41.156] (**) Option "xkb_variant" ",,"
[41.156] (**) Option "xkb_options" "grp:ctrl_alt_toggle"
[41.157] (II) event2  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[41.157] (II) event2  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[85.942] (II) RADEON(0): EDID vendor "SAM", prod id 2835
[85.942] (II) RADEON(0): Using EDID range info for horizontal sync
[85.942] (II) RADEON(0): Using EDID range info for vertical refresh
[85.942] (II) RADEON(0): Printing DDC gathered Modelines:
[85.942] (II) RADEON(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[85.942] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[85.942] (II) RADEON(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[85.942] (II) RADEON(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[85.942] (II) RADEON(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[85.942] (II) RADEON(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[85.942] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[85.942] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[85.942] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[85.942] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[85.942] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[85.942] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[85.942] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[85.942] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[85.942] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[85.942] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[85.942] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[87.422] (II) RADEON(0): EDID vendor "SAM", prod id 2835
[87.422] (II) RADEON(0): Using hsync ranges from config file
[87.422] (II) RADEON(0): Using vrefresh ranges from config file
[87.422] (II) RADEON(0): Printing DDC gathered Modelines:
[87.422] (II) RADEON(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[87.422] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[87.422] (II) RADEON(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[87.422] (II) RADEON(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[87.422] (II) RADEON(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[87.422] (II) RADEON(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[87.422] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[87.422] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[87.422] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[87.422] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[87.422] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[87.422] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[87.422] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[87.422] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[87.422] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[87.422] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[87.422] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[89.086] (II) RADEON(0): EDID vendor "SAM", prod id 2835
[89.086] (II) RADEON(0): Using hsync ranges from config file
[89.086] (II) RADEON(0): Using vrefresh ranges from config file
[89.086] (II) RADEON(0): Printing DDC gathered Modelines:
[89.086] (II) RADEON(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[89.086] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[89.086] (II) RADEON(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[89.086] (II) RADEON(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[89.086] (II) RADEON(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[89.086] (II) RADEON(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[89.087] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[89.087] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[89.087] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[89.087] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[89.087] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[89.087] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[89.087] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[89.087] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[89.087] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[89.087] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[89.087] (II) RADEON(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
Does this leads anywhere?

TIA,
kaza.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Xorg -configure" had segmentation fault on RHEL 6.6, 64-bit edwinfung Red Hat 3 01-11-2015 05:31 PM
[SOLVED] KDE - "Control Center" & "Configure Desktop" missing. Brian-M Linux - Newbie 1 04-06-2011 08:17 AM
How do I disable "shutdown" and "restart" options in KDE logout screen for all users? maxgsp Linux - Distributions 1 12-12-2008 03:18 PM
Disable xorg's "highlight to copy, middle click to paste" clipboard tromboneman Linux - Newbie 1 06-08-2008 11:53 AM
Xorg 7.0.0 "X -configure" freezes my pc thloh85 Linux - Software 4 07-16-2006 06:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration