Announcement

Collapse
No announcement yet.

Dell 1905fp acting weird

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dell 1905fp acting weird

    Got a Dell machine with a X300 graphics card, and a 1905fp with a digital connection. When Kubuntu starts up, the monitor will just sorta blink on and off, on for 2 seconds maybe, then off for 1. It seems like it's some sort of issue with the refresh rate or something. I also have a CRT monitor, and using that things work fine. Also when I boot into XP with the 1905fp, everything works fine as well.

    #2
    Re: Dell 1905fp acting weird

    If it ends up working (i.e. this only happens before the X server starts), it's probably just the monitor changing resolutions or refresh rates one or more times. Nothing to be worried about.
    For external use only.

    Comment


      #3
      Re: Dell 1905fp acting weird

      i wish

      no, it keeps on doing it, and after that until the monitor is completely turned off and back on before a reboot it'll even do it while the BIOS and stuff is loading in the beginning. It really seems like kubuntu screws with the refresh rate on it and it doesn't go away until the monitor is turned off and back on.

      Comment


        #4
        Re: Dell 1905fp acting weird

        Hmm... Very strange. I'd say there's a problem with the monitor or cable, but if it doesn't happen with Windows...

        Could you please attach (or pastebin, or whatever) /etc/X11/xorg.conf?
        For external use only.

        Comment


          #5
          Re: Dell 1905fp acting weird

          yeah, i'll do it at work tomorrow, that's where the machine is.

          Comment


            #6
            Re: Dell 1905fp acting weird

            first of all, i actually did a reinstall, because i had messed around with it so much i just wanted to make sure i hadn't really screwed something up. Of course upon reinstall the graphics worked fine. Then i tried to go to the fglrx driver and that's when things got screwed up. The reason I'd been messing with it was to get compiz fusion workin. So now when i switch between the proprietary and open source driver it goes from not working to working. So it seems to be something about the proprietary ati driver in combination with my 1905fp. Here's my xorg.conf, and the flatpanel is currently working. When I change to the other device in the bottom section, that's when stuff breaks.

            Section "ServerLayout"

            # Uncomment if you have a wacom tablet
            # InputDevice "stylus" "SendCoreEvents"
            # InputDevice "cursor" "SendCoreEvents"
            # InputDevice "eraser" "SendCoreEvents"
            Identifier "Default Layout"
            Screen 0 "aticonfig-Screen[0]" 0 0
            InputDevice "Generic Keyboard"
            InputDevice "Configured Mouse"
            EndSection

            Section "Files"
            EndSection

            Section "Module"
            EndSection

            Section "InputDevice"
            Identifier "Generic Keyboard"
            Driver "kbd"
            Option "CoreKeyboard"
            Option "XkbRules" "xorg"
            Option "XkbModel" "pc105"
            Option "XkbLayout" "us"
            EndSection

            Section "InputDevice"
            Identifier "Configured Mouse"
            Driver "mouse"
            Option "CorePointer"
            Option "Device" "/dev/input/mice"
            Option "Protocol" "ImPS/2"
            Option "ZAxisMapping" "4 5"
            Option "Emulate3Buttons" "true"
            EndSection

            Section "InputDevice"
            Identifier "stylus"
            Driver "wacom"
            Option "Device" "/dev/input/wacom"
            Option "Type" "stylus"
            Option "ForceDevice" "ISDV4" # Tablet PC ONLY
            EndSection

            Section "InputDevice"
            Identifier "eraser"
            Driver "wacom"
            Option "Device" "/dev/input/wacom"
            Option "Type" "eraser"
            Option "ForceDevice" "ISDV4" # Tablet PC ONLY
            EndSection

            Section "InputDevice"
            Identifier "cursor"
            Driver "wacom"
            Option "Device" "/dev/input/wacom"
            Option "Type" "cursor"
            Option "ForceDevice" "ISDV4" # Tablet PC ONLY
            EndSection

            Section "Monitor"
            Identifier "DELL 1905FP"
            Option "DPMS"
            EndSection

            Section "Monitor"
            Identifier "aticonfig-Monitor[0]"
            Option "VendorName" "ATI Proprietary Driver"
            Option "ModelName" "Generic Autodetecting Monitor"
            Option "DPMS" "true"
            EndSection

            Section "Device"
            Identifier "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
            Driver "ati"
            BusID "PCI:1:0:0"
            EndSection

            Section "Device"
            Identifier "aticonfig-Device[0]"
            Driver "fglrx"
            Option "VideoOverlay" "on"
            Option "OpenGLOverlay" "off"
            EndSection

            Section "Screen"
            Identifier "Default Screen"
            Device "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
            Monitor "DELL 1905FP"
            DefaultDepth 24
            SubSection "Display"
            Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
            EndSubSection
            EndSection

            Section "Screen"
            Identifier "aticonfig-Screen[0]"
            # Device "aticonfig-Device[0]"
            Device "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
            Monitor "aticonfig-Monitor[0]"
            DefaultDepth 24
            SubSection "Display"
            Viewport 0 0
            Depth 24
            EndSubSection
            EndSection

            Comment


              #7
              Re: Dell 1905fp acting weird

              alright, i got it. The monitor gets screwed up at any resolution over 1152x864. In order to get it to work with 1280x1024 I had to add the following:
              HorizSync 64
              VertRefresh 60

              which are values taken directly from dell's support site.

              http://support.dell.com/support/edoc...6/EN/about.htm

              Comment


                #8
                Re: Dell 1905fp acting weird

                Yep, that's one of the suggested fixes.

                Glad to be of service... even though I didn't really do anything for you.

                EDIT: That table seems to be especially suited to be made into a modeline... How interesting.
                For external use only.

                Comment

                Working...
                X