Rättigheter för att editera xorg.conf..? [LÖST]

Användarvisningsbild
Smygis
Inlägg: 849
Blev medlem: 21 jun 2006, 18:41
OS: Ubuntu
Utgåva: 24.04 Noble Numbat LTS
Ort: Kramfors

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Smygis »

vesa är inte en bra drivrutin.

Vad har du för grafikkort?

Har du nvidia byt ut vesa till nv och har du ati så byt ut vesa till ati.

Eller så installerar du tillverkarens binära jox.
A Foolish Consistency is the Hobgoblin of Little Minds.Beware: In C++, your friends can see your privates!
Etum
Inlägg: 71
Blev medlem: 01 nov 2006, 13:25

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Etum »

Det är ett nvidia gforce jag har. Så jag byter bara ut där i xorg.conf då eller?
Användarvisningsbild
Smygis
Inlägg: 849
Blev medlem: 21 jun 2006, 18:41
OS: Ubuntu
Utgåva: 24.04 Noble Numbat LTS
Ort: Kramfors

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Smygis »

Jopp, Vesa är en allmän drivrutin som fungerar med de flesta korten. Vilket orsakar att det inte fungerar bra med något.
A Foolish Consistency is the Hobgoblin of Little Minds.Beware: In C++, your friends can see your privates!
Etum
Inlägg: 71
Blev medlem: 01 nov 2006, 13:25

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Etum »

Jadu... Det här börjar kännas larvigt, men det hjälpte inte heller.
Nu står det nv där. såhär:
Section "Device"
Identifier "Generic Video Card"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Hur vet jag om ubuntu har rätt drivrutiner för mitt grafikkort då?
Jag har försökt installera drivrutinerna enligt en guide nån länkade till här, men det verkar ju inte ha hjälpt...
Bowmore
Inlägg: 6212
Blev medlem: 28 mar 2007, 23:01
OS: Ubuntu
Ort: Stockholm

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Bowmore »

OK, vad jag förstår så kan du inte välja 1280x1024 men den finns i Xorg.0.log.
Också att du kört med den upplösningen på samma monitor tidigare.

Kopiera en av Modelines i Xorg.0.log och klistra in den i sin Section "Monitor".

Så din section bör se ut något i stil med:

Section "Monitor"
  Identifier  "Generic Monitor"
  Option      "DPMS"
  HorizSync  28-51
  VertRefresh  43-60
  Modeline "1280x1024"  xxx.xx  1280 xxxx xxxx xxxx  1024 xxxx xxxx xxxx ...
EndSection

Du kan ha fler parametrar (...) beroende på uppdateringsfrekvensen.

Sen starta om X så får vi se om det hjälper.
Etum
Inlägg: 71
Blev medlem: 01 nov 2006, 13:25

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Etum »

Nepp, hjälpte inte det heller... :(
Men jag får återkomma och trakassera er imorgon, för nu ska jag ut.
o/
Bowmore
Inlägg: 6212
Blev medlem: 28 mar 2007, 23:01
OS: Ubuntu
Ort: Stockholm

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Bowmore »

Hmmm, drivare, grafikkort och skärm men var ligger felet  ???
Drivaren verkar ju klara högre upplösningar.

Vad har du för Nvidia-kort och CRT-monitor?
Lägg oxå ut hela xorg.conf här så får vi se om någon kan klura ut vad det är.
Etum
Inlägg: 71
Blev medlem: 01 nov 2006, 13:25

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Etum »

# /etc/X11/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(5) 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"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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 "Generic Video Card"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

--------------------------------------
Ja, så ser min xorg ut i sin helhet.
Grafikkortet jag har är ett "geforce 7600 gt", och monitorn är en Dell, dock vet jag inte beteckningen på den. Jag vet iaf att den klarar högre upplösning än 1024x768...
Emil.s
Inlägg: 6633
Blev medlem: 12 dec 2006, 23:20
OS: Ubuntu
Ort: /Dalarna/Hedemora/
Kontakt:

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Emil.s »

Kan det ha med
  HorizSync  28-51
  VertRefresh  43-60

Att göra? Tycker att de borde vara högre...

Installera "xresprobe", och sen kör du " sudo xresprobe nv". :)
Home sweet ~/ = http://sandnabba.se
Etum
Inlägg: 71
Blev medlem: 01 nov 2006, 13:25

SV: Rättigheter för att editera xorg.conf..?

Inlägg av Etum »

YES! Nu funkar det ju!

Tacktacktacktacktacktacktacktacktacktacktacktacktacktacktacktack(etc...) till alla som hjälpt till här.
Nu ser allt mycket finare ut, sen jag ändrade det där i xorg. :D
Jag har ju faktiskt lärt mig en del om Ubuntu längs vägen också. Perfa. :)
Skriv svar

Återgå till "För nybörjaren - inaktuell"