PDA

View Full Version : help me please...


Fortis
04-16-03, 04:58 PM
below is a cut/paste of a section in my xconfig file...


Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 (generic)"
VideoRam 32768
Option "NvAGP" "1"
Option "NoLogo" "enable"
Option "RenderAccel" "enable"
Option "DigitalVibrance" "255"
Option "CursorShadow" "enable"
Option "CursorShadowAlpha" "enable"
Option "CursorShadowXOffset" "5"
Option "CursorShadowYOffset" "5"
Option "FlatPanelProperties" "Scaling = native, Dithering = enabled"


but, i cnanot seem to get the options nologo,cursow shaddow,shadow alpha to work..

the man page says the options are set via boalean, well i have tried "enable" i have tried "on", "1" and the equivilant recipricles..


can some body please help me...

bwkaz
04-16-03, 05:28 PM
OK, what's the error? Can you attach a log file?

Fortis
04-16-03, 06:04 PM
there is no error persay -..

but the results are just not visible...

i mean, i dont get a xserver cras,h - so the options i write must be valid, but for example

when i type the nvlogo off option,
its still there when i restart the xserver..




any ideas....

bwkaz
04-16-03, 08:17 PM
Do you boot to runlevel 5 (aka graphical login)?

If so, how are you restarting the X server?

Are you sure you're changing the correct config file? (X version 4 and later write which config file they're reading from into their log -- so open up /var/log/XFree86.0.log and check to make sure you're editing the right one -- the config file being used is listed near the top.)

Fortis
04-16-03, 09:27 PM
i restart the x server wiv

CTRL+ALT+BACKSPACE..

lol

is that bad?

Atealtha
04-16-03, 09:43 PM
Option "NoLogo" "1"

its a boolean value. 0 = false. 1 = true

check those other options if they use booleans

woops see you already tried that. huhu how embarassing

:afro2:

bwkaz
04-17-03, 09:17 AM
That should be OK...

Does it work to reboot? I know, it's a crappy solution, but maybe... if so, does it work to go to runlevel 3 and then back to 5? (/sbin/init 3 as root, then /sbin/init 5 later, still as root.)

Are you sure you're changing the right config file?