|
|
#1 | |
|
Registered User
|
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... |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
OK, what's the error? Can you attach a log file?
__________________
Registered Linux User #219692 |
|
|
|
|
|
|
#3 |
|
Registered User
|
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.... |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
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.)
__________________
Registered Linux User #219692 |
|
|
|
|
|
|
#5 |
|
Registered User
|
i restart the x server wiv
CTRL+ALT+BACKSPACE.. lol is that bad? |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Apr 2003
Posts: 8
|
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 ![]() |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
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?
__________________
Registered Linux User #219692 |
|
|
|
![]() |
| Thread Tools | |
|
|