View previous topic :: View next topic |
Author |
Message |
biroed Tux's lil' helper
Joined: 16 Aug 2002 Posts: 147 Location: Amsterdam
|
Posted: Wed Dec 04, 2002 6:28 pm Post subject: cursor shadow |
|
|
Ik ben na een nieuwe install met de vanilla kernel 2.4.20 en de nvidia-kernel-1.0.3123-r1 mijn cursor shadow kwijt.
Nvidia drivers worden geladen, geen errors.
Dit is mijn XF86Config Code: | # Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "CursorShadow" "true"
Option "CursorShadowAlpha" "150"
Option "CursorShadowXOffset" "4"
Option "CursorShadowYOffset" "2"
Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection |
Volgens mij behoor ik dus een cursor shadow te krijgen, niet dus. |
|
Back to top |
|
|
wilbertnl Tux's lil' helper
Joined: 01 Jul 2002 Posts: 89 Location: Tulsa, OK, USA
|
Posted: Wed Dec 04, 2002 8:05 pm Post subject: hwcursor |
|
|
Ik zit eventjes niet in Linux, dus ik geef je een reactie uit mijn hoofd.
Ik meen dat je ook HWCursor moet aanzetten om de schaduw te krijgen.
Succes! _________________ Wilbert van Bakel
Strive for excellence, not perfection |
|
Back to top |
|
|
Matje l33t
Joined: 29 Oct 2002 Posts: 619 Location: Hasselt, Belgium
|
Posted: Wed Dec 04, 2002 8:24 pm Post subject: |
|
|
Ehmz...
Ge kunt eens proberen om die options voor je cursorschaduw onder je nvidia-device te zetten, en niet onder je muis Dat is een optie die nvidia-kaarten ondersteunen, hardwarematige schaduwrendering. |
|
Back to top |
|
|
H-Pi Apprentice
Joined: 26 Jun 2002 Posts: 175 Location: Delft (NL)
|
Posted: Thu Dec 05, 2002 5:33 pm Post subject: |
|
|
hm, ik ken dat cursorshadow helemaal niet, ik weet wel dat ik thuis HWCursor aan heb staan en gewoon shadow heb, probeer die dan eens, ik post thuis de config wel van mij |
|
Back to top |
|
|
biroed Tux's lil' helper
Joined: 16 Aug 2002 Posts: 147 Location: Amsterdam
|
Posted: Thu Dec 05, 2002 10:30 pm Post subject: |
|
|
Matje wrote: | Ehmz...
Ge kunt eens proberen om die options voor je cursorschaduw onder je nvidia-device te zetten, en niet onder je muis Dat is een optie die nvidia-kaarten ondersteunen, hardwarematige schaduwrendering. |
Code: | Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "CursorShadow" "true"
Option "CursorShadowAlpha" "150"
Option "CursorShadowXOffset" "4"
Option "CursorShadowYOffset" "2"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection |
oke, bedankt, dat werkt dus |
|
Back to top |
|
|
|