Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: alleen 640x480 resolutie  (gelezen 1198 keer)

Gast

  • Gast
alleen 640x480 resolutie
« Gepost op: 2006/09/19, 16:11:43 »
Ik kom err niet uit, heb al verschillende dingen geprobeerd uit dit forum op m'n dell optiplex GX 260 met celeron
en 14inch beeldscherm 5480 packard bell.
Ik bewn een total linux noob, maar heb toch de terminal commands geprobeerd die ik uit dit forum heb gecopieerd.
waaronder reconfigure xserver-xorg. daar heb ik 640x480 uitgezet en vesa driver geprobeerd, maar nog steeds geen hogere resoluties mogelijk.
Ik sta op het punt om het op te geven, is er iemand die mij kan helpen, alstublieft? super bedankt, Martin Flore

Gast

  • Gast
alleen 640x480 resolutie
« Reactie #1 Gepost op: 2006/09/19, 16:14:06 »
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-33
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
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

mijn xserver-xorg config file
« Laatst bewerkt op: 2011/06/22, 19:22:12 door heir4c »

Offline Tukcedo

  • Lid
    • http://www.tukcedo.nl
alleen 640x480 resolutie
« Reactie #2 Gepost op: 2006/09/19, 16:21:23 »
He Martin,

Je zou es kunnen proberen de X server met de hand op te starten, dan zie je veel meer informatie en mogelijk ook waar het ding over struikelt (waarom-ie dus de hogere res over slaat):

Ga naar een tekst scherm met Ctr-Alt-F3 (bijvoorbeeld, F2 - F6 is ook goed) en type in:
startx

Ik weet zo 1-2-3 niet of "startx" ook in Ubuntu zit. Doe anders:

locate startx

om het te zoeken en als dat niks oplevert doe dan:

locate X

en gebruik dat om X te starten, dus iets in de trend van:

/usr/bin/X

Als je een bestand wilt maken dat alle output opvangt, dan kun je doen:

startx > xdebug.txt 2>&1

Of in bovenstaand commando even X invullen dus als startx niet werkt.
Tukcedo Services - Unix en Linux Consultants
http://www.tukcedo.nl

Offline Dave

  • Lid
alleen 640x480 resolutie
« Reactie #3 Gepost op: 2006/09/19, 16:24:37 »
Citaat
Ik sta op het punt om het op te geven, is er iemand die mij kan helpen, alstublieft? super bedankt,
ik ken het gevoel maar ben blij dak er nog een paar nachtjes over geslapen had.
de oplossing komt vast wel.

met suse bleef dit voor mij ook heel lang een probleem met toch een vrij standaard kaart, de resolutie en leesbaarheid. in Ubuntu was dit met de standaard instelling ook onduidelijk.

Offline bartek

  • Lid
    • http://bartek.blogsome.com
alleen 640x480 resolutie
« Reactie #4 Gepost op: 2006/09/19, 17:31:23 »
Probeer dit eens:

In je terminal:
gconf-editor
browsen naar:
desktop/gnome/screen/default/0
staat daat : 640x480
Als dat zo is op klikken en aanpassen naar de gewenste resolutie.
Herstarten en klaar.

Anders:
sudo /etc/init.d/gdm stop (let op je krijgt nu een zwart scherm dus copy->paste zal niet meer helpen)
sudo dpkg-reconfigure xserver-xorg
sudo /etc/init.d/gdm start
| Deliberando saepe perit occasio |

"Car la vie est un bien perdu quand on n'a pas vécu comme on l'aurait voulu"

Gast

  • Gast
alleen 640x480 resolutie
« Reactie #5 Gepost op: 2006/09/19, 20:32:52 »
Hoi Bartek en Tukzedo, ik kan ff niet bij die machine nu, maar alvast harstikke bedankt voor de tipsz.
Bartek, jouw tip, die van Gnome>>screen>>>resolutie klikken, ik kon het in ubuntu 5 wel , maar het hielp alleen niet, in 6 kan ik screeen niet zien in gnome, nu zag ik dat systemprefs default aan moest staan om dat te zien, alleen kan ik die weer niet vinden.
Dus kort samengevat, hoe krijg ik screen te zien in gnome?
En werkt dat? efin ik probeer het morgen wel.

groetjes. Martin

blubber

  • Gast
alleen 640x480 resolutie
« Reactie #6 Gepost op: 2006/09/19, 22:59:44 »
Nog een dingetje, het zou me verbazen als dit klopt:
Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-33
    VertRefresh    43-72
EndSection
Google geeft een aantal resultaten die niet overeenkomen met elkaar of de bovenstaande code. Je zou het beste even kunnen kijken in de handleiding wat HorizSync en VertRefresh moeten zijn.