[Problem] Xorg.conf and Razer DeathAdder Mouse

First of all, Hy everyone Its my first time on Arch, and after a lot of reading and reading, and some more reading, i managed to install it with windows xp on a dual boot. After installing xorg with pacman, and configuring my xorg.conf look like this:
Section "ServerLayout"
Identifier "Layout[all]"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Option "AIGLX" "on"
EndSection
Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/opt/kde3/share/fonts"
EndSection
Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "dri"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "pt-latin1.map.gz"
Option "XkbModel" "logitech"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
Option "XkbRules" "xfree86"
Option "XkbVariant" "basic,extended"
EndSection
Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Name" "Razer DeathAdder"
Option "corepointer"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ButtonsMapping" "1 2 3 6 7"
Option "Resolution" "900"
Option "SampleRate" "1000"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "XAANoOffscreenPixmaps" "on"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "off"
Option "TexturedVideo" "on"
Option "Textured2D" "on"
Option "TexturedXrender" "off"
Option "UseFastTLS" "1"
Option "BackingStore" "on"
Option "mtrr" "on"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050_60" "1152x864_75" "1024x768_85" "800x600_100" "640x480_100"
EndSubSection
EndSection
Section "DRI"
Group "Video"
Mode 0666
EndSection
Section "Extensions"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
Option "Composite" "Enable"
EndSection
The problem is, when i do :
X -config /root/X11/xorg.conf
i see a black screen with the cross pointer of the mouse, but i cant move the mouse, and i cant quit from with tried CTRL+ALT+BACKSPACE, nothing, i do ALT+F2, and open a new shell, and then i dot ALT+F1 to return to the old one, and i see some erros, like, device "mouse" not found device "kbd" not found.. :S
Then i tried
Cat /dev/input/mice
and i move the mouse, and click, and everything seems to work just fine.
Sorry if this in the wrong section, or the problem itself is dumb, but i tried everything belive me. If someone could help, i would apreciate. Btw, not an english person, i have a very bad english indeed lol
Tks in advance
Last edited by Camelon (2008-07-31 20:58:16)

i have a nvidia 6600 and a deathadder, i'll post my xorg.conf and see you you can get something useful:
#===============================
#ecra, output devices
#===============================
Section "Monitor"
Identifier "Default Monitor"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
Option "DPI" "96 x96"
EndSection
Section "Device"
Identifier "Default nvidia Device"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Ecra"
Device "Default nvidia Device"
Monitor "Default Monitor"
Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
Option "NoLogo" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
#===============================
#rato, teclado, input devices
#===============================
Section "InputDevice"
Identifier "Rato"
Option "Device" "/dev/input/mouse_udev"
Driver "mouse"
Option "Resolution" "1800"
Option "SampleRate" "1000"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
Section "InputDevice"
Identifier "Teclado"
Driver "kbd"
Option "XkbLayout" "pt"
EndSection
#===========================
#wacom bamboo tablet
#===========================
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection
#=====================
#the server layout
#=====================
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Ecra"
InputDevice "Teclado" "CoreKeyboard"
InputDevice "Rato" "CorePointer"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"
EndSection
and i think i have some udev rules to create those mouse links:
/etc/udev/rules.d/10-local.rules:
KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k", SYMLINK="input/wacom"
KERNEL=="mouse*", SYSFS{idProduct}=="0007", NAME="input/%k", SYMLINK="input/mouse_udev"
you can try something like this. hope it helps

Similar Messages

  • Advent 4213 (MSI Wind?) xorg.conf and kdemod

    I have a (not quite so) recently purchased advent 4213 netbook (which I hear is just a rebadged msi wind) and have, after a great amount of struggle due to poor circumstance, managed to get Arch and kdemod installed. kdemod starts from rc.conf just fine but my problem is in the xorg.conf. I have no experience editing these and really don't know what a lot of it means so I used hwd -xa to generate one but it will only give me the 800x600 screen resolution as an option. I tried to use the xorg.conf from my Ubuntu install on it, which gave me better resolutions but, alas, the same happens. I've popped my xorg.conf at the bottom of the post. If anyone could help that'd be tremendous.
    Thanks
    aSection "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "uk"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "vesa"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection

    This one is working for me (medion Akoya)
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "touchpad" "AlwaysCore"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    # Option "AIGLX" "false"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "touchpad"
    Driver "synaptics"
    Option "CorePointer"
    Option "Device" "/dev/input/mouse1"
    Option "Protocol" "auto-dev"
    Option "VertEdgeScroll" "True"
    Option "HorizEdgeScroll" "False"
    Option "TapButton1" "1"
    Option "SHMConfig"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "All"
    BoardName "All"
    #Option "AccelMethod" "EXA"
    Option "MigrationHeuristic" "greedy"
    Option "DRI" "True"
    Option "NoDDC" "True"
    Option "XAANoOffscreenPixmaps" "True"
    Option "EnablePageFlip" "True"
    Option "RenderAccel" "True"
    Option "AccelMethod" "XAA"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

  • Razer DeathAdder Mouse back button doesn't work

    I got the new Air (Intel i5 1.3Ghz) and it came with OSX 10.8. Right now it is updated to 10.8.4.
    I connected my Razer DeathAdder 3.5G mouse and the back button does not work. I downloaded the correct driver from Razer and I tried to customize it but it only allows me to set the back button as "button 4" and the forward button as "button 5." According to the Razer website FAQ, these settings are recognized on windows as back/forward and that if you want to use these buttons on OSX, you must set the "button 4" as back. It reccomends that I go into the System Preference > Mouse and change the settings.
    Unfortunatly in the Mouse settings, there is only Tracking Speed, Double-Click Speed, Scrolling Speed, and Primary Mouse Button.
    Does anybody have ANY idea how I can get the two buttons to do back and forward? At the moment, both back and forward buttons just open links in a new tab.
    Cheers
    ahan88

    I just figured it out.  You need to download Synapse software from
    Razer Support
    then you configure the buttons with keyboard assignments as follows:
    Select button 4.   Keyboard shortcut.Command+[
    Select button 5.   Keyboard shortcut.Command+]
    Hope that helps!

  • No xorg.conf and x3100 slow performance

    I recently installed Arch Linux on my laptop and almost everything is working fine.  Some time ago,  I used to use a tool that detects my hardware and generates a xorg.conf, but this time, I installed Arch and X is running fine without xorg.conf.
    However, I have a problem with 3D Aceleration. My 3D card is Intel x3100 (GM965). (I installed xf86-video-intel driver) 3D aceleration is very slow. Ive run glxinfo and it shows only NONE and SLOW flags. Some simple opengl games like supertux run very very slow.
    Ive tried to copy and paste a xorg file from a x3100 user, but X didnt work at all. What can I do to enable 3D aceleration. Thanks in advance
    EDIT: I was really happy I didnt have to write a xorg.conf file. Will I have to?
    Last edited by ar5007eg (2009-06-12 20:20:05)

    Thanks for your answer
    I've tried adding this "ServerLayout" layout section and it gives me the same fatal error from X: "no screen founds"
    Here is my output form lspci
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
    00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    04:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
    05:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
    0a:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
    0a:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
    0a:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
    0a:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
    0a:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
    EDIT: output from lspci -v
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information <?>
    Kernel driver in use: agpgart-intel
    Kernel modules: intel-agp
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0, IRQ 5
    Memory at f0000000 (64-bit, non-prefetchable) [size=1M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 1800 [size=8]
    Capabilities: [90] MSI: Mask- 64bit- Count=1/1 Enable-
    Capabilities: [d0] Power Management version 3
    Kernel modules: intelfb
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0
    Memory at f0100000 (64-bit, non-prefetchable) [size=1M]
    Capabilities: [d0] Power Management version 3
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 16
    I/O ports at 1820 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 21
    I/O ports at 1840 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 18
    Memory at f0704000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0, IRQ 22
    Memory at f0500000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Mask- 64bit+ Count=1/1 Enable-
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [130] Root Complex Link <?>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 011d
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
    Memory behind bridge: 88000000-880fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 011d
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
    Memory behind bridge: 88100000-881fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 011d
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 23
    I/O ports at 1860 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 19
    I/O ports at 1880 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 18
    I/O ports at 18a0 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at f0704400 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) (prog-if 01 [Subtractive decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
    Memory behind bridge: f0400000-f04fffff
    Capabilities: [50] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0
    Capabilities: [e0] Vendor Specific Information <?>
    Kernel modules: iTCO_wdt
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 19
    I/O ports at 01f0 [size=8]
    I/O ports at 03f4 [size=1]
    I/O ports at 0170 [size=8]
    I/O ports at 0374 [size=1]
    I/O ports at 1810 [size=16]
    Kernel driver in use: ata_piix
    Kernel modules: piix, ata_piix
    00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03) (prog-if 8f [Master SecP SecO PriP PriO])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
    I/O ports at 1c00 [size=8]
    I/O ports at 18f4 [size=4]
    I/O ports at 18f8 [size=8]
    I/O ports at 18f0 [size=4]
    I/O ports at 18e0 [size=16]
    I/O ports at 18d0 [size=16]
    Capabilities: [70] Power Management version 3
    Kernel driver in use: ata_piix
    Kernel modules: ata_piix
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: medium devsel, IRQ 19
    Memory at 88200000 (32-bit, non-prefetchable) [size=256]
    I/O ports at 1c20 [size=32]
    Kernel driver in use: i801_smbus
    Kernel modules: i2c-i801
    04:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
    Subsystem: AMBIT Microsystem Corp. AR5BXB63 802.11bg NIC
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at 88000000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: [40] Power Management version 2
    Capabilities: [50] MSI: Mask- 64bit- Count=1/1 Enable-
    Capabilities: [60] Express Legacy Endpoint, MSI 00
    Capabilities: [90] MSI-X: Enable- Mask- TabSize=1
    Capabilities: [100] Advanced Error Reporting
    UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
    UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout+ NonFatalErr-
    CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
    AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
    Capabilities: [140] Virtual Channel <?>
    Kernel driver in use: ath5k_pci
    Kernel modules: ath_pci, ath5k
    05:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0, IRQ 764
    Memory at 88100000 (64-bit, non-prefetchable) [size=64K]
    Expansion ROM at <ignored> [disabled]
    Capabilities: [48] Power Management version 3
    Capabilities: [50] Vital Product Data <?>
    Capabilities: [58] Vendor Specific Information <?>
    Capabilities: [e8] MSI: Mask- 64bit+ Count=1/1 Enable+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
    UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
    Capabilities: [13c] Virtual Channel <?>
    Capabilities: [160] Device Serial Number e9-b9-c5-fe-ff-24-1b-00
    Capabilities: [16c] Power Budgeting <?>
    Kernel driver in use: tg3
    Kernel modules: tg3
    0a:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) (prog-if 10 [OHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 32, IRQ 16
    Memory at f0400000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [dc] Power Management version 2
    Kernel driver in use: ohci1394
    Kernel modules: ohci1394
    0a:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 32, IRQ 17
    Memory at f0400800 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Kernel driver in use: sdhci-pci
    Kernel modules: sdhci-pci
    0a:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 32
    Memory at f0400c00 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Kernel driver in use: ricoh-mmc
    Kernel modules: ricoh_mmc
    0a:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 32
    Memory at f0401000 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    0a:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff) (prog-if ff)
    !!! Unknown header type 7f
    Last edited by ar5007eg (2009-06-13 16:04:07)

  • Setting up Bumblebee - xorg.conf and /etc/bumblebee/xorg.conf.nvidia

    I have installed Bumblebee and the Nvidia drivers on my Asus N53SV laptop. I am able to run programs such as glxspheres using Optirun. However, I am not sure what to do next if I want to render my desktop using my discrete video card (GT540M) instead of through ordinary Intel graphics.
    Should I copy the file /etc/bumblebee/xorg.conf.nvidia to /etc/X11/xorg.conf?
    Thanks for your help,
    - mark

    I don't see why you would do that. The point of bumblebee is to avoid using the nvidia card unless you start the program with 'optirun'. If you want to render your desktop and use the nvidia card all the time, just don't use bumblebee and directly use the nvidia driver.
    If you really really want to use bumblebee, I guess you could set your login manager to use a xinitrc method, and put optirun in front of the command that launch your desktop.

  • Nvidia problems: Xorg flickering and restarts

    Hi,
    after upgrading my laptop which has a nVidia Quadro FX1800 built-in (G94 / GT215GLM chipset I believe) I ran into problems over problems.
    The latest nvidia drivers no longer support my card, so I installed the nvidia-340xx series packages (core driver, -libgl, -utils, lib32 variants).
    After restarting I noticed the nvidia logo showing up 2 or 3 times, but then finally started up.
    Everytime the screen changes I got a lot of flickering (screen going black for fractions of a second) and after a few seconds I was back at the nvidia logo - the X session just restarted.
    My next attempt fixing this was going to linux-lts, which I installed together with nvidia-304xx-lts. After a reboot I thought that fixed the problem, but after half a minute I experienced the same bullsh** behaviour again.
    The issue is extremely bad, starting xterm and running dmesg immediately leads to a Xorg restart, nautilus lives for about a minute, firefox won't even start.
    The machine is absolutely unusable.
    The problem occurs with linux 3.17(.3) as well as 3.14(.25) lts.
    The X logs don't show any errors/problems, but dmesg reveals something's definitely broken here:
    [ 313.533019] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 313.533030] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 313.533034] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 313.533037] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 313.533042] pcieport 0000:00:03.0: broadcast error_detected message
    [ 313.533045] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 313.535202] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 313.535215] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 313.535218] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 313.535220] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 313.535225] pcieport 0000:00:03.0: broadcast error_detected message
    [ 313.535227] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 313.537431] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 313.537440] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 313.537443] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 313.537447] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 313.537451] pcieport 0000:00:03.0: broadcast error_detected message
    [ 313.537454] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 313.539615] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 313.539623] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 313.539626] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 313.539628] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 313.539633] pcieport 0000:00:03.0: broadcast error_detected message
    [ 313.539635] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 323.308264] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 323.308278] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 323.308286] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 323.308292] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 323.308300] pcieport 0000:00:03.0: broadcast error_detected message
    [ 323.308305] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 323.308311] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 323.310458] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 323.312667] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 323.312673] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 323.312685] pcieport 0000:00:03.0: broadcast error_detected message
    [ 323.312689] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 323.312695] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 323.314835] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 323.314851] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 323.314854] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 323.314863] pcieport 0000:00:03.0: broadcast error_detected message
    [ 323.314866] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 323.314870] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 323.314881] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 323.314885] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 323.314889] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 323.314895] pcieport 0000:00:03.0: broadcast error_detected message
    [ 323.314898] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 323.314902] pcieport 0000:00:03.0: AER: Uncorrected (Non-Fatal) error received: id=0018
    [ 323.314910] pcieport 0000:00:03.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, id=0018(Requester ID)
    [ 323.314913] pcieport 0000:00:03.0: device [8086:d138] error status/mask=00004000/00000000
    [ 323.329276] pcieport 0000:00:03.0: [14] Completion Timeout (First)
    [ 323.329282] pcieport 0000:00:03.0: broadcast error_detected message
    [ 323.329286] pcieport 0000:00:03.0: AER: Device recovery failed
    [ 323.330412] NVRM: GPU at PCI:0000:01:00: GPU-d6f5433d-0c4d-5d1a-c65b-019c8959750d
    [ 323.330419] NVRM: Xid (PCI:0000:01:00): 6, PE0001
    [ 326.017927] nvidia 0000:01:00.0: irq 63 for MSI/MSI-X
    [ 326.020203] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.020257] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.020292] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.020534] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.020569] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.020603] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.020637] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.020672] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.022316] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 326.022531] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    lspci reveals that the PCI device at 0000:00:03.0 is the nvidia card.
    What can I do to fix the problem?
    Does anyone have experience with nouveau on a Quadro FX1800? What can I expect to work, what not and how's the performance?
    I'm so glad I got a Haswell with Intel graphics for my Desktop right now...
    I desperately hope anyone here can help me sort this out.

    At the very beginning I thought it's just 340xx issue (there are already some threads here on forum or this on devtalk: https://devtalk.nvidia.com/default/topi … x-ubunt/2/) but it's really strange you have problems with 304xx - according to 304 Supported Devices your FX1800 should be handled fine.this Supported Devices section.
    After splitting to nvidia and nvidia-340xx I had to downgrade to nvidia-304xx - because of monitor detection issues I couldn't use version 340 (Quadro NVS 140M).
    Some solution is available here: https://bbs.archlinux.org/viewtopic.php … 7#p1478277
    Last edited by jakub (2014-11-26 13:05:38)

  • Xorg 1.8 upgrade and no keyboard/mouse [solved]

    Well I took the plunge and did a Suy for the 1st time in 6 months or so today... all went well but I have no keyboard or mouse. I have read all the info on the modular configs and opted to stick with my original xorg.conf. Below are my xorg.conf and an Xorg.0.log. Any help is appreciated.
    J
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Thu Jul 17 18:39:19 PDT 2008
    # Auto-generated by Archie mkxcfg
    # Auto-generated by Archie mkxcfg
    Section "ServerLayout"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
        Identifier     "Xorg Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "USB Mouse" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    #       FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
    #       FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    #    RgbPath         "/usr/share/X11/rgb"
        ModulePath      "/usr/lib/xorg/modules"
        FontPath        "/usr/share/fonts/misc:unscaled"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/75dpi:unscaled"
        FontPath        "/usr/share/fonts/75dpi"
        FontPath        "/usr/share/fonts/100dpi:unscaled"
        FontPath        "/usr/share/fonts/100dpi"
        FontPath        "/usr/share/fonts/PEX"
        FontPath        "/usr/share/fonts/cyrillic"
        FontPath        "/usr/share/fonts/Type1"
        FontPath        "/usr/share/fonts/ttf/western"
        FontPath        "/usr/share/fonts/ttf/decoratives"
        FontPath        "/usr/share/fonts/truetype"
        FontPath        "/usr/share/fonts/truetype/openoffice"
        FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath        "/usr/share/fonts/latex-ttf-fonts"
        FontPath        "/usr/share/fonts/defoma/CID"
        FontPath        "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
        Load           "ddc"  # ddc probing of monitor
        Load           "dbe"
        Load           "extmod"
        Load           "glx"
        Load           "bitmap" # bitmap-fonts
        Load           "type1"
        Load           "freetype"
        #Load           "record"
    EndSection
    Section "ServerFlags"
        Option         "AllowMouseOpenFail" "true"
    EndSection
    Section "InputClass"
        Identifier          "Keyboard Defaults"
        MatchIsKeyboard     "yes"
        Option              "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "keyboard"
        Option         "CoreKeyboard"
        Option         "XkbRules" "xorg"
        Option         "XkbModel" "pc105"
        Option         "XkbLayout" ""
        Option         "XkbVariant" ""
    EndSection
    Section "InputDevice"
        Identifier     "PS/2 Mouse"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "ZAxisMapping" "4 5"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "true"
        Option         "Emulate3Timeout" "70"
        Option         "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
        Identifier     "USB Mouse"
        Driver         "mouse"
        Option         "Device" "/dev/mouse0"
        Option         "SendCoreEvents" "true"
        Option         "Protocol" "IMPS/2"
        Option         "ZAxisMapping" "4 5"
        Option         "Buttons" "5"
    EndSection
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    #       VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
            #  Default modes distilled from
            #      "VESA and Industry Standards and Guide for Computer Display Monitor
            #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
            #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
            # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
        Identifier     "Monitor0"
        HorizSync       28.0 - 96.0
        VertRefresh     50.0 - 62.0
        ModeLine       "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
        ModeLine       "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
        ModeLine       "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
        ModeLine       "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
        ModeLine       "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
        ModeLine       "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
        ModeLine       "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
        ModeLine       "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
        ModeLine       "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
        ModeLine       "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
        ModeLine       "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
        ModeLine       "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
        ModeLine       "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
        ModeLine       "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
        ModeLine       "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
        ModeLine       "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
        ModeLine       "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
        ModeLine       "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
        ModeLine       "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
        ModeLine       "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
        ModeLine       "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
        ModeLine       "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
        ModeLine       "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
        ModeLine       "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
        ModeLine       "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
        ModeLine       "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
        ModeLine       "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
        ModeLine       "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
        ModeLine       "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
        ModeLine       "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
        ModeLine       "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
        ModeLine       "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
        ModeLine       "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
        ModeLine       "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
        ModeLine       "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
        ModeLine       "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
        ModeLine       "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
        ModeLine       "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
        ModeLine       "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
        ModeLine       "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
        ModeLine       "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
        ModeLine       "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
        ModeLine       "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
        ModeLine       "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
        ModeLine       "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
        ModeLine       "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
        ModeLine       "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
        ModeLine       "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
        ModeLine       "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
        Modeline       "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
        Option         "DPMS" "true"
    #       HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    EndSection
    Section "Device"
    #   Driver          "vesa"
        Identifier     "Card0"
        Driver         "nvidia"
        VendorName     "All"
        BoardName      "All"
        Option "PixmapCacheSize" "300000"
        Option "OnDemandVBlankInterrupts" "True"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       8
            Modes      "1680x1050"
        EndSubSection
        SubSection     "Display"
            Depth       15
            Modes      "1680x1050"
        EndSubSection
        SubSection     "Display"
            Depth       16
            Modes      "1680x1050"
        EndSubSection
        SubSection     "Display"
            Depth       24
            Modes      "1680x1050"
        EndSubSection
        SubSection     "Display"
            Depth       32
            Modes      "1680x1050"
        EndSubSection
    EndSection
    #Option "PixmapCacheSize" "100000000"
    #Option "allowSHMPPixmaps" "0"
    [   180.386]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [   180.386]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [   180.387] X Protocol Version 11, Revision 0
    [   180.387] Build Operating System: Linux 2.6.34-ARCH i686
    [   180.387] Current Operating System: Linux grayza.home.digitalgoat.com 2.6.30.4 #11 SMP Sat Jul 3 17:37:39 EDT 2010 i686
    [   180.387] Kernel command line: root=/dev/sda2
    [   180.387] Build Date: 21 June 2010  11:54:27AM
    [   180.387] 
    [   180.388] Current version of pixman: 0.18.2
    [   180.388]    Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    [   180.388] Markers: (--) probed, (**) from config file, (==) default setting,
            (++) from command line, (!!) notice, (II) informational,
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [   180.388] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  5 15:59:36 2010
    [   180.436] (==) Using config file: "/etc/X11/xorg.conf"
    [   180.436] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [   180.451] (==) ServerLayout "Xorg Configured"
    [   180.451] (**) |-->Screen "Screen0" (0)
    [   180.451] (**) |   |-->Monitor "Monitor0"
    [   180.451] (**) |   |-->Device "Card0"
    [   180.451] (**) |-->Input Device "Keyboard0"
    [   180.451] (**) |-->Input Device "USB Mouse"
    [   180.451] (**) Option "AllowMouseOpenFail" "true"
    [   180.451] (==) Automatically adding devices
    [   180.451] (==) Automatically enabling devices
    [   180.532] (WW) The directory "/usr/share/fonts/PEX" does not exist.
    [   180.532]    Entry deleted from font path.
    [   180.532] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    [   180.532]    Entry deleted from font path.
    [   180.532]    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    [   180.559] (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    [   180.559]    Entry deleted from font path.
    [   180.559] (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    [   180.559]    Entry deleted from font path.
    [   180.559] (WW) The directory "/usr/share/fonts/truetype" does not exist.
    [   180.559]    Entry deleted from font path.
    [   180.559] (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    [   180.559]    Entry deleted from font path.
    [   180.559] (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    [   180.559]    Entry deleted from font path.
    [   180.559] (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    [   180.559]    Entry deleted from font path.
    [   180.559] (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    [   180.559]    Entry deleted from font path.
    [   180.559] (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    [   180.559]    Entry deleted from font path.
    [   180.562] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [   180.562]    Entry deleted from font path.
    [   180.562] (**) FontPath set to:
            /usr/share/fonts/misc:unscaled,
            /usr/share/fonts/misc,
            /usr/share/fonts/75dpi:unscaled,
            /usr/share/fonts/75dpi,
            /usr/share/fonts/100dpi:unscaled,
            /usr/share/fonts/100dpi,
            /usr/share/fonts/Type1,
            /usr/share/fonts/misc/,
            /usr/share/fonts/TTF/,
            /usr/share/fonts/Type1/,
            /usr/share/fonts/100dpi/,
            /usr/share/fonts/75dpi/
    [   180.562] (**) ModulePath set to "/usr/lib/xorg/modules"
    [   180.562] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [   180.562] (WW) Disabling Keyboard0
    [   180.562] (WW) Disabling USB Mouse
    [   180.562] (II) Loader magic: 0x81e9d00
    [   180.562] (II) Module ABI versions:
    [   180.562]    X.Org ANSI C Emulation: 0.4
    [   180.562]    X.Org Video Driver: 7.0
    [   180.562]    X.Org XInput driver : 9.0
    [   180.562]    X.Org Server Extension : 3.0
    [   180.568] (--) PCI:*(0:1:0:0) 10de:01d1:1462:0274 nVidia Corporation G72 [GeForce 7300 LE] rev 161, Mem @ 0xf7000000/16777216, 0xd0000000/268435456, 0xf8000000/16777216, BIOS @ 0x????????/131072
    [   180.574] (--) PCI: (0:4:1:0) 14f1:8800:1461:c111 Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder rev 5, Mem @ 0xfc000000/16777216
    [   180.574] (II) Open ACPI successful (/var/run/acpid.socket)
    [   180.574] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [   180.574] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [   180.575] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [   180.575] (II) "record" will be loaded by default.
    [   180.575] (II) "dri" will be loaded by default.
    [   180.575] (II) "dri2" will be loaded by default.
    [   180.575] (II) LoadModule: "ddc"
    [   180.575] (II) Module "ddc" already built-in
    [   180.575] (II) LoadModule: "dbe"
    [   180.624] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [   180.628] (II) Module dbe: vendor="X.Org Foundation"
    [   180.628]    compiled for 1.8.1.902, module version = 1.0.0
    [   180.628]    Module class: X.Org Server Extension
    [   180.628]    ABI class: X.Org Server Extension, version 3.0
    [   180.628] (II) Loading extension DOUBLE-BUFFER
    [   180.628] (II) LoadModule: "extmod"
    [   180.629] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [   180.636] (II) Module extmod: vendor="X.Org Foundation"
    [   180.636]    compiled for 1.8.1.902, module version = 1.0.0
    [   180.636]    Module class: X.Org Server Extension
    [   180.636]    ABI class: X.Org Server Extension, version 3.0
    [   180.636] (II) Loading extension MIT-SCREEN-SAVER
    [   180.636] (II) Loading extension XFree86-VidModeExtension
    [   180.636] (II) Loading extension XFree86-DGA
    [   180.636] (II) Loading extension DPMS
    [   180.636] (II) Loading extension XVideo
    [   180.636] (II) Loading extension XVideo-MotionCompensation
    [   180.636] (II) Loading extension X-Resource
    [   180.636] (II) LoadModule: "glx"
    [   180.636] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [   180.638] (II) Module glx: vendor="X.Org Foundation"
    [   180.638]    compiled for 1.8.1.902, module version = 1.0.0
    [   180.638]    ABI class: X.Org Server Extension, version 3.0
    [   180.639] (==) AIGLX enabled
    [   180.639] (II) Loading extension GLX
    [   180.639] (II) LoadModule: "record"
    [   180.639] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [   180.646] (II) Module record: vendor="X.Org Foundation"
    [   180.646]    compiled for 1.8.1.902, module version = 1.13.0
    [   180.646]    Module class: X.Org Server Extension
    [   180.646]    ABI class: X.Org Server Extension, version 3.0
    [   180.646] (II) Loading extension RECORD
    [   180.646] (II) LoadModule: "dri"
    [   180.646] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [   180.664] (II) Module dri: vendor="X.Org Foundation"
    [   180.664]    compiled for 1.8.1.902, module version = 1.0.0
    [   180.664]    ABI class: X.Org Server Extension, version 3.0
    [   180.664] (II) Loading extension XFree86-DRI
    [   180.664] (II) LoadModule: "dri2"
    [   180.664] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [   180.664] (II) Module dri2: vendor="X.Org Foundation"
    [   180.664]    compiled for 1.8.1.902, module version = 1.2.0
    [   180.664]    ABI class: X.Org Server Extension, version 3.0
    [   180.664] (II) Loading extension DRI2
    [   180.664] (II) LoadModule: "nvidia"
    [   180.664] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [   180.810] (II) Module nvidia: vendor="NVIDIA Corporation"
    [   180.810]    compiled for 4.0.2, module version = 1.0.0
    [   180.810]    Module class: X.Org Video Driver
    [   180.852] (II) NVIDIA dlloader X Driver  195.36.24  Thu Apr 22 09:34:29 PDT 2010
    [   180.855] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [   180.855] (--) using VT number 7
    [   180.858] (II) Primary Device is: PCI 01@00:00:0
    [   180.859] (II) Loading sub module "fb"
    [   180.859] (II) LoadModule: "fb"
    [   180.915] (II) Loading /usr/lib/xorg/modules/libfb.so
    [   180.944] (II) Module fb: vendor="X.Org Foundation"
    [   180.944]    compiled for 1.8.1.902, module version = 1.0.0
    [   180.944]    ABI class: X.Org ANSI C Emulation, version 0.4
    [   180.944] (II) Loading sub module "wfb"
    [   180.944] (II) LoadModule: "wfb"
    [   180.944] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [   180.952] (II) Module wfb: vendor="X.Org Foundation"
    [   180.952]    compiled for 1.8.1.902, module version = 1.0.0
    [   180.952]    ABI class: X.Org ANSI C Emulation, version 0.4
    [   180.952] (II) Loading sub module "ramdac"
    [   180.952] (II) LoadModule: "ramdac"
    [   180.952] (II) Module "ramdac" already built-in
    [   181.026] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [   181.026] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [   181.026] (==) NVIDIA(0): RGB weight 888
    [   181.026] (==) NVIDIA(0): Default visual is TrueColor
    [   181.026] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [   181.026] (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    [   181.026] (**) NVIDIA(0): Option "PixmapCacheSize" "300000"
    [   181.026] (**) NVIDIA(0): Enabling RENDER acceleration
    [   181.027] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
    [   181.027] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
    [   181.027] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
    [   181.027] (EE) NVIDIA(0):     you continue to encounter problems, Please try
    [   181.027] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
    [   182.011] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [   182.013] (II) NVIDIA(0): NVIDIA GPU GeForce 7300 LE (G72) at PCI:1:0:0 (GPU-0)
    [   182.013] (--) NVIDIA(0): Memory: 524288 kBytes
    [   182.013] (--) NVIDIA(0): VideoBIOS: 05.72.22.43.32
    [   182.013] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [   182.013] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [   182.013] (--) NVIDIA(0): Connected display device(s) on GeForce 7300 LE at PCI:1:0:0:
    [   182.013] (--) NVIDIA(0):     CRT-0
    [   182.013] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [   182.014] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [   182.014] (II) NVIDIA(0): Validated modes:
    [   182.014] (II) NVIDIA(0):     "1680x1050"
    [   182.014] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [   182.014] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [   182.014] (WW) NVIDIA(0):     from CRT-0's EDID.
    [   182.014] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [   182.018] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [   182.018] (--) Depth 24 pixmap format is 32 bpp
    [   182.023] (II) NVIDIA(0): Initialized GPU GART.
    [   182.027] (II) NVIDIA(0): Setting mode "1680x1050"
    [   182.114] (II) Loading extension NV-GLX
    [   182.149] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [   182.166] (==) NVIDIA(0): Disabling shared memory pixmaps
    [   182.166] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [   182.168] (==) NVIDIA(0): Backing store disabled
    [   182.168] (==) NVIDIA(0): Silken mouse enabled
    [   182.178] (**) NVIDIA(0): DPMS enabled
    [   182.178] (II) Loading extension NV-CONTROL
    [   182.179] (II) Loading extension XINERAMA
    [   182.179] (II) Loading sub module "dri2"
    [   182.179] (II) LoadModule: "dri2"
    [   182.179] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [   182.179] (II) NVIDIA(0): [DRI2] Setup complete
    [   182.179] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
    [   182.179] (==) RandR enabled
    [   182.179] (II) Initializing built-in extension Generic Event Extension
    [   182.179] (II) Initializing built-in extension SHAPE
    [   182.179] (II) Initializing built-in extension MIT-SHM
    [   182.179] (II) Initializing built-in extension XInputExtension
    [   182.179] (II) Initializing built-in extension XTEST
    [   182.179] (II) Initializing built-in extension BIG-REQUESTS
    [   182.179] (II) Initializing built-in extension SYNC
    [   182.179] (II) Initializing built-in extension XKEYBOARD
    [   182.179] (II) Initializing built-in extension XC-MISC
    [   182.179] (II) Initializing built-in extension SECURITY
    [   182.179] (II) Initializing built-in extension XINERAMA
    [   182.179] (II) Initializing built-in extension XFIXES
    [   182.179] (II) Initializing built-in extension RENDER
    [   182.179] (II) Initializing built-in extension RANDR
    [   182.179] (II) Initializing built-in extension COMPOSITE
    [   182.179] (II) Initializing built-in extension DAMAGE
    [   182.188] (II) AIGLX: Screen 0 is not DRI2 capable
    [   182.188] (II) AIGLX: Screen 0 is not DRI capable
    [   182.233] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    [   182.233] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [   182.912] (II) config/udev: Adding input device Power Button (/dev/event0)
    [   182.913] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [   182.913] (II) No input driver/identifier specified (ignoring)
    [   182.913] (II) config/udev: Adding input device Power Button (/dev/event1)
    [   182.913] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [   182.913] (II) No input driver/identifier specified (ignoring)
    [   182.914] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/event3)
    [   182.914] (II) No input driver/identifier specified (ignoring)
    [   182.915] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/mouse0)
    [   182.915] (II) No input driver/identifier specified (ignoring)
    [   182.918] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/event2)
    [   182.918] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [   182.918] (II) No input driver/identifier specified (ignoring)
    Last edited by jayray (2010-07-05 22:13:09)

    So I have whittled it down to the following and still have the same results:
    BTW thank you for the quick response!
    J
    xorg.conf
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    #       VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
            #  Default modes distilled from
            #      "VESA and Industry Standards and Guide for Computer Display Monitor
            #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
            #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
            # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
        Identifier     "Monitor0"
        HorizSync       28.0 - 96.0
        VertRefresh     50.0 - 62.0
        ModeLine       "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
        ModeLine       "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
        ModeLine       "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
        ModeLine       "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
        ModeLine       "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
        ModeLine       "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
        ModeLine       "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
        ModeLine       "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
        ModeLine       "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
        ModeLine       "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
        ModeLine       "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
        ModeLine       "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
        ModeLine       "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
        ModeLine       "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
        ModeLine       "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
        ModeLine       "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
        ModeLine       "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
        ModeLine       "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
        ModeLine       "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
        ModeLine       "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
        ModeLine       "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
        ModeLine       "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine       "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
        ModeLine       "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
        ModeLine       "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
        ModeLine       "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
        ModeLine       "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
        ModeLine       "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
        ModeLine       "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
        ModeLine       "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
        ModeLine       "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
        ModeLine       "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
        ModeLine       "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
        ModeLine       "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
        ModeLine       "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
        ModeLine       "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
        ModeLine       "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
        ModeLine       "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
        ModeLine       "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
        ModeLine       "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
        ModeLine       "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
        ModeLine       "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
        ModeLine       "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
        ModeLine       "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
        ModeLine       "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
        ModeLine       "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
        ModeLine       "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
        ModeLine       "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
        ModeLine       "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
        ModeLine       "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
        Modeline       "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
        Option         "DPMS" "true"
    #       HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    EndSection
    Section "Device"
    #   Driver          "vesa"
        Identifier     "Card0"
        Driver         "nvidia"
        VendorName     "All"
        BoardName      "All"
        Option "PixmapCacheSize" "300000"
        Option "OnDemandVBlankInterrupts" "True"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       8
            Modes      "1680x1050"
        EndSubSection
        SubSection     "Display"
            Depth       15
            Modes      "1680x1050"
        EndSubSection
        SubSection     "Display"
            Depth       16
            Modes      "1680x1050"
        EndSubSection
        SubSection     "Display"
            Depth       24
            Modes      "1680x1050"
        EndSubSection
        SubSection     "Display"
            Depth       32
            Modes      "1680x1050"
        EndSubSection
    EndSection
    Xorg.0.log
    [  2056.665]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [  2056.665]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [  2056.665] X Protocol Version 11, Revision 0
    [  2056.665] Build Operating System: Linux 2.6.34-ARCH i686
    [  2056.665] Current Operating System: Linux grayza.home.digitalgoat.com 2.6.30.4 #11 SMP Sat Jul 3 17:37:39 EDT 2010 i686
    [  2056.665] Kernel command line: root=/dev/sda2
    [  2056.665] Build Date: 21 June 2010  11:54:27AM
    [  2056.665] 
    [  2056.665] Current version of pixman: 0.18.2
    [  2056.665]    Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    [  2056.665] Markers: (--) probed, (**) from config file, (==) default setting,
            (++) from command line, (!!) notice, (II) informational,
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  2056.665] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  5 16:30:53 2010
    [  2056.665] (==) Using config file: "/etc/X11/xorg.conf"
    [  2056.665] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [  2056.666] (==) No Layout section.  Using the first Screen section.
    [  2056.666] (**) |-->Screen "Screen0" (0)
    [  2056.666] (**) |   |-->Monitor "Monitor0"
    [  2056.666] (**) |   |-->Device "Card0"
    [  2056.666] (==) Automatically adding devices
    [  2056.666] (==) Automatically enabling devices
    [  2056.666] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [  2056.666]    Entry deleted from font path.
    [  2056.666] (==) FontPath set to:
            /usr/share/fonts/misc/,
            /usr/share/fonts/TTF/,
            /usr/share/fonts/Type1/,
            /usr/share/fonts/100dpi/,
            /usr/share/fonts/75dpi/
    [  2056.666] (==) ModulePath set to "/usr/lib/xorg/modules"
    [  2056.666] (II) The server relies on udev to provide the list of input devices.
            If no devices become available, reconfigure udev or disable AutoAddDevices.
    [  2056.666] (II) Loader magic: 0x81e9d00
    [  2056.666] (II) Module ABI versions:
    [  2056.666]    X.Org ANSI C Emulation: 0.4
    [  2056.666]    X.Org Video Driver: 7.0
    [  2056.666]    X.Org XInput driver : 9.0
    [  2056.666]    X.Org Server Extension : 3.0
    [  2056.672] (--) PCI:*(0:1:0:0) 10de:01d1:1462:0274 nVidia Corporation G72 [GeForce 7300 LE] rev 161, Mem @ 0xf7000000/16777216, 0xd0000000/268435456, 0xf8000000/16777216, BIOS @ 0x????????/131072
    [  2056.678] (--) PCI: (0:4:1:0) 14f1:8800:1461:c111 Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder rev 5, Mem @ 0xfc000000/16777216
    [  2056.679] (II) Open ACPI successful (/var/run/acpid.socket)
    [  2056.679] (II) LoadModule: "extmod"
    [  2056.679] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [  2056.679] (II) Module extmod: vendor="X.Org Foundation"
    [  2056.679]    compiled for 1.8.1.902, module version = 1.0.0
    [  2056.679]    Module class: X.Org Server Extension
    [  2056.679]    ABI class: X.Org Server Extension, version 3.0
    [  2056.679] (II) Loading extension MIT-SCREEN-SAVER
    [  2056.679] (II) Loading extension XFree86-VidModeExtension
    [  2056.679] (II) Loading extension XFree86-DGA
    [  2056.679] (II) Loading extension DPMS
    [  2056.679] (II) Loading extension XVideo
    [  2056.679] (II) Loading extension XVideo-MotionCompensation
    [  2056.679] (II) Loading extension X-Resource
    [  2056.679] (II) LoadModule: "dbe"
    [  2056.679] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [  2056.679] (II) Module dbe: vendor="X.Org Foundation"
    [  2056.679]    compiled for 1.8.1.902, module version = 1.0.0
    [  2056.679]    Module class: X.Org Server Extension
    [  2056.679]    ABI class: X.Org Server Extension, version 3.0
    [  2056.679] (II) Loading extension DOUBLE-BUFFER
    [  2056.679] (II) LoadModule: "glx"
    [  2056.679] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [  2056.679] (II) Module glx: vendor="X.Org Foundation"
    [  2056.679]    compiled for 1.8.1.902, module version = 1.0.0
    [  2056.679]    ABI class: X.Org Server Extension, version 3.0
    [  2056.679] (==) AIGLX enabled
    [  2056.679] (II) Loading extension GLX
    [  2056.679] (II) LoadModule: "record"
    [  2056.680] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [  2056.680] (II) Module record: vendor="X.Org Foundation"
    [  2056.680]    compiled for 1.8.1.902, module version = 1.13.0
    [  2056.680]    Module class: X.Org Server Extension
    [  2056.680]    ABI class: X.Org Server Extension, version 3.0
    [  2056.680] (II) Loading extension RECORD
    [  2056.680] (II) LoadModule: "dri"
    [  2056.680] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [  2056.680] (II) Module dri: vendor="X.Org Foundation"
    [  2056.680]    compiled for 1.8.1.902, module version = 1.0.0
    [  2056.680]    ABI class: X.Org Server Extension, version 3.0
    [  2056.680] (II) Loading extension XFree86-DRI
    [  2056.680] (II) LoadModule: "dri2"
    [  2056.680] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [  2056.680] (II) Module dri2: vendor="X.Org Foundation"
    [  2056.680]    compiled for 1.8.1.902, module version = 1.2.0
    [  2056.680]    ABI class: X.Org Server Extension, version 3.0
    [  2056.680] (II) Loading extension DRI2
    [  2056.680] (II) LoadModule: "nvidia"
    [  2056.680] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [  2056.680] (II) Module nvidia: vendor="NVIDIA Corporation"
    [  2056.680]    compiled for 4.0.2, module version = 1.0.0
    [  2056.680]    Module class: X.Org Video Driver
    [  2056.681] (II) NVIDIA dlloader X Driver  195.36.24  Thu Apr 22 09:34:29 PDT 2010
    [  2056.681] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [  2056.681] (--) using VT number 8
    [  2056.683] (II) Primary Device is: PCI 01@00:00:0
    [  2056.683] (II) Loading sub module "fb"
    [  2056.683] (II) LoadModule: "fb"
    [  2056.683] (II) Loading /usr/lib/xorg/modules/libfb.so
    [  2056.683] (II) Module fb: vendor="X.Org Foundation"
    [  2056.683]    compiled for 1.8.1.902, module version = 1.0.0
    [  2056.683]    ABI class: X.Org ANSI C Emulation, version 0.4
    [  2056.683] (II) Loading sub module "wfb"
    [  2056.683] (II) LoadModule: "wfb"
    [  2056.684] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [  2056.684] (II) Module wfb: vendor="X.Org Foundation"
    [  2056.684]    compiled for 1.8.1.902, module version = 1.0.0
    [  2056.684]    ABI class: X.Org ANSI C Emulation, version 0.4
    [  2056.684] (II) Loading sub module "ramdac"
    [  2056.684] (II) LoadModule: "ramdac"
    [  2056.684] (II) Module "ramdac" already built-in
    [  2056.684] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [  2056.684] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [  2056.684] (==) NVIDIA(0): RGB weight 888
    [  2056.684] (==) NVIDIA(0): Default visual is TrueColor
    [  2056.684] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [  2056.684] (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    [  2056.684] (**) NVIDIA(0): Option "PixmapCacheSize" "300000"
    [  2056.684] (**) NVIDIA(0): Enabling RENDER acceleration
    [  2056.684] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
    [  2056.684] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
    [  2056.684] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
    [  2056.684] (EE) NVIDIA(0):     you continue to encounter problems, Please try
    [  2056.684] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
    [  2057.090] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [  2057.091] (II) NVIDIA(0): NVIDIA GPU GeForce 7300 LE (G72) at PCI:1:0:0 (GPU-0)
    [  2057.091] (--) NVIDIA(0): Memory: 524288 kBytes
    [  2057.091] (--) NVIDIA(0): VideoBIOS: 05.72.22.43.32
    [  2057.091] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [  2057.091] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [  2057.091] (--) NVIDIA(0): Connected display device(s) on GeForce 7300 LE at PCI:1:0:0:
    [  2057.091] (--) NVIDIA(0):     CRT-0
    [  2057.091] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [  2057.092] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [  2057.092] (II) NVIDIA(0): Validated modes:
    [  2057.092] (II) NVIDIA(0):     "1680x1050"
    [  2057.092] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [  2057.092] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [  2057.092] (WW) NVIDIA(0):     from CRT-0's EDID.
    [  2057.092] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [  2057.092] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [  2057.092] (--) Depth 24 pixmap format is 32 bpp
    [  2057.092] (II) NVIDIA(0): Initialized GPU GART.
    [  2057.097] (II) NVIDIA(0): Setting mode "1680x1050"
    [  2057.183] (II) Loading extension NV-GLX
    [  2057.202] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [  2057.205] (==) NVIDIA(0): Disabling shared memory pixmaps
    [  2057.205] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [  2057.205] (==) NVIDIA(0): Backing store disabled
    [  2057.205] (==) NVIDIA(0): Silken mouse enabled
    [  2057.205] (**) NVIDIA(0): DPMS enabled
    [  2057.206] (II) Loading extension NV-CONTROL
    [  2057.206] (II) Loading extension XINERAMA
    [  2057.206] (II) Loading sub module "dri2"
    [  2057.206] (II) LoadModule: "dri2"
    [  2057.206] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [  2057.206] (II) NVIDIA(0): [DRI2] Setup complete
    [  2057.206] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
    [  2057.206] (==) RandR enabled
    [  2057.206] (II) Initializing built-in extension Generic Event Extension
    [  2057.206] (II) Initializing built-in extension SHAPE
    [  2057.206] (II) Initializing built-in extension MIT-SHM
    [  2057.206] (II) Initializing built-in extension XInputExtension
    [  2057.206] (II) Initializing built-in extension XTEST
    [  2057.206] (II) Initializing built-in extension BIG-REQUESTS
    [  2057.206] (II) Initializing built-in extension SYNC
    [  2057.206] (II) Initializing built-in extension XKEYBOARD
    [  2057.206] (II) Initializing built-in extension XC-MISC
    [  2057.206] (II) Initializing built-in extension SECURITY
    [  2057.206] (II) Initializing built-in extension XINERAMA
    [  2057.206] (II) Initializing built-in extension XFIXES
    [  2057.206] (II) Initializing built-in extension RENDER
    [  2057.206] (II) Initializing built-in extension RANDR
    [  2057.206] (II) Initializing built-in extension COMPOSITE
    [  2057.206] (II) Initializing built-in extension DAMAGE
    [  2057.215] (II) AIGLX: Screen 0 is not DRI2 capable
    [  2057.215] (II) AIGLX: Screen 0 is not DRI capable
    [  2057.217] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    [  2057.217] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [  2057.320] (II) config/udev: Adding input device Power Button (/dev/event0)
    [  2057.320] (II) No input driver/identifier specified (ignoring)
    [  2057.321] (II) config/udev: Adding input device Power Button (/dev/event1)
    [  2057.321] (II) No input driver/identifier specified (ignoring)
    [  2057.322] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/event3)
    [  2057.322] (II) No input driver/identifier specified (ignoring)
    [  2057.322] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/mouse0)
    [  2057.322] (II) No input driver/identifier specified (ignoring)
    [  2057.325] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/event2)
    [  2057.325] (II) No input driver/identifier specified (ignoring)noring)

  • Creation of Functional, Minimal, and Correct Xorg.conf [SOLVED]

    Being fairly new to GNU/Linux in general, and totally green in doing things myself, I foolishly avoided the building of an xorg.conf. Following the beginner's guide in the wiki, I just did an "xorg --configure" which created a base xorg.conf for me. It worked, and I noticed no problems in the general use of my window manager (xmonad). I have an ATI Mobility Radeon X1300.
    I discovered today that I was using the radeonhd driver which was giving me terrible performance in OpenGL applications, so edited xorg.conf to revert back to the plain radeon driver. Upon restarting X, my performance problems were gone, but my fonts in the Firefox interface devolved... I have taken this a wakeup call to actually write a good xorg.conf and to understand what everything in it is for.
    I have done plenty of configuration, though I have never before looked into editing the dreaded xorg.conf, coming from Ubuntu, so I know very little. Any help would be greatly appreciated.
    Specifics:
    What parts are necessary?
    How do I get the fonts I had before back?
    Graphics is all that concerns me, I have no strange input devices, and my touchpad works fine (I configured the fdi files for that).
    I will list my current xorg.conf below. Fonts worked before I changed the driver from radeonhd to radeon and enabled the option for EXA. Before these changes, all the text contained therein was created automagically by xorg. I have a feeling most of this is unnecessary.
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "record"
    Load "dri"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    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 "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "M52 [Mobility Radeon X1300]"
    BusID "PCI:1:0:0"
    Option "AccelMethod" "EXA"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    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
    Last edited by egan (2009-09-27 17:28:50)

    skottish wrote:
    X searches all of the directories that you had in your original xorg.conf file, and it will load whatever it needs automatically. I don't think your problem is specifically with xorg.conf (or lack of), I think what you're seeing is the DPI changing between drivers.
    Try this with each driver loaded and see if they're different:
    xdpyinfo | grep resolution
    Ah, yes indeed!
    radeonhd: 96x96
    radeon: 129x127
    How do I get X with the radeon driver to use 96x96?
    EDIT: Adding a dpi argument of 96 to /etc/X11/xinit/xserverrc fixed the problem. I didn't occur to me that the two drivers would use different dpis.
    Thank you so much!
    Last edited by egan (2009-09-27 17:13:28)

  • Xf86-radeonhd broken with new Kernel got problems without xorg.conf

    Hi all,
    according to lspci I got a
    "01:00.0 VGA compatible controller: ATI Technologies Inc M56P [Radeon Mobility X1600]"
    I've had problems with it and the open source drivers for a long time in both Ubuntu and Arch (round about every 10 minutes the monitor (of two) which doesn't have the mouse on it flickers white for a split second but long enough to be annoying).
    I solved it by using radeonhd which doesn't have this problem even though it's performance is slightly worse, i'm not a gamer so I dind't care too much.
    However now radeonhd has become extremely slow probably due to KMS so I mv'ed my xorg.conf and am running without one using the radeon driver.
    Performance is great but I got the flicker problem back. Does anyone have an idea what to do? This card has also not worked with recent fglrx versions by the way (the README says it supports M55 + M56 or so but explicitly states that M56P is not supported).
    many thanks in advance Niklas

    So I have radeonhd working properly again with the Radeon Mobility X1600.
    I recommend disabling KMS and trying radeonhd. You can disable the KMS by following these instructions: http://wiki.archlinux.org/index.php/ATI#Disable_KMS
    This is working much more nicely than the regular radeon driver with the flicker problems. The speed difference with KMS disabled is VERY noticeable. Hopefully this will be fixed soon...

  • Massive artifacts, redraw and performance problems: xorg 1.8 and Intel

    Hi there.
    Since the update to xorg-server 1.8 my intel GMA950 powered lap top is seriously acting up.
    *Performance has dropped significantly, Games or compiz run slower than before
    *Font drawing is sometimes garbled, sometimes not
    *Some windows or parts of windows (sometimes only the decorations) show artifacts
    *Drawing of fonts while typing is delayed by 1 or more characters sometimes
    It might be related to this bug or the problem described in this thread.
    Just look at this screenshot:
    I tired moving xorg.conf, I tried running compiz with --indirect-rendering, I tried all kinds of options in xorg.conf and all but it just remains broken like this. Has anyone got similar problems and a solution?
    Last edited by Shapeshifter (2010-06-28 15:07:21)

    I've been having the same issue but not to the extent of the OP.
    I read the man for intel
    man intel
    and added these three lines to my xorg.conf
    Option "XvPreferOverlay" "false"
    Option "SwapbuffersWait" "false"
    Option "Tiling" "false" #{edit: after doing some testing I found tiling made no differnece so I ended up commenting it out}
    The first option I added because the man says
    The  overlay
                  behaves  incorrectly  in  the  presence of compositing, but some
                  prefer it due to it syncing to vblank in  the  absence  of  com‐
                  positing
    I use compiz ergo i have compositing and I noticed my video tearing and skipping sometimes. Seems to work fine now (more testing will be required)
    The second option I added because the man says
    Note that when enabled, this option can
    adversely affect the framerate of applications that render
    frames at less than refresh rate.
    I have a hunch compiz probably isn't rendering at the refresh rate and also video would be rendered at less than my vert refresh of 60. So I disabled it.
    The third and last option I added was because the man says
    In most cases (especially for complex rendering),
    tiling dramatically improves performance.
    Well this may be a case where it doesn't and the posters above have noticed improvements.  {edit: after doing some testing I found this made no differnece so I ended up commenting it out}
    In the end moving windows around the screen do not tear anymore and my video is smoother. I enabled all three at once so it maybe that one or a combination of 2 or possibly all 3 resulted in change. I suspect  I will do some more testing but hopefully this is a place to start fro some of you having this issue.
    Last edited by George.Harmony (2010-07-11 21:21:17)

  • Xorg.conf warnings and errors (hotplugging)

    Does my xorg.conf look ok?
    Just wondering how to fix the warnings and errors in it.
    http://pastebin.com/d7be45a5
    Heres my xorg.conf too.
    http://pastebin.com/de9d8cf7
    Last edited by Breakage (2009-01-16 21:22:28)

    josomebody wrote:
    Looks to me like you either need to disable hotplugging or comment out your devices. To disable hotplugging put
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    in there, otherwise, just comment out your devices in xorg.conf and read up on hotplugging.
    Thanks josomebody, autoadddevices has already been disabled though.

  • Problem with lightdm and multiseat

    Hi everybody,
    so I'm trying to setup a multiseat desktop but I'm completely stuck.
    I've followed the wiki for the part regarding xorg.conf and tried to grab from the internet the part for lightdm.conf.
    Btw what happens is that the computer starts and give me two login screen on both monitor.
    In each of the screen the input devices are correct.
    The problem is that I cant access, namely if I put the password the screen becomes black and brings me back to the login screen.
    So I've tried to start manually with
    X -layout seat{0|1}
    and the screen becomes black.
    So I cannot understand if the problem is in xorg.conf or in lightdm.conf.
    Here xorg.conf:
    Section "ServerFlags"
    #Option "AutoAddDevices" "false"
    #Option "AutoEnableDevices" "false"
    Option "AllowMouseOpenFail" "on"
    #Option "AllowEmptyInput" "on"
    #Option "ZapWarning" "on"
    #Option "HandleSpecialKeys" "off" # Zapping on
    #Option "DRI2" "on"
    Option "Xinerama" "false"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "evdev"
    Option "Device" "/dev/input/by-id/usb-04d9_2517-event-kbd"
    Option "XkbRules" "xorg"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "evdev"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/by-id/usb-04d9_2517-if01-event-mouse"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "evdev"
    Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-kbd"
    Option "XkbRules" "xorg"
    EndSection
    Section "InputDevice"
    Identifier "mouse0"
    Driver "evdev"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse"
    EndSection
    Section "Device"
    Identifier "nvidia0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 210"
    BusId "PCI:01:00:0"
    Option "NoLogo" "1"
    Option "ProbeAllGpus" "false"
    EndSection
    Section "Device"
    Identifier "nvidia1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 650"
    BusId "PCI:06:00:0"
    Option "NoLogo" "1"
    Option "ProbeAllGpus" "false"
    EndSection
    Section "Device"
    Identifier "nvidia1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 650"
    BusId "PCI:06:00:0"
    Option "NoLogo" "1"
    Option "ProbeAllGpus" "false"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Acer AL1916W"
    HorizSync 31.0 - 84.0
    VertRefresh 56.0 - 76.0
    Option "DPMS" "1"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "DELL U2412M"
    HorizSync 30.0 - 83.0
    VertRefresh 50.0 - 61.0
    Option "DPMS" "1"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "nvidia1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "nvidia0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "seat0"
    Screen "Screen0" 0 0
    InputDevice "mouse0" "CorePointer"
    InputDevice "keyboard0" "CoreKeyboard"
    Option "AutoAddDevices" "off"
    Option "Xinerama" "0"
    EndSection
    Section "ServerLayout"
    Identifier "seat1"
    Screen "Screen1" 0 0
    InputDevice "mouse1" "CorePointer"
    InputDevice "keyboard1" "CoreKeyboard"
    Option "AutoAddDevices" "off"
    Option "Xinerama" "0"
    EndSection
    and here's lightdm.conf
    [LightDM]
    #start-default-seat=true
    #greeter-user=lightdm
    #minimum-display-number=0
    minimum-vt=7
    #lock-memory=true
    #user-authority-in-system-dir=false
    #guest-account-script=guest-account
    log-directory=/var/log/lightdm
    run-directory=/run/lightdm
    #cache-directory=/var/cache/lightdm
    #xsessions-directory=/usr/share/xsessions
    #remote-sessions-directory=/usr/share/lightdm/remote-sessions
    #xgreeters-directory=/usr/share/xgreeters
    [SeatDefaults]
    #type=xlocal
    xserver-command=X
    #xserver-layout=
    #xserver-config=
    #xserver-allow-tcp=false
    #xdmcp-manager=
    #xdmcp-port=177
    #xdmcp-key=
    greeter-session=lightdm-gtk-greeter
    #greeter-hide-users=false
    #greeter-allow-guest=true
    #greeter-show-manual-login=false
    #greeter-show-remote-login=true
    #user-session=default
    #allow-guest=true
    #guest-session=UNIMPLEMENTED
    session-wrapper=/etc/lightdm/xsession
    #display-setup-script=
    #greeter-setup-script=
    #session-setup-script=
    #session-cleanup-script=
    #autologin-guest=false
    #autologin-user=
    #autologin-user-timeout=0
    #autologin-session=UNIMPLEMENTED
    pam-service=lightdm-autologin
    #exit-on-failure=false
    [Seat:0]
    xserver-command=/usr/bin/X
    xserver-layout=seat0
    [Seat:1]
    xserver-command=/usr/bin/X :1 -sharevts
    xserver-layout=seat1
    Thanks to who'll be able to help!

    scar wrote:
    If your lightdm install is a bit older, this can be related to recent changes in lightdm.
    See this:
    https://bbs.archlinux.org/viewtopic.php?id=169552
    In this case you can overwrite your /etc/lightdm.conf with /etc/lightdm.conf.pacnew, and re-configure it as you wish.
    If this was not the case, sorry. (But the symptoms are quite familiar to me)
    Thank you for your answer, that was part of the problem. Now I'm able to login but there's only one monitor working!
    Before there were two seats and I wasn't able to login, now there's only one and I'm able to login.
    Could it be a problem of the VGAs? Seems strange, I really think that I can't configure well lightdm, but if I want to install gdm it pulls all
    gnome-shell, and I use xfce..
    What a mess..

  • [solved]xorg configuration issues, either no mouse or flickering

    Hey all, ok well a little while ago I was having trouble with hda-intel and trying to get a decent frame rate on my card, it was never solved, now after an upgrade the problem seems to have solved itself, that is except now it flickers when playing a game.
    So I backup up my /etc/X11/xorg.conf and then deleted it, and with startx x works fine and the game doesnt flicker, although without an xorg.conf (I beleive it uses hal?) my netbook's mouse doesn't work.
    Placing the backed up xorg.conf back into /etc/X11/ reverses the problem, I have a mouse, but games = flickering.
    I am FINALLY getting 55fps on super mario chronicles (my test game).
    Here is the relevant lspci output:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    Here is my xorg.conf that allows my mouse to work but gives me flickering, I have tried fiddling around by commenting out various lines and even whole sections but nothing has changed so I reverted the changes:
    http://pastebin.org/85669
    I also noted that if I moved /etc/X11/xorg.conf to the current directory and tried to run it, it wouldn't work, this same behavior occured with trying as root, and trying with the conf file generated from X -config although if I then moved the X -config file to /etc/X11 and used startx it would exhibit the same behavior as having no xorg.conf file in /etc/X11
    Thanks again,
    ~Ducky
    Last edited by suicideducky (2010-02-03 06:29:41)

    Thank for that Zack89, problem solved, for those interested I installed the xf86-input-synaptics package and removed my xorg.conf, if you do this make sure you have hal and dbus installed.
    To get my touchpad to be 'more' equal in both direction I followed the instruction in man synaptics and at http://wiki.archlinux.org/index.php/Synaptics.
    After doing cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/ I then added the following two lines in /etc/hal/fdi/policy/11-x11-synaptics.fdi
    <merge key="input.x11_options.VertResolution" type="string">57</merge>
    <merge key="input.x11_options.HorizResolution" type="string">57</merge>
    The two values are meant to be height and width so that synaptics can scale its calculations accordingly, instead I supplied both values with the width so that I would have even mouse movement.
    Thanks again all,
    ~Chris

  • What's wrong with my xorg.conf?

    I just installed Arch + KDEmod and I think I'd like it, but I can't get any video driver to work correctly.  The open-source ati driver crashes immediately (just like in Ubuntu, I could never get that one to work) so I'm trying to catalyst drivers.  However, it can't go to GUI at all; it gives me an error about no available screens or something.  I looked at my xorg.conf and it looks okay... what's the problem? 
    Radeon 9500 Pro, btw.  xorg configured with Xorg -configure
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "GLcore"
    Load "xtrap"
    Load "dbe"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    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 "NoAccel" # [<bool>]
    #Option "NoDRI" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "DRM_nbufs" # <i>
    #Option "DRM_bufsize" # <i>
    #Option "Capabilities" # <i>
    #Option "CapabilitiesEx" # <i>
    #Option "ClientDriverName" # [<str>]
    #Option "KernelModuleParm" # [<str>]
    #Option "AGPMask" # <i>
    #Option "AGPv3Mask" # <i>
    #Option "BufferTiling" # [<bool>]
    #Option "Profile" # <str>
    #Option "RingSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "GammaCorrectionI" # <i>
    #Option "GammaCorrectionII" # <i>
    #Option "OpenGLOverlay" # [<bool>]
    #Option "DefaultVisualTrueColor" # [<bool>]
    #Option "VideoOverlay" # [<bool>]
    #Option "DesktopSetup" # [<str>]
    #Option "MonitorLayout" # [<str>]
    #Option "ForceMonitors" # [<str>]
    #Option "EnableMonitor" # <str>
    #Option "OverlayOnCRTC2" # [<bool>]
    #Option "Mode2" # [<str>]
    #Option "PairModes" # [<str>]
    #Option "HSync2" # [<str>]
    #Option "VRefresh2" # [<str>]
    #Option "ScreenOverlap" # <i>
    #Option "MemClock" # <i>
    #Option "ASICClock" # <i>
    #Option "UseInternalAGPGART" # [<bool>]
    #Option "FastSwap" # [<bool>]
    #Option "Stereo" # [<bool>]
    #Option "StereoSyncEnable" # <i>
    #Option "DisableOvScaler" # [<bool>]
    #Option "UseFastTLS" # <i>
    #Option "BlockSignalsOnLock" # [<bool>]
    #Option "ForceGenericCPU" # [<bool>]
    #Option "CenterMode" # [<bool>]
    #Option "OffScreenPixmaps" # [<bool>]
    #Option "EnableOpaqueOverlayVisual" # [<bool>]
    #Option "TMDSCoherentMode" # [<bool>]
    #Option "EnablePrivateBackZ" # [<bool>]
    #Option "TVFormat" # [<str>]
    #Option "TVStandard" # [<str>]
    #Option "TVOverscan" # [<bool>]
    #Option "TVHSizeAdj" # <i>
    #Option "TVVSizeAdj" # <i>
    #Option "TVHPosAdj" # <i>
    #Option "TVVPosAdj" # <i>
    #Option "TVHStartAdj" # <i>
    #Option "TVColorAdj" # <i>
    #Option "PseudoColorVisuals" # [<bool>]
    #Option "PreferredVRefresh" # <i>
    #Option "FastStart" # [<bool>]
    #Option "ProfileDriver" # [<bool>]
    #Option "PPPTforGART" # [<bool>]
    #Option "TexturedVideo" # [<bool>]
    #Option "TexturedVideoSync" # [<bool>]
    #Option "Textured2D" # [<bool>]
    #Option "TexturedXrender" # [<bool>]
    #Option "DPMS" # [<bool>]
    #Option "MaxGARTSize" # <i>
    #Option "LogoPosX" # <i>
    #Option "LogoPosY" # <i>
    #Option "LogoColFG" # <i>
    #Option "LogoColBG" # <i>
    #Option "SwapScreens" # [<bool>]
    #Option "FBC" # [<bool>]
    #Option "FrontBufferMode" # <i>
    #Option "BackBufferMode" # <i>
    #Option "DepthBufferMode" # <i>
    #Option "OverlayBufferMode" # <i>
    #Option "VideoOverlayBufferMode" # <i>
    #Option "EnableIrqMgr" # [<bool>]
    #Option "EnableMulticard" # [<bool>]
    #Option "EnablePPLIB" # [<bool>]
    #Option "DefaultOnDC" # [<bool>]
    Identifier "Card0"
    Driver "fglrx"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon R300 NE [Radeon 9500 Pro]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    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

    Heres my, maybe it can help you out somehow:
    # 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 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 "Module"
    Load "dri"
    Load "v4i"
    Load "dbe"
    Load "glx"
    Load "synaptics"
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    FontPath "/usr/share/fonts/misc/"
    EndSection
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "no"
    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 "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "0"
    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 "Generic Video Card"
    Driver "fglrx"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "XAANoOffscreenPixmaps" "on"
    BusID "PCI:1:0:0"
    EndSection
    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 30-70
    VertRefresh 50-160
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Video Card"
    Monitor "Generic Monitor"
    DefaultDepth 24
    EndSection
    Section "ServerLayout"
    Option "AIGLX" "on"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    # Uncomment if you have a wacom tablet
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    InputDevice "Synaptics Touchpad"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "XVideo" "Enable"
    EndSection

  • Xorg.conf nVidia ION resolution

    Sorry for my English.
    I have this board: ASUS AT5IONT-I, Atom D525, ION2, PCI-E 4X, 2xDDR3 SODIMM, Gbit LAN,E-sata, USB3.0, DVI, HDMI, Fanless, Heatpipe, Mini-ITX.
    And, trying to make HTPC.
    I install Arch with openbox, but the problem is with video resolution.
    I use my 32PFL9606H Philips TV 32''.
    I set proper 1920x1080 resolution is xorg.conf but "xdpyinfo | grep dimensions" reports: "dimensions:    1280x800 pixels (338x211 millimeters)"
    here is my xorg.conf:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 275.09.07 ([email protected]) Wed Jun 8 16:05:05 PDT 2011
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 275.09.07 ([email protected]) Wed Jun 8 16:05:17 PDT 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Philips FTV"
    HorizSync 50.0 - 60.0
    VertRefresh 50.0
    Option "ExactModeTimingsDVI" "true"
    Option "UseEDID" "false"
    Option "DPMS"
    Option "ModeDebug" "true"
    ModeLine "1920x1080@50p" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "ION"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    SubSection "Display"
    Modes "1920x1080@50p"
    Depth 24
    EndSubSection
    EndSection
    PS: I deleted /var/log/Xorg.0.log file, but after reboot it is not recreated. Why? And remember that it said something like:
    "[   185.106] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [   185.106] (==) NVIDIA(0):     will be used as the requested mode.
    although I was set mode to 1920x1080
    Last edited by clovenhoof (2011-07-02 09:30:37)

    Hi !
    Please don't use xorg.conf, edit the files inside /etc/X11/xorg.conf.d/ instead.
    I also have an ION board and have working HDMI connection with audio at 1920x1080 using the below configuration. Remove your xorg.conf and then edit these files:
    /etc/X11/xorg.conf.d/10-monitor.conf
    Section "Monitor"
    Identifier "Monitor0"
    Option "ExactModeTimingsDVI" "True"
    HorizSync 14-70
    VertRefresh 48-62
    Modeline "1920x1080-TV" 148.35 1920 2008 2152 2300 1080 1084 1089 1125
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Monitor "Monitor0"
    Device "Default nvidia Device"
    SubSection "Display"
    Depth 24
    Modes "1920x1080-TV"
    EndSubSection
    EndSection
    /etc/X11/xorg.conf.d/20-nvidia.conf
    Section "Device"
    Identifier "Default nvidia Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    Option "ModeValidation" "NoEdidModes"
    Option "UseEdidDpi" "False"
    Option "DPI" "100 x 100"
    EndSection
    Please note that the above Modeline works on my TV (a 22'' low cost brand one) but I cannot guarantee it will work on yours.
    Try that first, then if it doesn't work, try to generate one using the cvt command, and replace the Modeline:
    cvt 1920 1080
    it should output something like this:
    # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    If this method doesn't work either, try the method explained here (which is the one I've first used to find the right Modeline). Its tricky method, and requires a bit of work and lot of patience ... just don't give up
    Finally, a little bonus . To have working HDMI sound, I have to put these lines in /etc/asound.conf:
    /etc/asound.conf
    pcm.!default {
    type hw
    card 0
    device 3
    Again, you may need to change the device index in your case. You can list alsa devices using aplay -l command:
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
    Subdevices: 2/2
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    card 0: NVidia [HDA NVidia], device 1: VT1708S Digital [VT1708S Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 0/1
    Subdevice #0: subdevice #0

Maybe you are looking for

  • Dispute case ID no longer in cleared document visible

    Hi, we have voided a dispute case. Now, when I go back into document display or through FBL5n I have no longer visibility of the case. How can that be? The disputed FI document has been cleared. And the FI document is still visible as linked document

  • Apply text styles to multiple objects

    Hey everyone, So here's another interface issue I can't seem to resolve. I've figured out how to save a text's style to be applied later (thanks Qbert), but now how do I apply that style to multiple text items without having to go to each individual

  • Itunes 9 not playing tv episodes

    I have a problem with iTunes 9.2.1.  It will no longer play TV episodes.  It shows up as a gray screen with no sound and no video.  Music Videos play okay and any TV Episodes downloaded to my iPod 5th generation plays fine. in researching this, appar

  • Can't apply Smoothcam

    For some reason I can't apply the Smoothcam filter to a clip in my timeline. Does it have anything to do with the fact that the speed is adjusted?

  • Tables involve in program synchronize WF LOCAL tables

    Hi All, i am using ebs r12 12.1.1 on OUL5 would like to know how to find out which tables involve in program " Synchronize WF LOCAL tables" other way, when running " Synchronize WF LOCAL tables" which tables would be updated. Thanks in advance. Regar