LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   blue screen when using "xv" video output (https://www.linuxquestions.org/questions/linux-software-2/blue-screen-when-using-xv-video-output-228089/)

akudewan 09-08-2004 06:26 AM

blue screen when using "xv" video output
 
I got a new monitor recently and I installed it properly, made changes in my xorg.conf, set refresh rate etc...

The only problem is that when I choose to play video (in any player, xine, mplayer, gmplayer, totem) I got a semi blue screen. (Half the vedeo is a blue screen)

Here is my xorg.conf file:
Code:

Section "Module"

    Load        "dbe"          # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"  # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
    Load        "freetype"
    Load        "speedo"

# This loads the GLX module
    Load      "glx"
    Load      "dri"
EndSection


Section "Files"


    RgbPath        "/usr/X11R6/lib/X11/rgb"


    FontPath  "/usr/X11R6/lib/X11/fonts/local/"
    FontPath  "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath  "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath  "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath  "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath  "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath  "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath  "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath  "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath  "/usr/X11R6/lib/X11/fonts/cyrillic/"

EndSection

Section "InputDevice"

    Identifier        "Keyboard1"
    Driver        "Keyboard"
EndSection


Section "InputDevice"


    Identifier        "Mouse1"
    Driver        "mouse"

    Option "Device"      "/dev/mouse"

Option "ZAxisMapping" "4 5"

EndSection


Section "Monitor"

    Identifier  "My Monitor"

    HorizSync  31.5 - 50.0

    VertRefresh 40-90

EndSection


Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "nvidia"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor    "My Monitor"
  DefaultDepth 24

    Subsection "Display"
        Depth      8
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth      16
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth      24
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth      32
        Modes "1024x768" "800x600" "640x480"
    EndSubsection

EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Anything else that I need to mention?

Thanks in advance.


All times are GMT -5. The time now is 04:37 PM.