Sida 1 av 1

uppgradering och problem med xorg.conf [LÖST]

Postat: 19 okt 2007, 19:03
av lhffan
Har nyligen bytt hårdvara och behöver nu editera min xorg.conf fil så att jag kan starta x. Hur gör jag det? Vad är lämpligt att ha i min nya xorg fil?
Grafikkort: 8800 gtx

SV: uppgradering och problem med xorg.conf

Postat: 20 okt 2007, 03:26
av zenbios
Har du inget grafiskt nu o bara kommer till textbaserat.
så logga in med dina använder uppgifter där o sen skriv detta
sudo dpkg-reconfigure xserver-xorg
o välj vesa som dina grafik drivar.
sen kan du installera med envy tex, använder alltid det själv.
men ja kör ati, fast envy fungerar för nvidia med.
sen beror det lite på vad du vill eller ska göra.
tex om du spelar med datorn passar inte xgl så bra.
men som sagt, det beror på vad du ska göra.

SV: uppgradering och problem med xorg.conf

Postat: 20 okt 2007, 17:42
av lhffan
sudo dpkg-reconfigure xserver-xorg

fixa biffen tack

SV: uppgradering och problem med xorg.conf [LÖST]

Postat: 22 okt 2007, 23:54
av lhffan
Försöker nu få det att fungera med wine + steam och tänkte lira lite. Men spelet klagar på mina drivrutiner så jag antar att jag måste editera min xorg.conf fil lite

Under devices så står det nu

Kod: Markera allt

Section "Device"
	Identifier	"nVidia Corporation G80 [GeForce 8800 GTX]"
	Driver		"nvidia"
	Busid		"PCI:1:0:0"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection


SV: uppgradering och problem med xorg.conf [LÖST]

Postat: 23 okt 2007, 00:00
av zenbios
Kör själv steam här, men ja har bara drivarna från ati.
o ja kör in dem med envy. inget xgl om du ska spela bara.

SV: uppgradering och problem med xorg.conf [LÖST]

Postat: 23 okt 2007, 22:18
av lhffan
Har två problem med grafiken än så länge... mina grafikkorts drivrutiner är enligt steam gamla. Stämmer inte. Samt att jag inte kan köra på min upplösning 1680x1080


Kod: Markera allt

# 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"	"se"
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"
	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 G80 [GeForce 8800 GTX]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-100
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G80 [GeForce 8800 GTX]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
        Option         "NoLogo" "true"
        Option         "RenderAccel" "true"
        Option         "AllowGLXWithComposite" "true"
        Option         "Coolbits" "1"

    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1650x1050" "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


Section "Extensions"
    Option  "Composite" "Enable"
EndSection