DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 26th February 2021
kerasi kerasi is offline
Shell Scout
 
Join Date: Mar 2013
Location: Germany
Posts: 90
Default clean Desktop :-)

Hello,

i hope anyone can help me i dont know what to do now :-(

i installed openbsd and all the programs with no problem

my goal is to have a clean looking desktop with cwm as WM so i search in the web for nice one and i found this.

https://github.com/daniel-mueller/bsd-dots

i installed all the programs and put them in my home folder as explained.

I changed in the config files Firefox with Chrome --> i use Chrome

but when i log into xenodm it logs in and logs out :-(

I have a ThinkPad T60p

do you need any information else?

Quote:
borderwidth 1
color inactiveborder "#ebdbb2"
color activeborder "#ebdbb2"
color font "#ebdbb2"
color selfont "#282828"
color menubg "#282828"
color menufg "#ebdbb2"
color groupborder "#686868"
color ungroupborder "#7c7c7c"
unbind-key all

gap 10 40 10 10

bind-key 4-1 group-only-1
bind-key 4-2 group-only-2
bind-key 4-f window-fullscreen
bind-key 4-q xlock
bind-key 4-i window-cycle
bind-key 4-h window-move-left
bind-key 4-j window-move-down
bind-key 4-k window-move-up
bind-key 4-l window-move-right
bind-key 4-t "urxvtc"
bind-key 4-x window-close
bind-key 4-space "/home/tasos/bin/dmenu.sh"
bind-key 4C-h window-resize-left
bind-key 4C-j window-resize-down
bind-key 4C-k window-resize-up
bind-key 4C-l window-resize-right
bind-key 4S-h window-move-left-big
bind-key 4S-j window-move-down-big
bind-key 4S-k window-move-up-big
bind-key 4S-l window-move-right-big
bind-key 4S-Up window-htile
bind-key 4S-Left window-vtile
bind-key 4S-Right window-snap-down-right
bind-key 4C-r restart
bind-mouse M-3 window-resize
bind-mouse M-2 window-lower
bind-mouse M-1 window-move

autogroup 1 "urxvt,URxvt"
autogroup 2 "Navigator,Chrome"

ignore lemonbar
ignore dunst

window-hmaximize 11
window-vmaximize 34

moveamount 5
snapdist 5
sticky yes

command " terminal -" "urxvtc -g 100x30"
command " firefox -" "firefox"
command " lock -" "xlock -mode pacman & zzz"
command " suspend -" "zzz"
command " exit -" "pkill cwm"
i use this .cwmrc file

change user in that file with my user "tasos" and in autogroup 2 Firefox with Chrome

i hope i get it run and then i have only to change a bit :-)
Reply With Quote
  #2   (View Single Post)  
Old 26th February 2021
albator albator is offline
Shell Scout
 
Join Date: Jul 2011
Posts: 98
Default

You can have a look at the files /var/log/xenodm.log and /var/log/Xorg.0.log to get a hint of what's happening.
If you undo your changes can you log in? Or, put in another way, could you before?
Reply With Quote
  #3   (View Single Post)  
Old 27th February 2021
victorvas victorvas is offline
Real Name: Victor
Linux
 
Join Date: May 2019
Posts: 148
Default

You may accidentally changed ownership of files in your home directory to root (when copying file as root). Log in as root and run
Code:
ls -lA /home/tasos
If any of your files are owned by root, then that is what causing your problem. Change ownership:
Code:
chown tasos:tasos file_name
(Assuming your user is tasos)
Reply With Quote
  #4   (View Single Post)  
Old 27th February 2021
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 461
Default

Or the automated version (run as your normal user):
Code:
find ~ \! -user "$USER" -exec doas chown -R "$USER":"$USER" {} \;
__________________
Are you infected with Wetiko?
Reply With Quote
  #5   (View Single Post)  
Old 1st March 2021
kerasi kerasi is offline
Shell Scout
 
Join Date: Mar 2013
Location: Germany
Posts: 90
Default

so iam back

i make a new .xsession with exec cwm and it works without an error
the other i move to oldxsession

[
Code:
lemonada$ ls -la 
total 187996
drwxr-xr-x  11 tasos  tasos      1024 Mar  1 17:46 .
drwxr-xr-x   3 root   wheel       512 Feb 17 17:59 ..
-rw-------   1 tasos  tasos       173 Mar  1 17:38 .Xauthority
-rw-r--r--   1 tasos  tasos      2663 Feb 25 22:17 .Xresources
drwx------   3 tasos  tasos       512 Feb 18 02:48 .cache
-rw-r--r--   1 tasos  tasos       390 Feb 25 20:41 .compton.conf
drwxr-xr-x   7 tasos  tasos       512 Mar  1 17:38 .config
-rw-r--r--   1 tasos  tasos       769 Oct  5 01:47 .cshrc

-rw-r--r--   1 tasos  tasos       101 Oct  5 01:47 .cvsrc
-rw-r--r--   1 tasos  tasos       544 Feb 19 19:19 .exrc
-rw-r--r--   1 tasos  tasos       460 Feb 25 20:41 .kshrc
drwxr-xr-x   3 tasos  tasos       512 Feb 17 18:15 .local
-rw-r--r--   1 tasos  tasos       359 Oct  5 01:47 .login
-rw-r--r--   1 tasos  tasos       175 Oct  5 01:47 .mailrc
drwx------   3 tasos  tasos       512 Feb 18 02:48 .pki
-rw-r--r--   1 tasos  tasos       212 Oct  5 01:47 .profile
drwxr-xr-x   2 tasos  tasos       512 Feb 22 00:56 .sndio
drwx------   2 tasos  tasos       512 Feb 17 17:57 .ssh
-rw-r--r--   1 tasos  tasos         9 Mar  1 17:35 .xsession
-rw-------   1 tasos  tasos         0 Mar  1 17:46 .xsession-errors
-rwxr-xr-x   1 tasos  tasos         0 Feb 19 00:35 .xsession.save
drwx------   2 tasos  tasos       512 Feb 18 02:48 Downloads
-rwx--x--x   1 tasos  tasos  34470680 Feb 17 18:53 Xorg.core
drwxr-xr-x   2 tasos  tasos       512 Feb 25 20:38 bin
-rw-------   1 tasos  tasos  61490648 Feb 22 00:50 chrome.core
-rw-r--r--   1 tasos  tasos      1868 Mar  1 17:46 home
drwxr-xr-x   2 tasos  tasos       512 Feb 22 21:51 music
-rw-r--r--   1 tasos  tasos      1531 Feb 25 22:19 oldcwmrc
-rwxr-xr-x   1 tasos  tasos       698 Feb 25 20:41 oldxsession
-rw-r--r--   1 tasos  tasos         0 Mar  1 17:41 varlogxenodm.txt
-rw-r--r--   1 tasos  tasos    124127 Feb 25 22:29 wallpaper.png
/var/log/xenodm.log
Code:
xenodm info (pid 21381): Starting
xenodm info (pid 21381): Starting X server on :0

X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 6.8 amd64
Current Operating System: OpenBSD lemonada.my.domain 6.8 GENERIC.MP#98 amd64
Build Date: 04 October 2020  06:41:21PM

Current version of pixman: 0.38.4
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar  1 17:34:38 2021
(==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
(II) [KMS] Kernel modesetting enabled.
Xorg.0.log

Code:
doas (tasos@lemonada.my.domain) password: 
[   242.920] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
        (Operation not permitted)
        Check that you have set 'machdep.allowaperture=1'
        in /etc/sysctl.conf and reboot your machine
        refer to xf86(4) for details
[   242.920]    linear framebuffer access unavailable
[   242.959] (--) Using wscons driver on /dev/ttyC4
[   242.991]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   242.991] Build Operating System: OpenBSD 6.8 amd64 
[   242.991] Current Operating System: OpenBSD lemonada.my.domain 6.8 GENERIC.MP#98 amd64
[   242.992] Build Date: 04 October 2020  06:41:21PM
[   242.992]  
[   242.992] Current version of pixman: 0.38.4
[   242.992]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   242.992] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   242.992] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar  1 17:38:14 2021
[   242.992] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[   242.993] (==) No Layout section.  Using the first Screen section.
[   242.993] (==) No screen section available. Using defaults.
[   242.993] (**) |-->Screen "Default Screen Section" (0)
[   242.993] (**) |   |-->Monitor "<default monitor>"
[   242.993] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   242.993] (==) Automatically adding devices
[   242.993] (==) Automatically enabling devices
[   242.993] (==) Not automatically adding GPU devices
[   242.994] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   242.994] (==) FontPath set to:
        /usr/X11R6/lib/X11/fonts/misc/,
        /usr/X11R6/lib/X11/fonts/TTF/,
        /usr/X11R6/lib/X11/fonts/OTF/,
        /usr/X11R6/lib/X11/fonts/Type1/,
        /usr/X11R6/lib/X11/fonts/100dpi/,
        /usr/X11R6/lib/X11/fonts/75dpi/
[   242.994] (==) ModulePath set to "/usr/X11R6/lib/modules"
[   242.994] (II) The server relies on wscons to provide the list of input devices.
        If no devices become available, reconfigure wscons or disable AutoAddDevices.
[   242.994] (II) Loader magic: 0xbfc0e75a460
[   242.994] (II) Module ABI versions:
[   242.994]    X.Org ANSI C Emulation: 0.4
[   242.994]    X.Org Video Driver: 24.1
[   242.994]    X.Org XInput driver : 24.1
[   242.994]    X.Org Server Extension : 10.0
[   242.994] (--) PCI:*(1@0:0:0) 1002:71d4:17aa:20a4 rev 0, Mem @ 0xd0000000/268435456, 0xee100000/65536, I/O @ 0x00002000/256
[   242.994] (II) LoadModule: "glx"
[   242.995] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[   242.999] (II) Module glx: vendor="X.Org Foundation"
[   242.999]    compiled for 1.20.8, module version = 1.0.0
[   242.999]    ABI class: X.Org Server Extension, version 10.0
[   242.999] (==) Matched ati as autoconfigured driver 0
[   242.999] (==) Matched modesetting as autoconfigured driver 1
[   242.999] (==) Assigned the driver to the xf86ConfigLayout
[   242.999] (II) LoadModule: "ati"
[   243.000] (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so
[   243.000] (II) Module ati: vendor="X.Org Foundation"
[   243.000]    compiled for 1.20.8, module version = 19.1.0
[   243.000]    Module class: X.Org Video Driver
[   243.000]    ABI class: X.Org Video Driver, version 24.1
[   243.001] (II) LoadModule: "radeon"
[   243.001] (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so
[   243.002] (II) Module radeon: vendor="X.Org Foundation"
[   243.002]    compiled for 1.20.8, module version = 19.1.0
[   243.002]    Module class: X.Org Video Driver
[   243.002]    ABI class: X.Org Video Driver, version 24.1
[   243.002] (II) LoadModule: "modesetting"
[   243.003] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
[   243.003] (II) Module modesetting: vendor="X.Org Foundation"
[   243.003]    compiled for 1.20.8, module version = 1.20.8
[   243.003]    Module class: X.Org Video Driver
[   243.003]    ABI class: X.Org Video Driver, version 24.1
[   243.003] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
        ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
        ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
        ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
        ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
        ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
        ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE

        ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
        ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
        ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
        ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
        ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
        ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
        ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
        ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
        ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
        ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
        ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
        ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
        ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
        ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
        ATI Radeon 9800PRO, ATI Radeon 9800XT,
        ATI Radeon Mobility 9600/9700 (M10/M11),
        ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
        ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
        ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
        ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
  ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
        ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
        ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
        ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
        ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
        ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
        ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
        ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
        ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
        ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
        ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
        ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
        ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
        ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
        ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
        ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
        ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
        ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
        ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
        ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
        ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
        ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
        ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
        ATI FireGL V3350, ATI Mobility Radeon X1450,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
        ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
        ATI FireGL V3400, ATI Mobility FireGL V5250,
        ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
        ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
        ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
        ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
        ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
        ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
       ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
        ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
        ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
        AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
        ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
        ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
        ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
        ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
        ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
        ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
        ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
        ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
        ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
        ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
        ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
        REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
        ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
        AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
        ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
        MULLINS, KAVERI, HAWAII
[   243.007] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   243.007] (II) [KMS] Kernel modesetting enabled.
[   243.007] (WW) Falling back to old probe method for modesetting
[   243.007] (II) RADEON(0): Creating default Display subsection in Screen sectio

        "Default Screen Section" for depth/fbbpp 24/32
[   243.007] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[   243.008] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   243.008] (==) RADEON(0): Default visual is TrueColor
[   243.008] (==) RADEON(0): RGB weight 888
[   243.008] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[   243.008] (--) RADEON(0): Chipset: "ATI Mobility FireGL V5250" (ChipID = 0x71d4)
[   243.008] (II) Loading sub module "fb"
[   243.008] (II) LoadModule: "fb"
[   243.009] (II) Loading /usr/X11R6/lib/modules/libfb.so
[   243.010] (II) Module fb: vendor="X.Org Foundation"
[   243.010]    compiled for 1.20.8, module version = 1.0.0
[   243.010]    ABI class: X.Org ANSI C Emulation, version 0.4
[   243.010] (II) Loading sub module "dri2"
[   243.010] (II) LoadModule: "dri2"
[   243.010] (II) Module "dri2" already built-in
[   243.010] (II) Loading sub module "exa"
[   243.010] (II) LoadModule: "exa"
[   243.011] (II) Loading /usr/X11R6/lib/modules/libexa.so
[   243.012] (II) Module exa: vendor="X.Org Foundation"
[   243.012]    compiled for 1.20.8, module version = 2.6.0
[   243.012]    ABI class: X.Org Video Driver, version 24.1
[   243.012] (II) RADEON(0): KMS Color Tiling: enabled
[   243.012] (II) RADEON(0): KMS Color Tiling 2D: disabled
[   243.012] (==) RADEON(0): TearFree property default: auto
[   243.012] (II) RADEON(0): KMS Pageflipping: enabled
[   243.012] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[   243.023] (II) RADEON(0): Output VGA-0 has no monitor section
[   243.023] (II) RADEON(0): Output LVDS has no monitor section
[   243.024] (II) RADEON(0): Output DVI-0 has no monitor section
[   243.024] (WW) RADEON(0): 3 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[   243.035] (II) RADEON(0): EDID for output VGA-0
[   243.035] (II) RADEON(0): EDID for output LVDS
[   243.035] (II) RADEON(0): Manufacturer: LEN  Model: 4022  Serial#: 0
[   243.035] (II) RADEON(0): Year: 2005  Week: 0
[   243.035] (II) RADEON(0): EDID Version: 1.3
[   243.035] (II) RADEON(0): Digital Display Input
[   243.035] (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 21
[   243.035] (II) RADEON(0): Gamma: 2.20
[   243.035] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[   243.035] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   243.035] (II) RADEON(0): First detailed timing is preferred mode
[   243.035] (II) RADEON(0): redX: 0.590 redY: 0.342   greenX: 0.319 greenY: 0.540
[   243.035] (II) RADEON(0): blueX: 0.152 blueY: 0.137   whiteX: 0.313 whiteY: 0.329
[   243.035] (II) RADEON(0): Manufacturer's mask: 0
[   243.035] (II) RADEON(0): Supported detailed timing:
[   243.035] (II) RADEON(0): clock: 108.0 MHz   Image Size:  286 x 214 mm
[   243.035] (II) RADEON(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1688 h_border: 0
[   243.035] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   243.035] (II) RADEON(0): Supported detailed timing:
[   243.035] (II) RADEON(0): clock: 90.0 MHz   Image Size:  286 x 214 mm
[   243.035] (II) RADEON(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_b
nk_end 1688 h_border: 0
[   243.036] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[   243.036] (II) RADEON(0): Unknown vendor-specific block f
[   243.036] (II) RADEON(0):  LTN141P4-L02
[   243.036] (II) RADEON(0): EDID (in hex):
[   243.036] (II) RADEON(0):    00ffffffffffff0030ae224000000000
[   243.036] (II) RADEON(0):    000f0103801d1578ea2d059757518a27
[   243.036] (II) RADEON(0):    23505400000001010101010101010101
[   243.036] (II) RADEON(0):    010101010101302a7820511a10403070
[   243.036] (II) RADEON(0):    13001ed61000001925237820511a1040
[   243.036] (II) RADEON(0):    307013001ed6100000190000000f0090
[   243.036] (II) RADEON(0):    43329043280f01004ca35034000000fe
[   243.036] (II) RADEON(0):    004c544e31343150342d4c30320a0041
[   243.036] (II) RADEON(0): Printing probed modes for output LVDS
[   243.036] (II) RADEON(0): Modeline "1400x1050"x60.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz eP)
[   243.036] (II) RADEON(0): Modeline "1400x1050"x50.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz e)
[   243.036] (II) RADEON(0): Modeline "1280x1024"x59.9  109.10  1280 1368 1496 
712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[   243.036] (II) RADEON(0): Modeline "1280x960"x60.0  101.34  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.8 kHz)
[   243.036] (II) RADEON(0): Modeline "1280x854"x60.0   89.34  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.2 kHz)
[   243.036] (II) RADEON(0): Modeline "1280x800"x60.0   83.71  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.8 kHz)
[   243.036] (II) RADEON(0): Modeline "1280x720"x60.0   74.65  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.9 kHz)
[   243.036] (II) RADEON(0): Modeline "1152x768"x59.9   71.95  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.8 kHz)
[   243.036] (II) RADEON(0): Modeline "1024x768"x59.9   63.53  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[   243.036] (II) RADEON(0): Modeline "800x600"x60.0   38.31  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[   243.036] (II) RADEON(0): Modeline "848x480"x59.9   31.65  848 872 952 1056  480 483 493 500 -hsync +vsync (30.0 kHz)
[   243.036] (II) RADEON(0): Modeline "720x480"x59.9   26.85  720 744 808 896  480 483 493 500 -hsync +vsync (30.0 kHz)
[   243.036] (II) RADEON(0): Modeline "
[   243.037] (II) RADEON(0): EDID for output DVI-0
[   243.037] (II) RADEON(0): Output VGA-0 disconnected
[   243.037] (II) RADEON(0): Output LVDS connected
[   243.037] (II) RADEON(0): Output DVI-0 disconnected
[   243.037] (II) RADEON(0): Using exact sizes for initial modes
[   243.037] (II) RADEON(0): Output LVDS using initial mode 1400x1050 +0+0
[   243.037] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:f99c000
[   243.037] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[   243.037] (==) RADEON(0): DPI set to (96, 96)
[   243.037] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[   243.037] (II) Loading sub module "ramdac"
[   243.037] (II) LoadModule: "ramdac"
[   243.037] (II) Module "ramdac" already built-in
[   243.037] (II) UnloadModule: "modesetting"
[   243.037] (II) Unloading modesetting
[   243.037] (II) RADEON(0): [DRI2] Setup complete
[   243.037] (II) RADEON(0): [DRI2]   DRI driver: r300
[   243.037] (II) RADEON(0): [DRI2]   VDPAU driver: r300
[   243.038] (II) RADEON(0): Front buffer size: 5775K
[   243.038] (II) RADEON(0): VRAM usage limit set to 224813K
[   243.038] (==) RADEON(0): DRI3 disabled
[   243.038] (==) RADEON(0): Backing store enabled
[   243.038] (II) RADEON(0): Direct rendering enabled
[   243.038] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[   243.038] (II) EXA(0): Driver allocated offscreen pixmaps
[   243.038] (II) EXA(0): Driver registered support for the following operations:
[   243.038] (II)         Solid
[   243.038] (II)         Copy
[   243.038] (II)         Composite (RENDER acceleration)
[   243.038] (II)         UploadToScreen
[   243.038] (II)         DownloadFromScreen
[   243.038] (II) RADEON(0): Acceleration enabled
[   243.038] (==) RADEON(0): DPMS enabled
[   243.038] (==) RADEON(0): Silken mouse enabled
[   243.039] (II) RADEON(0): Set up textured video
[   243.039] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[   243.039] (II) RADEON(0): [XvMC] Extension initialized.
[   243.040] (II) Initializing extension Generic Event Extension
[   243.040] (II) Initializing extension SHAPE
[   243.041] (II) Initializing extension MIT-SHM
[   243.042] (II) Initializing extension XInputExtension
[   243.043] (II) Initializing extension XTEST
[   243.043] (II) Initializing extension BIG-REQUESTS
[   243.044] (II) Initializing extension SYNC
[   243.045] (II) Initializing extension XKEYBOARD
[   243.045] (II) Initializing extension XC-MISC
[   243.046] (II) Initializing extension SECURITY
[   243.047] (II) Initializing extension XFIXES
[   243.048] (II) Initializing extension RENDER
[   243.048] (II) Initializing extension RANDR
[   243.050] (II) Initializing extension COMPOSITE
[   243.050] (II) Initializing extension DAMAGE
[   243.051] (II) Initializing extension MIT-SCREEN-SAVER
[   243.052] (II) Initializing extension DOUBLE-BUFFER
[   243.053] (II) Initializing extension RECORD
[   243.053] (II) Initializing extension DPMS
[   243.054] (II) Initializing extension Present
[   243.055] (II) Initializing extension DRI3
[   243.055] (II) Initializing extension X-Resource
[   243.056] (II) Initializing extension XVideo
[   243.056] (II) Initializing extension XVideo-MotionCompensation
[   243.057] (II) Initializing extension GLX
[   243.116] (II) AIGLX: Loaded and initialized r300
[   243.116] (II) GLX: Initialized DRI2 GL provider for screen 0
[   243.116] (II) Initializing extension XFree86-VidModeExtension
[   243.118] (II) Initializing extension XFree86-DGA
[   243.119] (II) Initializing extension XFree86-DRI
[   243.119] (II) Initializing extension DRI2
[   243.120] (II) RADEON(0): Setting screen physical size to 370 x 277
[   243.309] (II) config/wscons: checking input device /dev/wskbd
[   243.309] (II) wskbd: ignoring "user" layout
[   243.309] (II) LoadModule: "kbd"
[   243.310] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[   243.310] (II) Module kbd: vendor="X.Org Foundation"
[   243.310]    compiled for 1.20.8, module version = 1.9.0
[   243.310]    Module class: X.Org XInput Drive
[   243.310]    ABI class: X.Org XInput driver, version 24.1
[   243.310] (II) Using input driver 'kbd' for '/dev/wskbd'
[   243.311] (**) /dev/wskbd: always reports core events
[   243.311] (**) /dev/wskbd: always reports core events
[   243.311] (**) Option "Protocol" "standard"
[   243.311] (**) Option "XkbRules" "base"
[   243.311] (**) Option "XkbModel" "pc105"
[   243.311] (**) Option "XkbLayout" "us"
[   243.311] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 6)
[   243.776] (II) config/wscons: checking input device /dev/wsmouse0
[   243.776] (II) LoadModule: "ws"
[   243.779] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[   243.780] (II) Module ws: vendor="X.Org Foundation"
[   243.780]    compiled for 1.20.8, module version = 1.3.0
[   243.780]    Module class: X.Org XInput Driver
[   243.780]    ABI class: X.Org XInput driver, version 24.1
[   243.780] (II) Using input driver 'ws' for '/dev/wsmouse0'
[   243.780] (**) /dev/wsmouse0: always reports core events
[   243.780] (II) ws: /dev/wsmouse0: debuglevel 0
[   243.780] (**) Option "Device" "/dev/wsmouse0"
[   243.780] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[   243.780] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[   243.780] (**) ws: /dev/wsmouse0: associated screen: 0
[   244.187] (II) ws: /dev/wsmouse0: minimum x position: 0
[   244.187] (II) ws: /dev/wsmouse0: maximum x position: 1399
[   244.187] (II) ws: /dev/wsmouse0: minimum y position: 0
[   244.187] (II) ws: /dev/wsmouse0: maximum y position: 1049
[   244.187] (==) ws: /dev/wsmouse0: Buttons: 7
[   244.237] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[   244.237] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: MOUSE, id 7)
[   244.655] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[   244.655] (**) /dev/wsmouse0: (accel) acceleration profile 0
[   244.655] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[   244.655] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[   244.656] (II) config/wscons: checking input device /dev/wsmouse
[   244.656] (II) Using input driver 'ws' for '/dev/wsmouse'
[   244.656] (**) /dev/wsmouse: always reports core events
[   244.657] (II) ws: /dev/wsmouse: debuglevel 0
[   244.657] (**) Option "Device" "/dev/wsmouse"
[   244.657] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[   244.657] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[   244.657] (**) ws: /dev/wsmouse: associated screen: 0
[   244.657] (II) ws: /dev/wsmouse: minimum x position: 0
[   244.657] (II) ws: /dev/wsmouse: maximum x position: 1399
[   244.657] (II) ws: /dev/wsmouse: minimum y position: 0
[   244.657] (II) ws: /dev/wsmouse: maximum y position: 1049
[   244.657] (==) ws: /dev/wsmouse: Buttons: 7
[   244.657] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[   244.657] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 8)
[   244.657] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[   244.657] (**) /dev/wsmouse: (accel) acceleration profile 0
[   244.658] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[   244.658] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[   251.579] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[   251.579] (II) RADEON(0): Printing DDC gathered Modelines:
[   251.579] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz eP)
[   251.579] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz e)
Code:
lemonada$ find ~ \! -user "$USER" -exec doas chown -R "$USER":"$USER" {} \;
lemonada$
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to force a file system clean? Quaxo OpenBSD General 21 24th July 2011 09:24 PM
TIP: How to clean NetBSD pkgsrc tree Astyanax Guides 0 5th March 2011 01:32 PM
Clean Install assistance requested dk_netsvil FreeBSD Installation and Upgrading 10 18th July 2008 03:28 AM
How to clean up /usr? nihonto OpenBSD General 5 22nd June 2008 09:23 AM
Upgrading Drupal 5.5 or clean install cwhitmore FreeBSD Ports and Packages 1 11th June 2008 07:35 AM


All times are GMT. The time now is 06:18 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick