here's the xorg.config

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        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 "Device"
        Identifier      "Configured Video Device"
        Boardname       "NVIDIA GeForce 7 Series"
        Busid           "PCI:0:18:0"
        Driver          "nv"
        Screen  0
        Vendorname      "NVIDIA"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
        Vendorname      "Generic LCD Display"
        Modelname       "LCD Panel 1280x1024"
        Horizsync       31.5-64.0
        Vertrefresh     56.0 - 65.0
  modeline  "[EMAIL PROTECTED]" 25.2 640 656 752 800 480 490 492 525 -vsync 
-hsync
  modeline  "[EMAIL PROTECTED]" 36.0 800 824 896 1024 600 601 603 625 +hsync 
+vsync
  modeline  "[EMAIL PROTECTED]" 40.0 800 840 968 1056 600 601 605 628 +hsync 
+vsync
  modeline  "[EMAIL PROTECTED]" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync 
-hsync
  modeline  "[EMAIL PROTECTED]" 102.1 1280 1360 1496 1712 960 961 964 994 
-hsync +vsync
  modeline  "[EMAIL PROTECTED]" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 
+hsync +vsync
        Gamma   1.0
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Configured Video Device"
        Monitor         "Configured Monitor"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Modes           "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     
"[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL PROTECTED]"     "[EMAIL 
PROTECTED]"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen 0 "Default Screen" 0 0
        Inputdevice     "Synaptics Touchpad"
EndSection
Section "Module"
        Load            "glx"
        Load            "GLcore"
        Load            "v4l"
EndSection
Section "device" # 
        Identifier      "device1"
        Boardname       "NVIDIA GeForce 7 Series"
        Busid           "PCI:0:18:0"
        Driver          "nv"
        Screen  1
        Vendorname      "NVIDIA"
EndSection
Section "screen" # 
        Identifier      "screen1"
        Device          "device1"
        Defaultdepth    24
        Monitor         "monitor1"
EndSection
Section "monitor" # 
        Identifier      "monitor1"
        Gamma   1.0
EndSection
Section "ServerFlags"
EndSection

This looks like the configuration in the gui, but I haven't been able to change 
it.
the x log is attached, it's kinda big.

** Attachment added: "x log.txt"
   http://launchpadlibrarian.net/12375846/x%20log.txt

-- 
nvidia graphics don't work on hardy alpha 5
https://bugs.launchpad.net/bugs/198225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to