Announcement

Collapse
No announcement yet.

samsung 2232bw and asus a8js (nvidia 7700)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    samsung 2232bw and asus a8js (nvidia 7700)

    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:

    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
    Of course the generic monitor section refers to the laptop panel.

    Thanks for help guys

    #2
    Re: samsung 2232bw abd asus a8js

    ok this morning it was working with this xorg.conf (i post just the relevant part):

    Code:
    Section "Monitor"
      Identifier   "Generic Monitor"
      HorizSync    28.0 - 64.0
      VertRefresh   43.0 - 60.0
      Option     "DPMS"
    EndSection
    
    Section "Monitor"
      Identifier   "Monitor0"
      VendorName   "Unknown"
      ModelName   "Samsung SyncMaster"
      HorizSync    30.0 - 81.0
      VertRefresh   56.0 - 75.0
    EndSection
    
    Section "Device"
      Identifier   "nVidia Corporation GeForce Go 7700"
      Driver     "nvidia"
      Option     "AddARGBVisuals" "True"
      Option     "AddARGBGLXVisuals" "True"
      Option     "NoLogo" "True"
      BusID     "PCI:1:0:0"
    EndSection
    
    Section "Device"
      Identifier   "Videocard0"
      Driver     "nvidia"
      VendorName   "NVIDIA Corporation"
      BoardName   "GeForce Go 7700"
    EndSection
    
    Section "Screen"
      Identifier   "Default Screen"
      Device     "nVidia Corporation GeForce Go 7700"
      Monitor    "Generic Monitor"
      DefaultDepth  24
      SubSection   "Display"
        Modes   "1280x800"
      EndSubSection
    EndSection
    
    Section "Screen"
      Identifier   "Screen0"
      Device     "Videocard0"
      Monitor    "Monitor0"
      DefaultDepth  24
      Option     "TwinView" "0"
      Option     "metamodes" "DFP-1: nvidia-auto-select +0+0"
    EndSection
    Sometime i crash when i exec a video and sometime it's ok.
    The question is: what has a video more than usual applications that can make kubuntu crash?
    NOTE: with this xorg.conf when i turn on my pc the samsung is enabled and the laptop's panel is disabled. All right here

    Comment


      #3
      Re: samsung 2232bw and asus a8js (nvidia 7700)

      The crash on playing a video does not necessarily mean your graphics driver and /etc/X11/xorg.conf file have a problem. It looks OK -- it may be fine.

      What kind of video? What player are you using to play it?

      Comment


        #4
        Re: samsung 2232bw and asus a8js (nvidia 7700)

        Originally posted by dibl
        The crash on playing a video does not necessarily mean your graphics driver and /etc/X11/xorg.conf file have a problem. It looks OK -- it may be fine.

        What kind of video? What player are you using to play it?
        thanks for replay.

        They are normal videos, many of em are avi. If i use the vga mode there is no problem at all. Moreover it's not a player issue, it's the same if i use vlc or kaffeine.

        Have a nicw day

        Comment


          #5
          Re: samsung 2232bw and asus a8js (nvidia 7700)

          Have you tried letting the Nvidia xorg utility write a new xorg.conf file? If you want to try it, first make a backup copy of your existing xorg.conf file.

          Then, leave the Samsung connected, and open a Konsole window. Enter

          Code:
          sudo nvidia-xconfig
          and it will write a new xorg.conf file, hopefully suitable to both displays.

          Then restart the X server with Ctrl-Alt-Backspace, log back in and do some experiments to see how well it works.

          If you want to be brave, you can also try it like this:

          Code:
          sudo nvidia-xconfig --add-argb-glx-visuals --composite
          to add GLX and compositing capability. Some cards benefit from this, and some don't. There are other things you can do with the xorg.conf driver options -- you can read the Nvidia manual for your driver and learn about the options for twinview, etc.

          Comment


            #6
            Re: samsung 2232bw and asus a8js (nvidia 7700)

            Originally posted by dibl
            Have you tried letting the Nvidia xorg utility write a new xorg.conf file? If you want to try it, first make a backup copy of your existing xorg.conf file.

            Then, leave the Samsung connected, and open a Konsole window. Enter

            Code:
            sudo nvidia-xconfig
            and it will write a new xorg.conf file, hopefully suitable to both displays.

            Then restart the X server with Ctrl-Alt-Backspace, log back in and do some experiments to see how well it works.
            well i didn't do the exact same thing but something like that: booted with the samsung connected via dvi, from nvidia-settings, disbaled the laptop's lcd and enabled the 22" at max resolution. So i did "save the current configuration in xorg.conf". The resulting xorg.conf is the second one posted by me (the short one).

            It seems good since there are 2 monitor sections and 2 screen ones.

            The problem stays but, sometime i crash sometime i don't.

            Cheers
            bro

            Comment

            Working...
            X