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:
Hooked up to these, I have two monitors:
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:
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
Comment