Off-Topic > Off-Topic - Tiny Core Lounge

graphics cards and chips

<< < (5/7) > >>

Juanito:
You're looking for:

"matched ati as autoconfigured driver.."
"matched radeon as autoconfigured driver.."
"Loading /usr/local/lib/xorg/modules/drivers/ati_drv.so"
"Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so"

cast-fish:
hmmm Juanrto...ok

uh.....i never knew the difference between "firmware" and a "driver"....

anyhow...i will check for what you said.


but i am no good at the terminal for finding , opening and reading a file.

Juanito:

--- Code: ---$ cat /var/log/Xorg.0.log | grep -i autoconfigured
$ cat /var/log/Xorg.0.log | grep -i drv.so
--- End code ---

cast-fish:
ye

had to start completely from scratch and it still got me foxed

xorg.0.log   seems to appear only once  then after rebooting even with backup its gone?

is there a more simple check than what you describe

also Xvesa is nowhere to be found in Onboot.  It's never listed no matter what..... so can't be removed like you say above.
(a clean fresh "base" TCL boot....does not even list Xvesa in Onboot. It just shows that Xvesa is installed
that's all.   TCL  4.3.1

V

Juanito:
Xorg.0.log is only written when Xorg runs and is not saved across boots unless you added it to your backup.

You can look at Xorg.0.log with any text editor (for example, beaver) from the gui.

What do you mean by "shows that Xvesa is installed"? If Xvesa is not in onboot.lst and you didn't load it manually, then it should not be installed.

Even if Xvesa is installed, Xorg will run as long as it was installed after Xvesa.

Edit: btw, ~/.xsession should look like this with Xorg-7.7:
--- Code: ---$ cat .xsession
/usr/local/bin/Xorg -nolisten tcp &
export XPID=$!
waitforX || ! echo failed in waitforX || exit
"$DESKTOP" 2>/tmp/wm_errors &
export WM_PID=$!
[ -x $HOME/.setbackground ] && $HOME/.setbackground
[ -x $HOME/.mouse_config ] && $HOME/.mouse_config &
[ $(which "$ICONS".sh) ] && ${ICONS}.sh &
[ -d "$HOME/.X.d" ] && find "$HOME/.X.d" -type f -print | while read F; do . "$F"; done
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version