I would like to add something more and share my experience. It is true that 10.04 are not longer supported, but there is a workarround.
Problem: A Samsung SyncMaster E2220 has a standard resolution of 1920x1080, but flickering is so intense that after 30 minutes of standing in front of the screen your eyes hurt.
Solution: Change the refresh rate
Root-problem: propietary drivers allow you to have maximum 50 Hz refresh rate
Solution: Elevate the refresh rate at least to 75 Hz
Solution step by step:
First deshabiitate the propietary drivers
10.04 offers you 4 propietary drivers: 96, 173, Recommended (304), and 304 updates. The four of them allow you to have maximum 50 Hz at 1920x1080
How: with the GUI, In System > Administration > Hardware drivers. Click on the driver. Green means it is installed. You have to uninstall all of them
Second: habilitate native driver that comes with ubuntu called nouveau.
Nouveau has a refresh rate at 1920x1080 of 60 Hz. It stills flicker.
Third: Set a different refresh rate, but you have to change also the resolution
How: with the CLI (Command Line) Open a terminal (ALT+F2 and type "gnome-terminal") and write the following at the prompt:
Code:
xrandr -s 1280x1024 -r 75
The resolution is worse but the flickering is gone.
Bookmarks