Drivrutinsproblem i Ubuntu 7.10

Permalänk
Medlem

Drivrutinsproblem i Ubuntu 7.10

Jag har alltid varit en windowsanvändare och sitter för tillfället på Windows Vista. Men nu när Ubuntu 7.10 kom så tänkte jag att det kunde vara värt att testa, men när jag väl installerat det så ville jag ju självklart ha alla drivrutiner installerade så jag installerade dom rekomenderade drivrutinerna för mitt Nvidia NX8600GTS kort och startade om datorn.

Problemet är nu att efter att jag installerat drivrutinerna så flipper bilden ur totalt. Den övre halvan av skärmen är bara massa olika färger och den nedre halvan är förskjuten åt vänster så att om jag drar muspekaren över vänsterkanten kommer den in igen på högerkanten. Jag ser också en liten del av ett felmedelande där det står något om upplösning och drivrutiner men längre än så kommer jag inte. Har också provat installera drivrutinerna med envy eller vad det nu hette.

Finns det något sätt att lösa det här? För det verkar ju som att jag har fått rätt drivrutiner men att dom bara är helt konstiga :S

Permalänk
Medlem

Kör du med två skärmar?

Permalänk
Medlem

Nej jag kör bara med en skärm, widescreen dock men det ska väll inte spela någon roll? Tycker det är lite konstigt eftersom just en ny sak med 7.10 skulle vara mycket bättre drivrutinsstöd =/

Permalänk
Medlem

För mig låter det som om du kör en upplösning eller uppdateringsfrekvens som din skärm inte klarar av. Har du en CRT eller LCD skärm? Hur ser din xorg config ut?

Permalänk
Medlem

Innan jag installerar drivrutinen är upplösningen på 1440x900 och 60 Hz vilket funkar fint innan och när jag kör Vista. Skärmen är LCD och jag har ingen aning om hur xorg config ser ut, har installerat drivrutinen efter en ren ubuntu-installation så den är väll standard antar jag och när jag installerat den så kan jag ju inte komma åt xorg config och se eftersom bilden blir fucked up.

Permalänk
Medlem
Citat:

Ursprungligen inskrivet av Fischier
Innan jag installerar drivrutinen är upplösningen på 1440x900 och 60 Hz vilket funkar fint innan och när jag kör Vista. Skärmen är LCD och jag har ingen aning om hur xorg config ser ut, har installerat drivrutinen efter en ren ubuntu-installation så den är väll standard antar jag och när jag installerat den så kan jag ju inte komma åt xorg config och se eftersom bilden blir fucked up.

Jag får oxå samma fel efter jag har installerat drivrutiner med envy. Kan det vara något fel i x11?

Permalänk
Medlem

Du kan se din xorg config efter du installerat drivrutinen om du bootar till single user mode. Detta görs lite olika beroende på vilken boot loader du använder dig av. Grub är väll standard?

Se http://www.cyberciti.biz/faq/grub-boot-into-single-user-mode/

Permalänk
Medlem

Single hjälpte inte då grafikbuggen uppstod även där men jag lyckades få tag på xorg.conf på ett annat sätt.

# 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 8600 GTS]" Driver "nvidia" Busid "PCI:6:0:0" Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals" "True" Option "NoLogo" "True" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" Horizsync 30-70 Vertrefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation G80 [GeForce 8600 GTS]" Monitor "Generic Monitor" Defaultdepth 24 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 Section "Module" Load "glx" EndSection

Här är den som funkar också om det kan vara till någon hjälp

# 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 8600 GTS]" Driver "nv" BusID "PCI:6:0:0" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation G80 [GeForce 8600 GTS]" Monitor "Generic Monitor" DefaultDepth 24 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

Permalänk
Medlem

Funkar det bättre om du lägger till de upplösningar du vill kunna använda i Screen-sektionen?

Du borde köra nvidia-drivrutinen från den första config-filen, så utgå ifrån den och under "Defaultdepth 24" lägger du till:

SubSection "Display" Depth 24 Modes "1440x900" EndSubSection

Jag är ännu ingen expert på linux själv så jag kan inte garantera att detta är allt som behövs.

Permalänk
Medlem
Citat:

Ursprungligen inskrivet av papabear
Funkar det bättre om du lägger till de upplösningar du vill kunna använda i Screen-sektionen?

Du borde köra nvidia-drivrutinen från den första config-filen, så utgå ifrån den och under "Defaultdepth 24" lägger du till:

SubSection "Display" Depth 24 Modes "1440x900" EndSubSection

Jag är ännu ingen expert på linux själv så jag kan inte garantera att detta är allt som behövs.

Hjälpte inte, har fortfarande samma problem

Så här ser det ut efter att Ubuntu laddat klart

Och sen så kommer man till den här skärmen

det måste ju finnas något man kan göra =/