LXDE on IBM R30 notebook - VGA problem

Problems with hardware & laptops not being detected or supported during or after install.
resolv
Posts: 8
Joined: Sun Feb 26, 2012 2:49 pm

Re: LXDE on IBM R30 notebook - VGA problem

Post by resolv »

I made xorg.conf and there is a whole section as proposed in trident manual.
I'm gonna try to put proposed change this afternoon . :arrow:
resolv
Posts: 8
Joined: Sun Feb 26, 2012 2:49 pm

Re: LXDE on IBM R30 notebook - VGA problem

Post by resolv »

Hello, something worked out something not :)
This changes made screen resolution up to 1024x768 but the size on the screen is the same as on the first picture.
Actually, moving the mouse around is moving the gui. If mouse is on the top of the screen, I can't see the bottom of the screen and vice versa.

I will paste my changes in xorg.conf, sections Monitor, Device and Display:

Code: Select all

Section "Monitor"
	Identifier   "Configured Monitor"
	VendorName   "Generic LCD Display"
	Horizsync 31.5-48.0
	Vertrefresh 56.0 - 65.0
	Modelname "LCD Panel 1024x768" # ModelName    "Monitor Model"
	Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
	Option "PreferredMode" "1024x768_60.00"
	Gamma 1.0
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     "AccelMethod"        	# [<str>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "PciRetry"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SetMClk"            	# <freq>
        #Option     "MUXThreshold"       	# <i>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "NoMMIO"             	# [<bool>]
        #Option     "NoPciBurst"         	# [<bool>]
        #Option     "MMIOonly"           	# [<bool>]
        #Option     "CyberShadow"        	# [<bool>]
        #Option     "CyberStretch"       	# [<bool>]
        #Option     "XvHsync"            	# <i>
        #Option     "XvVsync"            	# <i>
        #Option     "XvBskew"            	# <i>
        #Option     "XvRskew"            	# <i>
        #Option     "FpDelay"            	# <i>
        #Option     "Display1400"        	# [<bool>]
        Option     "Display" "LCD"            	# [<str>]
        #Option     "GammaBrightness"    	# [<str>]
        #Option     "TVChipset"          	# [<str>]
        #Option     "TVSignal"           	# <i>
	Identifier  "Card0"
	Driver      "trident"
	VendorName  "Trident Microsystems"
	BoardName   "CyberBlade/i1"
	BusID       "PCI:1:0:0"
	Screen 0
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	Defaultdepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Virtual 1024 768
		Modes "1024x768_60.00"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Virtual 1024 768
		Modes "1024x768_60.00"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Virtual 1024 768
		Modes "1024x768_60.00"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Virtual 1024 768
		Modes "1024x768_60.00"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Virtual 1024 768
		Modes "1024x768_60.00"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Virtual 1024 768
		Modes "1024x768_60.00"
	EndSubSection
EndSection
Here is original xorg.conf, configured by Debian before I made changes:

Code: Select all

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     "AccelMethod"        	# [<str>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "PciRetry"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SetMClk"            	# <freq>
        #Option     "MUXThreshold"       	# <i>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "NoMMIO"             	# [<bool>]
        #Option     "NoPciBurst"         	# [<bool>]
        #Option     "MMIOonly"           	# [<bool>]
        #Option     "CyberShadow"        	# [<bool>]
        #Option     "CyberStretch"       	# [<bool>]
        #Option     "XvHsync"            	# <i>
        #Option     "XvVsync"            	# <i>
        #Option     "XvBskew"            	# <i>
        #Option     "XvRskew"            	# <i>
        #Option     "FpDelay"            	# <i>
        #Option     "Display1400"        	# [<bool>]
        #Option     "Display"            	# [<str>]
        #Option     "GammaBrightness"    	# [<str>]
        #Option     "TVChipset"          	# [<str>]
        #Option     "TVSignal"           	# <i>
	Identifier  "Card0"
	Driver      "trident"
	VendorName  "Trident Microsystems"
	BoardName   "CyberBlade/i1"
	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
Maybe options Option "XvHsync" and Option "XvVsync"
shall be configured differently, as manual is proposing ?
http://man.flashnux.com/en/debian/6/6.0 ... ent.4.html
Locked