Code:
root@Whatacomputer:/home/robbie# lshw -c video
*-display
description: VGA compatible controller
product: 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:16 memory:e8000000-efffffff memory:feb80000-febfffff
It's not an LCD monitor, it's an old crt I had lying around. I know it's capable of a 1024x768 resolution because my Windows installation on it worked, right?
I do have a xorg.conf file, I don't remember whether it was already there, or whether I created it when I was trying to fix this issue a few days ago. It isn't original though.
Code:
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS" "true"
HorizSync 30.0-60.0
VertRefresh 50.0-70.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
And as far as the Refreshrate, I thought that maybe 60 was too high and causing problems, so I set it to 59. I will use 60 from now on.
Thank you for responding so quickly.
::UPDATE::
Using cvt with this same method changed nothing.
Bookmarks