Find the answer to your Linux question:
Results 1 to 10 of 10
This issue just started, where local video files are displayed in VERY low res, like maybe 16 colors. All other grapics and online video are displayed properly. I havn't made ...
  1. #1
    Linux Newbie
    Join Date
    Apr 2010
    Posts
    119

    Video playback...super low res

    This issue just started, where local video files are displayed in VERY low res, like maybe 16 colors. All other grapics and online video are displayed properly. I havn't made any changes so not sure why this happened. Anyone familiar with this??

    EDIT: I should add that I am running 9.10 Karmic on a Toshiba Satellite A105. My default movie player is Movie Player. I also downloaded VLC to test and it too displays incorrectly.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    sudo lspci | grep -i vga
    Post output here.

    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie
    Join Date
    Apr 2010
    Posts
    119
    Quote Originally Posted by devils casper View Post
    Execute this
    Code:
    sudo lspci | grep -i vga
    Post output here.

    Post the contents of /etc/X11/xorg.conf file here.
    Thanks devils casper...


    Code:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)


    Section "Screen"
    Identifier "Configured Screen Device"
    Device "Configured Video Device"
    SubSection "Display"
    Virtual 2304 800
    EndSubSection
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Press Alt+F2 and type this
    Code:
    gksu gedit /etc/X11/xorg.conf
    It will open xorg.conf file in Gedit with root privileges.

    Replace contents of xorg.conf file with this
    Code:
    Section "Device"
           Identifier "Configured Video Device"
    EndSection
    
    Section "Monitor"
             Identifier "Configured Monitor"
             HorizSync 31.5 - 50.0
             VertRefresh 40-90
             Option "UseEdidFreqs" "1"
             Option "ReducedBlanking"
    EndSection
    
    Section "Screen"
            Identifier "Default Screen"
            Monitor "Configured Monitor"
            Device "Configured Video Device"
            DefaultDepth 24
            Subsection "Display"
                 Depth 24
                 Modes "1280x1024" "1024x768" "800x600" "640x480"
            EndSubsection
    EndSection
    Save file and reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Newbie
    Join Date
    Apr 2010
    Posts
    119
    THANKS so much! This solved the issue.

    What would have caused it to begin with? The only thing I can think of was an update, as I have not changed anything! Thanks again!

    Would there be a line or something I can add to this that would solve my issue with the TV-Out video size? Where when I watch video on a my TV using S-Video out, the video doesn't full the screen and creates a frame on all four sides. using the Disply dialoge (System>Preferences>Display) does nothing.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Most of distros uses Generic settings for Display and it doesn't work fine in a few machines. We have used a few specific values in xorg.conf file.

    For TV, you have to reset xorg.conf file again but I haven't used it yet. I will try to find relevant info and let you know.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Newbie
    Join Date
    Apr 2010
    Posts
    119
    Quote Originally Posted by devils casper View Post
    Most of distros uses Generic settings for Display and it doesn't work fine in a few machines. We have used a few specific values in xorg.conf file.

    For TV, you have to reset xorg.conf file again but I haven't used it yet. I will try to find relevant info and let you know.
    It's been a few weeks since I have been on here. Any ideas on what i can do for the TV sizing? Thanks!!!!!

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I was a bit busy for last few weeks. I will post back soon.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Are you planning to setup dual Monitor setup or just replacing Monitor with TV?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Linux Newbie
    Join Date
    Apr 2010
    Posts
    119
    Quote Originally Posted by devils casper View Post
    Are you planning to setup dual Monitor setup or just replacing Monitor with TV?
    Neither exactly. I use the s-video output when watching TV online... like Hulu shows or episodes on CBS etc. Otherwise I use the laptops monitor.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...