This is a discussion on Radeon 7500 and AOC 17Klr monitor *almost* works... within the Linux Operating System forums, part of the Unix Operating Systems category; --> I've got a dual boot system with a Radeon 7500 and AOC 7Klr monitor which works fine under XP. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I've got a dual boot system with a Radeon 7500 and AOC 7Klr monitor which works fine under XP. When I dual boot to Fedora (or even during the Fedora install process), the screen is very washed out, almost as if the brightness was too high and the contrast too low. Booting back to Windows without touching the monitor controls gives a great picture however. I installed Fedora using an IBM 2237 monitor and the picture was great during install and subsequent boot. Fedora does not know about the AOC 7Klr so I found the refresh rate settings on the AOC web site and plugged them into MonitorsDB so I could select the monitor using redhat-config-xfree86 - didn't change a thing, still all washed out. Given that the IBM monitor works fine, I doubt that the Radeon 7500 is the culprit. That leaves the AOC 7Klr - however it works fine under Windows. Has anybody seen this sort of behavior? It's almost barely usable if I play with the monitor brightness/contrast (but still quite annoying). Of course, when I reboot to XP, I have to fiddle with the controls again to get the picture looking ok again. Any suggestions are welcome. I've done a ton of Linux installs but this is the first time I've seen this one. Thanks, Curtis |
| |||
| Curtis Rempel wrote: > I've got a dual boot system with a Radeon 7500 and AOC 7Klr monitor which > works fine under XP. When I dual boot to Fedora (or even during the > Fedora install process), the screen is very washed out, almost as if the > brightness was too high and the contrast too low. Booting back to Windows > without touching the monitor controls gives a great picture however. > > I installed Fedora using an IBM 2237 monitor and the picture was great > during install and subsequent boot. Fedora does not know about the AOC > 7Klr so I found the refresh rate settings on the AOC web site and plugged > them into MonitorsDB so I could select the monitor using > redhat-config-xfree86 - didn't change a thing, still all washed out. > > Given that the IBM monitor works fine, I doubt that the Radeon 7500 is the > culprit. That leaves the AOC 7Klr - however it works fine under Windows. > > Has anybody seen this sort of behavior? It's almost barely usable if I > play with the monitor brightness/contrast (but still quite annoying). Of > course, when I reboot to XP, I have to fiddle with the controls again to > get the picture looking ok again. > > Any suggestions are welcome. I've done a ton of Linux installs but this > is the first time I've seen this one. > > Thanks, > > Curtis Backup your /etc/X11/XF86Config. Run /usr/X11R6/bin/xf86config, mainly to set your refresh rates low. Ignore most options (almost random entries) but when you get to selecting your monitor's rates, use the ones with the smallest ranges. Copy the new settings in the "Monitor" section to the backup. Restore backup. Run startx. Tell us what happens, -- Ben M. ---------------- What are Software Patents for? To protect the small enterprise from bigger companies. What do Software Patents do? In its current form, they protect only companies with big legal departments as they: a.) Patent everything no matter how general b.) Sue everybody. Even if the patent can be argued invalid, small companies can ill-afford the typical $500k cost of a law-suit (not to mention years of harassment). Don't let them take away your right to program whatever you like. Make a stand on Software Patents before its too late. Read about the ongoing battle at http://swpat.ffii.org/ ---------------- |
| |||
| On Fri, 30 Jan 2004 02:58:09 +0000, Ben Measures wrote: [snip] > > Backup your /etc/X11/XF86Config. > > Run /usr/X11R6/bin/xf86config, mainly to set your refresh rates low. > Ignore most options (almost random entries) but when you get to > selecting your monitor's rates, use the ones with the smallest ranges. > > Copy the new settings in the "Monitor" section to the backup. Restore > backup. > > Run startx. > > > Tell us what happens, Apparently not much :-( I still get a washed out look on the screen. Very strange. |
| ||||
| Curtis Rempel wrote: > > I've got a dual boot system with a Radeon 7500 and AOC 7Klr monitor which > works fine under XP. When I dual boot to Fedora (or even during the > Fedora install process), the screen is very washed out, almost as if the > brightness was too high and the contrast too low. Booting back to Windows > without touching the monitor controls gives a great picture however. [snip] > Any suggestions are welcome. I've done a ton of Linux installs but this > is the first time I've seen this one. You might consider playing with the "Gamma" settings in your XF86Config file. 'man 5 xf86config' for detailed info, although I think adding "Gamma 0.5" to the "Monitor" section would be a good start. |