LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   screen flicker after changing resolutions (https://www.linuxquestions.org/questions/linux-newbie-8/screen-flicker-after-changing-resolutions-75200/)

nakedjohn 07-23-2003 10:17 AM

screen flicker after changing resolutions
 
I tried to change my desktop resolution through kde and my mouse stopped working any my screen looked really bad... I got my mouse working again but i'm trying to fix my screen still... Whenever i type something, or scroll or anything like that, the screen flickers... Kind of like some of the pixels are shifting to the right... It's at 1600x1200 at 85hz, and i know my monitor supports that...

Heres my xf86config

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "type1"
Load "speedo"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "GSM"
ModelName "F900P"
#Option "DPMS"
ModeLine "1600x1200" 220 1600 1616 1808 2080 1200 1204 1207 1244 +HS$
EndSection

Section "Device"
Identifier "Card0"
Driver "ati"
VendorName "Generic"
BoardName "ati"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1240x1024" "640x480"
Virtual 1600 1200
EndSubSection
EndSection

Section "ServerFlags"

EndSection

psyno 07-23-2003 01:45 PM

1600x1200 @85 Hz may be too high for the RAMDACs on many older cards. What is that ATi card you have in there?

nakedjohn 07-23-2003 08:05 PM

radeon 7000... and i hate to compare, but it did run fine in windows

psyno 07-24-2003 12:01 AM

Well, you won't find me much help at all, as I'm very new to Linux...

You could try lowering the refresh to 75 Hz, or even 72 Hz if you can stand it :p

If your xf86config that you posted contains version info, it escaped me, but that really doesn't say much. You could find that info and see if it's the latest version of xfree86, and if it's not, update/grade. ATi doesn't offer official Linux drivers for the 7000.

Good luck.

nakedjohn 07-24-2003 12:46 AM

i'm in the same boat dude... i can figure out some things, but i never really know what the heck i'm doing


All times are GMT -5. The time now is 09:04 AM.