Find the answer to your Linux question:
Results 1 to 4 of 4
I just started using ubuntu 7.10 and I was wondering why images don't look as good as they do in windows. They kind of have a cross hatched pattern to ...
  1. #1
    Just Joined!
    Join Date
    Sep 2004
    Posts
    61

    image quality?

    I just started using ubuntu 7.10 and I was wondering why images don't look as good as they do in windows. They kind of have a cross hatched pattern to them or something. I've experienced the same thing in other distros. Is it a driver issue? I'm using the drivers that the os uses by default. Thanks for any help.

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by i2kdave View Post
    I just started using ubuntu 7.10 and I was wondering why images don't look as good as they do in windows. They kind of have a cross hatched pattern to them or something. I've experienced the same thing in other distros. Is it a driver issue? I'm using the drivers that the os uses by default. Thanks for any help.
    Open a terminal, run this and post the output here:

    Code:
    xdpyinfo | grep 'screen #0' -A 10
    If that doesn't give back anything, just run "xdpyinfo", paste the whole output into a site like pastebin.com, and then paste a link here.

    The output of this might also be relevant:

    Code:
    glxinfo | head

  3. #3
    Just Joined!
    Join Date
    Sep 2004
    Posts
    61
    screen #0:
    dimensions: 1024x768 pixels (304x228 millimeters)
    resolution: 86x86 dots per inch
    depths (7): 24, 1, 4, 8, 15, 16, 32
    root window id: 0x56
    depth of root window: 24 planes
    number of colormaps: minimum 1, maximum 1
    default colormap: 0x20
    default number of colormap cells: 256
    preallocated pixels: black 0, white 16777215
    options: backing-store NO, save-unders NO

  4. #4
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    And this?

    Code:
     cat /etc/X11/xorg.conf | grep 'Driver'
    This will tell us the driver you are using.

Posting Permissions

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