Announcement

Collapse
No announcement yet.

[abandoned]Widescreen support?

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

    #31
    Re: Widescreen support?

    I (personally) would rerun the xserver reconfiguration, but answer 'no' to autodetect and then pick from the list. If your specific card isn't in the list, then choose VESA or Super VGA (if that is listed) and then procede to pick the resolutions that you know your monitor is capable of displaying.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #32
      Re: Widescreen support?

      Tried that already, by manual edits, and redid it now with dpkg-reconfigure xserver-xorg.
      It dows not work, - there are no widesccreen resolutions, non-widescreen ones are stretched,

      When I tried to manually add modelines for widescreen resolutions, modes did appear, but display became completely mixed up, when I selected them. (not tries that yet with dpkg-reconfigured file,)

      Comment


        #33
        Re: Widescreen support?

        ok, tried that with generated file, - resolution did not appear. (modeline added manually, evewrything else is as generated with VESA driver selected.)

        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"	"us"
        EndSection
        
        Section "InputDevice"
        	Identifier	"Configured Mouse"
        	Driver		"mouse"
        	Option		"CorePointer"
        	Option		"Device"		"/dev/input/mice"
        	Option		"Protocol"		"ImPS/2"
        	Option		"ZAxisMapping"		"4 5"
        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	"Intel Corporation 82945G/GZ Integrated Graphics Controller"
        	Driver		"vesa"
        	BusID		"PCI:0:2:0"
        	Option		"UseFBDev"		"true"
        EndSection
        
        Section "Monitor"
        	Identifier	"SyncMaster"
        	Option		"DPMS"
        	HorizSync	30-81
        	VertRefresh	56-75
          modeline "1680x1050" 146.25 1680 1760 1936 2272 1050 1050 1052 1088 -hsync +vsync
          
        	Gamma	1.0
        EndSection
        
        Section "Screen"
        	Identifier	"Default Screen"
        	Device		"Intel Corporation 82945G/GZ Integrated Graphics Controller"
        	Monitor		"SyncMaster"
        	DefaultDepth	24
        	SubSection "Display"
        		Modes		"1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        	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"
        EndSection

        Comment


          #34
          Re: [abandoned]Widescreen support?

          Well, I finally have got all my resolutions back by upgrading to Hardy. Works fine so far.

          P.S. Istill don't like words "alpha" and "OS" together...

          Comment

          Working...
          X