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 ...
- 03-06-2008 #1Just 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.
- 03-06-2008 #2Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
Open a terminal, run this and post the output here:
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.Code:xdpyinfo | grep 'screen #0' -A 10
The output of this might also be relevant:
Code:glxinfo | head
- 03-06-2008 #3Just 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
- 03-06-2008 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
And this?
This will tell us the driver you are using.Code:cat /etc/X11/xorg.conf | grep 'Driver'


Reply With Quote
