You are not logged in.
I just upgraded to Xorg 7.0. Unfortunately, the screen jitters every 5 second or so. It is very annoying.
I am using an old Toshiba 4020CDT laptop with Chips and Tech CT 65555 Video chipset.
I installed the xf86-video-chips driver.
Any suggestions?
Rob
Offline
I solved it. Xorg --configure did not create a proper xorg.conf. It choose the vesa driver, not the chips driver. It also did not specify the HorizSync and VertRefresh.
In the Monitor Section, I added the following:
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 90.0
In the Device section, I changed Driver "vesa" to Driver "chips"
In the Screen section, I added the following:
DefaultDepth 16
Now it works great!
Rob
Offline