LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   xorg config file issues with dual monitors and oddly large fonts (https://www.linuxquestions.org/questions/linux-software-2/xorg-config-file-issues-with-dual-monitors-and-oddly-large-fonts-354079/)

mastahnke 08-17-2005 12:15 AM

xorg config file issues with dual monitors and oddly large fonts
 
I have been working on getting Dual Monitors working on xorg inside OpenSUSE 9.3.

I have had dual monitors working fine on other distribituions. I can get both monitors to work, but when I do, the menus inside FIrefox (likeFile, Edit, View) are HUGE, like probably a 24 point font. When I uncomment a UseModes line from the Montior section of my /etc/X11/xorg.conf file, the Firefox issues are resolved, but now only one monitor works.

Both monitors are the same.

Here is my xorg.conf with both monitor working and odd Firefox problems. I haven't noticed Large fonts for other applications, (I check Konquer, Konsole, and Yast). My thinking is that a Modeline statement is messing this up, but I am not certain.

Code:

Section "Files"
  FontPath    "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/local"
  FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/URW"
  FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath    "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath    "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath    "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/CID"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath    "/opt/kde3/share/fonts"
  InputDevices "/dev/ttyS0"
  InputDevices "/dev/ttyS1"
  InputDevices "/dev/ttyS2"
  InputDevices "/dev/ttyS3"
  InputDevices "/dev/ttyS4"
  InputDevices "/dev/ttyS5"
  InputDevices "/dev/ttyS6"
  InputDevices "/dev/ttyS7"
  InputDevices "/dev/ttyS8"
  InputDevices "/dev/psaux"
  InputDevices "/dev/logibm"
  InputDevices "/dev/sunmouse"
  InputDevices "/dev/atibm"
  InputDevices "/dev/amigamouse"
  InputDevices "/dev/atarimouse"
  InputDevices "/dev/inportbm"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/mouse"
  InputDevices "/dev/usbmouse"
  InputDevices "/dev/adbmouse"
  InputDevices "/dev/input/mice"
  InputDevices "/dev/input/event0"
  InputDevices "/dev/pointer0"
  InputDevices "/dev/pointer1"
  InputDevices "/dev/pointer2"
  InputDevices "/dev/pointer3"
EndSection

Section "ServerFlags"
  Option      "AllowMouseOpenFail"
  Option      "RandR" "on"
EndSection

Section "Module"
  Load        "dbe"
  Load        "type1"
  Load        "freetype"
  Load        "extmod"
  Load        "glx"
  Load        "v4l"
EndSection

Section "InputDevice"
  Driver      "kbd"
  Identifier  "Keyboard[0]"
  Option      "Protocol" "Standard"
  Option      "XkbLayout" "us"
  Option      "XkbModel" "pc104"
  Option      "XkbRules" "xfree86"
EndSection

Section "InputDevice"
  Driver      "mouse"
  Identifier  "Mouse[1]"
  Option      "Buttons" "7"
  Option      "Device" "/dev/input/mice"
  Option      "Name" "ImExPS/2 Logitech Explorer Mouse"
  Option      "Protocol" "explorerps/2"
  Option      "Vendor" "Sysp"
  Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  DisplaySize  360 270
  HorizSync    28-85
  Identifier  "Monitor[0]"
  ModelName    "HANSOL MONITOR"
  Option      "DPMS"
  VendorName  "HSL"
  VertRefresh  43-160
#  UseModes    "Modes0"
EndSection

Section "Modes"
  Identifier  "Modes0"
  Modeline      "1280x1024" 145.69 1280 1312 1448 1720 1024 1025 1028 1055
  Modeline      "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794
  Modeline      "1024x768" 73.89 1024 1080 1192 1360 768 769 772 799
  Modeline      "1024x768" 86.18 1024 1088 1200 1376 768 769 772 803
  Modeline      "1024x768" 97.84 1024 1088 1200 1376 768 769 772 808
  Modeline      "1024x768" 110.91 1024 1096 1208 1392 768 769 772 813
  Modeline      "1024x768" 122.97 1024 1096 1208 1392 768 769 772 818
  Modeline      "1024x768" 136.57 1024 1104 1216 1408 768 769 772 822
  Modeline      "1024x768" 149.05 1024 1104 1216 1408 768 769 772 827
  Modeline      "1024x768" 161.66 1024 1104 1216 1408 768 769 772 832
#  Modeline    "800x600" 36.88 800 832 912 1024 600 601 604 621
#  Modeline    "800x600" 44.13 800 840 920 1040 600 601 604 624
#  Modeline    "800x600" 51.73 800 840 928 1056 600 601 604 628
#  Modeline    "800x600" 58.73 800 840 928 1056 600 601 604 632
#  Modeline    "800x600" 66.71 800 848 936 1072 600 601 604 635
#  Modeline    "800x600" 73.98 800 848 936 1072 600 601 604 639
#  Modeline    "800x600" 82.55 800 856 944 1088 600 601 604 643
#  Modeline    "800x600" 90.10 800 856 944 1088 600 601 604 647
#  Modeline    "800x600" 97.59 800 856 944 1088 600 601 604 650
#  Modeline    "640x480" 23.06 640 656 720 800 480 481 484 497
#  Modeline    "640x480" 27.74 640 664 728 816 480 481 484 500
#  Modeline    "640x480" 32.64 640 672 736 832 480 481 484 503
#  Modeline    "640x480" 36.97 640 672 736 832 480 481 484 505
#  Modeline    "640x480" 42.22 640 680 744 848 480 481 484 508
#  Modeline    "640x480" 46.80 640 680 744 848 480 481 484 511
# Modeline      "640x480" 51.43 640 680 744 848 480 481 484 514
#  Modeline    "640x480" 57.18 640 680 752 864 480 481 484 517
#  Modeline    "640x480" 62.12 640 680 752 864 480 481 484 521
  Modeline      "1152x864" 78.82 1152 1216 1336 1520 864 865 868 894
  Modeline      "1152x864" 93.90 1152 1224 1344 1536 864 865 868 899
  Modeline      "1152x864" 109.43 1152 1224 1352 1552 864 865 868 904
  Modeline      "1152x864" 125.43 1152 1232 1360 1568 864 865 868 909
  Modeline      "1152x864" 140.45 1152 1232 1360 1568 864 865 868 914
  Modeline      "1152x864" 157.39 1152 1240 1368 1584 864 865 868 920
  Modeline      "1152x864" 172.89 1152 1240 1368 1584 864 865 868 925
  Modeline      "1152x864" 188.76 1152 1240 1368 1584 864 865 868 931
  Modeline      "1152x864" 206.67 1152 1248 1376 1600 864 865 868 936
#  Modeline    "768x576" 33.74 768 792 872 976 576 577 580 596
#  Modeline    "768x576" 40.41 768 800 880 992 576 577 580 599
#  Modeline    "768x576" 47.41 768 808 888 1008 576 577 580 603
#  Modeline    "768x576" 53.75 768 808 888 1008 576 577 580 606
#  Modeline    "768x576" 61.21 768 816 896 1024 576 577 580 610
#  Modeline    "768x576" 67.79 768 816 896 1024 576 577 580 613
#  Modeline    "768x576" 75.72 768 824 904 1040 576 577 580 617
#  Modeline    "768x576" 82.67 768 824 904 1040 576 577 580 621
#  Modeline    "768x576" 89.56 768 824 904 1040 576 577 580 624
EndSection




Section "Screen"
        Identifier "Screen[0]"
        Device    "Videocard[0]"
        Monitor    "Monitor[0]"
        DefaultDepth    24
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


Section "Device"
  BoardName    "GeForce4 MX 440"
  Driver      "nvidia"
  Identifier  "Videocard[0]"
  Screen      0
  Option      "Rotate" "off"
  Option      "TwinView"
  Option      "MetaModes" "1280x1024,1280x1024"
  Option      "ConnectedMonitor" "CRT, CRT"
 Option      "SecondMonitorHorizSync" "31.5 - 79.0"
  #Option      "SecondMonitorHorizSync" "28 - 85"
 Option      "SecondMonitorVertRefresh" "50.0 - 90.0"
  #Option      "SecondMonitorVertRefresh" "43.0 - 160.0"
  Option      "TwinViewOrientation" "RightOf"
  VendorName  "NVidia"
EndSection

Section "ServerLayout"
  Identifier  "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
#  Option      "Clone" "off"
#  Option      "Xinerama" "on"
  Screen      "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode      0660
EndSection



All times are GMT -5. The time now is 10:06 AM.