LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Display problems with a Fire GL 1000 Pro card (https://www.linuxquestions.org/questions/linux-newbie-8/display-problems-with-a-fire-gl-1000-pro-card-508397/)

Jedi_Jay87 12-07-2006 09:03 PM

Display problems with a Fire GL 1000 Pro card
 
Can someone look at my xorg.conf and tell me why I'm not able to change the resolution from 640x480.I know this card supports higher resolutions. That's the correct driver for it so I'm at a loss. If you need more info just let me know.

Code:

Section "ServerLayout"
        Identifier    "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath  "/usr/lib/X11/modules"
        FontPath    "/usr/share/fonts/misc"
        FontPath    "/usr/share/fonts/75dpi"
        FontPath    "/usr/share/fonts/100dpi"
        FontPath    "/usr/share/fonts/TTF"
        FontPath    "/usr/share/fonts/Type1"
EndSection

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

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "auto"
        Option            "Device" "/dev/mouse"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier  "Monitor1"
        VendorName  "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option    "SWcursor"                  # [<bool>]
        #Option    "RGBbits"                    # <i>
        #Option    "NoAccel"                    # [<bool>]
        #Option    "BlockWrite"                # [<bool>]
        #Option    "FireGL3000"                # [<bool>]
        #Option    "Overlay"                    # [<str>]
        #Option    "ShadowFB"                  # [<bool>]
        #Option    "UseFBDev"                  # [<bool>]
        #Option    "UseFlatPanel"              # [<bool>]
        #Option    "VideoKey"                  # [<bool>]
        Identifier  "Card0"
        Driver      "glint"
        VendorName  "Texas Instruments"
        BoardName  "TVP4020 [Permedia 2]"
        BusID      "PCI:0:19:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option    "accel"                      # [<bool>]
        #Option    "crt_display"                # [<bool>]
        #Option    "composite_sync"            # [<bool>]
        #Option    "hw_cursor"                  # [<bool>]
        #Option    "linear"                    # [<bool>]
        #Option    "force_pci_mode"            # [<bool>]
        #Option    "dma_mode"                  # <str>
        #Option    "agp_mode"                  # <i>
        #Option    "agp_size"                  # <i>
        #Option    "local_textures"            # [<bool>]
        #Option    "buffer_size"                # <i>
        #Option    "tv_out"                    # [<bool>]
        #Option    "tv_standard"                # <str>
        #Option    "mmio_cache"                # [<bool>]
        #Option    "test_mmio_cache"            # [<bool>]
        #Option    "panel_display"              # [<bool>]
        #Option    "probe_clocks"              # [<bool>]
        #Option    "reference_clock"            # <freq>
        #Option    "shadow_fb"                  # [<bool>]
        #Option    "sw_cursor"                  # [<bool>]
        Identifier  "Card1"
        Driver      "ati"
        VendorName  "ATI"
        BoardName  "3D Rage IIC AGP"
        ChipSet    "ati"
        ChipId      0x4757
        ChipRev    0x7a
        BusID      "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport  0 0
                Depth    1
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    4
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    8
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    15
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    16
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device    "Card1"
        Monitor    "Monitor1"
        DefaultDepth 24
        SubSection "Display"
                Viewport  0 0
                Depth    1
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    4
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    8
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    15
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    16
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
        EndSubSection
EndSection



All times are GMT -5. The time now is 05:20 PM.