Hur ökar man skärmupplösningen?

Användarvisningsbild
nixy
Inlägg: 506
Blev medlem: 27 apr 2007, 23:21
Ort: Sthlm

Hur ökar man skärmupplösningen?

Inlägg av nixy »

Hej!

Inställningsfönstret för skärmupplösning i Ubuntu 7.04 visar endast valmöjligheterna 640x480 och 800x600 med grafikkortet Matrox G400 Millennium AGP installerat (som borde klara bättre upplösningar). 

Vet någon vad det kan bero på, och om det finns något enkelt sätt att öka skärmupplösningen? Skulle behöva minst 1280x1024.


Grafikkort: Matrox G400 AGP 32MB
Skärm: 21 tums CRT
Operativsystem: Ubuntu 7.04
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Hur ökar man skärmupplösningen?

Inlägg av Okänd »

nixy skrev: Hej!

Inställningsfönstret för skärmupplösning i Ubuntu 7.04 visar endast valmöjligheterna 640x480 och 800x600 med grafikkortet Matrox G400 Millennium AGP installerat (som borde klara bättre upplösningar). 

Vet någon vad det kan bero på, och om det finns något enkelt sätt att öka skärmupplösningen? Skulle behöva minst 1280x1024.


Grafikkort: Matrox G400 AGP 32MB
Skärm: 21 tums CRT
Operativsystem: Ubuntu 7.04

Posta din /etc/X11/xorg.conf
Användarvisningsbild
nixy
Inlägg: 506
Blev medlem: 27 apr 2007, 23:21
Ort: Sthlm

SV: Hur ökar man skärmupplösningen?

Inlägg av nixy »

Posta din /etc/X11/xorg.conf
Ok!



# /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 "Matrox Graphics, Inc. MGA G400/G450"
Driver "mga"
BusID "PCI:1:0:0"
Option "OldDmaInit" "True"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Matrox Graphics, Inc. MGA G400/G450"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "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
joker67
Inlägg: 11
Blev medlem: 17 mar 2007, 01:20
Ort: Härnösand

SV: Hur ökar man skärmupplösningen?

Inlägg av joker67 »

Ändra Section "Screen" till följande...

Section "Screen"
  Identifier  "Default Screen"
  Device      "Matrox Graphics, Inc. MGA G400/G450"
  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

Logga ut och in igen
Användarvisningsbild
Samme
Inlägg: 107
Blev medlem: 02 maj 2007, 19:09
OS: Ubuntu
Utgåva: 12.04 Precise Pangolin LTS

SV: Hur ökar man skärmupplösningen?

Inlägg av Samme »

Hej.
Hoppas det går bra att jag skriver i den här tråden.

Jag kan inte ha höger upplösning än 1024x768

Min xorg.conf:

# /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 "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 "nVidia Corporation NV43 [GeForce 6600]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "TFT 30"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600]"
Monitor "TFT 30"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "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


Tacksam för svar :)
Mvh// Samme
Dixon
Inlägg: 51
Blev medlem: 19 mar 2007, 21:33

SV: Hur ökar man skärmupplösningen?

Inlägg av Dixon »

Även jag har problem med att fixa högre upplösning än 1024x768. Jag behöver 1280x800 på min toshiba satellite m70-144 med grafikkortet ati radeon mobility x700. I xorg har jag försökt lägga till 1280x800 + ändrat depth till 16. Detta fungerade inte. Jag har också testat 1280x1024 vilket inte heller fungerade. Min xorg.conf:

Uppdatering: Jag lyckades fixa upplösningen genom att lägga till 1280x800 men lät depth vara kvar på 24. Nu ser ubuntu fantastiskt bra ut!
Senast redigerad av 1 Dixon, redigerad totalt 12 gånger.
Användarvisningsbild
nixy
Inlägg: 506
Blev medlem: 27 apr 2007, 23:21
Ort: Sthlm

SV: Hur ökar man skärmupplösningen?

Inlägg av nixy »

;D

Det räckte inte med att lägga till "1280x1024" i filen xorg.conf, men följande ändring löste problemet:

Först tog jag reda på specifikationerna för min monitor (Nokia Multigraph 445M), och antecknade frekvensvärdena för 'Horizontal Sync' och 'Vertical Refresh'.

Därefter skrev jag i Terminalen: sudo gedit /etc/X11/xorg.conf

Under "Section 'Monitor'" lade jag till två rader: en för HorizSync, följt av dess frekvensvärden, och en för VertRefresh följt av dess värden.

Under "Section 'Screen'" lade jag till upplösningen "1280x1024"

Sparade xorg.conf, och loggade ut och in igen. 


Här är länken till en text som beskriver olika sätt att lösa skärmupplösningsproblem:

http://ubuntuforums.org/archive/index.php/t-83973.html
Användarvisningsbild
nixy
Inlägg: 506
Blev medlem: 27 apr 2007, 23:21
Ort: Sthlm

SV: Hur ökar man skärmupplösningen?

Inlägg av nixy »

dvs så här:

...

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-79
VertRefresh 50-120
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Matrox Graphics, Inc. MGA G400/G450"
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

...

Namnet som följer efter Section Monitor Identifier ska vara samma som namnet som följer efter Section Screen Monitor. I mitt fall "Generic Monitor".
Skriv svar

Återgå till "Installation/Uppgradering/Drivrutiner - inaktuell"