Announcement

Collapse
No announcement yet.

Any recommendations for my xorg.conf file?

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

    Any recommendations for my xorg.conf file?

    So, I was curious if there were any changes any of you would recommend for my xorg.conf? Everything seems to work okay now, but I really don't know what I'm doing so I'll admit that most of it was luck of finding an old xorg.conf file and recommendations of helpful people on the forum here.

    To start, I have two video cards in my computer:
    • SiS 6326
    • NVIDIA GeForce4


    Hooked up to these, I have two monitors:
    • Packard Bell 1712SL
      • horizontal 30.0-65.0
      • vertical 50.0-80.0
    • Vibrant VS-7D
      • horizontal 30.0-70.0
      • vertical 50.0-120.0


    The Packard Bell is hooked to the NVIDIA because I intend to replace it with a flat panel monitor when upgrade funds become available. The Vibrant monitor is hooked to the SiS card. I currently have both monitors running at 1024 by 768, and the Monitor & Display module does not work for me due to this bug: https://bugs.launchpad.net/ubuntu/+s...nce/+bug/91545

    It's probably also worth noting I do actually have a Wacom tablet. It is a Graphire ET-0405-U (Google says it's a Graphire 4), USB connection. I'm mildly annoyed with it as my attempts to get the pressure sensitivity working have not worked out. At least the tablet works in some way, unlike under Mandrake when I first switched to Linux. The last time I tried to get it set up, I tried to follow the information provided here: http://linuxwacom.sourceforge.net/

    My xorg.conf as it stands now:
    Code:
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf(5) manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #  sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Files"
     FontPath "/usr/share/fonts/X11/misc"
     FontPath "/usr/share/fonts/X11/cyrillic"
     FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
     FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
     FontPath "/usr/share/fonts/X11/Type1"
     FontPath "/usr/share/fonts/X11/100dpi"
     FontPath "/usr/share/fonts/X11/75dpi"
     # path to defoma fonts
     FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
     Load "i2c"
     Load "bitmap"
     Load "ddc"
     Load "extmod"
     Load "freetype"
     Load "int10"
     Load "vbe"
     load "glx"
     load "GLcore"
     load "v4l"
    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"
     Driver "wacom"
     Identifier "stylus"
     option "Device" "/dev/input/wacom"
     option "Type" "stylus"
     option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
     Driver "wacom"
     Identifier "eraser"
     option "Device" "/dev/input/wacom"
     option "Type" "eraser"
     option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
     Driver "wacom"
     Identifier "cursor"
     option "Device" "/dev/input/wacom"
     option "Type" "cursor"
     option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "Device"
     identifier "Silicon Integrated Systems [SiS] 86C326 5598/6326"
     boardname "sis"
     busid "PCI:0:13:0"
     driver "sis"
     screen 0
    EndSection
    
    Section "Monitor"
     identifier "Generic Monitor"
     modelname "Custom 1"
     modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
     modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
     modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
     gamma 1.0
    EndSection
    
    Section "Screen"
     Identifier "Default Screen"
     Device "Silicon Integrated Systems [SiS] 86C326 5598/6326"
     Monitor "Generic Monitor"
     DefaultDepth 24
     SubSection "Display"
      depth 24
      modes "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
     EndSubSection
    EndSection
    
    Section "ServerLayout"
     Identifier "Default Layout"
     screen 0 "Default Screen" 0 0
     screen 1 "screen1" leftof "Default Screen"
     InputDevice "Generic Keyboard"
     InputDevice "Configured Mouse"
     InputDevice "stylus" "SendCoreEvents"
     InputDevice "cursor" "SendCoreEvents"
     InputDevice "eraser" "SendCoreEvents"
    EndSection
    
    Section "DRI"
     Mode 0666
    EndSection
    
    Section "device" # 
     identifier "device1"
     boardname "NVIDIA GeForce4 (generic)"
     busid "PCI:1:0:0"
     driver "nvidia"
     screen 0
     vendorname "NVIDIA"
    EndSection
    
    Section "screen" # 
     identifier "screen1"
     device "device1"
     defaultdepth 24
     monitor "monitor1"
     SubSection "Display"
      depth 24
      modes "1024x768@75" "1024x768@70" "1024x768@60"
     EndSubSection
    EndSection
    
    Section "monitor" # 
     identifier "monitor1"
     vendorname "Packard Bell"
     modelname "Packard Bell 1712SL"
     HorizSync 30.0-65.0
     VertRefresh 50.0-80.0
     modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
     modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
     modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
     modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
     modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
     modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
     gamma 1.0
    EndSection
    
    Section "ServerFlags"
     option "Xinerama" "true"
    EndSection

    #2
    Re: Any recommendations for my xorg.conf file?

    Well, you've got TWO cards and monitors working, so you're already doing things I've never done -- Linux or Windows, for that matter.

    It looks like a clean, well-organized xorg.conf file. As far as you can tell, are the graphics performing pretty much at the full capabilities of those chips? Does that GeF 4 have glx capabilities? I'm pretty sure the SiS chip does not, but I'm not the expert on that one.

    Comment


      #3
      Re: Any recommendations for my xorg.conf file?

      Originally posted by Death Kitten
      option "ForceDevice" "ISDV4"# Tablet PC ONLY
      If you insist on changing something that isn't broken... it says only, so does it work better without it?
      For external use only.

      Comment


        #4
        Re: Any recommendations for my xorg.conf file?

        Originally posted by dibl
        Well, you've got TWO cards and monitors working, so you're already doing things I've never done -- Linux or Windows, for that matter.

        It looks like a clean, well-organized xorg.conf file. As far as you can tell, are the graphics performing pretty much at the full capabilities of those chips? Does that GeF 4 have glx capabilities? I'm pretty sure the SiS chip does not, but I'm not the expert on that one.
        I'm really not sure what the capabilities of the two video cards are, I got both of them second hand from friends. I'll google up and see what I can find for specs on both though and report back. The only real thing that stands out is when I turn the Packard Bell monitor on after multiple hours of non-use, it can take it a minute or three to stop looking fuzzy, and forcing it to degauss doesn't make any difference.

        There is something wrong on the main monitor, and I'm not sure if it's a combination of sound driver and video drivers or just one or the other, but when I play back a video on the main screen (Vibrant/SiS) I get all sorts of sound interference and feedback, but if I move the video to the second monitor the sound problems go away. This happens across media players, and sometimes even becomes a problem with embedded media in the web browser and other frequently updating gui items.

        Originally posted by SheeEttin
        Originally posted by Death Kitten
        option "ForceDevice" "ISDV4"# Tablet PC ONLY
        If you insist on changing something that isn't broken... it says only, so does it work better without it?
        Do we know what that line is supposed to do? After I research the graphics cards I have to provide some specs, I can give that a go.

        Comment


          #5
          Re: Any recommendations for my xorg.conf file?

          Originally posted by Death Kitten
          The only real thing that stands out is when I turn the Packard Bell monitor on after multiple hours of non-use, it can take it a minute or three to stop looking fuzzy, and forcing it to degauss doesn't make any difference.
          I'll spare you the sensitive treatment, DK -- that's a cheap old monitor and it performs like, er ..... a cheap old monitor!

          Comment


            #6
            Re: Any recommendations for my xorg.conf file?

            Originally posted by dibl
            Originally posted by Death Kitten
            The only real thing that stands out is when I turn the Packard Bell monitor on after multiple hours of non-use, it can take it a minute or three to stop looking fuzzy, and forcing it to degauss doesn't make any difference.
            I'll spare you the sensitive treatment, DK -- that's a cheap old monitor and it performs like, er ..... a cheap old monitor!
            Good thing I wasn't the one who bought it then. It's a hand me down from the mother's boyfriend who was just going to throw it away, so I decided to see if I could get the dual monitor set up running. No big though, I was just hoping there might be something I could do to coax it into playing nicer.

            Comment


              #7
              Re: Any recommendations for my xorg.conf file?

              Whoa. My post disappeared.

              Anyway, it's probably electromagnetic interference from a CRT. Speakers manufactured in the last several years are magnetically shielded. Depending on how old they are, this may be the cause.
              For external use only.

              Comment


                #8
                Re: Any recommendations for my xorg.conf file?

                Originally posted by SheeEttin
                Whoa. My post disappeared.

                Anyway, it's probably electromagnetic interference from a CRT. Speakers manufactured in the last several years are magnetically shielded. Depending on how old they are, this may be the cause.
                The speakers I'm currently using are fairly recent, Creature II from JBL Their user manual specifies they are magnetically shielded, even the subwoofer.

                The Packard Bell monitor just looks somewhat pixelated, and the display doesn't stretch to fill the whole screen until it's warmed up a few minutes. I'm inclined to believe the "It's a cheap old monitor" theory provided by dibl.

                Also, I'm pretty sure there are either conficts or problems with the sound driver that's causing the problem when watching videos on the Vibrant monitor.

                Comment


                  #9
                  Re: Any recommendations for my xorg.conf file?

                  Okay, now I'm confused as to what I have for video cards. I googled SiS 6326 to find out anything I could about it, and everything I got back talked about AGP and an RCA jack for TV input. The card is an old PCI video card that a friend had laying around and shipped to me.

                  The NVIDIA card is in the AGP slot, and googling supports that the GeForce4 cards are AGP, but I don't know ~which~ card it is, as I said it is a second hard card from someone else.

                  I suppose if I want to continue on this xorg.conf optimization adventure, I get to pull apart my computer and figure out just what I have. The person I got the NVIDIA card from, I don't talk to anymore because he was getting creepy and kinda scaring me a bit. The SiS card, my friend I got that one from probably wouldn't even remember what it was other than PCI and video card. meh.

                  Comment


                    #10
                    Re: Any recommendations for my xorg.conf file?

                    wait wait -- before you attack that PC with a screwdriver, what does your KMenu>System>KInfocenter say about the graphics chips?

                    Comment


                      #11
                      Re: Any recommendations for my xorg.conf file?

                      Pretty much all the information I have right now has come from various KDE components. Pulling up KInfoCenter, it won't let me copy and paste out of the PCI section. Meh. I didn't want to have to hand type that much crap. *grumble*grumble*kicks whoever made kInfoCenter not let her copy and paste*

                      Code:
                      00:0d.0 VGA compatable controler: Silicon Intergrated Systems [SiS] 86C326 5598/6326 (rev 0b) (prog-if 00 [VGA])
                       Subsystem: Silicon Intergrated Systems [SiS] SiS6326 GUI Accelerator
                       Flags: bus master, 66MHz, medium devsel, latency 32
                       Memory at ee800000 (32-bit, prefetchable) [size=8M]
                       Memory at e2000000 (32-bit, non-prefetchable) [size=64K]
                       I/O ports at 9800 [size=128]
                       Expansion ROM at 50040000 [disabled] [size=64K]
                       Capabilities: <access denied>
                      
                      01:00.0 VGA compatable controller: nVidia Corporation NV25 [GeForce4 Ti 4200] (rev a3) (prog-if 00 [VGA])
                       Subsystem: XFX Pine Group Inc. Unknown device 1214
                       Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 18
                       Memory at e7000000 (32-bit, non-prefetchable) [size=16M]
                       Memory at f0000000 (32-bit, prefetchable) [size=128M]
                       Memory at ef800000 (32-bit, prefetchable) [size=512K]
                       [virtual] Expansion ROM at ef7e0000 [disabled] [size=128K]
                       Capablities: <access denied>

                      Comment


                        #12
                        Re: Any recommendations for my xorg.conf file?

                        Well, here's good news -- Nvidia says their latest driver will run that GeF4 ti 4200:

                        http://www.nvidia.com/object/IO_18897.html

                        So, theoretically you could download Envy, install it, and end up with the 3D accelerated driver, running Beryl eye-candy.

                        I'm guessing the friend that gave you that card would be chagrined to see that!

                        Comment


                          #13
                          Re: Any recommendations for my xorg.conf file?

                          The former friend who gave me the card runs Windows, so he wouldn't know what he's missing. Until I get a little faster processor and more RAM, I'm not looking at doing fancy pants stuff with my desktop. 1.6gHz processor, and 1GB of RAM only seems to be making due right now. The annoying thing with the RAM is I also gave myself 1GB swap space, and the RAM is almost always 90-something % in use, and the swap is almost always less than 10%.

                          Comment


                            #14
                            Re: Any recommendations for my xorg.conf file?

                            I have the nvidia-glx package currently installed. What's the difference between that and the nvidia-glx-new package?

                            Comment


                              #15
                              Re: Any recommendations for my xorg.conf file?

                              nvidia-glx has the -9631 driver, if memory serves. nvidia-glx-new has the -9755 driver. Envy installs the 100.14.11 driver (newer). But I don't know what difference it makes on your GeF4 ti4200 card.

                              I don't think the graphics load of Beryl will hit your CPU too hard -- it's mostly the GPU that does the work.

                              I know about the swap thing. I have the luxury of 4GB of RAM, and I've never seen 1 byte of my 1GB swap used -- I think I could have saved the space.

                              Comment

                              Working...
                              X