Gå til innhold

For høy oppløsning i GDM


Loff1

Anbefalte innlegg

Problemstillingen beskrevet i emnetittel har altså vedvart siden Ubuntu ble installert på maskinen. Under følger min xorg.conf.

 

 

# xorg.conf (X.Org 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 "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "no"

EndSection

 

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

EndSection

 

Section "InputDevice"

Identifier "Synaptics Touchpad"

Driver "synaptics"

Option "SendCoreEvents" "true"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "HorizEdgeScroll" "0"

EndSection

 

Section "Device"

Identifier "Configured Video Device"

EndSection

 

Section "Monitor"

Identifier "Configured Monitor"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

EndSection

 

Section "ServerLayout"

Identifier "Default Layout"

Screen "Default Screen"

InputDevice "Synaptics Touchpad"

EndSection

 

Lenke til kommentar
Videoannonse
Annonse

X.org har kunnet kjøre uten xorg.conf siden 7.1, faktisk veldig bra også, jeg har kjørt uten siden 7.2. X.org vil alltid starte i den høyeste oppløsning skjermen din påstår den takler.

 

X -configure genererer en xorg.conf slik X.org mener ting skal være, rediger så denne og erstatt med den som ligger i /etc/X11.

Endret av olear
Lenke til kommentar

Henger meg på her siden jeg har et problem som ligner veldig.

 

Hadde for høy oppløsning da jeg installerte 8.10 fra scratch. Har klart å få oppløsningen som inlogget bruker ned til riktig nivå, men GDM er fortsatt stor i kjeften.

Den oprinnelige oppløsningen var på 1400x1050, den riktige er på 1280x1024.

Orginal xorg.conf:

 

# xorg.conf (X.Org 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.

#

# Note that some configuration settings that could be done previously

# in this file, now are automatically configured by the server and settings

# here are ignored.

#

# 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 "Device"

Identifier "Configured Video Device"

EndSection

 

Section "Monitor"

Identifier "Configured Monitor"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

EndSection

 

 

xorg.conf fra X -configure

 

Section "ServerLayout"

Identifier "X.org Configured"

Screen 0 "Screen0" 0 0

InputDevice "Mouse0" "CorePointer"

InputDevice "Keyboard0" "CoreKeyboard"

EndSection

 

Section "Files"

ModulePath "/usr/lib/xorg/modules"

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"

FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

EndSection

 

Section "Module"

Load "extmod"

Load "dri"

Load "xtrap"

Load "record"

Load "dbe"

Load "glx"

EndSection

 

Section "InputDevice"

Identifier "Keyboard0"

Driver "kbd"

EndSection

 

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Protocol" "auto"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "4 5 6 7"

EndSection

 

Section "Monitor"

#DisplaySize 340 270 # mm

Identifier "Monitor0"

VendorName "HSL"

ModelName "H710"

HorizSync 30.0 - 81.0

VertRefresh 56.0 - 88.0

Option "DPMS"

EndSection

 

Section "Device"

### Available Driver options are:-

### Values: <i>: integer, <f>: float, <bool>: "True"/"False",

### <string>: "String", <freq>: "<f> Hz/kHz/MHz"

### [arg]: arg optional

#Option "NoAccel" # [<bool>]

#Option "SWcursor" # [<bool>]

#Option "ColorKey" # <i>

#Option "CacheLines" # <i>

#Option "Dac6Bit" # [<bool>]

#Option "DRI" # [<bool>]

#Option "NoDDC" # [<bool>]

#Option "ShowCache" # [<bool>]

#Option "XvMCSurfaces" # <i>

#Option "PageFlip" # [<bool>]

Identifier "Card0"

Driver "intel"

VendorName "Intel Corporation"

BoardName "82865G Integrated Graphics Controller"

BusID "PCI:0:2:0"

EndSection

 

Section "Screen"

Identifier "Screen0"

Device "Card0"

Monitor "Monitor0"

SubSection "Display"

Viewport 0 0

Depth 1

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 4

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 8

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 15

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 16

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection

 

 

Erstattet xorg og rebootet, men det hjalp ikke noe,

Dette er så godt som første gang jeg har skjermproblemer på denne pc/skjermen. Vet ikke hva jeg skal gjøre nå - har fungert out-of-box før.

Endret av Kagee
Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...