Skip to main content

Thread: How to make an xorg.conf for the Intel GMA 3150?


hi,

have installed game under wine in brother's netbook (hp mini 110-1150 comes infamous intel gma 3150 video card). when running game (rise of nations) detects (or wine detects) x server in 8bpp, instead of 16 or 24. in wine hq recommend edit xorg.conf file, don't have one.
created 1 going recovery mode , running:

code:
sudo xorg -configure
but seems full of options don't understand. tried old xorg.conf file out there (google) couldn't find any.
there way solve problem?
thanks!

this content of xorg.conf file generated:

code:
section "serverlayout"  	identifier     "x.org configured"  	screen      0  "screen0" 0 0  	screen      1  "screen1" rightof "screen0"  	screen      2  "screen2" rightof "screen1"  	inputdevice    "mouse0" "corepointer"  	inputdevice    "keyboard0" "corekeyboard"  endsection    section "files"  	modulepath   "/usr/lib/xorg/modules"  	fontpath     "/usr/share/fonts/x11/misc"  	fontpath     "/usr/share/fonts/x11/cyrillic"  	fontpath     "/usr/share/fonts/x11/100dpi/:unscaled"  	fontpath     "/usr/share/fonts/x11/75dpi/:unscaled"  	fontpath     "/usr/share/fonts/x11/type1"  	fontpath     "/usr/share/fonts/x11/100dpi"  	fontpath     "/usr/share/fonts/x11/75dpi"  	fontpath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype"  	fontpath     "built-ins"  endsection    section "module"  	load  "glx"  endsection    section "inputdevice"  	identifier  "keyboard0"  	driver      "kbd"  endsection    section "inputdevice"  	identifier  "mouse0"  	driver      "mouse"  	option	    "protocol" "auto"  	option	    "device" "/dev/input/mice"  	option	    "zaxismapping" "4 5 6 7"  endsection    section "monitor"  	identifier   "monitor0"  	vendorname   "monitor vendor"  	modelname    "monitor model"  endsection    section "monitor"  	identifier   "monitor1"  	vendorname   "monitor vendor"  	modelname    "monitor model"  endsection    section "monitor"  	identifier   "monitor2"  	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",          ### <percent>: "<f>%"          ### [arg]: arg optional          #option     "accelmethod"        	# <str>          #option     "dri"                	# [<bool>]          #option     "colorkey"           	# <i>          #option     "videokey"           	# <i>          #option     "tiling"             	# [<bool>]          #option     "linearframebuffer"  	# [<bool>]          #option     "swapbufferswait"    	# [<bool>]          #option     "xvpreferoverlay"    	# [<bool>]          #option     "hotplug"            	# [<bool>]          #option     "relaxedfencing"     	# [<bool>]          #option     "throttle"           	# [<bool>]          #option     "zaphodheads"        	# <str>          #option     "delayedflush"       	# [<bool>]          #option     "tearfree"           	# [<bool>]          #option     "percrtcpixmaps"     	# [<bool>]          #option     "fallbackdebug"      	# [<bool>]          #option     "debugflushbatches"  	# [<bool>]          #option     "debugflushcaches"   	# [<bool>]          #option     "debugwait"          	# [<bool>]          #option     "buffercache"        	# [<bool>]          #option     "triplebuffer"       	# [<bool>]  	identifier  "card0"  	driver      "intel"  	busid       "pci:0:2:0"  endsection    section "device"          ### available driver options are:-          ### values: <i>: integer, <f>: float, <bool>: "true"/"false",          ### <string>: "string", <freq>: "<f> hz/khz/mhz",          ### <percent>: "<f>%"          ### [arg]: arg optional          #option     "accelmethod"        	# <str>          #option     "dri"                	# [<bool>]          #option     "colorkey"           	# <i>          #option     "videokey"           	# <i>          #option     "tiling"             	# [<bool>]          #option     "linearframebuffer"  	# [<bool>]          #option     "swapbufferswait"    	# [<bool>]          #option     "xvpreferoverlay"    	# [<bool>]          #option     "hotplug"            	# [<bool>]          #option     "relaxedfencing"     	# [<bool>]          #option     "throttle"           	# [<bool>]          #option     "zaphodheads"        	# <str>          #option     "delayedflush"       	# [<bool>]          #option     "tearfree"           	# [<bool>]          #option     "percrtcpixmaps"     	# [<bool>]          #option     "fallbackdebug"      	# [<bool>]          #option     "debugflushbatches"  	# [<bool>]          #option     "debugflushcaches"   	# [<bool>]          #option     "debugwait"          	# [<bool>]          #option     "buffercache"        	# [<bool>]          #option     "triplebuffer"       	# [<bool>]  	identifier  "card1"  	driver      "intel"  	busid       "pci:0:2:1"  endsection    section "device"          ### available driver options are:-          ### values: <i>: integer, <f>: float, <bool>: "true"/"false",          ### <string>: "string", <freq>: "<f> hz/khz/mhz",          ### <percent>: "<f>%"          ### [arg]: arg optional          #option     "shadowfb"           	# [<bool>]          #option     "defaultrefresh"     	# [<bool>]          #option     "modesetclearscreen" 	# [<bool>]  	identifier  "card2"  	driver      "vesa"  	busid       "pci:0:2: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    section "screen"  	identifier "screen1"  	device     "card1"  	monitor    "monitor1"  	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    section "screen"  	identifier "screen2"  	device     "card2"  	monitor    "monitor2"  	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
but makes whole system extremely slow...


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware How to make an xorg.conf for the Intel GMA 3150?


Ubuntu

Comments

Popular posts from this blog

Thread: Can not create raid array: mdadm: no raid-devices specified.

Thread: HOW TO: Package and theme GTK+ / Gtkmm apps in Linux for Windows

Thread: Twinview issues