LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   modeline ignored (https://www.linuxquestions.org/questions/fedora-35/modeline-ignored-502668/)

steve_96 11-17-2006 08:53 PM

modeline ignored
 
I used to use a modeline that would shift the image on my monitor. I generated the line using xvidtune and put it in the monitor section of xorg.conf. With my current "radeon" driver in FC6 this line seems to be ignored or at least overridden. My Xorg log shows lots of activity, apparently related to picking a good modeline to use. Unfortunately it's not the one I want.

Hitboxx 11-19-2006 09:42 AM

Can you post your Xorg.conf please?

steve_96 11-19-2006 02:03 PM

Thanks for reply. The problem computer is at work, I tried to SSH to it but couldn't find the address. Will post xorg.conf tomorrow -- about 20 hours from now.

The default xorg.conf created with radeon driver didn't have a "Monitor" section. I added one with Identifier and Modeline lines. Also added "Monitor0" to "Screen" section. That didn't work so I added HorizSync, VertRefresh, and Option "dpms" lines (shots in dark as I don't know what any of these do). Still no go on shifting monitor image.

For background, this is what I'm trying to do: http://www.linuxquestions.org/questi...ad.php?t=96702

Steve

steve_96 11-20-2006 08:50 AM

Here is my xorg.conf. I commented out the modeline because it doesn't seem to do anything.

Code:

# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier    "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        HorizSync    31.5 - 81.1
        VertRefresh  56.0 - 75.0
#        Modeline    "1280x1024"  108.00  1280 1336 1448 1688  1024 1025 1028 1066 +hsync +vsync
        Option        "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        Option "RenderAccel" "true"
        Option "AGPFastWrite" "off"
        Option "DynamicClocks" "on"
        Option "AccelMethod" "exa"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes    "1280x1024" "1152x870" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Steve

Hitboxx 11-20-2006 09:03 AM

What about any ATI settings like this steve?
http://img362.imageshack.us/my.php?image=waste1iu8.jpg

steve_96 11-20-2006 03:40 PM

I don't know how to configure the radeon driver outside of editing xorg.conf. Unfortunately, I don't really know how to to it there either. What I really want to do is just move the image on my LCD monitor 1/8 inches to the left so the scroll bar and close button are visible on a maximized window. My KVM switch seems to mess this up when I use the linux driver. Using the fglrx driver fixes this but causes other big problems with my Radeon 9250 graphics card.

Steve

Hitboxx 11-20-2006 06:44 PM

What *big* problems? In any case have you tried with external controls of your monitor?

steve_96 11-20-2006 07:03 PM

fglrx from livna brings up black screen unless I don't load "dri" (or maybe "glx") then desktop comes up but randomly freezes. At which point top shows some X process consuming 99 percent of cpu. Google - especially recent ubuntu forums - list several unresolved problems with fglrx drivers and graphics cards of my vintage. I'm waiting for these to clear up before I try again because I think it may be a driver bug.
External controls work, but when I use the KVM switch to access another computer it is now moved too far left. Other computer runs a primative proprietary OS with little configurability by user is this area.

Steve


All times are GMT -5. The time now is 08:45 PM.