Hey there,
i am new on this forum and this is my first thread.
I have got an nvidia 7700 on my laptop and i am trying to set it up with a 22" samsung 2232bw. Drivers for my videocard work correctly.
If i connect my monitor with vga it work fine. At the start the samsung is active, laptop lcd is off and i can set the max resolution (1680x1050) without problems via nvidia-settings. Now i wanna connect it vis dvi since my goal is a dual monitor: the 22" on the dvi and an other 19" on the vga. So first i'd like to go just with the 22" on the dvi.
When i connect it via dvi, at the start the 22" is disabled (i can see all just when kubuntu is loading but when i have to login it turns to black). I can activate it via nvidia-settings and reach the max res. without problems. All seems fine but when i try to see any video on my pc kubuntu freezes.
I have read a lot about this monitor and kubuntu, nothing worked. I will post my xorg.conf:
Of course the generic monitor section refers to the laptop panel.
Thanks for help guys
i am new on this forum and this is my first thread.
I have got an nvidia 7700 on my laptop and i am trying to set it up with a 22" samsung 2232bw. Drivers for my videocard work correctly.
If i connect my monitor with vga it work fine. At the start the samsung is active, laptop lcd is off and i can set the max resolution (1680x1050) without problems via nvidia-settings. Now i wanna connect it vis dvi since my goal is a dual monitor: the 22" on the dvi and an other 19" on the vga. So first i'd like to go just with the 22" on the dvi.
When i connect it via dvi, at the start the 22" is disabled (i can see all just when kubuntu is loading but when i have to login it turns to black). I can activate it via nvidia-settings and reach the max res. without problems. All seems fine but when i try to see any video on my pc kubuntu freezes.
I have read a lot about this monitor and kubuntu, nothing worked. I will post my xorg.conf:
Code:
# 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 "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" 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 "nVidia Corporation GeForce Go 7700" Driver "nvidia" Busid "PCI:1:0:0" Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals" "True" Option "NoLogo" "True" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" Horizsync 28-64 Vertrefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation GeForce Go 7700" Monitor "Generic Monitor" Defaultdepth 24 SubSection "Display" Modes "1280x800" EndSubSection EndSection Section "ServerLayout" 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 "Module" Load "glx" EndSection
Thanks for help guys
Comment