AMD Ryzen 7 5900x | Custom WC | ASUS ROG Strix X570-E Gaming | 32GB Corsair DDR4-3600MHz | Samsung 970 nvme 1TB | Samsung 860 EVO 2TB | AMD RX 6900XT 16GB | 1x Asus RoG XG27AQDMG | 1x LG UltraGear 27GL850
Vraag
Alle reacties
Ik ben het helemaal met je eens, echter probleem is, het is een test PC van mijn werk. Hierop staan testsoftware die wij niet kunnen installeren (en ook niet hebben, systeem is tijdens een project zo aangeleverd) op de nieuwe versies. Word echter alleen voor testen gebruikt, hangt ook niet aan het internet oid.Xudonax schreef op woensdag 3 april 2019 @ 08:48:
Waarom draai je nog steeds CentOS 5.8? De meest recente versie 5 release is 5.11, en de meest recente versie is 7.6. Versie 5 is ook helemaal niet meer supported, al sinds 2017 niet meer. Als je zou herinstalleren met versie 7 dan zou je de AMD drivers niet hoeven installeren aangezien de radeon driver dan gewoon in de kernel zit hiervoor.
AMD Ryzen 7 5900x | Custom WC | ASUS ROG Strix X570-E Gaming | 32GB Corsair DDR4-3600MHz | Samsung 970 nvme 1TB | Samsung 860 EVO 2TB | AMD RX 6900XT 16GB | 1x Asus RoG XG27AQDMG | 1x LG UltraGear 27GL850
Standaard rookie fout overigens.
Commandline FTW | Tweakt met mate
Ik heb na de driver install een aticonfig --initial uitgevoerd ik kreeg deze config:Hero of Time schreef op woensdag 3 april 2019 @ 09:23:
Weet je ook 100% zeker dat je de driver in je xorg.conf hebt opgegeven? Zolang je dat niet doet, wordt er geen module geladen en blijf je met de auto-detected driver (ati/radeon of vesa) zitten.
Standaard rookie fout overigens.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
| # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "aticonfig-Screen[0]-0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Module" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "Videocard0" Driver "vga" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection |
Ik kreeg toen nog steeds een error met de Catalyst software. Na een reboot kreeg ik:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Videocard0" Driver "vesa" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 16 EndSubSection EndSection |
Ik heb toen een commando gevonden fglrx oid toen kon ik zien dat er geen drivers geladen waren.
Mijn kennis is overigens beperkt met linux wat betreft config files etc.
AMD Ryzen 7 5900x | Custom WC | ASUS ROG Strix X570-E Gaming | 32GB Corsair DDR4-3600MHz | Samsung 970 nvme 1TB | Samsung 860 EVO 2TB | AMD RX 6900XT 16GB | 1x Asus RoG XG27AQDMG | 1x LG UltraGear 27GL850
Commandline FTW | Tweakt met mate
Ik heb nu vesa veranderd naar fgrlx, maar als ik nu naar de file kijk dan is deze weer terug veranderd naar vesa... Ik weet zeker dat deze is opgeslagen, dus ergens bij een reboot word deze weer teruggezet naar standaard lijkt het.Hero of Time schreef op woensdag 3 april 2019 @ 10:18:
Het commando wat je uitvoerde laat zien wat het zou maken. Maar als je die niet als root uitvoert, zal het niet worden opgeslagen op de juiste plek. Je zal als root het huidige bestand moeten bewerken (sudo nano /etc/X11/xorg.conf) en waar 'vesa' staat moeten vervangen voor 'fglrx'.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Videocard0" Driver "[b]fgrlx[/b]" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 16 EndSubSection EndSection |
AMD Ryzen 7 5900x | Custom WC | ASUS ROG Strix X570-E Gaming | 32GB Corsair DDR4-3600MHz | Samsung 970 nvme 1TB | Samsung 860 EVO 2TB | AMD RX 6900XT 16GB | 1x Asus RoG XG27AQDMG | 1x LG UltraGear 27GL850
Commandline FTW | Tweakt met mate
Goed, xorg.conf gekopieerd naar /root, vesa -> fglrx. vervolgens teruggezet naar /etc/X11/, gecheckt staat nog steeds hetzelfde. Reboot en fglrx is aangepast naar vesa.Hero of Time schreef op woensdag 3 april 2019 @ 11:26:
Het bestand wordt niet zomaar terug aangepast, tenzij er een of andere idiote daemon draait die dit doet. En daar geloof ik in aan bij CentOS 5. Maak eens een kopie van de xorg.conf naar je home map, pas die aan, sla 'm op en verifieer dat de juiste driver er staat. Kopieer dan het bestand terug naar de oorspronkelijke locatie in /etc en verifieer de inhoud. Herstart en verifieer of het nog steeds goed is.
Ikheb overigens ook even in de logs gekeken van de installatie van de drivers:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
| Detected a previous installation, /usr/share/ati/amd-uninstall.sh Dryrun uninstall succeeded continuing with installation. Check if system has the tools required for installation. Uninstalling any previously installed drivers. Forcing uninstall of AMD Catalyst(TM) Proprietary Driver. No integrity verification is done. restore of system environment completed Uninstall fglrx driver complete. For detailed log of uninstall, please see /etc/ati/fglrx-uninstall.log System must be rebooted to avoid system instability and potential data loss. /usr/share/ati/amd-uninstall.sh completed with 0 [Message] Kernel Module : Trying to install a precompiled kernel module. [Message] Kernel Module : Precompiled kernel module version mismatched. [Message] Kernel Module : Found kernel module build environment, generating kernel module now. AMD kernel module generator version 2.1 doing Makefile based build for kernel 2.6.x and higher rm -rf *.c *.h *.o *.ko *.a .??* *.symvers make -C /lib/modules/2.6.18-308.8.2.el5/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules make[1]: Entering directory `/usr/src/kernels/2.6.18-308.8.2.el5-x86_64' make[1]: Warning: File `/usr/src/kernels/2.6.18-308.8.2.el5-x86_64/arch/x86_64/Makefile' has modification time 3.3e+08 s in the future make[2]: Warning: File `scripts/Makefile.lib' has modification time 1.5e+08 s in the future CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2459: warning: ‘kcl_flush_tlb_one’ defined but not used CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_agp.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_debug.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_io.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_pci.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_str.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_iommu.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl.o CC [M] /lib/modules/fglrx/build_mod/2.6.x/kcl_wait.o LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.o make[2]: warning: Clock skew detected. Your build may be incomplete. Building modules, stage 2. make[2]: Warning: File `scripts/Makefile.lib' has modification time 1.5e+08 s in the future MODPOST CC /lib/modules/fglrx/build_mod/2.6.x/fglrx.mod.o LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.ko make[2]: warning: Clock skew detected. Your build may be incomplete. make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/usr/src/kernels/2.6.18-308.8.2.el5-x86_64' build succeeded with return value 0 duplicating results into driver repository... done. You must change your working directory to /lib/modules/fglrx and then call ./make_install.sh in order to install the built module. - recreating module dependency list - trying a sample load of the kernel modules done. [Message] Kernel Module : update initramfs not required |
Ziet er ook niet heel jofel uit zou ik zeggen...
AMD Ryzen 7 5900x | Custom WC | ASUS ROG Strix X570-E Gaming | 32GB Corsair DDR4-3600MHz | Samsung 970 nvme 1TB | Samsung 860 EVO 2TB | AMD RX 6900XT 16GB | 1x Asus RoG XG27AQDMG | 1x LG UltraGear 27GL850
Check ook eens de uitvoer van het volgende:
chkconfig --list
Daar zie je alles wat bij het systeem bekend is als services. De verschillende nummers op de eerste regel is het runlevel, de rest spreekt eigenlijk wel voor zich.
Kijk ook even wat er in /etc/rc.local staat.
Commandline FTW | Tweakt met mate
Tijd stond ergens op 2002 (bios is gereset), heb deze nu aangepast en klopt weer.Hero of Time schreef op woensdag 3 april 2019 @ 13:17:
Je hebt dus iig een gare tijd op die machine. Hoe laat is het en welke dag?
Check ook eens de uitvoer van het volgende:
chkconfig --list
Daar zie je alles wat bij het systeem bekend is als services. De verschillende nummers op de eerste regel is het runlevel, de rest spreekt eigenlijk wel voor zich.
Kijk ook even wat er in /etc/rc.local staat.
Dit is de chkconfig --list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
| [root@gmbox29 ati]# chkconfig --list SMagent 0:off 1:off 2:off 3:off 4:off 5:off 6:off SMmonitor 0:off 1:off 2:off 3:off 4:off 5:off 6:off acpid 0:off 1:off 2:on 3:on 4:on 5:on 6:off anacron 0:off 1:off 2:on 3:on 4:on 5:on 6:off atd 0:off 1:off 2:off 3:on 4:on 5:on 6:off auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off autofs 0:off 1:off 2:off 3:on 4:on 5:on 6:off avahi-daemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off avahi-dnsconfd 0:off 1:off 2:off 3:off 4:off 5:off 6:off bluetooth 0:off 1:off 2:on 3:on 4:on 5:on 6:off capi 0:off 1:off 2:off 3:off 4:off 5:off 6:off conman 0:off 1:off 2:off 3:off 4:off 5:off 6:off cpuspeed 0:off 1:on 2:on 3:on 4:on 5:on 6:off crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off cups 0:off 1:off 2:on 3:on 4:on 5:on 6:off dhcpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off dhcrelay 0:off 1:off 2:off 3:off 4:off 5:off 6:off dnsmasq 0:off 1:off 2:off 3:off 4:off 5:off 6:off dund 0:off 1:off 2:off 3:off 4:off 5:off 6:off firstboot 0:off 1:off 2:off 3:on 4:off 5:on 6:off gpm 0:off 1:off 2:on 3:on 4:on 5:on 6:off haldaemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off hidd 0:off 1:off 2:on 3:on 4:on 5:on 6:off hplip 0:off 1:off 2:on 3:on 4:on 5:on 6:off httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off ip6tables 0:off 1:off 2:on 3:on 4:on 5:on 6:off ipmi 0:off 1:off 2:off 3:off 4:off 5:off 6:off ipmievd 0:off 1:off 2:off 3:off 4:off 5:off 6:off iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off irda 0:off 1:off 2:off 3:off 4:off 5:off 6:off irqbalance 0:off 1:off 2:on 3:on 4:on 5:on 6:off iscsi 0:off 1:off 2:off 3:on 4:on 5:on 6:off iscsid 0:off 1:off 2:off 3:on 4:on 5:on 6:off isdn 0:off 1:off 2:on 3:on 4:on 5:on 6:off kdump 0:off 1:off 2:off 3:off 4:off 5:off 6:off kudzu 0:off 1:off 2:off 3:on 4:on 5:on 6:off lin_tape 0:off 1:off 2:on 3:on 4:off 5:on 6:off lisa 0:off 1:off 2:off 3:off 4:off 5:off 6:off lm_sensors 0:off 1:off 2:on 3:on 4:on 5:on 6:off lvm2-monitor 0:off 1:on 2:on 3:on 4:on 5:on 6:off mcstrans 0:off 1:off 2:on 3:on 4:on 5:on 6:off mdmonitor 0:off 1:off 2:on 3:on 4:on 5:on 6:off mdmpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off messagebus 0:off 1:off 2:off 3:on 4:on 5:on 6:off microcode_ctl 0:off 1:off 2:on 3:on 4:on 5:on 6:off multipathd 0:off 1:off 2:off 3:off 4:off 5:off 6:off nasd 0:off 1:off 2:off 3:on 4:on 5:on 6:off netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off netplugd 0:off 1:off 2:off 3:off 4:off 5:off 6:off network 0:off 1:off 2:on 3:on 4:on 5:on 6:off nfs 0:off 1:off 2:off 3:off 4:off 5:off 6:off nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off nscd 0:off 1:off 2:off 3:off 4:off 5:off 6:off ntpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off oddjobd 0:off 1:off 2:off 3:off 4:off 5:off 6:off openibd 0:off 1:off 2:off 3:off 4:off 5:off 6:off pand 0:off 1:off 2:off 3:off 4:off 5:off 6:off pcscd 0:off 1:off 2:on 3:on 4:on 5:on 6:off portmap 0:off 1:off 2:on 3:on 4:on 5:on 6:off psacct 0:off 1:off 2:off 3:off 4:off 5:off 6:off rawdevices 0:off 1:off 2:off 3:on 4:on 5:on 6:off rdisc 0:off 1:off 2:off 3:off 4:off 5:off 6:off readahead_early 0:off 1:off 2:on 3:on 4:on 5:on 6:off readahead_later 0:off 1:off 2:off 3:off 4:off 5:on 6:off restorecond 0:off 1:off 2:on 3:on 4:on 5:on 6:off rpcgssd 0:off 1:off 2:off 3:on 4:on 5:on 6:off rpcidmapd 0:off 1:off 2:off 3:on 4:on 5:on 6:off rpcsvcgssd 0:off 1:off 2:off 3:off 4:off 5:off 6:off rsyslog 0:off 1:off 2:off 3:off 4:off 5:off 6:off saslauthd 0:off 1:off 2:off 3:off 4:off 5:off 6:off sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off setroubleshoot 0:off 1:off 2:off 3:on 4:on 5:on 6:off smartd 0:off 1:off 2:on 3:on 4:on 5:on 6:off sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off svnserve 0:off 1:off 2:off 3:off 4:off 5:off 6:off syslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off tcsd 0:off 1:off 2:off 3:off 4:off 5:off 6:off tester-hw-cfg 0:off 1:off 2:on 3:on 4:on 5:on 6:off vncserver 0:off 1:off 2:off 3:off 4:off 5:off 6:off wdaemon 0:off 1:off 2:off 3:off 4:off 5:off 6:off winbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off wpa_supplicant 0:off 1:off 2:off 3:off 4:off 5:off 6:off xfs 0:off 1:off 2:on 3:on 4:on 5:on 6:off xinetd 0:off 1:off 2:on 3:on 4:on 5:on 6:off ypbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off yum-updatesd 0:off 1:off 2:off 3:off 4:off 5:off 6:off xinetd based services: chargen-dgram: off chargen-stream: off daytime-dgram: off daytime-stream: off discard-dgram: off discard-stream: off echo-dgram: off echo-stream: off eklogin: off ekrb5-telnet: off gssftp: off klogin: off krb5-telnet: off kshell: off ktalk: off rmcp: off rsync: off tcpmux-server: off tftp: on time-dgram: off time-stream: off [root@gmbox29 ati]# |
en RC.local
1
2
3
4
5
6
7
8
| [root@gmbox29 etc]# cat rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /var/lock/subsys/local |
AMD Ryzen 7 5900x | Custom WC | ASUS ROG Strix X570-E Gaming | 32GB Corsair DDR4-3600MHz | Samsung 970 nvme 1TB | Samsung 860 EVO 2TB | AMD RX 6900XT 16GB | 1x Asus RoG XG27AQDMG | 1x LG UltraGear 27GL850
Is er trouwens een specifieke reden waarom je de driver nodig hebt?
Commandline FTW | Tweakt met mate
Sorry voor de late reactie, de reden dat ik de drivers wou installeren is dat ik gek beeld krijg, de kleuren zijn niet mooi. Je ziet bijvoorbeeld in de desktop omgeving dat het lijkt alsof je in 8bit kleuren modus werkt, het ziet er dus niet uit.Hero of Time schreef op woensdag 3 april 2019 @ 14:53:
Alleen firstboot is wat verdacht. Je zou in /etc/init.d of /etc/rc.d/init.d kunnen kijken wat erin staat.
Is er trouwens een specifieke reden waarom je de driver nodig hebt?
Zie onderstaande foto:

Als ik system-config-display doe, lijkt het erop dat de drivers wel geinstalleerd zijn. Ik zie bij hardware de kaart staan maar waarom de omgeving nog zo raar is geen idee....
in firstboot file staat op beide plekken die je noemt hetzelfde:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
| #!/bin/bash # # firstboot: Starts the firstboot druid if it hasn't been run before # # chkconfig: 35 99 95 # # description: Firstboot is a druid style program that runs on the first time \ # a machine is booted after install. It checks for the existence \ # of an /etc/sysconfig/firstboot file. If it doesn't find the file, \ # then the firstboot program needs to run. If it finds the file, \ # firstboot will not be run. # If /etc/reconfigSys exists, run the reconfiguration # program and remove /etc/reconfigSys when done. # # Also will run if 'reconfig' is on the kernel cmdline. # # Source function library. . /etc/init.d/functions FILENAME=/etc/sysconfig/firstboot LOCKFILE=/var/lock/subsys/firstboot [ -z "$HOME" ] && export HOME=/ case "$1" in start) action=run [ -f "$LOCKFILE" ] && exit 0 if [ -f "$FILENAME" ] && ! grep -q '^RUN_FIRSTBOOT=YES' "$FILENAME"; then action=skip fi if grep -i reconfig /proc/cmdline >/dev/null || [ -f /etc/reconfigSys ]; then action=reconfig fi [ $action = skip ] && exit 0 runlevel=$(set -- $(runlevel); eval "echo \$$#" ) if grep -q "^id:5:initdefault:" /etc/inittab && [ "x$runlevel" = x5 ]; then . /etc/sysconfig/i18n if [ ! -f /etc/X11/xorg.conf -a ! -f /etc/X11/XF86Config ] ; then echo -n $"X is not configured. Running system-config-display" /usr/bin/system-config-display echo -n $"X is now configured. Starting Setup Agent" fi fi if [ $action = reconfig ]; then echo -n $"Running system reconfiguration tool" /usr/sbin/firstboot --reconfig exit 0 fi touch $LOCKFILE /usr/sbin/firstboot RETVAL=$? if [ "$RETVAL" -eq 0 ]; then action "" /bin/true else action "" /bin/false fi exit 0 ;; stop) rm -f $LOCKFILE ;; *) echo $"Usage: $0 {start|stop}" RETVAL=1 esac exit $RETVAL |
[ Voor 56% gewijzigd door rikadoo op 10-04-2019 12:47 ]
AMD Ryzen 7 5900x | Custom WC | ASUS ROG Strix X570-E Gaming | 32GB Corsair DDR4-3600MHz | Samsung 970 nvme 1TB | Samsung 860 EVO 2TB | AMD RX 6900XT 16GB | 1x Asus RoG XG27AQDMG | 1x LG UltraGear 27GL850
De kleuren lijken in principe in orde, alleen je achtergrond niet. Dat kan ook aan de wallpaper zelf liggen natuurlijk. Maar als je system-config-display start, kan je als het goed is naast je resolutie ook de kleurdiepte instellen. Staat deze op 8 bit/256 kleuren, of op 16 bit of hoger?
Je kan tijdens runtime ook nog gewoon je xorg.conf aanpassen en dan afmelden. Als het niet volledig gepakt wordt, kan je ctrl+alt+backspace gebruiken om X te herstarten.
Commandline FTW | Tweakt met mate
dmesg > dmesg.log
En heb je de open source radeon drivers al geprobeerd? Het pakket dat je daarvoor nodig hebt heet xorg-x11-drv-ati en is waarschijnlijk al geïnstalleerd. Voor de zekerheid de fglrx-driver de-installeren en checken of de radeon/radeonhd driver niet is geblacklist in /etc/modprobe.d/blacklist.conf (mocht dit bestand niet bestaan dan kun je dit negeren). Vergeet ook niet om de driver in je xorg.conf bij te werken naar 'radeon' i.p.v. 'vesa' of 'fglrx'.
Laten we even afwachten wat het resultaat is na het uitschakelen van firstboot.
Commandline FTW | Tweakt met mate
Firstboot uitgeschakeld, na het rebooten van de pc is het nog steeds zo. Zodra ik in de commandline aticonfig --inital invoer en dan control-alt backspace is het beeld goed. Na een reboot is deze weer wazig.
Het is zeker niet de achtergrond het is echt een settings.
Het gekke is, als ik een screenshot maak met die rare desktop layout en hetm vervolgens op een andere pc terugkijk is deze wel goed zoals hieronder:

GRUB:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/tester_group/root_vol # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS TAPE_TESTER_IMG-2012-10-11-V1_6 (2.6.18-308.24.1.el5) root (hd0,0) kernel /vmlinuz-2.6.18-308.24.1.el5 ro root=/dev/tester_group/root_vol rhgb quiet initrd /initrd-2.6.18-308.24.1.el5.img title CentOS (2.6.18-308.8.2.el5) root (hd0,0) kernel /vmlinuz-2.6.18-308.8.2.el5 ro root=/dev/tester_group/root_vol rhgb quiet initrd /initrd-2.6.18-308.8.2.el5.img title CentOS (2.6.18-308.8.1.el5) root (hd0,0) kernel /vmlinuz-2.6.18-308.8.1.el5 ro root=/dev/tester_group/root_vol rhgb quiet initrd /initrd-2.6.18-308.8.1.el5.img title CentOS (2.6.18-308.el5) root (hd0,0) kernel /vmlinuz-2.6.18-308.el5 ro root=/dev/tester_group/root_vol rhgb quiet initrd /initrd-2.6.18-308.el5.img |
@Jorick
code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 Linux version 2.6.18-308.24.1.el5 (mockbuild@builder17.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)) #1 SMP Tue Dec 4 17:43:34 EST 2012 Command line: ro root=/dev/tester_group/root_vol rhgb quiet BIOS-provided physical RAM map: BIOS-e820: 0000000000010000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000003ff70000 (usable) BIOS-e820: 000000003ff70000 - 000000003ff7e000 (ACPI data) BIOS-e820: 000000003ff7e000 - 000000003ffd0000 (ACPI NVS) BIOS-e820: 000000003ffd0000 - 0000000040000000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) DMI present. DMI: System manufacturer P5Q-WS/P5Q-WS, BIOS 1703 07/08/2009 ACPI: RSDP (v000 ACPIAM ) @ 0x00000000000fb740 ACPI: RSDT (v001 A_M_I_ OEMRSDT 0x07000908 MSFT 0x00000097) @ 0x000000003ff70000 ACPI: FADT (v002 A_M_I_ OEMFACP 0x07000908 MSFT 0x00000097) @ 0x000000003ff70200 ACPI: MADT (v001 A_M_I_ OEMAPIC 0x07000908 MSFT 0x00000097) @ 0x000000003ff70390 ACPI: MCFG (v001 A_M_I_ OEMMCFG 0x07000908 MSFT 0x00000097) @ 0x000000003ff70410 ACPI: OEMB (v001 A_M_I_ AMI_OEM 0x07000908 MSFT 0x00000097) @ 0x000000003ff7e040 ACPI: HPET (v001 A_M_I_ OEMHPET 0x07000908 MSFT 0x00000097) @ 0x000000003ff79e80 ACPI: OSFR (v001 A_M_I_ OEMOSFR 0x07000908 MSFT 0x00000097) @ 0x000000003ff79ec0 ACPI: SSDT (v001 DpgPmm CpuPm 0x00000012 INTL 0x20060113) @ 0x000000003ff7e4d0 ACPI: DSDT (v001 A0977 A0977000 0x00000000 INTL 0x20060113) @ 0x0000000000000000 No NUMA configuration found Faking a node at 0000000000000000-000000003ff70000 Bootmem setup node 0 0000000000000000-000000003ff70000 bootmap start 19000 pages 8 Memory for crash kernel (0x0 to 0x0) notwithin permissible range disabling kdump Setting up node 0 0-3ff70 On node 0 totalpages: 256803 DMA zone: 2425 pages, LIFO batch:0 DMA32 zone: 254378 pages, LIFO batch:31 ACPI: PM-Timer IO Port: 0x808 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Processor #0 6:15 APIC version 20 ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) Processor #1 6:15 APIC version 20 ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 ACPI: IOAPIC (id[0x03] address[0xfec10000] gsi_base[24]) IOAPIC[1]: apic_id 3, version 255, address 0xfec10000, GSI 24-279 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Setting APIC routing to physical flat ACPI: HPET id: 0x8086a301 base: 0xfed00000 Using ACPI (MADT) for SMP configuration information Nosave address range: 000000000009f000 - 00000000000a0000 Nosave address range: 00000000000a0000 - 00000000000e4000 Nosave address range: 00000000000e4000 - 0000000000100000 Allocating PCI resources starting at 50000000 (gap: 40000000:bee00000) SMP: Allowing 4 CPUs, 2 hotplug CPUs Built 1 zonelists. Total pages: 256803 Kernel command line: ro root=/dev/tester_group/root_vol rhgb quiet Initializing CPU#0 PID hash table entries: 4096 (order: 12, 32768 bytes) Console: colour VGA+ 80x25 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) Checking aperture... ACPI: DMAR not present Memory: 1021692k/1048000k available (2620k kernel code, 25856k reserved, 1672k data, 224k init) Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.11 BogoMIPS (lpj=1600056) Security Framework v1.0.0 initialized SELinux: Initializing. SELinux: Starting in permissive mode selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Mount-cache hash table entries: 256 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 512K using mwait in idle threads. CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 CPU0: Thermal monitoring enabled (TM2) SMP alternatives: switching to UP code ACPI: Core revision 20060707 Using local APIC timer interrupts. Detected 12.500 MHz APIC timer. SMP alternatives: switching to SMP code Booting processor 1/2 APIC 0x1 Initializing CPU#1 Calibrating delay using timer specific routine.. 3200.14 BogoMIPS (lpj=1600070) CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 512K CPU: Physical Processor ID: 0 CPU: Processor Core ID: 1 CPU1: Thermal monitoring enabled (TM2) Intel(R) Celeron(R) CPU E1200 @ 1.60GHz stepping 0d Brought up 2 CPUs CPU#0: NMI watchdog performance counter calibration - 146->166 CPU#1: NMI watchdog performance counter calibration - 59->79 NMI watchdog testing PASSED. time.c: Using 14.318180 MHz WALL HPET GTOD HPET/TSC timer. time.c: Detected 1600.056 MHz processor. sizeof(vma)=176 bytes sizeof(page)=56 bytes sizeof(inode)=560 bytes sizeof(dentry)=216 bytes sizeof(ext3inode)=760 bytes sizeof(buffer_head)=96 bytes sizeof(skbuff)=248 bytes migration_cost=18 checking if image is initramfs... it is Freeing initrd memory: 3513k freed NET: Registered protocol family 16 ACPI: bus type pci registered PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved PCI: Not using MMCONFIG. PCI: Using configuration type 1 ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI: No dock devices found. ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Transparent bridge - 0000:00:1e.0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4.PXHA._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15) ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15) Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 14 devices usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 NetLabel: unlabeled traffic allowed by default hpet0: at MMIO 0xfed00000 (virtual 0xffffffffff5fe000), IRQs 2, 8, 0, 0 hpet0: 4 64-bit timers, 14318180 Hz ACPI: DMAR not present PCI-GART: No AMD northbridge found. pnp: 00:01: iomem range 0xfed14000-0xfed19fff has been reserved pnp: 00:06: ioport range 0x290-0x29f has been reserved pnp: 00:07: iomem range 0xfed08000-0xfed08fff has been reserved pnp: 00:07: iomem range 0xfed1c000-0xfed1ffff has been reserved pnp: 00:07: iomem range 0xfed20000-0xfed3ffff has been reserved pnp: 00:07: iomem range 0xfed50000-0xfed8ffff has been reserved pnp: 00:0a: iomem range 0xffc00000-0xffdfffff has been reserved pnp: 00:0b: iomem range 0xfec00000-0xfec00fff has been reserved pnp: 00:0b: iomem range 0xfee00000-0xfee00fff has been reserved pnp: 00:0c: iomem range 0xe0000000-0xefffffff has been reserved pnp: 00:0d: iomem range 0x0-0x9ffff could not be reserved pnp: 00:0d: iomem range 0xc0000-0xcffff could not be reserved pnp: 00:0d: iomem range 0xe0000-0xfffff could not be reserved pnp: 00:0d: iomem range 0x100000-0x3fffffff could not be reserved PCI: Bridge: 0000:00:01.0 IO window: b000-bfff MEM window: fe700000-fe7fffff PREFETCH window 0x00000000d0000000-0x00000000dfffffff PCI: Bridge: 0000:04:00.0 IO window: e000-efff MEM window: feb00000-febfffff PREFETCH window: disabled. PCI: Bridge: 0000:04:00.1 IO window: disabled. MEM window: disabled. PREFETCH window 0x00000000fdf00000-0x00000000fdffffff PCI: Bridge: 0000:00:1c.0 IO window: e000-efff MEM window: fea00000-febfffff PREFETCH window 0x00000000fdf00000-0x00000000fdffffff PCI: Bridge: 0000:00:1c.4 IO window: d000-dfff MEM window: fe900000-fe9fffff PREFETCH window 0x00000000fde00000-0x00000000fdefffff PCI: Bridge: 0000:00:1c.5 IO window: c000-cfff MEM window: fe800000-fe8fffff PREFETCH window 0x00000000fdd00000-0x00000000fddfffff PCI: Bridge: 0000:00:1e.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. GSI 16 sharing vector 0xA9 and IRQ 16 ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:01.0 to 64 GSI 17 sharing vector 0xB1 and IRQ 17 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1c.0 to 64 PCI: Setting latency timer of device 0000:04:00.0 to 64 ACPI: PCI Interrupt 0000:04:00.1[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:04:00.1 to 64 ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1c.4 to 64 GSI 18 sharing vector 0xB9 and IRQ 18 ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 18 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:00:1c.5 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 NET: Registered protocol family 2 IP route cache hash table entries: 32768 (order: 6, 262144 bytes) TCP established hash table entries: 131072 (order: 9, 2097152 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 131072 bind 65536) TCP reno registered audit: initializing netlink socket (disabled) type=2000 audit(1554964119.687:1): initialized Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 512 (order 0, 4096 bytes) SELinux: Registering netfilter hooks Initializing Cryptographic API alg: No test for crc32c (crc32c-generic) ksign: Installing public key data Loading keyring - Added public key 5F89C0D436D2EA39 - User ID: CentOS (Kernel Module GPG key) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) Boot video device is 0000:01:00.0 PCI: Setting latency timer of device 0000:00:01.0 to 64 PCI: Setting latency timer of device 0000:00:1c.0 to 64 PCI: Setting latency timer of device 0000:00:1c.4 to 64 PCI: Setting latency timer of device 0000:00:1c.5 to 64 pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ACPI (exconfig-0456): Dynamic SSDT Load - OemId [DpgPmm] OemTableId [ P001Ist] [20060707] ACPI (exconfig-0456): Dynamic SSDT Load - OemId [DpgPmm] OemTableId [ P002Ist] [20060707] ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.P003._OSC] (Node ffff810037c1e230), AE_NO_MEMORY ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.P003._PDC] (Node ffff810037c1e250), AE_NO_MEMORY ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.P004._OSC] (Node ffff810037c1efb0), AE_NO_MEMORY ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.P004._PDC] (Node ffff810037c1efd0), AE_NO_MEMORY Real Time Clock Driver v1.12ac hpet_resources: 0xfed00000 is busy Non-volatile memory driver v1.2 Linux agpgart interface v0.101 (c) Dave Jones Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled brd: module loaded Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Probing IDE interface ide0... Probing IDE interface ide1... ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver PNP: No PS/2 controller found. Probing ports directly. serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 TCP bic registered Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 ACPI: (supports S0 S1 S3 S4 S5) Initalizing network drop monitor service Freeing unused kernel memory: 224k freed Write protecting the kernel read-only data: 531k ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:00:1a.7 to 64 ehci_hcd 0000:00:1a.7: EHCI Host Controller ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1a.7: debug port 1 PCI: cache line size of 32 is not supported by device 0000:00:1a.7 ehci_hcd 0000:00:1a.7: irq 185, io mem 0xfe6ffc00 ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 6 ports detected GSI 19 sharing vector 0xE9 and IRQ 19 ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 233 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 ehci_hcd 0000:00:1d.7: debug port 1 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 233, io mem 0xfe6ff800 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:1a.0 to 64 uhci_hcd 0000:00:1a.0: UHCI Host Controller uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1a.0: irq 169, io base 0x0000a800 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected GSI 20 sharing vector 0x32 and IRQ 20 ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 50 PCI: Setting latency timer of device 0000:00:1a.1 to 64 uhci_hcd 0000:00:1a.1: UHCI Host Controller uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1a.1: irq 50, io base 0x0000a880 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected GSI 21 sharing vector 0x3A and IRQ 21 ACPI: PCI Interrupt 0000:00:1a.2[D] -> GSI 19 (level, low) -> IRQ 58 PCI: Setting latency timer of device 0000:00:1a.2 to 64 uhci_hcd 0000:00:1a.2: UHCI Host Controller uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:1a.2: irq 58, io base 0x0000ac00 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 233 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 uhci_hcd 0000:00:1d.0: irq 233, io base 0x0000a080 usb usb6: configuration #1 chosen from 1 choice hub 6-0:1.0: USB hub found hub 6-0:1.0: 2 ports detected GSI 22 sharing vector 0x42 and IRQ 22 ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 20 (level, low) -> IRQ 66 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 uhci_hcd 0000:00:1d.1: irq 66, io base 0x0000a400 usb usb7: configuration #1 chosen from 1 choice hub 7-0:1.0: USB hub found hub 7-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 uhci_hcd 0000:00:1d.2: irq 185, io base 0x0000a480 usb usb8: configuration #1 chosen from 1 choice hub 8-0:1.0: USB hub found hub 8-0:1.0: 2 ports detected SCSI subsystem initialized libata version 3.00 loaded. ata_piix 0000:00:1f.2: version 2.12 ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 58 ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] PCI: Setting latency timer of device 0000:00:1f.2 to 64 scsi0 : ata_piix scsi1 : ata_piix ata1: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 58 ata2: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 58 usb 7-1: new full speed USB device using uhci_hcd and address 2 usb 7-1: configuration #1 chosen from 1 choice hub 7-1:1.0: USB hub found hub 7-1:1.0: 4 ports detected ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) ata1.00: ATA-7: Hitachi HDS721616PLA380, P22OABDA, max UDMA/100 ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32) ata1.00: configured for UDMA/100 usb 7-1.1: new full speed USB device using uhci_hcd and address 3 usb 7-1.1: configuration #1 chosen from 1 choice input: NOVATEK USB Keyboard as /class/input/input0 input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:1d.1-1.1 input: NOVATEK USB Keyboard as /class/input/input1 input,hidraw0: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:1d.1-1.1 input: NOVATEK USB Keyboard as /class/input/input2 input,hidraw0: USB HID v1.10 Mouse [NOVATEK USB Keyboard] on usb-0000:00:1d.1-1.1 ata2: SATA link down (SStatus 0 SControl 300) Vendor: ATA Model: Hitachi HDS72161 Rev: P22O Type: Direct-Access ANSI SCSI revision: 05 SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back sda: sda1 sda2 sd 0:0:0:0: Attached scsi disk sda ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 19 (level, low) -> IRQ 58 ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ] PCI: Setting latency timer of device 0000:00:1f.5 to 64 scsi2 : ata_piix scsi3 : ata_piix ata3: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 58 ata4: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 58 ata3: SATA link down (SStatus 0 SControl 300) ata4: SATA link down (SStatus 0 SControl 300) Fusion MPT base driver 3.04.20rh Copyright (c) 1999-2008 LSI Corporation Fusion MPT SAS Host driver 3.04.20rh device-mapper: uevent: version 1.0.3 device-mapper: ioctl: 4.11.6-ioctl (2011-02-18) initialised: dm-devel@redhat.com device-mapper: dm-raid45: initialized v0.2594l kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. SELinux: Disabled at runtime. SELinux: Unregistering netfilter hooks type=1404 audit(1554964143.939:2): selinux=0 auid=4294967295 ses=4294967295 r8169 Gigabit Ethernet driver 2.3LK-1-NAPI loaded ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:03:00.0 to 64 eth0: RTL8168c/8111c at 0xffffc2000002a000, 90:e6:ba:4a:ec:c0, XID 1c4000c0 IRQ 74 r8169 Gigabit Ethernet driver 2.3LK-1-NAPI loaded ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:02:00.0 to 64 eth1: RTL8168c/8111c at 0xffffc2000002c000, 90:e6:ba:4a:ed:83, XID 1c4000c0 IRQ 82 input: PC Speaker as /class/input/input3 ACPI: PCI Interrupt 0000:00:1f.3[C] -> GSI 18 (level, low) -> IRQ 185 shpchp: HPC vendor_id 1033 device_id 125 ss_vid 0 ss_did 0 shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 QLogic Fibre Channel HBA Driver ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 17 (level, low) -> IRQ 177 qla2xxx 0000:06:01.0: Found an ISP2312, irq 177, iobase 0xffffc20000044000 qla2xxx 0000:06:01.0: Configuring PCI space... qla2xxx 0000:06:01.0: Configure NVRAM parameters... qla2xxx 0000:06:01.0: Verifying loaded RISC code... sd 0:0:0:0: Attached scsi generic sg0 type 0 qla2xxx 0000:06:01.0: Allocated (412 KB) for firmware dump... scsi4 : qla2xxx qla2xxx 0000:06:01.0: QLogic Fibre Channel HBA Driver: 8.03.07.09.05.08-k QLogic QLA2342 - 133MHz PCI-X to 2Gb FC, Dual Channel ISP2312: PCI-X (133 MHz) @ 0000:06:01.0 hdma-, host#=4, fw=3.03.26 IPX ACPI: PCI Interrupt 0000:06:01.1[B] -> GSI 18 (level, low) -> IRQ 185 qla2xxx 0000:06:01.1: Found an ISP2312, irq 185, iobase 0xffffc200000b0000 qla2xxx 0000:06:01.1: Configuring PCI space... qla2xxx 0000:06:01.1: Configure NVRAM parameters... qla2xxx 0000:06:01.1: Verifying loaded RISC code... qla2xxx 0000:06:01.1: Allocated (412 KB) for firmware dump... ACPI: PCI Interrupt 0000:01:00.1[B] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:01:00.1 to 64 scsi5 : qla2xxx qla2xxx 0000:06:01.1: QLogic Fibre Channel HBA Driver: 8.03.07.09.05.08-k QLogic QLA2342 - 133MHz PCI-X to 2Gb FC, Dual Channel ISP2312: PCI-X (133 MHz) @ 0000:06:01.1 hdma-, host#=5, fw=3.03.26 IPX NET: Registered protocol family 10 lo: Disabled Privacy Extensions IPv6 over IPv4 tunneling driver sit0: Disabled Privacy Extensions floppy0: no floppy controllers found work still pending lp: driver loaded but no devices found ACPI: Power Button (FF) [PWRF] ACPI: Power Button (CM) [PWRB] ACPI: Mapper loaded dell-wmi: No known WMI GUID found md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. device-mapper: multipath: version 1.0.6 loaded EXT3 FS on dm-0, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on dm-1, internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS on dm-2, internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS on sda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. Adding 4194296k swap on /dev/tester_group/swap_vol. Priority:-1 extents:1 across:4194296k IA-32 Microcode Update Driver: v1.14a <tigran@veritas.com> microcode: CPU1 updated from revision 0xa3 to 0xa4, date = 10022010 microcode: CPU0 updated from revision 0xa3 to 0xa4, date = 10022010 Loading iSCSI transport class v2.0-871. 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> All bugs added by David S. Miller <davem@redhat.com> libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) iscsi: registered transport (cxgb3i) cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.7 (July 20, 2011) Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.0.3 (Aug 04, 2011) iscsi: registered transport (bnx2i) iscsi: registered transport (tcp) iscsi: registered transport (iser) iscsi: registered transport (be2iscsi) ip6_tables: (C) 2000-2006 Netfilter Core Team ip_tables: (C) 2000-2006 Netfilter Core Team Netfilter messages via NETLINK v0.30. ip_conntrack version 2.4 (4093 buckets, 32744 max) - 304 bytes per conntrack r8169: eth0: link up r8169: eth0: link up r8169: eth1: link down ADDRCONF(NETDEV_UP): eth1: link is not ready Bluetooth: Core ver 2.10 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.8 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 eth0: no IPv6 routers present Bluetooth: HIDP (Human Interface Emulation) ver 1.1 [drm] Initialized drm 1.0.1 20051102
[ Voor 0% gewijzigd door Hero of Time op 15-04-2019 15:36 . Reden: Scroll vriendelijk houden. :) ]
AMD Ryzen 7 5900x | Custom WC | ASUS ROG Strix X570-E Gaming | 32GB Corsair DDR4-3600MHz | Samsung 970 nvme 1TB | Samsung 860 EVO 2TB | AMD RX 6900XT 16GB | 1x Asus RoG XG27AQDMG | 1x LG UltraGear 27GL850