
I don't believe this is an nvidia problem. I also have the blue gui and the problem with the 'f' key. Additionally the space key doesn't seem to work.kalestic wrote:This is something new I haven't came across before. Anyways, when I run gmplayer, the mplayer GUI. The gui doesn't retain its regular colors. Everything is blue.
Here is a screenshot of it:http://img146.exs.cx/img146/6791/200504 ... rot9vk.png
In addition to that, the keybindings don't seem to work either? For example, when i press 'f' to full screen the movie or show, it goes full screen but then goes back to its regular size?
Has anyone had a problem like this with gmplayer?
Any suggestions?
Code: Select all
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/artwiz/"
FontPath "/usr/share/fonts/ukr/"
FontPath "/usr/share/fonts/corefonts/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
# Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELL 1501FP"
HorizSync 31.0 - 60.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
Option "RenderAccel" "1"
Option "UseEdidFreqs" "1"
Option "NvAGP" "1"
Option "NoLogo" "1"
Option "AllowGLXWithComposite" "true"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
BusID "PCI:1:0:0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
DefaultColorDepth 16
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
I have finally emerged a later version and it did fix my problems with the keys (mplayer-1.0_pre6-r2). As noted in an earlier post, changing from 16 to 24 depth in my xorg.conf fixed the blue skins. This is not an answer if you don't/can't run that way. Perhaps this will change in the future.Level52 wrote:I have the same problem with gmplayer (fullscreen with "f" and pause with space not working properly). It started after I upgraded the Kernel from 2.6.7 to 2.6.12-rc1. I'm not sure what the problem is. Perhaps a timing issue.
The two keys still work properly when the interface window (the one with the buttons) has focus.





That's because I use an ati video card on that machine.Pwnz3r wrote:Add "nvidia" to USE. I noticed it missing in Buzz's output of `emerge -vp mplayer`.

But still have no luck. Any other ideas? I thought it might have been the kernel or something, so I changed it from the dev-sources to the ck-source. But still the same result1. unmerge mplayer
2. move all my settings for backup (/etc/mplayer.conf and the version in my home directory)
3. set the ~x86 in /etc/portage/package.keywords
4. emerge -uavD xine-ui xine-lib mplayer
I'm at a loss... sorrykalestic wrote:Buzz - I took your advice and did all your stepsBut still have no luck. Any other ideas? I thought it might have been the kernel or something, so I changed it from the dev-sources to the ck-source. But still the same result1. unmerge mplayer
2. move all my settings for backup (/etc/mplayer.conf and the version in my home directory)
3. set the ~x86 in /etc/portage/package.keywords
4. emerge -uavD xine-ui xine-lib mplayer