Toon posts:

xcdroast op res 800X600

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik probeer xcdroast te runnen op mijn debian woody pc deze wil echter alleen op 1024X768 runnen en dit krijg ik niet voor elkaar in gnome dus hoe kan ik hem in een lagere resolutie opstarten?

  • JJJ
  • Registratie: Mei 2000
  • Laatst online: 21:12

JJJ

ctrl alt -

geloof ik :P

Verwijderd

Topicstarter
dat doet niks heb ook al in mijn XFree86.conf-4
zitten kloten maar helpt ook niet

Verwijderd

Topicstarter
niemand enig idee hoe dit moet?

ik kan toch wel een simpel brand progje draaien in een lage resolutie?

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 16-08 16:08

deadinspace

The what goes where now?

Mja, als xcdroast perse zo groot wil zijn dan past het niet in lagere resoluties. Maar dan kun je toch wel nog steeds branden, of start hij helemaal niet?

Gcombust past overigens wel in 800x600.
cdrecord ook :P

Verwijderd

Topicstarter
Hij start helemaal niet en ik wil toch graag een programma onder x

  • Equator
  • Registratie: April 2001
  • Laatst online: 18-08 11:49

Equator

Crew Council

🦺#Rodekruis #whisky #barista

Dus je eigelijke probleem isd at je systeem niet verder/hoger komt dan 800 bij 600 :?

Ik bedoel, dat kan ok zijn als je op een 14" beeldje zit te werken, maar dat lijkt mij tegenwoordig wat..OUt of date zeg maar.
Overigens heeft je resolutie instelling niets met Gnome of KDE te maken. Dit is nl. een instelling van X. Je zal toch eens moeten kijken in je XFree86-config file, of je de X server met een hogere resolutie, maar met minder kleuren wel op kan starten.
gr
CJ

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 16-08 16:08

deadinspace

The what goes where now?

Op vrijdag 14 december 2001 16:04 schreef CyberJ het volgende:
Dus je eigelijke probleem isd at je systeem niet verder/hoger komt dan 800 bij 600 :?
Mja, mag xcdroast nog starten vind ik...

Verwijderd

Topicstarter
heb inderdaad een 14 insch scherm maar krijg hem niet hoger ook niet in een lagere kleur mode zal effe me conf hier pasten
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/Speedo"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
    Load    "ddc"
    Load    "GLcore"
    Load    "dbe"
    Load    "dri"
    Load    "extmod"
    Load    "glx"
    Load    "pex5"
    Load    "record"
    Load    "xie"
    Load    "bitmap"
    Load    "freetype"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
    Load    "int10"
EndSection

Section "InputDevice"
      Identifier    "Generic Keyboard"
      Driver        "keyboard"
      Option        "CoreKeyboard"
      Option        "XkbRules"  "xfree86"
      Option        "XkbModel"  "pc105"  
      Option        "XkbLayout"     "us"     
EndSection

Section "InputDevice"
      Identifier    "Configured Mouse"
      Driver        "mouse"
      Option        "CorePointer"
      Option        "Device"             "/dev/psaux"
      Option        "Protocol"         "PS/2"
      Option        "Emulate3Buttons"   "false"
      Option        "ZAxisMapping"     "4 5"  
EndSection

#Section "InputDevice"
#    Identifier "Generic Mouse"
#    Driver     "mouse"
#    Option     "SendCoreEvents"    "true"
#    Option     "Device"          "/dev/input/mice"
#    Option     "Protocol"      "ImPS/2"
#    Option     "Emulate3Buttons"   "true"  
#    Option     "ZAxisMapping"     "4 5"   
#EndSection

Section "Device"
      Identifier    "Generic Video Card"
      Driver        "s3virge"
      Option        "UseFBDev"      "true"
EndSection

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

Section "Screen"
      Identifier    "Default Screen"
      Device        "Generic Video Card"
      Monitor      "Generic Monitor"   
      DefaultDepth  24
      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     "Generic Mouse"   
EndSection

Section "DRI"
      Mode    0666
EndSection

# end of XF86Config

Verwijderd

Ik heb het wel eens voor elkaar gekregen, al weet ik niet meer hoe.
De source veranderen of een script, zoiets was het.

Het was alleen niet zo nuttig, hij staat dan voor een groot deel niet op het scherm.

Probeer eens gcombust, gtoaster of eroaster.
Dat zijn ook cdrecord frontends.
Of cdrdao met gcdmaster.
Pagina: 1